* {
	margin: 0px;
	padding: 0px;
}
body {

	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

#inner {
background-image: url(../images/backgrounds/inner.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#home {
	background-image: url(../images/backgrounds/home.png);
	background-repeat: no-repeat;
	background-position: center top;

}
ul {}
li {
	margin: 0px;
	padding: 0px;
}
img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#home-content {
	width: 950px;
	float: left;
	position: relative;
}
.logo {
	width: 326px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	height: 70px;
}



/* ---------- Digg Pagination Start ---------- */

.slide_pagination {
	background:white; /* self-clearing method: */
	font-size:11px;
	font-weight:bold;
	}
  
.slide_pagination a, .slide_pagination span {
	padding:.2em .5em;
	display:block;
	float:left;
	margin-right:5px;
	}

.slide_pagination span.disabled {
	color:#999;
	border:1px solid #ddd;
	}

.slide_pagination span.current {
	font-weight:bold;
	background:#43aaaa;
	color:white;
	border:1px solid #ddd; 
	}

.slide_pagination a {
	text-decoration:none;
	color:#253133;
	border:1px solid #43aaaa;
	}

.slide_pagination a:hover, .slide_pagination a:focus {
	color:#253133;
	border-color:#ae2023;
	}

.slide_pagination .page_info {
	background:#2e6ab1;
	color:white;
	padding:.4em .6em;
	width:22em;
	margin-bottom:.3em;
	text-align:center;
	}

.slide_pagination .page_info b {
	color:#003;
	background:#6aa6ed;
	padding:.1em .25em;
	}

.slide_pagination:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

*html .slide_pagination {
	height:1%;
	}

*:first-child+html .slide_pagination {
	overflow:hidden;
	}
/* Paging Start "Bottom of Page When Browsing" */

.paging-cont {
	width:600px;
	height:30px;
	font-size:12px;
	margin-top: 5px;
	margin-bottom: 0;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 130px;
	float: left;
	}
	
.paging-cont ul {
	margin:0;
	padding:0;
	list-style:none;
	}
	
.paging-cont li {
	display:block;
	border:1px solid #dfe0e1;
	float:left;
	padding:0.25em 0.5em;
	margin:0 1em 0 0;
	font-size:11px;
	font-weight:bold;
	color:#2c7676;
	}
	
li.no-border {
	border:1px solid #ffffff;
	}
	
.paging-cont a {
	color:#253133;
	text-decoration:none;
	}
	
.paging-cont a:hover {
	color:#ae2023;
	text-decoration:none;
	}
	
/* Paging End */
/* ---------- Digg Pagination End ---------- */


#search-form {
	width: 621px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/backgrounds/searchbg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 74px;
}
#search-form .submit {

	border-color:#CCCCCC #AAAAAA #AAAAAA #CCCCCC;
	border-style:solid;
	border-width:1px 2px 2px 1px;
	cursor:pointer;
	font-size:1.2em;
	padding:5px



}
.search-form-input {
	float: left;
	border: solid 0px #fff;
	font-size: 30px;
	margin: 17px 0 0 17px;
	outline: 0px;
	width: 445px;
	color: #CCCCCC;

}

.search-form-input:focus {
	color: #333333;
}


.search-form-submit {
	float: left;
	background: none;
	border: 0px;
	height: 55px;
	width: 130px;
	cursor: pointer;
	margin: 10px 0 0 20px;

}


.pages_tabs {
	width: 621px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 34px;
}
.pages_tabs ul {
	width: 581px;
	_margin: -2px;
	height: 23px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	position: absolute;
	left: 0px;
	top: 5px;
}
.pages_tabs li {
	list-style-type: none;
	float: left;
}






.pages_tabs li a:link, .pages_tabs li a:visited {
	list-style-type: none;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	display: inline;
	float: left;
	height: 26px;
	margin-right: 5px;
	width: 163px;
	background-image: url(../images/backgrounds/tab.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 8px;
	color: #0066FF;


}

#wrapper .page-tabs-selected {
	list-style-type: none;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	display: inline;
	float: left;
	height: 26px;
	margin-right: 5px;
	width: 163px;
	background-image: url(../images/backgrounds/tab-selected.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 8px;
	color: #000000;


}
.pages_tabs li a:hover {
	list-style-type: none;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	display: inline;
	float: left;
	height: 26px;
	margin-right: 5px;
	width: 163px;
	background-image: url(../images/backgrounds/tab-selected.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 8px;
	color: #000000;


}

#home-comemnt {
	clear: both;
	float: left;
	width: 900px;
	padding-right: 25px;
	padding-left: 25px;
	margin-top: 50px;
	height: 300px;
}
.home-comment-headline {
	float: left;
	width: 840px;
	position: relative;
	padding-left: 60px;

}
#home-comemnt a:link, #home-comemnt a:visited {
	color: #0066FF;
	text-decoration: none;
}
#home-comemnt a:hover  {
	color: #FF6600;
}

.home-comment-headline h1 {
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 5px;
	padding-top: 2px;
}
.home-comment-headline h2 {
	font-size: 16px;
	font-weight: normal;
}
.home-comment-headline-img {
	position: absolute;
	left: 0px;
	top: 0px;
	border: 1px solid #CCCCCC;
	height: 50px;
	width: 50px;
}
.home-comment-body {
	width: 900px;
	padding-top: 20px;
	float: left;
	height: 112px;
}
.home-comment-body p {
	font-size: 16px;
	margin-bottom: 10px;
}

#wrapper .home-comment-body-cats {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 12px;
}
.home-nav {
	float: left;
	width: 860px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
.home-comment-details-rating-up {
	float: left;
	height: 20px;
	background-image: url(../images/icons/thumbsup.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 17px;
	font-size: 12px;
	color: #0066CC;
	text-decoration: none;
	margin-right: 5px;
	display: inline;
}
.home-comment-details-rating-down {
	float: left;
	height: 20px;
	background-image: url(../images/icons/thumbsdown.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 12px;
	color: #0066CC;
	text-decoration: none;
	margin-right: 5px;
	display: inline;
	padding-left: 17px;
}
.home-comment-details-share {
	float: left;
	font-size: 12px;
	color: #0066CC;
	text-decoration: none;
	margin-right: 5px;
	display: inline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 10px;
}
.comment-dropdown {
	float: right;
	width: 320px;
	font-size: 12px;
	margin-top: -1px;
}

.comment-dropdown-inner {
	float: right;
	width: 300px;
	font-size: 12px;
	margin-top: -1px;
}
.comment-dropdown-input {
	width: 190px;
	font-size: 12px;
}

#homebox {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

.popular-topics h2, .top-keywords h2, .top-contributors h2 {
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 10px;
	padding-top: 10px;
}
.popular-topics {
	float: left;
	width: 280px;
	margin-right: 20px;
}
.popular-topics ul {}
.popular-topics li  {
	list-style-type: none;
	margin-bottom: 10px;
}
.popular-topics li a:link, .popular-topics li a:visited {
	font-size: 14px;
	color: #0066FF;
	text-decoration: none;
}
.popular-topics li a:hover {
	color: #FF6600;
}


.popular-topics-inner {
	width: 160px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
}

.popular-topics-inner li  {
	list-style-type: none;
	margin-bottom: 5px;
}
.popular-topics-inner li a:link, .popular-topics-inner li a:visited {
	font-size: 11px;
	color: #0066FF;
	text-decoration: none;
}
.popular-topics-inner li a:hover {
	color: #FF6600;
}


.top-keywords {
	float: left;
	width: 280px;
	margin-right: 20px;
}
.top-keywords p {}
.top-keywords a:link, .top-keywords a:visited {
	color: #0066FF;
	text-decoration: none;
}
.top-keywords a:hover {
	color: #FF6600;
}


.top-keywords-inner h2, .popular-topics-inner h2 {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 5px;
}
.top-keywords-inner {
	width: 160px;
	margin-right: auto;
	margin-left: auto;
}
.top-keywords p {}
.top-keywords-inner a:link, .top-keywords-inner a:visited {
	color: #0066FF;
	text-decoration: none;
}
.top-keywords-inner a:hover {
	color: #FF6600;
}
 
.top-keywords-12font {
	font-size: 12px;
	text-decoration: none;
}
/*.top-keywords-13font {
	font-size: 13px;
	text-decoration: none;
}*/
.top-keywords-14font {
	font-size: 14px;
	text-decoration: none;
}

.top-keywords-16font {
	font-size: 16px;
	text-decoration: none;
}
.top-keywords-18font {
	font-size: 18px;
	text-decoration: none;
}
.top-keywords-20font {
	font-size: 20px;
	text-decoration: none;
}
.top-keywords-22font {
	font-size: 22px;
	text-decoration: none;
}
.top-keywords-24font {
	font-size: 24px;
	text-decoration: none;
}
.top-keywords-26font {
	font-size: 26px;
	text-decoration: none;
}

.top-contributors {
	width: 280px;
	float: left;
}
.top-contributors p {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}
.top-contributors ul {}
.top-contributors li {
	float: left;
	width: 50px;
	margin-right: 5px;
	display: block;
	list-style-type: none;
	margin-bottom: 5px;
	height: 70px;
}
.top-contributors li img {
	border: 1px solid #0066FF;
	height: 45px;
	width: 45px;
	margin: 0px;
	padding: 0px;
}
.top-contributors li a:link, .top-contributors li a:visited {
	font-size: 10px;
	color: #0066FF;
	text-decoration: none;
}
.top-contributors li a:hover {
	color: #FF6600;
}

#footer {
	text-align: center;
	width: 500px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
	padding-bottom: 25px;
}
#footer p {
	font-size: 12px;
}
#footer a:link, #footer a:visited {
	color: #0066FF;
	text-decoration: none;
}
#footer a:hover {
	color: #FF6600;
}
.fitler-holder {
	float: left;
	width: 100%;
	background-color: #FEEC92;
	margin-top: 22px;
}
.filter {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

.filter-thumb {
	float: left;
	height: 50px;
	width: 50px;
	margin-right: 15px;
}
.filter-head {
	float: left;
	width: 800px;
}
.filter-head h1 {
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 10px;
}
.filter-head p {
	font-size: 14px;
	padding-bottom: 10px;
}
.filter-head-input {
	width: 200px;
	font-size: 12px;
}
.content-wrapper {
	width: 100%;
}
#content {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

.right-column {
	float: right;
	width: 200px;
	position: relative;
}
.right-column-head {
	background-image: url(../images/backgrounds/right-column-head.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 19px;
	width: 200px;
	float: left;
}
.right-column-body {
	width: 180px;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #99E9FC;
	border-left-color: #99E9FC;
	float: left;
	background-color: #FFFFFF;
}
.right-column-footer {
	background-image: url(../images/backgrounds/right-column-footer.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 19px;
	width: 200px;
	float: left;
}
.right-google {
	width: 160px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

.content {
	float: left;
	width: 780px;
	position: relative;
}

.comments-box {
	width: 780px;
	float: left;
}
.comments-box-bg {
	width: 780px;
	float: left;
	background-color: #F2F2F2;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 25px;
	position: relative;
}
.comments-box-bg-logo {
	position: absolute;
	top: 10px;
	right: 10px;
}
.comments-box h2, .comments-box-bg h2 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 20px;
	padding-left: 25px;
	width: 500px;
}


.comment-box-holder-full {
	width: 780px;
	float: left;
	margin-bottom: 15px;
}


.comment-box-holder-simple {
	background-image: url(../images/backgrounds/comment-simple-bg.png);
	background-repeat: no-repeat;
	background-position: 25px top;
	float: left;
	width: 685px;
	padding-right: 20px;
	padding-left: 75px;
	height: 64px;
	margin-bottom: 10px;
	position: relative;
}

.comment-box-holder-user-expand-holder {
	width: 780px;
	float: left;
	margin-bottom: 10px;
}
.comment-box-holder-user-expand {
	float: left;
	width: 660px;
	background-image: url(../images/backgrounds/comment-full-user.png);
	background-repeat: no-repeat;
	background-position: 25px top;
	padding-left: 80px;
	padding-right: 40px;
	position: relative;
}
.comment-box-user-expand-footer {
	float: left;
	width: 670px;
	background-image: url(../images/backgrounds/comment-full-user-footer.png);
	background-repeat: no-repeat;
	background-position: 65px top;
	height: 38px;
	position: relative;
	padding-left: 80px;
	padding-right: 30px;
}

.comment-box-user-expand-footer p {
	padding-top: 8px;
}

.comment-box-holder-simple-expand {
	position: absolute;
	right: 22px;
	bottom: 12px;
}

.comment-box-holder-simple-collapse {
	position: absolute;
	right: 22px;
	bottom: 18px;
}

.comment-box-holder-full a:link, .comment-box-holder-full a:visited, .comment-box-holder-simple a:link, .comment-box-holder-simple a:visited, .comment-box-holder-user-expand a:link, .comment-box-holder-user-expand a:visited {
	color: #0066FF;
	text-decoration: none;
}
.comment-box-holder-full a:hover, .comment-box-holder-simple a:hover, .comment-box-holder-user-expand a:hover  {
	color: #FF6600;
}

.comment-box-top {
	width: 780px;
	float: left;
	background-image: url(../images/backgrounds/comment-full-top-left.png);
	background-repeat: no-repeat;
	background-position: 90px top;
}
.comment-box-bottom {
	width: 630px;
	float: left;
	background-image: url(../images/backgrounds/comment-full-bottom-left.png);
	background-repeat: no-repeat;
	background-position: 130px top;
	padding-left: 150px;
}
.comment-box-top-left {
	float: left;
	width: 80px;
	height: 112px;
	padding-right: 45px;
	padding-top: 20px;
	padding-left: 20px;
}
.comment-box-top-left p {
	font-size: 11px;
}
.comment-box-top-left img {
	border: 1px solid #0066FF;
	margin-bottom: 10px;
}

.comment-box-bottom-left {
	background-image: url(../images/backgrounds/comment-full-bottom-left.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 37px;
	width: 145px;
	float: left;
}

.comment-box-right {
	width: 635px;
	float: left;
}
.comment-box-top-right {
	width: 580px;
	float: left;
	padding-right: 45px;
	padding-left: 10px;
}

.comment-box-top-right h3, .comment-box-holder-user-expand h3 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 5px;
	margin-top: 10px;
}

.comment-box-holder-simple h3 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 5px;
	margin-top: 7px;
}

.comment-box-top-right h4, .comment-box-holder-simple h4, .comment-box-holder-user-expand h4 {
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: normal;
}
.comment-box-top-right p, .comment-box-holder-user-expand p {
	font-size: 12px;
	margin-bottom: 10px;
}
body .comment-box-top-right-cats {
	margin-top: 10px;
}

.comment-box-bottom-right {
	height: 30px;
	width: 590px;
	float: left;
	padding-top: 8px;
	padding-right: 18px;
}
.comment-box-bottom-right p {}
.simple-full-holder {
	float: left;
	width: 1000px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.simple-full {
	display: block;
	float: left;
	height: 22px;
	width: 96px;
	background-image: url(../images/backgrounds/view-tab.png);
	font-size: 12px;
	color: #0066FF;
	text-decoration: none;
	text-align: center;
	padding-top: 6px;
	margin-right: 15px;
}
.simple-full-current {
	display: block;
	float: left;
	height: 22px;
	width: 96px;
	background-image: url(../images/backgrounds/view-tab-current.png);
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	text-align: center;
	padding-top: 6px;
	margin-right: 15px;
	font-weight: bold;


}

