/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }


/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes table styes */
table {
	border-collapse : collapse;
	border-spacing : 0;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: top;
	background: transparent;
}


/* Removes border from fieldset and img */
fieldset,img { border : 0; }


/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

/* LAYOUT.css */

html 	{ text-align : center;  }

body {
color: #000;
	position : relative;
	min-width : 960px;
	margin : 0 auto;
	text-align : left;
	letter-spacing: 0.02em;
	font: 1em/1.2 Georgia, "Palatino Linotype", "Book Antiqua", Palatino, Times, serif;
	background: #FFF;
}

div#content {	
	position : relative;
	width : 960px;
	margin-right: auto;
	margin-left: auto;
	min-height: 650px;
	margin-top: 50px;
	top: 0px;
}

div#content_main {
	float: left;
	margin-left: 1em;
	width : 480px;
	left : 1.3em;
	padding-bottom: 4em;
}
  
div#content_sub {
	float: left;
	margin-left: 0.2em;
	left : 530px;
	width : 290px;
	position: absolute;
	top: 0px;
	margin-top: 0.3em;
	padding-bottom: 4em;
}

div#content_sub2 {
	left : 840px;
	width : 120px;
	top: 0px;
	position: absolute;
	margin-top: 0.3em;
}



/* =si_clear_children */
.pc,.sc {
	position : absolute;
	top: 5px;
	left: 0;
}
.clear_children,.cc_tallest { position: relative; } /*\*/* html .clear_children { display: inline;}/**/
.cc_tallest:after { content: ''; } /* PREVENTS A REDRAW BUG IN SAFARI */	




/* BRANDING CSS styling */

#branding {
	position: relative;
	background: #333;
	height: 60px;
	display: block;
	overflow: hidden;
}

#branding p, #branding h2 {
	text-indent: -10000px;
}



#branding h1 a {
	text-indent: -10000px;
	width: 122px;
	height:60px;
	display: block;
	cursor:pointer;
	background:url(../images/navbtn_logo_home.png) top left no-repeat;
	}

#site_nav {
	bottom: 0px;
	position: absolute;
	width: 366px;
	right: 0px;
}
#site_nav li {
	display: inline;
	display: block;
	height: 60px;
	width: 121px;
	float: left;
	margin-right: 1px;
}

#site_nav #portfolio a {
	float:right;
	height:60px;
	text-indent:-10000px;
	position:relative;
	cursor:pointer;
	width:121px;
}
	
#site_nav #articles a {
	float:right;
	height:60px;
	text-indent:-10000px;
	position:relative;
	cursor:pointer;
	width:121px;
}

#site_nav #about a {
	float:right;
	height:60px;
	text-indent:-10000px;
	position:relative;
	cursor:pointer;
	width:121px;
}

	a.portlinkClass { background:url(../images/navbtn_portpglink.png) top left no-repeat;}
	a.portlinkOnClass { background:url(../images/navbtn_portpgON.png) top left no-repeat;}
	a.artcllinkClass { background:url(../images/navbtn_artclpglink.png) top left no-repeat;}
	a.artcllinkOnClass { background:url(../images/navbtn_artclpgON.png) top left no-repeat;}
	a.abtlinkClass { background:url(../images/navbtn_abtpglink.png) top left no-repeat;}
	a.abtlinkOnClass { background:url(../images/navbtn_abtpgON.png) top left no-repeat;}
	#sitenav a:hover {background-position:left bottom;}
	a.open {background-position:left bottom !important;}
	
#homepgnavbtn a {
	text-indent:-10000px;
	position: absolute;
	height: 60px;
	width: 121px;
	top: 0px;
	right: 367px;
	cursor: pointer;
	display: block;
	background: url(../images/navbtn_homepglink.png) no-repeat left top;
}

#homepgnavbtn a:hover {
	background: url(../images/navbtn_homepglink.png) no-repeat left bottom;
}


/* FEATURE IMAGE styling CSS */

#feature_image {
	background: #074952 url(../images/featureImgBG.jpg) no-repeat right top;
	height: 150px;
	position: relative;
}
#FeatureImgTxt {
	position: absolute;
	top: 0px;
	left: 50.5%;
}

#featureImgLeft {
	position: absolute;
	top: 0px;
}
	
/* FOOTER styling CSS */

#footer {
	padding-top: 60px;
	background: #333;
	position: relative;
	width: 100%;
	padding-top: 20px;
	color: #CCC;
	font: 80% "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-top: 40px;
	border-top: 1px dotted #333;
	clear: both;
}
#content_sub2 h3 {
}
#siteinfo  {
	padding-left: 20px;
	padding-bottom: 20px;
	text-shadow: #000 0 1px 2px;
	line-height: 1.6;
}


#contact li {
	display: block;
	float: left;
	margin-right: 8px;
	padding-right: 8px;
	border-right: 1px solid #666;
}

#footer #about_footer {
	clear: both;
}

#about_footer h4 {
	clear: left;
	padding-top: 16px;
}

#contact h4 {
	padding-top: 8px;
}

.footersitenav {
	float: left;
	padding-right: 22px;
}

/* MAIN CONTENT styling CSS */
#content p {
	padding-bottom: 1em;
}
#content_main p {
	line-height: 1.45em;
}

#content_main table tr td {
	font: 1em/1.4em "Times New Roman", Times, serif;
	letter-spacing: 0.03em;
	vertical-align: text-top;
	border-style: none;
	padding: 0.5em 0.5em 1em 6px;
}
#content_main h2 span {
	color: #666;
}
#siteinfo #about_footer {
	width: 50%;
	margin-bottom: 16px;
}

#siteinfo .toplink {
	position: absolute;
	display: block;
	top: 0px;
	right: 0px;
	padding: 20px;
	background: #000;
}



.intro {
	font-size: 120%;
	border-bottom: 1px solid #333;
	margin-bottom: 1em;
	padding-bottom: 1em;
	line-height: 1em;
	}
.intro em {
	font-style: italic;
	color: #666;
	letter-spacing: -0.01em;
}
	
p.intro:first-letter {
	float: left;
	font-size: 150px;
	padding: 0.1em;
	margin-right: 0.1em;
}
p.intro:first-line {
	font-size: 130%;
	text-transform: uppercase;
	line-height: 1.4em;
}

.columns {
	column-width: 210px;
	column-gap: 24px;
	-moz-column-width: 210px;
	-moz-column-gap: 24px;
}

#content_main h2 {
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	text-align: center;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 2em;
	letter-spacing: -0.005em;
	padding-top: 0.28em;
	padding-bottom: 0.2em;
	margin-bottom: 0.5em;
}

/* SUPLEMENTARY_1 CONTENT styling CSS */

div #tfeed {
	background: #FFF url(../images/BirdseedArtwork.png) no-repeat;
	height: 450px;
	width: 300px;
	position: relative;
	margin-top: -40px;
}
#twitter-link {
	position: absolute;
	right: 11px;
	top: 166px;
	display: block;
	height: 40px;
	width: 130px;
	text-indent: -10000px;
}
#tfeed h3 {
	text-indent: -10000px;	
}


#twitter_div {
	width: 154px;
	top: 190px;
	position: absolute;
	left: 80px;
}

#twitter_div ul li {  
	font: 11px "Courier New", Courier, monospace;
}  


#twitter_div ul li a {
	clear: both;
	font-weight: bold;
	color: #333;
}

#twitter_div ul li a:hover {
	color: #fff;
	background-color: #0f0f0f;
}

#content_sub ul {
	padding-right: 25px;
	padding-left: 5px;
}
 
#content_sub h2 {
	border-top: 1px solid #333;
	padding-top: 0.4em;
	margin-bottom: 0.3em;
}

#content_sub ul li h4 {
	color: #000;
}

#content_sub img {
	background: #CCC;
	padding: 10px;
	border: 1px solid #999;
	margin-bottom: 0.8em;
}

#content_sub p {
	color: #333;
	font-size: 80%;
	line-height: 1.5em;
	padding-left: 0.1em;
	letter-spacing: 0.01em;
}

/* SUPLEMENTARY_2 CONTENT styling CSS */

#content_sub2 {
	font-size: 80%;
}
#content_sub2 h3 {
	padding-right: 10px;
	padding-left: 10px;
	display: block;
	height: 39px;
	width: 100px;
	text-indent: -10000px;
	background: url(../images/sdbr2_imgApp_hdr.gif) no-repeat center;
	margin-bottom: -12px;
}
#content_sub2 ul {
	padding-left: 10px;
}
#content_sub2 #mldlinks li{
	background: #000;
	height: 100px;
	width: 100px;
	display: block;
	margin-bottom: 1px;
}
#content_sub2 p {
	text-indent: -10000px;
	display: block;
	height: 1px;
}

#content_sub2 #toolbar {
margin-top: -3em;
}

/* TEXT styling CSS */

h1 {
	font-size: 2.5em;
	font-weight: normal;
}
h2{
	letter-spacing: -0.01em;
	font: normal 1.8em Georgia, "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
h3 {
	font: bold 1.2em/1.1em Helvetica, Arial, sans-serif;
	margin-bottom: 0.5em;
}

h4 {
	font: bold 0.9em Helvetica, Arial, sans-serif;
	margin-bottom: 0.2em;
	letter-spacing: -0.01em;
}

/* INTERACTIVE styling CSS */


a.txtlink {
	color: #FF3300;
	text-decoration: none;
	padding: 0.1em 0.3em;
	font-weight: normal;
	margin-left: -0.3em;
	margin-right: -0.3em;
	}
	
a:hover.txtlink {
	text-decoration: underline;
	background: #ffeae5;
	color: #FF3300;
}

#footer a {
	color: #999;
	text-decoration: none;
	padding: 0.1em;
	}
	
#footer a:hover {
	text-decoration: underline;
	background: #000;
	color: #FF3300;
}
#sidebar_randmimg li {
	margin-top: -10px;
}

.recent-posts a {
	color: #FF3300;
	text-decoration: none;
	padding: 0.1em 0.3em;
	font-weight: normal;
	margin-left: -0.3em;
	margin-right: -0.3em;
	}
	
	.recent-posts a:hover {
		text-decoration: underline;
		color: #FF3300;
	}
	
		.recent-posts li {
	padding: 0.2em 0 0.5em 0.6em;
	border-top: 1px dotted #999;
	background: #f0f0f0;
}
