/* GoLevel */
@import 'reset.css';

/*	Order of Elements	*/
/*	1. structure
	2. links
	3. text
	4. lists
	5. misc
	5. forms		*/
/* ------ structure -------------------------------------------------------- */

body {
	font: 13px 'Lucida Grande',helvetica,tahoma,arial,clean,sans-serif;
	color: #666767;
	background: #fff;
	}



#base {		/*	This Wraps the Content and Sidebar Together	*/
	background: #fff; 
	margin: 0;
	padding: 20px 20px;	
	color: #666767;	
	
	}

#sidebar {
	float: right;
	width: 200px;
	padding: 0;
	}
.sidebox {background: #dae7f0; margin-top: 10px; padding: 10px 20px; /* $('.sidebox').round();*/}
	
#content {
	float: left;
	width: 600px;
	padding: 0;
	}

/* -- nav --------------------------------------------------- */
#nav {
	background: silver;
	height: 108px;
	}

/* For Link Bit */
#nav a {
	color: #ddd; 
	font-size: 18px; 
	float: left; 
	padding-top: 20px;
	height: 69px; 
	width: 300px;
	display: block; 

}

/* -- subnav --------------------------------------------------- */

#subnav {
	width: 900px;
	text-align: center;
	margin: 5px 0 30px 0;
	}
#subnav a {
	color: #fff;
	font-size: 12px;
	margin-left: 40px;
	text-decoration: none;
}

#subnav a:hover {
	color: #fff;
	text-decoration: underline;
}
/* -- containers ------------------------------------------------------------ */
.flleft {float: left; padding: 2px 10px;}
.flright {float: right; padding: 2px 10px;}

.desc { /*	for Portfolio	*/
	background: #e5e5e5;
	padding: 12px 0;
	margin-bottom: 20px;
	width: 250px;
}

.dbar {
	border-right: 4px dotted #a2a2a2;
	padding-right: 45px;
	
	}
.dsub {font-size: 11px; font-weight: normal;}

.pdesc {width: 280px; text-align: left;}
#breadcrumb {
	margin: 0; 
	padding: 0 25px;
	color: #fff;
	font: 11px Tahoma, Verdana, sans-serif;
	height: 20px;
	background: url(../images/hr.png) bottom center no-repeat;
	}
.jquery-corner {display: none;}
/* -- links ------------------------------------------------------------ */
a:link{color: #000;}
a:hover{color: #87bedd;}

#breadcrumb a {color: #fff;	text-decoration: underline;}
#breadcrumb a:hover {text-decoration: underline;}


a.gallery {font-size: 15px; color: #0068a9; font-weight: bolder; text-decoration: none;}
a.gallery:hover {font-size: 15px; color: #a93c00; font-weight: bolder; text-decoration: underline;}
/* -- text ------------------------------------------------------------ */

h1, h2, h3, h4, h5, h6 {
	font-family: "HelveticaNeue",Helvetica,Verdana,sans-serif;
	font-weight: bolder;	
	color: #fff;
	background: #87bedd;
	
	}

h1 {
	font-size: 225%;
	font-weight: bolder;
	margin: 0; padding: 0;
	}

h2 {
	background: #333;
	font-size: 165%;
	clear: both;
	}

h3 {
	font-size: 165%;
	background: #333;
	}
h4 {
	font-size: 15px;
	margin: 0;
	padding: 5px 16px;
	background: #333;
}

.commentbox {
	background: #fbf3d0; 
	border: 1px solid gold;
	padding: 10px 20px;
	margin: 12px auto;
}

p {
	color: #666767;
	font-size: 116%;
	line-height: 1.5;
	margin-top: 10px;
	margin-bottom: 20px;
}
p.indent {text-indent: 10px;}


/* -- lists ------------------------------------------------------------ */

ul li {
	font-size: 14px;
	font-weight: bolder;
	margin-bottom: 5px;
	padding-left: 16px;
}

ul.ar li {
	background: url(../images/icons/dot.gif) 0 5px no-repeat;
	padding-left: 7px;
	font-size: 12px;
}

/* -- misc ------------------------------------------------------------ */
strong {font-weight: bolder;}
.clear {clear: both;}
.s, .b {font-weight: bolder;}

.i {font-style: italic;}
.bigger {font-size: 150%;}
.h {background: #6fb2e5; padding: 2px 4px; color: #fff;}
.hL {background: #dae7f0; padding: 8px 8px;}
.boostimg {margin-right: 20px;}
/* -- forms ------------------------------------------------------------ */

label {
	float: left;
	width: 120px;
	font-weight: bold;
}

input, textarea {
	width: 180px;
	padding: 5px 3px;
	margin-bottom: 5px;
	font: 14px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif; 
}

textarea {
	width: 550px;
	height: 220px;
	font: 14px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif; 
}

.boxes{width: 1em;}


br {clear: left;}
