/* BLUEPRINT CSS STUFF */


/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}

a img {border:none;}

/* typography.css */
body {font-size:75%;color:#222;background:#fff;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#000;}
a {color:#009;text-decoration:underline;}
strong {font-weight:bold;}

li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:disc;}


/* SIFR STUFF - same as main site */

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */


/*
.sIFR-hasFlash h1.sifr {
	visibility: hidden;
	letter-spacing: -2em;	
}



.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}*/

/* ---------------------------------------------------------------- */

body {
	width:100%;
	height:100%;
	background: #2F3433 repeat-x left top;
	font: 76%/150% Verdana, Arial, Helvetica, sans-serif;
}


body #header {
background: url('../../images/header.jpg') no-repeat top center #C2CCCC;
	height: 140px; 
	width: 100%;
	min-width: 850px; 
}



#container {
	background: url('../../images/body_new.gif') top left repeat-x #4F5D60;
	width: 100%;
	height: 1%;
	min-width: 850px; /*This stops backgrounds ending for browsers that understand*/
}

#content {
	width: 820px;
	height: 1%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	background: none;
}

#maincontent {
	padding-top: 80px;
	position: relative;
	color: #D4DFDF;
	width: 600px;
	float: left;
	padding-bottom: 30px;
}


#footer {
	font-size: 85%;
	clear: both;
	min-width: 850px; /*This stops backgrounds ending for browsers that understand*/
	width: 100%;
	height: 1%;
	background: url('../../images/footback.gif') left top repeat-x #2F3433;
	padding: 10px 0px 10px 0px;
	text-align: center;
	color: #CCCCCC;
}

/* TEXT STUFF */
a img {
	text-decoration: none; border: 0px solid;
}
a:visited img, a:active img {
	border-style: none;
}
a:active, a:focus {
	width:0; 
	height:0; 
	outline:0; /* for browsers that understand */
}

em {
font-weight: bold;
}

#maincontent p {
	margin-left: 110px;
}

#maincontent ul, #maincontent ol {
	margin-left: 110px;
	list-style-position: outside;
}

#maincontent li {
margin-left: 14px;
}

a, a:link, a:visited {
	color: #34F3EC;
	text-decoration: none;
}

a:hover, a:active {
	color: #34F3EC;
	text-decoration: underline;
}

em {
	font-weight: bold;
	font-style: normal;
}

h1 {
text-indent: -6000px;
} /* The main page name */

h2 {
	font-size: 2em;
	color: #34F3EC;
	margin-left: 0px;
	line-height: 1.2em;
	margin-bottom: 1em;
} /* The post title */


h2 span.date {
color: #C2CCCC;
text-align: right;
display: block;
float: left;
position: relative;
margin-left: 0px;
margin-right: 20px;
width: 90px;
font-size: 75%;
} /* in h2 this is the date - sifr is in another span around the link */

#maincontent h3 {
	margin-left: 110px;
	color: #D4DFDF;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 95%;
}

p.meta {
font-size: 90%;
color: #FFDE00;
} /* The author and date */

p.meta a {
color: #FFDE00;
}

p.meta span {
font-style: oblique;
} /* tags */

p.info {
font-style: oblique;
color: #C2CCCC;
}
.nerd {
	color: #34F3EC;
	font-family: Times New Roman, Times, serif;
}

/* OBJECT STUFF */

div.entry {
padding-bottom: 0px;
border-bottom: 1px dotted #34F3EC;
margin-bottom: 3em;
}

#maincontent img {
	padding: 5px;
	border: 1px solid #C2CCCC;
	margin-bottom: 1.9em;
}

#maincontent div.border {
	padding: 5px;
	border: 1px solid #C2CCCC;
	margin-bottom: 1.9em;
	height: 100%;
	margin-left: 105px;
}


/* SECONDARY CONTENT */

#secondary {
	float: right;
	clear: right;
	width: 180px;
	color: #CCCCCC;
	margin-left: 40px;
	font-size: 90%;
	line-height: 140%;
	margin-top: 113px;
	overflow: visible;
}

#secondary #about, #secondary #sorter {
margin-left: 20px;
}

#about {
margin-bottom: 30px;
	font-size: 130%;
	color: #FFDE00;
	line-height: 130%;
}

#about a#pullbox {
position: relative;
display: block;
background: url('../../images/buttongrey.gif') top left no-repeat;
width: 111px; height: 111px;
text-indent: -5000px;
}


#sorter {

}

#secondary h4 {
	padding: 20px 0px 5px 0px;
	margin-bottom: 0px;
	color: #F1F1F1;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 95%;
}

#secondary a {
	color: #FFDE00;
}

#tagcloud a {
margin-left: 0px;
line-height: 90%;
	color: #FFDE00;
}



/* NAVIGATION */

a img#logo {
position: absolute;
top: -100px;
left: 0px;
height: 49px; width: 147px; 
}

a img#bloghome {
position: absolute;
top: -95px;
left: -642px;
height: 73px; width: 609px; 
}



#navArea {
position: relative;
top: 0px;
left: 650px;
width: 143px;
height: 1%;
}

#navMain {
position: relative;
left: 10px;
	height: 39px;
	width: 143px; /*The extra 3 pixels are allowing the menu backgrounds to show in IE*/
	display: block;
}

#navMain ul {
margin: 0px;
height: 39px;
width: 143px;
position: relative;
}

#navMain li {
	display: block;
	height: 39px;
	width: 143px;
	list-style-type: none;
	position: relative;
	float: left;
}

#navMain li#navMain-1 a {
	height: 39px;
	width: 143px;
	display: block;
	position: relative;
	text-indent: -5000px;
	background: url('../../images/home.gif') no-repeat left top;
}

#navMain li#navMain-1 a:hover {
	background-position: left bottom;
}

#navSub {
	position: absolute;
	width: 143px;
	left: -8px;
	padding: 0px; margin: 0px;
	top: 39px;
}

#navSub ul {
list-style: none;
text-indent: -6000px;
}

#navSub li a {
display: block;
position: relative;
width: 140px;
height: 33px;
background: no-repeat left top;
padding: 0px;
}

#navSub li#navSub-2  a {
background-image: url('../../images/services.gif');
}
#navSub li#navSub-3  a {
	background-image: url('../../images/about.gif');
}

#navSub a:hover {
	background-position: left bottom;
}




/* FOOTER */

#footcontent {
	position: relative;
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
	height: 1%;
}

#bottomnav {
	position: relative;
}



#bottomnav ul {
margin-left: 10px;
line-height: 170%;
}

#bottomnav ul li {
	color: #FFDE00;
	list-style: none;
	padding-top: 0.5em;
} 

#bottomnav ul li a {
	color: #FFDE00;
	font-weight: bold;
} 

.footbox1 {
position: absolute;
width: 200px;
left: 0px;
}
.footbox2 {
position: absolute;
width: 250px;
left: 210px;
}

ul.footcontact {
position: absolute;
left: 620px;
width: 169px;
height: 1%;
list-style: none;

}

ul.footcontact li {
text-align: right;
}

ul.footcontact li#namefoot a {
text-align: left;
background: url(../../images/name_foot.gif) transparent no-repeat left top;
display: block;
width: 169px;
height: 25px;
text-indent: -6000px
}


p.footcredit {
text-align: center;
padding-top: 14em; /*so it moves down if text resized*/
color: #CCCCCC;
}

#namefoot img {
	position: absolute;
	left: -80px;
	top: 0px;
}

a img#tenten {
position: absolute;
left: 3px;
top: 14em;
}

blockquote {
	margin-left: 50px;
	font-style: italic;
	font-weight: bold;
}
