/* CSS RESET */

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
	margin: 100px auto 0;
}

html, body {
	font: 11px/16px helvetica,arial,sans-serif;
	background: #e2e3e2;
	height: 100%;
}

H1 {
	font: normal 31px helvetica,arial,sans-serif;
	text-transform: uppercase;
	color: #54534A;
	background: #fff url('/images/bg_dash.gif') repeat-x bottom left;
	padding-bottom: 2px;
}

H2 {
	display: block;
	font: normal 22px helvetica,arial,sans-serif;
	text-transform: uppercase;
	color: #54534A;
	margin: 20px 0;
}

#container {
	display: block;
	width: 1094px;
	margin: 0 auto;
	color: #6e6e68;
	background: #bdbec0 url('/images/bg_white.gif') repeat-y top left;
	
}

#hdr {
	position: relative;
	width: 1059px;
	display: block;
	margin: 0;
	padding: 0 0 0 35px;
	background: #53534a url('/images/bg_hdr.gif') no-repeat top left;
	height: 156px;
}

#hdr .logo {
	position: absolute;
	top: 44px;
	left: 42px;
}

#hdr .mud {
	position: absolute;
	top: 47px;
	left: 761px;
}

#search {
	position: relative;
	width: 1059px;
	display: block;
	margin: 0;
	padding: 0 0 0 35px;
	background: #7e7e75;
	height: 26px;
	padding-top: 13px;

}

#search .searchForm {
	position: absolute;
	top: 12px;
	left: 338px;
}

#search input[type='text'] {
	display: block;
	float: left;
	height: 12px;
	/*
	width: 150px;
	padding:5px;
	*/
	margin: 0 5px 0 0;
	font-size: 10px;
}

#search button {
	margin-top: 1px;
	padding: 0 0 5px 0;
	display: block;
	float: left;
	padding-top: 2px;
	border: 0;
	width: 73px;
	height: 18px;
	cursor: pointer;
	text-indent: -9999px;
	background: #7e7e75 url('/images/btn_search_submit.gif') no-repeat bottom right;
}


#content {
	min-height: 400px;
	width: 1094px;
}

/* BLOG */
#blog {
	position: relative;
	display: block;
	float: left;
	width: 649px;
	padding: 29px 25px 25px 36px;
}

#blog a.title {
	font: normal 31px helvetica,arial,sans-serif;
	text-transform: uppercase;
	color: #54534A;
	background: #fff url('/images/bg_dash.gif') repeat-x bottom left;
	padding-bottom: 2px;
	margin-bottom: 4px;
	display: block;
}

#blog a.title:hover {
	color: #7e7e75;
	text-decoration: none;
}

#blog p, #blog ul {
	margin-bottom: 15px;
}

#blog a {
	color: #54534A;
	text-decoration: none;
}

#blog a:hover {
	text-decoration: underline;
}


#blog .blogBody a {
	text-decoration: underline;
}

#blog .featureCredits {
	margin: 2px 0 10px;
	font-size: 10px;
}

#blog .featureCredits a {
	text-decoration: underline;
}

#blog img {
	padding: 0 16px 16px 0;
	float: left;
}

#blogGallery {
	position: relative;
}

#blogGallery .plus {
	position: absolute;
	top: 10px;
	right: 300px;
	z-index: 1000;
}

#blog .blogMore {
	font-size: 10px;
	display: block;
	margin: 15px 0 0 0;
}

#blog .blogLinks {
	width: 220px;
	margin-top: 10px;
	float: left;
	border-top: 1px solid #A7A9AC;
	position: relative;
}

#blog .blogLinks li {
	display: block;
	float: left;
}

#blog .blogLinks li a {
	padding: 5px 10px 3px 10px;
}

#blog .blogLinks li a:hover, #blog .blogLinks li .sbOpen:hover, #blog .blogLinks li .active {
	background-color: #A7A9AC;
	color: #fff;
	cursor: pointer;
}

#blog .blogLinks li ul {
	background-color: #fff;
	border: 1px solid #A7A9AC;
	position: absolute;
	bottom: 9px;
	z-index: 500;
	width: 100px;
	padding: 8px;
}

#blog .blogLinks.detail li ul {
	background-color: #fff;
	border: 1px solid #A7A9AC;
	position: absolute;
	bottom: 29px;
	z-index: 500;
	width: 100px;
	padding: 8px;
}


#blog .blogLinks li ul li {
	display: block;
	color: #000;
}

#blog .blogLinks li ul li a {
	text-transform: uppercase;
	color: #54534A;
	font-size: 10px;
	display: block;
	padding: 2px 0 0 22px;
	margin: 0;
	height: 18px;
	width: 70px;
	background: #fff;
}

#blog .blogLinks li ul li a:hover {
	color: #54534A;
	text-decoration: underline;
	background-color: #fff;
	cursor: pointer;
}

#blog .blogLinks a.email {
	background: #fff url('/images/ico_share_email.gif') no-repeat center left;
}

#blog .blogLinks .digg {
	background: #fff url('/images/ico_share_digg.gif') no-repeat center left;
}

#blog .blogLinks .facebook {
	background: #fff url('/images/ico_share_facebook.gif') no-repeat center left;
}

#blog .blogLinks .twitter {
	background: #fff url('/images/ico_share_twitter.gif') no-repeat center left;
}

#blog .blogLinks .yahoo {
	background: #fff url('/images/ico_share_yahoo.gif') no-repeat center left;
}

#blog .blogLinks .reddit {
	background: #fff url('/images/ico_share_reddit.gif') no-repeat center left;
}

#blog .blogLinks .su {
	background: #fff url('/images/ico_share_su.gif') no-repeat center left;
}

#blog .blogLinks .sbClose {
	background: #fff url('/images/ico_share_close.gif') no-repeat center left;
}

#blog .blogLinks .socialLinks {
	display: none;
}

#blog .blogLinks.detail {
	margin-top: 5px;
	width: 100%;
	padding-bottom: 20px;
}

#blog .blogLinks li a, #blog .blogLinks strong {
	color: #A7A9AC;
	display: block;
	font-size: 9px;
	text-decoration: none;
}

.otherArticles {
	display: block;
	margin-bottom: 10px;
	color: #A7A9AC;
	text-transform: uppercase;
}

#blog .subfeature {
	min-height: 230px;
	margin-top: 20px;
	display: block;
	width: 287px;
	font-size: 10px;
	margin-bottom: 0px;
}

#blog .subLeft {
	float: left;
	clear: both;
}

#blog .subfeature H1 {
	font: normal 18px helvetica,arial,sans-serif;
	color: #54534A;
	padding-bottom: 4px;
	background: #fff url('/images/bg_dash.gif') repeat-x bottom left;
}

#blog .subfeature a.title {
	display: block;
	font: normal 18px helvetica,arial,sans-serif;
	text-transform: uppercase;
	color: #54534A;
	background: #fff url('/images/bg_dash.gif') repeat-x bottom left;
	padding-bottom: 2px;	
}

#blog .subfeature a.title:hover {
	color: #7e7e75;
	text-decoration: none;
}

#blog .subfeature H2 {
	font: normal 12px helvetica,arial,sans-serif;
	text-transform: none;
	margin: 0;
	padding: 0;
}

#blog .subfeature .featureCredits {
	font-size: 10px;
}

#blog .subfeature .blogLinks {
	width: 100%;
	margin-top: 0;
}

#blog .sfLeft {
	margin-right: 45px;
}

#colLt {
	text-align: center;
 	width: 200px;
 	float: left;
}

#colRt {
	width: 449px;
	float: left;
} 

#colRt H1 {
	color: #54534A;
	text-transform: none;
}

#colRt .subHdr {
	margin: 10px 0 20px;
	font-size: 10px;	
}

.noSubHdr {
	margin-top: 30px;
}

.entry .blogLinks {
	display: block;
	width: 100%;
}

.comment_mud {
	padding: 20px;
	background: #fff url('/images/bg_dash.gif') repeat-x bottom left;
	background-color: #f0f0f1;
}

.comment {
	padding-bottom: 20px;
	background: #fff url('/images/bg_dash.gif') repeat-x bottom left;
}

.comment strong {
	color: #A7A9AC;
}

.commentName {
	font-size: 13px;
	margin-bottom: 15px;
	margin-top: 20px;
}

/* MARGIN */
#margin {
	font-size: 13px;
	height: 100%;
	position: relative;
	display: block;
	float: left;
	width: 344px;
	padding: 32px 20px 20px 17px;
}

#margin a {
	color: #fff;
	text-decoration: none;
}

#margin a:hover {
	text-decoration: underline;
}

#margin p {
	margin-bottom: 32px;
}

#margin .archive, #margin .connect, #margin .links { 
	width: 153px;
	padding: 0 0 20px 17px;
}

#margin .join, #margin .contributors, #margin .blogroll {
	background: url('/images/bg_margin_rt.gif') repeat-y top right;
	width: 153px;
	padding: 0 17px 20px 0;
	min-height: 75px;
}

#margin #blogrollList {
	margin-top: -8px;
	padding: 0;
}

#margin #blogrollList li {
	margin-bottom: 5px;
}

#margin .connect {
	font-size: 10px;
}

/*
#margin .links {
	width: 350px;
	padding: 0 0 20px 0;
}
*/

#margin .join input[type='text'] {
	color: #666;
}

#margin .emailAddy {
	
}

#margin .ad {
	margin-top: 20px;
}

#margin .ad img {
	display: block;
	margin-bottom: 17px;
}

#margin .box {
	display: block;
	float: left;
	padding-top: 12px;
	color: #fff;
}

#margin .box p {
	margin-bottom: 10px;
}

#margin .box input {
	margin: 0 0 -1px 0;
	border: 1px solid #cdcccb;
	padding:2px;
}

#margin .box .btnConnect {
	display: block;
	padding: 9px 0 0 33px;
	height: 25px;
	margin-top: -4px;
}

#margin .connect li {
	display: block;
	height: 25px;
	padding: 3px 0 0 33px;
	line-height: 12px;
	width: 140px;
	margin-bottom: 2px;
}

#margin li.single {
	line-height: 23px;
}

#margin .rss {
	background: #bcbec0 url('/images/img_connect_rss.gif') no-repeat center left;
}

#margin .newsletter {
	background: #bcbec0 url('/images/img_connect_newsletter.gif') no-repeat center left;
}

#margin .youtube {
	background: #bcbec0 url('/images/img_connect_youtube.gif') no-repeat center left;
}

#margin .twitter {
	background: #bcbec0 url('/images/img_connect_twitter.gif') no-repeat center left;
}

#margin .facebook {
	background: #bcbec0 url('/images/img_connect_facebook.gif') no-repeat center left;
}

#margin .myspace {
	background: #bcbec0 url('/images/img_connect_myspace.gif') no-repeat center left;
}

#margin .divider {
	display: block;
	padding: 8px 0;
	margin: 0;
}

#margin .title {
	padding-bottom: 18px;
}

#pagingBottom {
	font-size: 1.1em;
	text-transform: uppercase;
	color #A7A9AC;
	font-weight: bold;
}

#pagingBottom a {
	color: #ccc;
	padding: 0 4px;
}

#pagingBottom a:hover {
	color: #7E7E75;
	text-decoration: none;
}

#pagingBottom strong {
	font-weight: bold;
	padding: 0 4px;
	color: #7E7E75;
}

#pagingBottom p  {
	/* color: #A7A9AC; */
}

/* FLOAT STYLES */

.weightNorm {
	font-weight: normal;
}

.floatLt {
	float: left;
}

.floatRt {
	float: right;
}

.clearLt {
	clear: left;
}

.clearRt {
	clear: right;
}

.clearBoth {
	clear: both;
}

/* MISC STYLES */

.dNone {
	display: none;
}

.dBlock {
	display: block;
}

.dInline {
	display: inline;
}

.txtCenter {
	text-align: center;
}

.txtRight {
	text-align: right;
}

.txtLeft {
	text-align: left;
}

.txtBold {
	font-weight: bold;
}

.txtBlack {
	color: #000;
}
