/* ----------------------------------------------
	Template Name : GrungeEra
	Template Code : S-0028
	Version : 1.0   
	Author : Erwin Aligam
	Author URI : http://www.styleshout.com/       
	Last Date Modified : December 10, 2008	
 ------------------------------------------------ */
 
/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

/* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: #030303;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


body {
	color: #010101;
	border-bottom: 30px solid #090401;
	text-align: center;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
	font-size: 12px;
	line-height: 170%;
	background-color: #010101;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
/* Links */
a:link, a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	border-bottom: 1px dotted #AE855C;	
}
a.more-link {
	padding-bottom: 2px;
	font-weight: bold;	
	border-bottom: 1px dotted #AE855C;	
}
a:hover.more-link {
}
/* Headers */
h1, h2, h3 {
	font: bold 1em/1.2em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-Serif;
	color: #333;
	margin: 10px 25px 5px 25px;	 
}
h1 { font-size: 3.3em; letter-spacing: -2.0px; }
h2 { font-size: 2.8em; font-weight: normal; color: #4A2907; }
h3 {
	font-size: 2em;
	letter-spacing: -1px;
	color: #156733;
	padding-bottom: 5px;
	margin-top: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #146B36;
	text-transform: uppercase;
} 

/* Lists */
ul, ol {
	margin: 12px 30px;
	padding: 0 25px;
	font-family: Tahoma, Arial;
}
ul {
	list-style: square;
	font-family: Tahoma, Arial;
	font-size: 14px;
}
ol { list-style: decimal; }

dt {
  font-weight: bold;
  color: #22312F;
}
dd {
  padding-left: 20px; 
}

p, dl {
	padding: 12px 25px;
	font-size: 14px;
	font-family: Tahoma, Arial;
}

/* Images */




.bordima {
	background: #FAFAFA;
	border: 1px solid #DFBFBF;
	padding: 8px;
	margin-top: 10px;
	margin-right: 10px;
}






code {
  	margin: 3px 0;
  	padding: 20px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'Courier New', Monospace;
  	/* white-space: pre; */
  	border: 1px solid #DDC3A5;
	background: #F0E5D3;
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #895F30;
}
blockquote {
	font-weight: normal;
	font-size: 17px;
	line-height: 1.6em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, Serif;
	color: #2C2E3E;
	background-color: #CCCCCC;
	background-image: url(../images/footer-bottom.jpg);
	background-repeat: no-repeat;
	background-position: -15px -25px;
	margin-top: 12px;
	margin-right: 25px;
	margin-bottom: 12px;
	margin-left: 25px;
	padding-top: 1px;
	padding-right: 15px;
	padding-bottom: 1px;
	padding-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DDC3A5;
	border-right-color: #DDC3A5;
	border-bottom-color: #999999;
	border-left-color: #DDC3A5;
}

/* start - table */	
/* end - table */

/* form elements */



/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 
#wrap {
	width: 700px;
	margin: 0 auto;	
	text-align: left;			
}
/* header */
#header {
	position: relative;
	height: 280px;
	margin: 0;
	padding: 0;
	background-color: #000000;
	overflow: visible;
}
#header h1#logo-text {
	position: absolute;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
	left: 0;
	top: 5px;
}
.top {
	background-image: url(../images/bootcamp-New-Header.jpg);
	background-repeat: no-repeat;
	height: 217px;
	width: 700px;
}
#header h1#logo-text a {
	font-family: Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 70px;
	font-style: normal;
	letter-spacing: -6px;
	color: #990000;
	text-decoration: none;
}
#header h1#logo-text a:hover { border: none; }
#header p#intro {
	position: absolute;
	width: 100%;
	margin: 0; padding: 0;
	font-family: Georgia, 'Times New Roman', Times, Serif;
	font-weight: normal;
	font-size: 17px;
	font-style: italic;
	letter-spacing: -0.5px;
	color: #b6d99b;
	text-align: center; 			
	left: 0;	top: 104px;
}

/*  navigation  */
#header #nav {
	position: absolute;
	left: 0;
	bottom: 10px;
	margin: 0;
	padding: 0;
	width: 700px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #1A0E06;
	border-bottom-color: #1A0E06;
}
#header #nav ul {
	list-style: none;	
	text-align: center;	
	height: 45px;
	margin: 0; padding: 0;	
}
#header #nav ul li {
	display: inline;
	margin: 0; padding: 0;		
}
#header #nav ul li a {
	color: #FFFFFF;
	text-transform: uppercase;
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-Serif;
	font-size: 12px;
	line-height: 45px;
	font-weight: bold;
	margin-top: 0;
	margin-right: 4px;
	margin-bottom: 0;
	margin-left: 4px;
	padding-top: 5px;
	padding-right: 6px;
	padding-bottom: 5px;
	padding-left: 6px;
}
#header #nav ul li a:hover, 
#header #nav ul li a:active {
	border: none;
	color: #B4311C;
}
#header #nav ul li#current a {
	color: #666666;
}

/* contents */
#content-outer {
	float: left;
	width: 700px;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}
#content-wrap {
	float: left;
	width: 700px;
	padding: 35px 0;
	background-color: #FFFFFF;
}
.content {
	float:left;
	width:670px;
	margin-left: 15px;	
	display: inline;
}

#content-wrap h2 {
	font: bold 3.2em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-Serif;
	color: #333333;
	letter-spacing: -2px;
}
#content-wrap h2 {
	font: bold 3.2em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-Serif;
	color: #333333;
	letter-spacing: -2px;
}

/* columns */
.columns {
	clear: both;
	width: 670px;	
}
.col {
	float: left;
	width: 50%;	
}

/* footer */
#footer-outer {
	float: left;
	width: 700px;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
}
#footer-wrap {
	float: left;
	width: 700px;
	margin: 0;
	padding: 15px 0 55px 0;
	background-color: #FFFFFF;
	text-align: center;
}
#footer-wrap h3 {
	color: #CCCCCC;
	font: bold 1.9em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-Serif;
	border: none;
}
#footer-wrap img {
	border: 1px solid #C1C1AF;
}

/* footer-list */
#footer-wrap .footer-list ul {
	list-style: none;
	padding: 0;	
	margin: 10px 25px 5px 25px;	
	background: url(../images/footer-sep.gif) no-repeat center top;
}
#footer-wrap .footer-list ul li {
	background: url(../images/footer-sep.gif) no-repeat center bottom;
}
#footer-wrap .footer-list ul li a {
	display: block;
	width: 98%;
	line-height: 2.1em; 
	font-weight: bold;
	padding: 4px 0;
	margin-left: 0;
	padding-left: 0;
	color: #694545;
	border: none;
}
#footer-wrap .footer-list ul li a span {
	font-style: italic;
	font-weight: normal;
	font-family: Georgia, 'Times New Roman', Times, Serif;
	font-size: .9em;
}
#footer-wrap .footer-list ul li a:hover,
#footer-wrap .footer-list ul li a:hover span {
	color: #333;	
}
#footer-wrap form#quick-search input/* footer-bottom */
 {
	clear: both;
	width: 700px;
	margin: 0 auto;	
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
	background: #090401;
	text-align: center;
}

/* post */
.post {
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.post a{
	
}
.post .postmeta {
	padding: 8px 10px;
	margin: 10px 25px 20px 25px;
	border: 1px solid #DFC3A4;
	background-color: #8C2F20;
	color: #FFFFFF;
}
.post .postmeta a {
	color: #FFFFFF;
	text-decoration: underline;
}
.post .postmeta a:hover { border: none; }
.post .postmeta a.comments { margin: 0 10px 0 5px;	}
.post .postmeta a.readmore { margin: 0 10px 0 5px;	}
.post .postmeta .date{ margin: 0 10px 0 5px;	}

.post .post-info { font-size: .95em; padding-top: 0; color: #684018; }
.post .post-info a, .post-info a:visited { color: #003332; border: none; }

/* comments list */
ol.commentlist {
	margin: 15px 25px;
	padding: 0;
	border-style: solid;
	border-color: #DDC3A5;
	border-width: 1px 1px 0 1px;
	font-family: Tahoma, Arial;
}
.commentlist li {
	margin: 0;
	padding: 15px 15px;
	list-style: none;
	border-bottom: 1px solid #E5D0BA;
	background: #F1EAD6;
	font-size: 14px;
	font-family: Tahoma, Arial;
}
.commentlist li cite {
	display: block;
	font-style: normal;
	font-weight: bold;
	padding: 7px;	
}
.commentlist li cite img {
	float: left;
	margin-right: 10px;	
	border: 1px solid #E7CFCF;
}
.commentlist li cite .comment-data {
	font-size: .8em;
	font-weight: normal;
}
.commentlist li .comment-text {
	clear: both;
	margin: 0; padding: 0;
}
.commentlist li .comment-text p{
	padding-left: 12px;
}
.commentlist li.alt {
	background: #EEE1D5;
}

/* thumbnails */
p.thumbs{ padding: 10px 0 0 20px; }
.thumbs img { 
	position: relative;
	padding: 8px;
	margin: 5px;
	background: #fafafa;
   border: 1px solid #ddd;	
}
.thumbs img:hover	{
	border: 1px solid #D2D2D2;
	background: #DDD;	
}
.thumbs a:hover { background-color: transparent; border: none }

/* alignment classes & additional classes*/
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }
.no-border { border: none; }
.copyright { color: #694545; font-size: .9em }

/* clearing */
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}
#footnew {
	font-family: Tahoma, Arial;
	font-size: 10px;
	font-weight: normal;
	color: #CCCCCC;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	display: block;
	clear: both;
}
#footnew a{
	font-family: Tahoma, Arial;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	border-bottom-width: thin;
}
#divider {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-bottom: 25px;
	height: 20px;
	text-align: center;
	width: 670px;
	clear: both;
	padding-bottom: 10px;
}
