html, body
{
	background-color:#4F616B;
	color:#fff;
	font-family:Verdana, Tahoma, Arial;
	font-size:11px;
	margin:0;
	padding:0;
	text-align:center;
	height:100%;
	width:100%;
	background-image:url(images/bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

a
{
	color:#52636D;
	text-decoration:none;
}

form
{
	padding:0;
	margin:0;
}

input, textarea, select
{
	font-family:Verdana, Tahoma, Arial;
	font-size:11px;
}

#wrapper
{
	width:980px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

#top
{
	background-image:url(images/top.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	height:31px;
}

#navigation
{
	background-image:url(images/navigation.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	height:39px;
	text-align:left;
	margin:0;
	padding:0 0 0 20px;
}

#navigation li
{
	display:inline;
	list-style:none;
	margin-right:10px;
	padding:0;
	float:left;
}

#navigation li a
{
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	font-family:Arial, Verdana, Tahoma;
	padding:11px 5px;
	float:left;
}

#navigation li a:hover, #navigation li#current a
{
	color:#82AA0A;
	text-decoration:underline;
}

#header
{
	background-image:url(images/header.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	height:115px;
}

#tabs
{
	height:85px;
}

#tabs div
{
	height:85px;
	float:left;
	background-position:top center;
	background-repeat:no-repeat;
}

#tabs div a
{
	width:100%;
	height:100%;
	float:left;
}

#tabs .tab_category
{
	background-image:url(images/tab_category.jpg);
	width:222px;
}

#tabs .tab_article
{
	background-image:url(images/tab_article.jpg);
	width:169px;
}

#tabs .tab_submit
{
	background-image:url(images/tab_submit.jpg);
	width:170px;
}

#tabs .tab_resources
{
	background-image:url(images/tab_resources.jpg);
	width:192px;
}

#tabs .tab_blog
{
	background-image:url(images/tab_blog.jpg);
	width:227px;
}

#content
{
	float:left;
	background-image:url(images/content.jpg);
	background-position:top center;
	background-repeat:repeat-y;
	width:100%;
	color:#52636D;
	text-align:left;
}

#content .ctop
{
	height:5px;
	font-size:1px;
}


#main_content
{
	float:right;
	width:757px;
	min-height:500px;
}

#main_content h1
{
	width:737px;
	background-color:#fff;
	background-image:url(images/h1_bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	margin:0;
	padding:6px 10px 6px 10px;
	font-size:14px;
	color:#fff;
	font-family:Arial, Verdana, Tahoma;
	clear:both;
}

#main_content h1 a
{
	color:#fff;
}

#main_content h2
{
	margin:0 0 5px 0;
	padding:0;
	font-size:14px;
	color:#52636D;
	font-family:Arial, Verdana, Tahoma;
}


#side_navigation
{
	padding:0;
	margin:0;
	float:left;
	width:223px;
}

.category_bar
{
	float:left;
	padding:0px 0 0 0;
	margin:0;
	background-image:url(images/menu_bg.jpg);
	background-position:bottom center;
	width:217px;
}

.category_bar li
{
	float:left;
	width:100%;
	padding:0;
	margin:0;
	background-image:url(images/menu_bg.jpg);
	background-position:bottom center;
	background-repeat:repeat-y;
}

.category_bar li.start
{
	background-image:url(images/menu_bg_top.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	margin-top:0px;
	height:4px;
}

.category_bar li.end
{
	background-image:url(images/menu_bg_bottom.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	margin-top:0px;
	height:13px;
}

.category_bar li a
{
	float:left;
	color:#fff;
	font-weight:bold;
	font-size:13px;
	padding:5px 0px 5px 15px;
	margin:4px 0 0px 0;
	text-decoration:none;
	width:203px;
}

.category_bar li a img
{
	float:left;
	margin-right:8px;
	border:none;
	width:16px;
	height:16px;
	margin-bottom:-3px;
}

.category_bar li a:hover
{
	background-image:url(images/menu_bg_hover.jpg);
	background-position:top left;
	background-repeat:repeat-x;
}




.category_bar .child
{
	margin:0 0 0px 0;
	padding:0 0 0 20px;
	list-style:none;
	float:left;
	width:175px;
}

.category_bar .child li
{
	padding:0;
	margin:0;
	background:none;
	background-image : url(images/cat_indent.jpg);
	background-position : left center;
	background-repeat : no-repeat;
}

.category_bar .child li a
{
	padding:1px 5px 1px 17px;
	margin:0;
	font-size:11px;
	font-weight:normal;
	width:auto;
	font-family:Tahoma, Verdana, Arial;
	color:#F6F6F6;
}

.category_bar .child li a:hover
{
	text-decoration:underline;
	background:none;
}







.category_bar li.category_current
{
	background-image:url(images/category_current_heading.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

.category_bar li.category_current a
{
	padding:2px 0px 12px 15px;
}

.category_bar li.category_current a:hover
{
	background:none;
}

.category_bar li.category_current .child
{
	background-image:url(images/content.jpg);
	background-position:top left;
	background-repeat:repeat-y;
	padding:0 0 10px 20px;
	margin:0px;
	width:197px;
	list-style:none;
	float:left;
}

.category_bar li.category_current .child li
{
	padding:0;
	margin:0;
	background:none;
}

.category_bar li.category_current .child li a
{
	padding:3px 5px;
	margin:0;
	font-size:12px;
	font-weight:normal;
	width:auto;
	color:#4F616B;
}

#footer
{
	clear:both;
	float:left;
	background-image:url(images/footer_bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	width:100%;
	height:87px;
	color:#52636D;
}

#footer p
{
	padding:0;
	margin:20px 0 0 0;
}



.tutoriallist
{
	clear:both;
	float:left;
	padding:0;
	width:755px;
}

.tutoriallist .tutorialrow1
{
	background-image:url(images/main_content_2.jpg);
	background-position:top left;
	background-repeat:repeat-y;
}

.tutoriallist .tutorialrow2
{
	background-color:#fff;
	background-image:url(images/main_content.jpg);
	background-position:top left;
	background-repeat:repeat-y;
}

.tutoriallist .tutorial
{
	border-top:1px solid #fff;
	border-bottom:1px solid #DEDEDE;
	width:100%;
	padding:8px 0;
	float:left;
}

.tutoriallist .tutorial .thumbnail
{
	float:left;
	padding:10px 15px;
	background-image:url(images/tn_bg.jpg);
	background-position:top right;
	background-repeat:repeat-y;
	width:50px;
	height:75px;
	font-size:10px;
}

.tutoriallist .tutorial .thumbnail img
{
	width:50px;
	height:50px;
	margin-bottom:15px;
}

.tutoriallist .tutorial .info
{
	float:left;
	text-align:left;
	padding:0px 10px;
	width:400px;
}

.tutoriallist .tutorial .info h3
{
	padding:0;
	margin:0;
	font-size:13px;
	margin:0 0 5px 0;
}

.tutoriallist .tutorial .info h3 a:hover
{
	text-decoration:underline;
}

.tutoriallist .tutorial .info .description
{
	font-size:10px;
	font-family:Tahoma, Verdana, Arial;
	margin-bottom:10px;
}

.tutoriallist .tutorial .meta
{
	float:right;
	text-align:right;
	padding:0px 15px;
	width:200px;
}

.tutoriallist .tutorial .meta .report
{
	text-align:left;
	float:right;
	padding:5px 0 3px 22px;
	margin-top:30px;
	width:50px;
	height:15px;
	font-weight:bold;
	background-image:url(images/report_icon.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

.tutoriallist .tutorial .meta .notm
{
	margin:10px 0 5px 0;
}

.tutoriallist .tutorial .meta .ratingbox
{
	margin-top:10px;
	clear:both;
	height:23px;
	width:164px;
	float:right;
	background-image:url(images/ratingbox_bg.jpg);
	background-position:top center;
	background-repeat:repeat-x;

}

.tutoriallist .tutorial .meta .ratingbox .rating_votes
{
	background-image:url(images/votes_bg.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	float:right;
	height:13px;
	width:auto;
	font-weight:bold;
	padding:5px 5px 5px 0;
}

.tutoriallist .tutorial .meta .ratingbox .sep
{
	margin:0 0 0 0;
	float:left;
}

.tutoriallist .tutorial .meta .ratingbox .rating_stars
{
	background-image:url(images/rate_star_bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	float:left;
	width:80px;
	height:23px;
	position: relative;
	padding-left:5px;
}

.tutoriallist .tutorial .meta .ratingbox .rating_stars .star-rating{
	list-style:none;
	margin: 4px 0 0 0px;
	padding:0;
	height: 14px;
	width:70px;
	position: relative;
	background: url(images/ratebar.gif) top left repeat-x;
	float: left;
	font-size:1px;
}

.tutoriallist .tutorial .meta .ratingbox .rating_stars .star-rating ul{
	padding:0px;
	margin:0px;
}
.tutoriallist .tutorial .meta .ratingbox .rating_stars .star-rating li{
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
}
.tutoriallist .tutorial .meta .ratingbox .rating_stars .star-rating li a{
	display:block;
	width:11px;
	height: 14px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
}
.tutoriallist .tutorial .meta .ratingbox .rating_stars .star-rating li a:hover{
	background: url(images/ratebar.gif) left center;
	z-index: 2;
	left: 0px;
}
.tutoriallist .tutorial .meta .ratingbox .rating_stars .star-rating a.one-star{
	left: 0px;
}
.tutoriallist .tutorial .meta .ratingbox .rating_stars .star-rating a.one-star:hover{
	width:14px;
}
.tutoriallist .tutorial .meta .ratingbox .rating_stars .star-rating a.two-stars{
	left:14px;
}
.tutoriallist .tutorial .meta .ratingbox .rating_stars .star-rating a.two-stars:hover{
	width: 28px;
}
.tutoriallist .tutorial .meta .ratingbox .rating_stars .star-rating a.three-stars{
	left: 28px;
}
.tutoriallist .tutorial .meta .ratingbox .rating_stars .star-rating a.three-stars:hover{
	width: 42px;
}
.tutoriallist .tutorial .meta .ratingbox .rating_stars .star-rating a.four-stars{
	left: 42px;
}	
.tutoriallist .tutorial .meta .ratingbox .rating_stars .star-rating a.four-stars:hover{
	width: 56px;
}
.tutoriallist .tutorial .meta .ratingbox .rating_stars .star-rating a.five-stars{
	left: 56px;
}
.tutoriallist .tutorial .meta .ratingbox .rating_stars .star-rating a.five-stars:hover{
	width: 70px;
}
.tutoriallist .tutorial .meta .ratingbox .rating_stars .star-rating li.current-rating{
	background: url(images/ratebar.gif) left bottom;
	height: 14px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
}





.resourcerow
{
	float:left;
	width:347px;
	height:175px;
	padding:10px 15px;
	text-align:center;
}

.resourcerow img
{
	width:125px;
	height:125px;
	display:block;
	margin-top:5px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.resourcerow1
{
	background-image:url(images/main_content_2.jpg);
	background-position:top left;
	background-repeat:repeat-y;
}

.resourcerow2
{
	background-image:url(images/main_content.jpg);
	background-position:top right;
	background-repeat:repeat-y;
}

.resourcerow3
{
	background-image:url(images/main_content_2.jpg);
	background-position:top right;
	background-repeat:repeat-y;
}

.resourcerow4
{
	background-image:url(images/main_content.jpg);
	background-position:top left;
	background-repeat:repeat-y;
}



.pagination
{
	float:left;
	margin-top:20px;
	margin-bottom:15px;
	margin-left:auto;
	margin-right:auto;
	width:100%;
}

.pagination ul
{
	margin: 0;
	padding: 0;
	text-align: center;
}

.pagination li
{
	list-style-type: none;
	display: inline;
	padding-bottom: 1px;
}

.pagination a, .pagination a:visited
{
	padding: 5px 8px;
	text-decoration: none; 
	background-color: inherit;
	color: #699C07;
	font-weight: bold;
}

.pagination a:hover, .pagination a:active
{
	color: #ffffff;
	background-image: url(images/pagination_bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	text-decoration: none; 
}

.pagination li.currentpage
{
	font-weight: bold;
	padding: 5px 9px;
	background-color: inherit;
	color: #ffffff;
	background-image: url(images/pagination_bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

.pagination li.disablepage
{
	padding: 0 5px;
	border: 1px solid #929292;
	color: #929292;
}

.pagination li.nextpage
{
	font-weight: bold;
}

* html .pagination li.currentpage, * html .pagination li.disablepage
{
	/*IE 6 and below. Adjust non linked LIs slightly to account for bugs*/
	padding-right: 9px;
	padding-left: 9px;
}



.cssform p{
width: 500px;
clear: both;
margin:15px 0;
padding-left: 75px; /*width of left column containing the label elements*/
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-top: 3px; /*width of left column*/
margin-left: 10px; /*width of left column*/
margin-right: 5px; /*width of left column*/
width: 255px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform p.rate{
width: 365px;
clear: left;
margin: 0;
padding-left: 5px; /*width of left column containing the label elements*/
height: 1%;
}

.submitbutton{
 background-image: url(images/h1_bg.jpg);
 background-position : center center;
 background-repeat : repeat-x;
 padding:5px;
 background-color : inherit;
 color : #ffffff;
 font-weight:bold;
 border:none;
 }

.cssform textarea{
width: 192px;
height: 150px;
}

.categoryselectors{
width: 200px;
}



.inline_contents
{
	padding:10px 15px;
	clear:both;
}

.inline_contents p
{
	margin-top:0;
}

.inline_contents .rss
{
	float:right;
	border:none;
	margin:5px 0 10px 0;
}

.blog_postinfo
{
	padding:0px 15px;
	clear:both;
	font-size:10px;
	color:#82AA0A;
	font-weight:bold;
}

.blog_postinfo a
{
	color:#82AA0A;
}

.blog_postinfo a:hover
{
	color:#82AA0A;
	text-decoration:underline;
}

.bmimages
{
	border:none;
}

.left { float:left; }
.right { float:right; }
.strong { font-weight:bold; }
.clear { clear:both; }
.errors { font-weight:bold;color:#f00;text-align:center;padding:0 10px;margin-bottom:10px; }
.center { text-align:center; }
.width50 {width:50%;}