/*
Theme Name: PosiPour
Theme URI: http://devalog.com/
Description: A custom theme developed for Posi Pour
Author: devalog.com.
Version: 1.0
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
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 {
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
	line-height: 32px;
	margin: 16px 0;
	color: #333;
	font-family: "Century Gothic",Tahoma,Helvetica,Arial,sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
.c {
	clear: both;
	height: 1px;
	line-height: 1px;
}

/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.pingback a.url,
h3#comments-title,
h3#reply-title,
#top-menu-links .menu,
#top-menu-links div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#logo,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry label,
.entry tr th,
.entry thead th,
#respond label,
.pagination,
.page-title,
.page-title span,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit] {
	font-family: arial,helvetica,sans-serif;
}
pre {
	font-family: arial,helvetica,sans-serif;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

/* =Structure
-------------------------------------------------------------- */

#page {
	position: relative;
	text-align: left;
	margin: 0 auto;
	width: 960px;
	padding: 0;
	
}

/* =Global Elements
-------------------------------------------------------------- */

body {
	background-attachment: fixed;
	background-color: #e0e3e4;
	background: url('images/newheader_bg.jpg') top center no-repeat;
}
body,
input,
textarea {
	color: #666;
	font-size: 13px;
	line-height: 18px;
}
hr {
    background-color: #CCCCCC;
    border: 0 none;
    clear: both;
    height: 1px;
    margin: 0;
    padding: 0;
}
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	margin:1px;
	padding:8px;
}
a:link {
	color: #c01c23;
}
a:visited {
	color: #c01c23;
}
a:active,
a:hover {
	color: #ff4b33;
}

/* =Header
-------------------------------------------------------------- */

#header {
	padding: 0;
	margin: 0;
	position: relative;
	height: 269px;
}
#branding {
	overflow: hidden;
	text-align: left;
	border: none;
	height: 192px;
}
/* This is the custom header image */
#branding img {
	margin: 0;
	padding: 0;
}
#site-title {
	top: 40px;
	left: 0;
	width: 500px;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 18px 0;
	position: absolute;
}
#site-title span {
	display: block;
	text-indent: -9999px;
	}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 0;
	padding: 80px 30px 80px 0;
	font: normal 17px  'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	color: #E02313;
}
#top-menu-container {
	height: 57px;
	margin-left: -1px;
	background: url('images/menu_bg.jpg') repeat-x;
}
#top-menu-container2 {
	width: 960px;
	margin: auto;
}
#top-menu-links {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
}
#top-menu-search {
	float:right;
	width: 201px;
	height: 32px;
	background: url('images/search_bg.jpg') no-repeat;
	margin: 10px 0 0 0;
	padding: 0px;
}
#top-menu-links ul {
	list-style: none;
	margin: 0;
	z-index: 10;
}
#top-menu-links li {
	float: left;
	position: relative;
}
#top-menu-links a {
	color: #a6abae;
	text-shadow: 1px 1px 1px #000;
	display: block;
   margin: 10px 3px;
   padding: 7px 15px;
	text-decoration: none;
	font-size: 14px;
	font-family: Verdana,Tahoma,Helvetica,Arial,sans-serif;
	letter-spacing: 1px;
}
#top-menu-links ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	left: 0;
	float: left;
	width: 200px;
	z-index: 11;
	background: #33383C;
	padding: 5px 5px 10px 0;
	margin: 0px 2px 1px 2px;
}
#top-menu-links ul ul li {
	min-width: 190px;
	margin: -5px 7px;
	padding: 0;
}
#top-menu-links ul ul ul {
	left: 100%;
	top: 0;
	z-index: 12;
}
#top-menu-links ul ul a {
	background: #33383C;
	line-height: 1em;
}
#top-menu-links li:hover > a {
	border: 1px solid #000;
	background: #262d32;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-left: 2px;
}
#top-menu-links ul ul:hover > a {
	background: #262d32;
	color: #fff;
	margin-left: 10px;
}
#top-menu-links ul li:hover > ul {
	display: block;
}
#top-menu-links ul li.current_page_item > a,
#top-menu-links ul li.current-menu-ancestor > a,
#top-menu-links ul li.current-menu-item > a,
#top-menu-links ul li.current-menu-parent > a {
	margin: 11px 0 0 0;
	line-height: 13px;
   padding-bottom: 11px;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #c01c23;
	border: solid 1px #4F2300;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c01c23', endColorstr='#cf5c00'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#c01c23), to(#cf5c00)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #c01c23,  #cf5c00); /* for firefox 3.6+ */
}
#top-menu-links ul li ul li.current_page_item > a,
#top-menu-links ul li ul li.current-menu-ancestor > a,
#top-menu-links ul li ul li.current-menu-item > a,
#top-menu-links ul li ul li.current-menu-parent > a {
	background-image: none;
	border: none;
	margin-left: 2px;
}

#menu {
	width: 960px;
	position: relative;
}
#main-menu {
	background: #767179 url('images/menu_bg.jpg') repeat-x;
	display: block;
	width: 960px;
	height: 57px;
	position: relative;
	z-index: 10;
	font-size: 13px;
	margin-left: 0px;
}
#main-menu ul {
	list-style: none;
	margin: 0;
}
#main-menu li {
	float: left;
	position: relative;
	font-size: 18px;
	background: url('images/mainmenu_line.gif') center right no-repeat;
	
}
#main-menu a {
	color: #bbb;
	display: block;
	line-height: 57px;
	padding: 0 20px;
	text-decoration: none;
}
#main-menu ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 57px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 11;
}
#main-menu ul ul li {
	min-width: 180px;
}
#main-menu ul ul ul {
	left: 100%;
	top: 0;
	z-index: 12;
}
#main-menu ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#main-menu li:hover > a,
#main-menu ul ul :hover > a {
	background: #333;
	color: #fff;
}
#main-menu ul li:hover > ul {
	display: block;
}
#main-menu ul li.current_page_item > a,
#main-menu ul li.current-menu-ancestor > a,
#main-menu ul li.current-menu-item > a,
#main-menu ul li.current-menu-parent > a {
	color: #fff;
}
* html #main-menu ul li.current_page_item a,
* html #main-menu ul li.current-menu-ancestor a,
* html #main-menu ul li.current-menu-item a,
* html #main-menu ul li.current-menu-parent a,
* html #main-menu ul li a:hover {
	color: #fff;
}
#menu-search {
	position: absolute;
	right: 40px;
	top: 10px;
	width: 220px;
	z-index: 20;
}
#menu-search input.search {
	margin:1px;
	padding:8px;
	-moz-border-radius:8px 8px 8px 8px;
	height: 15px;
	*height: 16px;
	*padding: 7px 0 7px 10px;
	width: 225px; 
	color: #797979; 
	font-size: 13px; 
	background: #fff url('images/search.png') no-repeat right center;
}
#menu-left{
	position: absolute;
	left: -9px;
	top: -7px;
}
#menu-right{
	position: absolute;
	right: -9px;
	top: -7px;
}

/* =Content
-------------------------------------------------------------- */

#content {
	padding: 0;
}
#content,
#content textarea {
	font-size: 15px;
	line-height: 20px;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1 {
	font-size: 25px;
}
#content h2 {
	font-size: 20px;
	color: #C01C23;
}
#content h3 {
	font-size: 19px;
}
#content h4 {
	font-size: 16px;
	color: #828282;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 13px;
}
#content h5 {
	font-size: 15px;
}
h5 {
	font-size: 15px;
	line-height: 19px;
	margin: 10px 0;
}
#content h6 {
	font-size: 22px;
	color: #C01C23;
}
#content .video-player {
	padding: 0;
}
#content-main {
}
#content-left {
	float: left;
	width: 960px;
	margin: 10px 22px;
}
#content-right {
	float: right;
	width: 264px;
}
body .edit-link {
	clear: both;
	display: block;
}

/* =Images
-------------------------------------------------------------- */

#content img {
	margin: 0;
}
#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	border: 1px solid #bbb;
	padding: 6px 5px 5px 5px;
	background: #fff;
}
#content .wp-caption {
	background: #fff;
	line-height: 18px;
	padding: 4px;
	text-align: center;
   border: 1px solid #BBBBBB;
   margin: 0 20px 32px 0;
   padding: 2px 0 4px 0;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 13px;
	margin: 5px;
}
#content .wp-smiley {
	margin: 0;
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 13px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}

/* =Posts
-------------------------------------------------------------- */
.post {
	margin-bottom: 6px;
	}
.entry {
	position: relative;
	line-height: 26px;
}
.entry_date {
	width: 53;
	height: 67px;
	background: url("images/date_bg.jpg") no-repeat;
}
.entry_date div {
	padding: 5px 0 0 2px;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
}
.entry_content {
	padding: 10px 30px 0 20px;
	margin: 10px 0 0 0;
	min-height: 220px;
}
.entry_content_cat {
	padding: 20px 30px 0 20px;
	margin: 10px 0 0 0;
	min-height: 140px;
	background: #F7F7F7;
	border-top: #ccc 1px solid;
	border-left: #ccc 1px solid;
	border-right: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.row { clear: both; }
.col1 { width: 470px; float: left; padding: 0px; }
.col2 { width: 470px; float: right; padding: 0px; }

.entry_thumb {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	}
.entry_thumb .post_image {
	margin: 0 20px 20px 0;
	}
.entry_text {
	padding-left: 140px;
	}
.post_heading {
	display: inline-block;
	font-size: 18px;
	padding: 0;
	margin: 0 0 15px 0;
	line-height: 26px;
}
.post_heading a:link, a:visited {
	text-decoration: none;
	color: #595959;
}
.post_heading a:hover {
	color: #c01c23;
}
a.continue {
	float: right;
	*padding-bottom: 10px;
	text-align: right;
	text-decoration: none;
	color: #c01c23;
}
a.continue:hover {
	text-decoration: underline;
}
.comment_link {
	padding: 0;
	margin: 0 0 0 0px;
	*padding-bottom: 10px;
	}
	.comment_link a {
		text-decoration: none;
		color: #c01c23;
	}
	.comment_link a:hover {
		text-decoration: underline;
	}
.comment_count {
		text-align: center;
		background:url("images/comment_count_bg.gif") no-repeat transparent;
		height: 32px;
		width: 32px;
		font-weight: bold;
		font-size: 15px;
		padding-top: 2px;
		margin-top: 5px;
	}
	.comment_count a {
		text-decoration: none;
		color: #595959;
	}
	.comment_count a:hover {
		text-decoration: none;
		color: #c01c23;
	}
.entry_single {
	padding: 0;
}
.shareonfacebook {
	border: solid 1px #a7d0e7;
	background: #e5edf7;
	width: 100%;
	margin: 15px 0 25px 0;
}
.shareonfacebook_inner {
	padding: 15px;
	color: #365596;
	font-weight: bold;
	font-size: 14px;
}
.entry_meta {
	padding: 10px 20px 10px 20px;
	margin: 0px 0px 40px 0px;
	height: 41px;
	background: #fffff;
	border-top: #ccc 1px solid;
	border-left: #ccc 1px solid;
	border-right: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#ffffff'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#fff)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #f1f1f1,  #fff); /* for firefox 3.6+ */
}
.entry_meta_text {
	height: 32px;
	padding-top: 4px;
	*padding-top: 7px;
	margin-top: 5px;
}
.entry_meta_icons {
	float: right;
	margin-top: -35px;
	padding-left: 5px;
}
.content_author {
	background: #f1f1f1;
	border-top: #ccc 1px solid;
	border-left: #ccc 1px solid;
	border-right: #ccc 1px solid;
	padding: 8px 10px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#ffffff'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#fff)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #f1f1f1, #fff); /* for firefox 3.6+ */
}
.authorpic {
	background: #fff;
	border:1px solid #aaa;
	padding: 5px;
	margin: 10px 23px 0 0;
	float: left;
	display: inline;
}
.post-author {
	margin: 0 0 0 130px;
}
.author-descr {
	display: table;
	height: 1%;
	margin: 0;
	padding: 0;
}
.author-descr h2 {
	margin-top: 10px;
}
.author_thumbnail {
	padding: 0 5px 0 0;
}

#socialnetwork{
	position: absolute;
	left: -100px;
	top: 251px;
	border: 1px solid #ccc;
	padding: 10px 7px 10px 10px;
	margin: 0 auto;
	z-index: 2;
	background: #fff;
}
#socialnetwork div {
	padding: 5px 0;
	clear: both;
}
.date_month {
	margin: -10px 0 0 0;
	padding: 0;
	color: #fff;
	font-size: 11px;
}
.date_day {
	line-height: 13px;
	color: #000;
	font-size: 19px;
}
h3.entry_title {
	font-size: 26px;
	margin: 30px 0 10px 0;
}

/* Related Posts */
.related_posts {
	border: #ccc 1px solid;
	background: #fcfcfc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	width: 655px;
	min-height: 235px;
	padding: 0;
	margin: 0;
}
ol.related-posts {
	margin: 20px 10px 10px 20px; 
	padding:0;
}
ol.related-posts li {
	width:140px; 
	float:left; 
	display:inline; 
	margin: 0 14px 10px 0;
	padding:0;
}
ol.related-posts img {
	padding:5px; 
	border:1px solid #DDD;
}
ol.related-posts a{
	display:block; 
	border:none; 
	text-decoration:none;
	text-align: center;
}
ol.related-posts li{font-size:12px;}
li.related {height: 195px; overflow:hidden;}

#comments {
	clear: both;
}
.comments_container {
	margin: 0;
	padding: 0;
}
.comments_content {
		padding: 0px;
		margin: 0;
	}
#comments .pagination {
	padding: 0 0 18px 0;
}

ol.commentlist, ol.commentlist li ul, ol.commentlist li ul li ul { list-style:none; margin:0; padding:0; }
ol.commentlist li {list-style:none; margin:0 0 10px; padding:5px 0 5px 10px; position:relative;}
ol.commentlist li div.comment-author {float: left; }
ol.commentlist li div.comment-meta { width: 80px; font-weight:normal; font-size: 10px; line-height:14px; text-align:center; margin-top: 5px;}
ol.commentlist li div.comment-text { position: relative; margin: 0 0 0 110px; padding: 20px; border:1px solid #c8c8c8; background: #fff; min-height: 80px; *margin-top: -15px; }
ol.commentlist li div.comment-arrow {width: 16px; height: 28px; background: url('images/commentarrow.jpg') no-repeat; position:absolute; left: -16px; _left: -36px;  top:25px; *top: 30px; }
ol.commentlist li p { font-weight:normal; font-size: 15px; line-height: 25px;  margin-right: 55px; }
ol.commentlist li ul { font-weight:normal; font-size: 15px; line-height: 25px;  list-style:square; margin:0 0 12px; padding:0; }
ol.commentlist li div.comment-reply { background:#ddd; border:1px solid #ccc; border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; position:absolute; right: 20px; top:25px;  color:#fff; font:bold 9px/1 helvetica,arial,sans-serif; padding:6px 5px 4px;  text-align:center; width:36px; *margin-right: 20px; }
ol.commentlist li div.comment-reply:hover { background:#666; border:1px solid #000;  }
ol.commentlist li div.comment-reply a { color:#fff; text-decoration:none; text-transform:uppercase; }
ol.commentlist li ul.children { list-style:none; margin:20px 0 0 10px; text-indent:0;}
ol.commentlist li ul.children li.depth-2 {  }
ol.commentlist ul.children li.odd { }
ol.commentlist ul.children li.even { }

/* Comments form */
#respond {
	padding-bottom: 20px;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
.cancel-comment-reply {
	margin-bottom: 10px;
}
#cancel-comment-reply-link {
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 13px;
}
#respond input {
	margin: 0 0 9px;
	width: 200px;
}
#respond textarea {
	width: 97%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 13px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: 20px;
}
#respond .submitbutton {
	padding-top: 10px;
}
#comment-submit {
	margin-top: 2px;
	padding-bottom: 2px;
	color: #fff;
	font-size: 15px;
	font-weight: normal;
	border: 1px solid #8F3B08;
   background: #EE5F27;
   height: 31px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EFC231', endColorstr='#EE5F27'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#EFC231), to(#EE5F27)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #EFC231,  #EE5F27); /* for firefox 3.6+ */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/* Archives
-------------------------------------------------------------------- */

#archives {
	margin-bottom: 30px;
	line-height: 28px;
	position: relative;
	}
h2.archives {
	margin-left: 30px;
	}
#archive-list ul li {
	padding-left: -15px;
	}
#archive-list li {
	list-style-type: none;
	padding-right: 0 5px 0 0;
	margin: 0 3px 25px 0;
	}
.archive_image{
	background: #FFF;
	padding: 5px;
	border: 1px #ccc solid;		
	float: left;
	display: inline;
	margin: 0 15px 5px 0;
	}
.archive_title {
		font-size: 18px;
		padding: 10px 0 0 0;
		margin-left: 75px;
		line-height: 21px;
	}
.archive_date {
		font-size: 13px;
		color: #9F9F9F;
	}
#archive-list {
	padding:0;
	margin:0;
	}
#archives_cat {
	position: absolute;
	right: 0px;
	top: 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	border:1px solid #B2B2B2;
	color:#000000;
	font:1em Arial,Helvetica,sans-serif;
	margin:0;
	padding: 5px;
	width: 200px;
	}
	.archives_select {
	border:1px solid #fff;
	color:#000000;
	font:1em Arial,Helvetica,sans-serif;
	margin:1;
	width: 200px;
	}
#archives_month {
	position: absolute;
	right: 0px;
	top: 47px;
	-moz-border-radius: 7px 7px 7px 7px;
	border:1px solid #B2B2B2;
	color:#000000;
	font:1em Arial,Helvetica,sans-serif;
	margin:0;
	padding: 5px;
	width: 200px;
	}
#search_form {
	position: absolute;
	right: 15px;
	top: 350px;
}
#search_form {
	float: right;
	padding-left: 10px;
}

/* =Pagination
-------------------------------------------------------------- */

#pagination {
	color: #888;
	font-size: 13px;
	line-height: 18px;
	padding-bottom: 30px;
	float: right;
	margin: 0;
}
#pagination a:link,
#pagination a:visited,
#pagination a:active,
#pagination a:hover {
	color: #000;
}
#pagination a {
	text-decoration: none;
	padding: 10px 5px;
	border: solid 1px #bbb;
	padding: 6px;
	background: none;
	*padding-top: 0px;
}
#pagination .current {
	color: red;
	padding: 7px 0px;
	background: #fff;
	*padding: 0;
}

/* =Widget Areas
-------------------------------------------------------------- */
ul.widget-area {
	margin: 65px 0 0 22px;
	*margin-top: -15px;
	padding: 0;
	list-style: none;
	width: 560px;
	font-family: "Century Gothic",Tahoma,Helvetica,Arial,sans-serif;
	font-size: 18px;
	color: #fff;
	line-height: 35px;
	letter-spacing: 1.5px;
}
ul.widget-area li h3 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 19px;
	font-weight: normal;
}
ul.widget-area li ul {
	background: #F8FAF9;
	border: solid #ccc 1px;
	margin: 0;
	padding: 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
ul.widget-area li ul li {
	background: none;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.widget-area li ul li ul,
ul.widget-area li ul li ul li ul {
	border: 0 none; 
	background-color: transparent;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
ul.widget-area li ul li:first-child a {
	border-top:medium none;
}
ul.widget-area li ul li a,
ul.widget-area li ul li ul li a,
ul.widget-area li ul li ul li ul li a,
ul.widget-area li ul li ul.sub-menu li:first-child a {
	display: block;
	padding: 12px 10px 12px 20px;
	border-top: 1px dashed #d6d6d6; 
	color: #000;
	text-decoration: none;
	font-size: 13px;
}
ul.widget-area li ul li ul.sub-menu li a,
ul.widget-area li ul li ul.sub-menu li:first-child a {
	padding-left: 30px;
}
ul.widget-area li ul li ul li ul.sub-menu li a,
ul.widget-area li ul li ul li ul.sub-menu li:first-child a {
	padding-left: 40px;
}
ul.widget-area li ul li a:hover,
ul.widget-area li ul li a.current {
	text-decoration: none;
	background-color: #DFDFDF;
}
ul.widget-area li ul li ul li a.current {
	text-decoration: underline;
	background-color: transparent;
}
ul.widget-area li ul li.first a {
	border: 0 none;
}

.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 13px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
	font-size: 13px;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot td {
	padding: 3px 0 2px;
	}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}
#recentcomments li {
	padding: 12px 10px 12px 20px;
	border-top: 1px dashed #d6d6d6; 
	color: #000;
	text-decoration: none;
	font-size: 13px;
}
#recentcomments li:hover {
	background: #DFDFDF;
}
#recentcomments li:first-child {
	border-top: 0 none;
}
#recentcomments li a {
	display: inline;
	border: 0 none;
}
#searchsubmit {
	margin-top: 2px;
	padding-bottom: 2px;
	color: #fff;
	font-size: 15px;
	font-weight: normal;
	border: 1px solid #8F3B08;
   background: #EE5F27;
   height: 31px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EFC231', endColorstr='#EE5F27'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#EFC231), to(#EE5F27)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #EFC231,  #EE5F27); /* for firefox 3.6+ */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
div.stats_title {
	margin: 15px 0 0;
	text-align: center;
	color: #808080;
	}
div.stats_count {
	margin: 15px auto;
	padding: 0;
	color: #000;
	font-size: 20px;
	text-align: center;
	}
div.stats_icons {
	float: left;
	margin: 15px 0;
	width: 25%;
	*width: 24%;
	text-align: center;
	}
ul.widget-area li ul li div.stats_icons a {
	margin: 0;
	padding: 0;
	background: none;
	}
	
div.emailsubscriptionwidget input[type="submit"] {
	float: right;
	display: block;
	margin-top: 2px;
	padding-bottom: 2px;
	color: #fff;
	font-size: 15px;
	font-weight: normal;
	border: 1px solid #8F3B08;
   background: #EE5F27;
   height: 31px;
 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EFC231', endColorstr='#EE5F27'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#EFC231), to(#EE5F27)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #EFC231,  #EE5F27); /* for firefox 3.6+ */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
*div.emailsubscriptionwidget input[type="submit"] {
	float: right;
	display: inline;
	position: relative;
	top: -37px;
   height: 33px;
}
div.emailsubscriptionwidget input[type="submit"]:active {
	background: #EFC231;
}
#s {
	width: 225px;
}

/* =Footer
-------------------------------------------------------------- */
#footer-menu {
	color: #808080;
}
#footer-menu ul {
	list-style: none;
	margin: auto;
	padding: 0;
	text-align: center;
	width: 960px;
	display: block;
	margin-left: 10px;
}
#footer-menu li {
	float: left;
	margin: 0 5px;
}
#footer-menu a {
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	padding: 0 19px 0 10px;
	border-right: 1px #555 solid;
	font-family: "Century Gothic";
	text-transform: uppercase;
}
#footer {
	background: #242424 url(images/footer_bg.gif) repeat-x;
	margin-top: 50px;
}
#footer-inner {
	position: relative;
	margin: 0 auto;
	width: 960px;
	height: 391px;
	}
	#footer-inner h4 {
		font: normal 17px Century Gothic, Verdana, Arial, Helvetica, sans-serif;
		letter-spacing: 1px;
		margin: 40px 0 15px 0;
		color: #fff;
		}
	#footer-inner .widget-horizontal {
		float: left;	
		width: 270px;		
		margin: 0 10px 0 25px;
	}
	#footer-inner ul {
		margin: 30px 0 0 0;
		padding: 0;
		list-style: none;
		border-top: 1px solid #666;
		}
		#footer-inner ul li {
			margin: 0;
			padding: 5px 0;
			border-bottom: 1px solid #666;
			font-size: 11px;
			}
			#footer-inner ul li:hover {
				background: #4e4e4e;
				}
			#footer-inner ul li a:link,
			#footer-inner ul li a:visited {
				display: block;
				padding: 8px 0 8px 5px;
				color: #c6c6c6;
				text-decoration: none;
				}
			#footer-inner ul li a:hover {
				color: #fff;
				}
		#footer-inner p {
			color: #C6C6C6;
			}
		#footer-inner a:link,
		#footer-inner a:visited {
			color: #fff;
			text-decoration: none;
			}
		#footer-inner a:hover {
			color: #fff;
			text-decoration: underline;
			}
		#footer-inner input {
			margin: 0 0 15px 0;
			}	
		#footer-inner input.text-input {
			background: #747474;
			border: 0 none;
			width: 210px;
			padding: 8px;
			color: #fff;
			border-radius: 6px;
			-moz-border-radius: 6px;
			-webkit-border-radius: 6px;
			}
		#footer-inner .textwidget {
			color: #C6C6C6;
			line-height: 27px;
			margin: 30px 0 0 0;
			}
		#footer-inner ul li.twitter {
			list-style: none;
			background:url(images/twitter_icon.jpg) no-repeat scroll 0 15px transparent;
			line-height: 22px;
			margin: 0;
			padding: 10px 0 0 35px;
			border: 0 none;
			font-size: 12px;
			}
			#footer-inner ul li.twitter:hover {
				background:url("images/twitter_icon.jpg") no-repeat scroll 0 15px transparent;
				}
			#footer-inner ul li.twitter a:link,
			#footer-inner ul li.twitter a:visited,
			#footer-inner ul li.twitter a:hover {
				display: inline;
				padding: 0;
				color: #fff;
				text-decoration: underline;
				}
			#footer-inner ul li.twitter a:hover {
				text-decoration: none;
				}
			#footer-inner .entry-content {
				color: #C6C6C6;
				}
	#footer-inner .footer-links {
		margin: 25px 25px 0 25px;
		}

/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#top-menu-links,
.entry-meta,
.entry-utility,
.pagination,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#logo,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#logo {
		font-size: 13pt;
	}
	.entry {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#top-menu-links,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.pagination,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#page,
	#wrapper,
	#header,
	#content {
		margin: 24pt 0 0;
		width: 100%;
	}
}

/* =Plugins
-------------------------------------------------------------- */

/* AdRotate */
#adrotate-content-left {
	float: left;
}
#adrotate-content-right {
	float: right;
}








/* Extra Custom CSS
-------------------------------------------------------------- */

#cornerbanner {
	position: absolute;
	top: 0;
	right: 0;
}

/* Home Page Style*/
.home_bg {
	position: absolute;
	top: 99px;
	right: -120px;
	z-index: -1;
}
.entry_content_home {
	padding: 10px -1px 0 0px;
	margin: 10px 0 21px 0;
	min-height: 220px;
}
p.home_small {
	font-size: 16px;
}
.entry_content_snippet {
	padding: 0;
	margin: 0;
}
.entry_thumb_home {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	}
	.new_banner {
		position: absolute;
		left: -1px;
		top: -1px;
	}
.entry_thumb_home .post_image {
	margin: 0 20px 20px 0;
	box-shadow: 0px 2px 8px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 8px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 2px 8px rgba(0,0,0,0.3);
	}
	.entry_thumb_home img {
		border: 5px #f2f2f2 solid;
	}
	.entry_thumb_home img:hover {
		border: 5px #fff solid;
	}
	.new_banner img {
		border: none;
	}
	.new_banner img:hover {
		border: none;
	}
.entry_text_home {
	float: right;
	width: 425px;
	line-height: 24px;
	}
.entry_text_snippet {
	float: right;
	width: 228px;
	margin: 0;
	line-height: 24px;
	}
.post_heading_home {
	display: inline-block;
	font-size: 16px;
	padding: 0;
	margin: 15px 0 15px 0;
	line-height: 26px;
	font-weight: normal;
	color: #000;
}
.post_heading_home a:link, a:visited {
	text-decoration: none;
	color: #000;
	
}
.post_heading_home a:hover {
	color: #c01c23;
}
p.smalltitle {
	color: #828282;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 0;
	font-size: 13px;
}
.alignsnippets {
	position: relative;
}

.textwidget {
	font-family: "Century Gothic",Tahoma,Helvetica,Arial,sans-serif;
	font-size: 18px;
	color: #fff;
}


/* Main Slider
-------------------------------------------------------------- */
#mainslider_container {
	padding: 8px 0 0 6px;
	padding-right: -6px;
  margin: 1.3px 1.3px 37px;
  background: #fff;
  position: relative;
  border: 1px #ccc solid;
  height: 412px;
}
#mainslider_border {
	padding-left: 6px;
  border-left: 6px #fff solid;
  height: 412px;
}
.mainslider_border {
	position: absolute;
	 top: 363px;
	left: -1px;
	z-index: 1010;
}
.mainslider_image {
	margin: 0 20px 20px 0;
	border-right: 6px #fff solid;
}
.title_container {
	position: relative;
	width: 310px;
	height: 400px;
}
#mainslider {
	margin: 0px;
	padding: 0px;
}
.mainslider_title {
	display: block;
	position: absolute;
	top: 200px;
	left: -6px;
	background: #000;
	padding: 0;
	margin: 0 0px 10px 6px;
	width: 310px;
	height: 103px;
	color: #fff;
	opacity:0.8;
	filter:alpha(opacity=80);
}
.mainslider_title_style {
	display: inline-block;
	font-size: 16px;
	padding: 0 14px;
  margin: 24px 13px 24px 13px;
	line-height: 26px;
	font-weight: normal;
	color: #fff;
}
.mainslider_title_style a {
	color: #fff;
	text-decoration: none;
}
#mainslider li {
	display: inline;
	list-style-type: none;
	width: 310px;
	padding:0;
	margin: 0;
}

.mainslider_photo .post_image {
	margin: 0 20px 20px 0;
	box-shadow: 0px 2px 8px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 8px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 2px 8px rgba(0,0,0,0.3);
	border: 6px #fff solid;
}
	
.avatar {
	border: 1px solid #C8C8C8;	
}

/* Twitter Bubble
-------------------------------------------------------------- */
.twitterbubble {
	background: url("images/twitterbubble.jpg") no-repeat;
	width: 680px;
	height: 150px;
	margin: 0 0 -23px 0;
	padding: 20px 20px 0 20px;
}
div#tweet-link {
	background: url(http://example.com/images/twitter-bird.png) no-repeat 0 8px;
	display: none; overflow: hidden; line-height: 1.6; 
	}
div#tweet-link div {
	padding: 5px 5px 5px 45px;
	}
a#tweet-hide {
	background-color: #ebebe3;
	text-transform: uppercase;
	border: 1px solid #827960;
	 -webkit-border-radius: 5px;
	 -khtml-border-radius: 5px;	
	 -moz-border-radius: 5px;
	border-radius: 5px;
	padding: 2px 3px;
	}
	
/* Table CSS Style
-------------------------------------------------------------- */	
	
#tablestyled {
    border: 1px solid #2D292A;
}

#tablestyled table {
    border: 1px solid #2D292A;
    padding: 3px;
}

.table-title {
    background: none repeat scroll 0 0 #2D292A;
    color: #FFFFFF;
    font-weight: bold;
}
table.tablestyled {
  padding: 0px;
}
table.tablestyled th {
}
table.tablestyled td {
	padding: 10px;
	border: 1px solid gray;
}
	
/* Main Menu
-------------------------------------------------------------- */	
#menu_container {
	width: 969px;
	margin: 0;
	padding-left: 6px;
	}
	
#menu {
	margin: 0;
	padding: 0;
}
#menu li {
	display: inline;
	list-style-type: none;
	padding: 0;
	margin: 0 0 0 -4px;
	}
#top-widget {
	height: 400px;
	}
	
	#footer_container {
	height: 69px;
	background: #000;
	}
#footer {
	width: 960px;
	padding: 0;
	margin: auto;
	text-align: center;
	font: normal 13px Verdana, Geneva, sans-serif;
	line-height: 65px;
	color: #999;
	background: #000;
	}
