/* (c) 2006 josh sthlm ab
 * $Id: basic.css,v 1.27 2008/08/25 10:38:58 jox Exp $ */
/* ************************************************************************** */
/* INITIAL HACKS AND CLEAN UP */
/* ************************************************************************** */
/* Setting all margins and padding to 0 */

html, body {
	margin: 0;
	padding: 0;
	color: #000;
	background: #f1fafd;
}

/* ************************************************************************** */
/* TYPOGRAPHY */
/* ************************************************************************** */
body, h1, h2, h3, h4, h5, h6, td, th, p, textarea, input {
	line-height: 12pt;
}

body, td, th, p, textarea, input {
	font: 11px Verdana, "Trebuchet MS";
	color:#454545;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

h1,h2 {
	font: 18px "Trebuchet MS", Verdana;
	text-transform:uppercase;
	color:#73ba44;
}

h3
{
	font: 14px "Trebuchet MS", Verdana;
	color:#73ba44;
}



h4 {
	font: 11px "Trebuchet MS", Verdana;
	color: #fff;
    margin: 5px 10px 5px 10px;
    text-transform:uppercase;
}

h5
{
	font: 11px Verdana, "Trebuchet MS";
	color:#454545;
}



#josh_columns_container .josh_profile_page h1,
#josh_columns_container .josh_profile_page h2 {
	font: 18px "Trebuchet MS", Verdana;
	text-transform:uppercase;
	color:#669933;
}

#josh_columns_container .josh_profile_page h3,
#josh_columns_container .josh_profile_page h5 {
	font: 11px Verdana, "Trebuchet MS";
	color:#669933;
}



/***/


/* Removing borders from linked images */
a img {
	border: none;
	margin: 0;
	padding: 0;
}

/* Removing extra margin from form elements */
form {
	margin: 0;
}

hr {
	clear: both;
	color: #dadada;
	background-color: #dadada;
}

label {
	display: block;
	font-weight: bold;
	font-size: 12px;
}

label span {
	font-weight: normal;
}

input, select, textarea {
	margin: 0 0 10px;
	font-size: 13px;
}


/* used for breaking floats */
.josh_breaker, .xcap_breaker {
	overflow: hidden;
	width: 0px;
	height: 0px;
	clear: both;
}

/* Lists */
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Error */
.josh_error {
	color: #f00; 
	font-weight: bold;
}

.josh_error_small {
	font-size: 12px;
	color: #f00;
	font-weight: bold;
	text-decoration: blink;
}

/* Used for default floating */
.josh_left {
	float: left;
}

.josh_right {
	float: right;
}

.josh_align_center{
	width:100%;
    text-align: center;
}

/* Needed by the forum editor  */

/*
.xcap_forum_quote {
	background:#fff;
	border:2px solid #e2fba0;
	margin:20px;
	padding:5px 10px;
	width:90%;
}
*/

.xcap_forum_quote {
	background: #e2fba0;
	border: 2px solid #adcf53;
	margin: 10px;
	padding: 5px 5px;
	width: 90%;
}

.xcap_forum_quote_by {
	font-weight: bolder;
	margin-top: 0px;
}

html#text {
	background-color: white; 
}

body.editor {
	background-color: white; 
}

.joshCursorPointer {
cursor:pointer;
}
