/* GLOBAL ELEMENTS */

body{
	background-image: url(/assets/images/top_stitch.png);
	background-repeat: repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #000000;
	margin: 0;
	padding: 0;
}
a{
	color: #55b7d7;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
#main{
	margin: 0 auto;
	width: 786px;
}
.clear{
	clear: both;
}
.red{
	color: #CC0000;
}

.gray{
	color: #969696;
}

/* HEADER */
#header{
	position: relative;
	top: 11px;
	height: 125px;
}
#logo{
	position: relative;
	width: 126px;
	height: 112px;
}
#tabs{
	position: relative;
	left: 320px;
	top: -112px;
	width: 460px;
}

/* MAIN AREA */

#content{
	margin-left: 25px;
	_margin-top: -25px;
	margin-bottom: -40px;
}
#content #page-title{
	margin: 0;
	padding: 0;
	margin-top: 15px;
	margin-bottom: 5px;
}
#content #view-all{
	position: relative;
	top: -28px;
	left: 425px;
	width: 70px;
	font-size: 12px;
	margin-bottom: -20px;
}
#content #tag-name{
	position: relative;
	top: -28px;
	left: 425px;
	width: 70px;
	font-size: 12px;
	font-weight: bold;
	color: #524c4e;
	margin-bottom: -20px;
}
#content #article-date{
	position: relative;
	top: -28px;
	left: 325px;
	width: 150px;
	font-size: 12px;
	margin-bottom: -20px;
	color: #969696;
	text-transform: uppercase;
}
#content-left{
	float: left;
	width: 508px;
	_width: 488px;
	margin-bottom: 40px;
}

/* ARTICLE ELEMENTS */

.content-article{
	width: 481px;
}
.content-article-photo{
	width: 123px;
	float: left;
	margin-top: 8px;
}
.content-article-text{
	width: 230px;
	float: right;
	line-height: 18px;
	margin-top: 8px;
}
.content-article .article-title {
	font-size: 14px;
	color: #38ACD1;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 5px;
	margin-top: 10px;
}
.content-article-text p{
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}

.thumbs-articles{
	background-image: url(/assets/images/articles/thumbs-background.png);
	background-repeat: no-repeat;
	width: 483px;
	height: 132px; 
	margin-left: -10px;
	padding-left: 10px;
	padding-top: 8px;
	margin-bottom: 10px;
}
.thumbs-articles .thumb-ind{
	background-image: url(/assets/images/articles/thumb-ind-background.png);
	background-repeat: no-repeat;
	padding: 12px;
	float: left;
	margin-right: 6px;
}

.divider{
	background-image: url(/assets/images/stitch_divider.png);
	height: 3px;
	width: 481px;
	background-repeat: no-repeat;
}

.content-blurb{
	width: 481px;
}
.content-blurb-photo{
	width: 123px;
	float: left;
	margin-top: 8px;
}
.content-blurb-text{
	width: 356px;
	float: right;
	line-height: 18px;
	margin-top: 8px;
}
.content-blurb-photo .blurb-thumb{
	background-image: url(/assets/images/articles/background-thumb.png);
	padding: 11px;
}
.content-blurb-text .blurb-title{
	font-size: 14px;
	color: #38acd1;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 5px;
}
.content-blurb-text p{
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}

/* ARTICLE OR FEATURE PAGE ELEMENTS */
#content-article-body{
	line-height: 16px;
}

#content-article-body img{
	background-image: url(/assets/images/articles/frame2.png);
	padding: 10px;
}

/* SIDEBAR ELEMENTS */

#content-right{
	float: right;
	position: relative;
	top: -46px;
	width: 253px;
}
#content-right #product-archive{
	background-image: url(/assets/images/background-product_archive.png);
	background-repeat: no-repeat;
	height: 180px;
	padding-left: 21px;
	padding-top: 50px;
	padding-bottom: 10px;
	font-size: 11px;
	line-height: 16px;
	z-index: 0;
}
#content-right #article-archive{
	background-image: url(/assets/images/background-article_archive.png);
	background-repeat: no-repeat;
	height: 180px;
	padding-left: 21px;
	padding-top: 50px;
	padding-bottom: 10px;
	font-size: 11px;
	line-height: 16px;
	z-index: 0;
}

#content-right #popular-categories{
	padding-left: 21px;
	margin-bottom: 20px;
	margin-top: 10px;
	font-size: 10px;
	line-height: 14px;
}
#content-right #popular-categories-left{
	width: 50%;
	font-size: 11px;
	line-height: 16px;
	margin-top: 10px;
	float: left;
}
#content-right #popular-categories-right{
	width: 50%;
	font-size: 11px;
	line-height: 16px;
	margin-top: 10px;
	float: right;
}

#content-right #choose-area{
	padding-left: 21px;
	margin-bottom: 20px;
	margin-top: 10px;
}
#content-right #choose-area-text{
	font-size: 11px;
	line-height: 16px;
	margin-top: 10px;
	float: left;
	margin-bottom: 10px;
}
#content-right #choose-area-text a{
	margin-right: 25px;
}

#content-right #search-site{
	padding-left: 21px;
	margin-bottom: 20px;
	margin-top: 10px;
}
#content-right #search-site-text{
	font-size: 11px;
	line-height: 16px;
	margin-top: 10px;
	float: left;
	margin-bottom: 10px;
}

#content-right #get-involved{
	background-image: url(/assets/images/background-get_involved.png);
	background-repeat: no-repeat;
	height: 400px;
	padding-left: 21px;
	padding-top: 56px;
}
#content-right #get-involved-content{
	width: 210px;
	font-size: 12px;
	line-height: 15px;
	color: #666666;
}
.dotted-line{
	border-bottom: 1px dotted #7a7a7a;
	width: 221px;
	height: 1px;
	margin-left: -7px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* ADVERTISEMENT ELEMENTS */

#inline-advertisement{
	padding-top: 10px;
	width: 483px;
}
#inline-advertisement .advert{
	background-image: url(/assets/images/background-inline_ads.png);
	background-repeat: no-repeat;
}
#side-advertisements, #inline-advertisement #advert-label-large{
	text-align: right;
	width: 483px;
	margin-bottom: 20px;
	padding-top: 10px;
}
#side-advertisements, #inline-advertisement #advert-label-small{
	text-align: right;
	width: 252px;
	padding-bottom: 10px;
}
#side-advertisements .advert{
	background-image: url(/assets/images/background-sidebar_ads.png);
	background-repeat: no-repeat;
	padding: 10px;
	margin-bottom: 3px;
}

/* FOOTER ELEMENTS */
#footer-area{
	background-image: url(/assets/images/footer/footer-top_stitch.png);
	background-repeat: repeat-x;
	background-color: #666666;
	color: #FFFFFF;
	/*margin-top: 20px;*/
	padding-bottom: 30px;
}
#footer{
	margin: 0 auto;
	width: 780px;
}
#footer-copy{
	width: 519px;
	margin-left: 15px;
	padding-top: 25px;
}
#footer-copy h1{
	margin: 0px;
	margin-left: 14px;
	margin-bottom: 5px;
	padding: 0px;
}
#footer-copy #articles{
	background-image: url(/assets/images/footer/background-articles.png);
	width: 504px;
	height: 257px;
	margin-bottom: 20px;
}
#footer-copy .articles-thumb{
	position: relative;
	margin: 8px;
	_margin: 7px;
	float: left;
}
#footer-copy p{
	margin-left: 15px;
	padding-bottom: 15px;
}