/**
Theme Name: Chucky
Author URI: http://wpjunction.com
Theme URI: http://wpjunction.com
Version: 1.0
Author: hpa
Description: Premium Wordpress theme
*/

/* -------------------------------------- */

.clearfix:after { /* FF, O, etc. */
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block; /* IE7xhtml*/
}

html[xmlns] .clearfix { /* O */
	display: block;
}

* html .clearfix {
	height: 1%; /* IE5-6 */
}

body {
	background:#2a2a2a url(images/background.gif) repeat-x 0 0;
	background:#D0D0D0  url(images/header_back.jpg) repeat-x 0 0;
	width:1000px;
	margin:0 auto 50px;
	font:normal 12px Arial,Verdana,Tahoma;
	color:#7b878f;
}

a {
	text-decoration:none;
	color:#004a89;
}

a:hover { color:#4d9ad6; }

/* header */
#header {
  background:white url(images/header_contents.gif) no-repeat;
  height:110px;
  margin:0px auto;
  position:relative;
  width:1000px;
}

#branding {
	font-weight:bold;
	color:#f6f6f6;
	top:27px;
	width:755px;
	position:absolute;
}

#blog-title {
	font-size:32px;
	float:left;
	margin-right:5px;
}

#branding a { color:#dcdcdc; }

#branding a:hover { color:#ccc; }

#branding h1 a{
 margin-left:37px;
 font-size:12px;
 color:#aaa;
}

#blog-description {
	display:block;
	float:left;
	line-height:52px;
	margin-left:37px;
}

#top-search-wrap {
	background:transparent url(images/top-search-bg.gif) no-repeat 0 0;
	position:absolute;
	width:240px;
	height:24px;
	line-height:22px;
	top:28px;
	left:50%;
	margin-left:230px;
}

#top-s, #top-search-submit {
	background:none;
	border:none;
	padding:0;
}

#top-s {
	font-size:10px;
	margin-left:5px;
	width:185px;
}

#top-search-submit {
	width:20px;
	cursor:pointer;
}

#rss-button {
	background:transparent url(images/rss.gif) no-repeat 0 0;
	display:block;
	width:21px;
	height:21px;
	position:absolute;
	right:2px;
	top:1px;
	text-indent:-9999px;
}

#page-menu {
	background: #ce8a00 url(images/page-menu-bg.gif) repeat-x 0 0;
	clear:both;
	position:absolute;
	width:1000px;
	overflow:hidden;
	height:27px;
	top:83px;
}

#page-menu .left, #page-menu .right {
	background-repeat:no-repeat;
	position:absolute;
	width:12px;
	height:36px;
	top:0;
}

#page-menu .left {
	background:url(images/page-menu-left-bg.gif) 0 0;
	left:0;
}

#page-menu .right {
	background:url(images/page-menu-right-bg.gif) 100% 0;
	right:0;
}

#page-menu ul {
	display:block;
	position:relative;
	height:25px;
	margin:0;
	padding-left:5px;
}

#page-menu ul li  {
	background:url(images/menu-separator.gif) no-repeat 100% 0;
	float:left;
	display:block;
	height:22px;
	margin-right:3px;
	padding-right:3px;
}

#page-menu ul li a {
	float:left;
	display:block;
	font:10px Arial,"Lucida Grande",Verdana,"Bitstream Vera Sans",sans-serif;
	text-transform:uppercase;
	color:#333;
	height:27px;
	line-height:25px;
	padding:0 16px 0 14px;
	font-weight:900;
}

#page-menu ul li a:hover, #page-menu ul li.current_page_item a,
#page-menu ul li a:hover, #page-menu ul li.current-cat a { color:#0a4593; }

#page-menu ul#page-shadow {
	display:block;
	position:absolute;
	height:25px;
	top:0px;
	left:1px;
}

#page-menu ul#page-shadow li a {
	color:#ddd;
}

/* container */
#container {
	background-color:#f7f7f7;
}

/* content */
#content {
	width:660px;
	float:left;
	padding:25px 15px;
}

.post {
  padding:0;
  color:#333;
  margin-bottom:20px;
  float:left;
}
.post .title {
	margin-bottom:3px;
	clear:left;
	font-size:20px;
	font-weight:normal;
	color:#004a89;
}

.post .date-post, .category-post {
	font-size:11px;
	float:left;
	text-transform:lowercase;
}

.post .meta {
	margin-bottom:15px;
}

#mini-post-wrap { margin-bottom:6px; }

#mini-post-wrap .odd { float:left; }

#mini-post-wrap .even { float:right; }

.mini-post {
	width:326px;
	height:250px;
	margin-bottom:12px;
	overflow:hidden;
	color:#363636;
}

.mini-post .meta {
	background:url(images/mini-meta-bg.gif) no-repeat 0 0;
	font:normal 11px Tahoma, Verdana;
	height:27px;
	line-height:27px;
  padding:0;
	float:right;
	width:100%;
}
.mini-post .meta span{
 padding-left:10px;
}
.mini-post p{text-align:justify;}
.mini-post .date-post, .mini-post .read-more {
	color:#e9e0df;
	display:block;
	float:left;
}

.mini-post .read-more {
	color:#ffffff;
	float:right;
	margin-right:8px;	
}

.mini-post .category {text-transform:lowercase;}

.read-more a {
	color:#ffffff;
}

.mini-post h3.title {
	font:bold 14px Tahoma, 'Trebuchet MS';
	line-height:20px;
	overflow:hidden;
	border:none;
	padding-bottom:3px;
	float:right;
	width:230px;
	padding-right:5px;
}

.mini-post .entry {
	padding:3px 0;
	height:100px;
	overflow:hidden;
	float:right;
  width:100%;
}

 .thumbnail {
	border:1px solid #ccc;
	float:left;
	padding:2px;
	margin: 0 8px 0 0;
	background:white;
	width:70px;
}
.mini-post .category{
 font-size:0.8em;
 margin-bottom:5px;
 float:left;
 width:97%;
 text-align:right;
} 


.pagetitle {
	margin-bottom:15px;
	font-weight:bold;
	font-size:15px;
	border-bottom:1px solid #ffa200;
	color: #dc7200;
}

.navigation .alignleft a, .navigation .alignright a {
	background-color:#f1f5fa;
	display:block;
	float:left;
	font:normal 11px Tahoma, Verdana;
	color:#86a2bd;
	height:27px;
	line-height:27px;
	padding:0 7px;
	border:1px solid #c6e3f9;
}

.navigation a:hover { color:#d82222; }

/* wp-pagenavi */
#wp-pagenavi-wrapper {
	background:#faf7f3 url(images/pagenavi-bg.gif) repeat-x 0 0;
	height:46px;
	position:relative;
}

#wp-pagenavi-left, #wp-pagenavi-right {
	background:transparent url(images/pagenavi-left-bg.gif) no-repeat 0 0;
	position:absolute;
	top:0;
	width:12px;
	height:46px;
}

#wp-pagenavi-left { left:0; }

#wp-pagenavi-right {
	background-image:url(images/pagenavi-right-bg.gif);
	right:0;
}


.wp-pagenavi {
	height:29px;
	padding:15px 10px 0;
	font-size:13px;
	text-align:center;
}

.wp-pagenavi span.pages, .wp-pagenavi span.current, .wp-pagenavi a, .wp-pagenavi a:visited, .wp-pagenavi a:link, .wp-pagenavi span.extend  {
	background-color:#fbfbfb !important;
	border-color:#ece6dd !important;
}

.wp-pagenavi a, .wp-pagenavi a:visited, .wp-pagenavi a:link, .wp-pagenavi span.extend {
	background:#f1f1f1 !important;
	color:#390000 !important;
}

.wp-pagenavi span.current { color:#390000 !important; }

/* sidebar */
#sidebar {
	width:289px;
	float:right;
	padding:15px 10px 10px 10px;
	background: url(images/sidebar_bg.jpg) no-repeat top left;
}

.widget {
	clear:both;
	position:relative;
	float:left;
	width:279px;
	padding-left:10px;
	margin-bottom:20px;
}

.widget-top {
	background:transparent url(images/widget-top-bg.gif) no-repeat 0 0;
	float:left;
	width:310px;
}

.widget-bottom {
	background:url(images/widget-bottom-bg.gif) no-repeat 0 100%;
	padding:9px 7px 6px;
	float:left;
	width:296px;
}

.widget-title {
	font:normal 12px Tahoma, Verdana, Arial;
	text-transform:uppercase;
	color:#4D9AD6;
	margin-bottom:15px;
}

.widget ul li {
	border-bottom:1px solid #E6E6DD;
	color:#A6A6A6;
	height:20px;
	line-height:20px;
}
.widget ul li.arrow {
	background:transparent url(images/all-icons.gif) no-repeat 5px -43px;
}
.widget ul li.hover { background-color:#F9F9F9; }

.widget ul li a { color:#08489d; }
li.widget div.title {color:#08489d; border-bottom:1px dotted #ccc; font-weight:bold;}


.toggle {
	background:transparent url(images/widget-toggle-button.gif) no-repeat 0 0;
	width:24px;
	height:27px;
	position:absolute;
	right:0;
	top:0;
}

.pointer { cursor:pointer; }

.widget .toggle-down { background:transparent url(images/widget-toggle-button.gif) no-repeat 0 -27px !important; }

/* footer */
#footer {
	background:transparent url(images/footer-bg.gif) repeat-x 0 0;
	height:33px;
	position:relative;
	padding:0 7px;
	color:#6a737a;
	text-transform:uppercase;
	font-size:10px;
	line-height:36px;
}

#footer-left, #footer-right {
	width:7px;
	height:33px;
	position:absolute;
	top:0;
}

#footer-left {
	background:transparent url(images/footer-left-bg.gif) no-repeat 0 0;
	left:0;
}

#footer-right {
	background:transparent url(images/footer-right-bg.gif) no-repeat 0 0;
	right:0;
}

#blog-name {
	font:normal 12px Tahoma,Verdana,Arial;
}

#footer-content {
	float:left;
}

#credit {
	float:right;
	height:33px;
}



#comment_wrap {
 padding:10px;
}

.entry table, .entry p, .entry ul{
 margin-bottom:1em;
}
table.table1{
 clear:both;
 display:block;
 position:relative;
}
.table1 td{
 border-bottom:1px solid #e0e0e0;
}

.democracy .poll-question{
 color:#163155;
}
.democracy ul{
 margin-bottom:10px;
 height:auto;
 overflow:visible;
}
.democracy ul li{
 color: #08489d;
 height:auto;
 line-height:auto;
 margin-top:5px;
 list-style:none !important;
}
.democracy ul li input{
 vertical-align:baseline;
}
.dem-total-votes{
 display:inline;
}
.lightborder{
 border: 1px solid #ccc;
}

.thumbnail img {
 width:70px;
 height:70px;
 padding:0;
 margin:0;
 float:left;
}