/*   
Theme Name: Xatal 2.0
Theme URI: xatal-theme
Description: The theme I constructed for Xatal
Author: Paul
Author URI: http://localhost/

*/

/* MAIN STRUCTURE */

body {
	background: url('images/body.gif') repeat-y top center #eceddd;
	margin: 0;
	font-family: "Lucida Grande", Lucida, Arial, sans-serif;
}

#wrap {
	background: url('images/wrap.jpg') repeat-x top center;
	margin: 0;
}

#top {
	background: url('images/top.png') no-repeat top center;
	width: 1001px;
	margin: 0 auto;
	padding-bottom: 69px;
}

#content {
	width: 990px;
	margin: 0 auto;
	padding: 0;
}

div#left {
	float: left;
	padding-top: 10px;
	margin-left: 7px;
	width: 525px;
	font-family: Arial;
}

div#sidebars {
	padding-top: 15px;
	float: left;
	margin-left: 18px;
	width: 433px;
}

div#middle {
	width: 250px;
	padding: 15px 10px 15px 0;
	float: left;
}

div#right {
	padding: 9px 5px 0 0;
	width: 155px;
	background: #e5dfc1;
	margin: 14px 0 0 10px;
	float: left;
}

#footer {
	margin: 0 auto;
	padding: 10px 0;
	width: 991px;
	background: #3d2f25;
	clear: both;
}

#content a {
	text-decoration: none;
	color: #4482a6;
}

#content a:hover {
	text-decoration: underline;
}

/* HEADER & NAVIGATION */

h1 {
	width: 298px;
	margin: 0 auto;
	line-height: 100px;
}

h1 a {
	text-indent: -4000px;
	display: block;
}

#description {
	display: none;
}

#nav {
	position: absolute;
	left: 50%;
	top: 100px;
	list-style: none;
	width: 960px;
	margin: 0 0 0 -480px;
	padding: 0;
}

#nav li {
	width: 120px;
	float: left;	
}

#nav a {
	display: block;
	text-align: center;
	color: #eee;
	line-height: 60px;
	text-decoration: none;
	font-size: 20px;
}

#nav a:hover {
	color: #d0f255;
}

li#rss {
	position: absolute;
	left: 50%;
	margin-left: 400px;
	top: 6px;
	width: 47px;
}

li#rss img {
	border: 0;
}

/* POST BODY */

h2 {
	margin: 0;
	font-weight: normal;
	font-size: 27px;
	font-family: "Palatino Linotype";
}

h2 a, h2 a:hover {
	color: #000 !important;
	text-decoration: none !important;
}

#left h3 {
	font-size: 17px;
	margin: 6px 0;
	clear: both;
	font-family: "Lucida Grande", Lucida, Arial;
}

#left p.post_info {
	color: #888;
	margin: 0;
	font-size: 9px;
}

p.post_info span {
	color: #333;
}

#left p {
	font-size: 13px;
	line-height: 19px;
	margin-bottom: 16px;
}

#left li {
	font-size: 13px;
	line-height: 19px;
}

#left li p {
	margin: 0;
}

#left ul {
	padding-left: 25px;
}

#left blockquote p {
	font-size: 11px;
	line-height: 15px;
}

div.alignright, img.alignright {
	float: right;
	margin: 5px 0 5px 16px;
}

div.alignleft, img.alignleft {
	float: left;
	margin: 5px 16px 5px 0px;
}

div.aligncenter, img.aligncenter {
	display: block;
	margin: 5px auto;
}

a img {
	border: 0;
}

div.wp-caption img {
	display: block;
	margin: 0 auto;
}

#left p.wp-caption-text {
	color: #555;
	text-align: center;
	font-size: 10px;
	margin: 0;
}

.extrafeatures {
	padding: 10px 0;
	border: #DEDEDE solid;
	border-width: 1px 0;
	clear: both;
	float: left;
	width: 100%;
	margin: 6px 0;
}

.extrafeatures h3 {
	font-size: 14px !important;
	font-family: Arial;
	margin: 0;
}

.extrafeatures ul {
	margin: 2px 0 0 0 !important;
	float: left;
}

.extrafeatures li {
	font-size: 12px !important;
}

.extrafeatures .ad {
	float: right;
	width: 160px;
}

p.stumble_box {
	border: 1px #777 solid;
	padding: 10px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0;
	clear: both;
}

p.techtags {
	margin: 0;
	margin-bottom: 4px;
	font-size: 10px !important;
	font-style: italic;
}

p.subscribe_mini {
	float: right;
	font-size: 10px !important;
	background: url('images/small_rss.gif') no-repeat top left;
	padding: 2px 0 0 19px;
	margin: 10px 0 0 0;
	line-height: 18px;
}

div.ad_related {
	width: 295px;
	padding-left: 5px;
}

div.postad {
	float: right;
	margin: 5px;
}

.rescolumn {
	width: 234px !important;
	float: left;
	margin-right: 11px;
}

.rescolumn h3 {
	font-size: 15px !important;
	margin: 3px 4px !important;
	padding: 6px 0 0 0 !important;
}

.rescolumn ul {
	margin: 2px 4px !important;
	padding: 0 12px !important;
}

.rescolumn li {
	font-size: 11px !important;
	margin: 0 !important;
	padding: 0 !important;
}

/* COMMENTS */

#left div.comment p {
	font-size: 12px;
	margin: 0 !important;
	padding: 5px 5px 10px 5px !important;
	clear: both !important;
}

#left p.response_type {
	font-weight: bold;
	font-size: 12px;
	margin: 0 !important;
	padding: 8px 0 !important;
}

div.comment {
	clear: both;
	padding: 0 !important;
	margin: 0 0 0 0 !important;
	background: url('images/comment.gif') repeat-x top center;
}

div.authcomment {
	background: url('images/admin_comment.gif') repeat-x top center;
}

div#content div#left div.comment p.commentinfo {
	clear: none !important;
	float: left;
	padding: 0 5px !important;
	margin: 0 !important;
	line-height: 30px;
}

div#content div#left div.comment p.commentdate {
	font-size: 10px;
	margin: 0 !important;
	padding: 0 5px 0 0 !important;
	display: block;
	line-height: 30px;
	clear: none !important;
	float: right;
	text-align: right;
}

#left p.navigation {
	text-align: center;
}

/* INPUT FORMS & SEARCH BOX */

#commentbox {
	width: 485px;
	padding: 2px;
}

div#left p#submitpara {
	float: left;
	margin: 0;
}

div#left p#commentfollow {
	float: right;
	margin: 0 0 15px 0;
}

p#commentfollow a {
	display: block;
	background: url('images/ifollow.png') no-repeat;
	height: 50px;
	width: 130px;
	text-indent: -3000px;
}

input.inputformat, textarea.inputformat {
	font-size: 12px;
	font-family: "Lucida Grande", Lucida, Arial, sans-serif;
}

#cse-search-box {
	margin: 4px 0 10px 0;
}

/* MIDDLE */

div#middle h3 {
	margin: 0 0 5px 0;
	font-size: 16px;
	font-family: "Tahoma";
}

#middle ul {
	font-size: 13px;
	margin: 0 0 0 0;
	list-style: none;
	padding: 0;
}

#middle ul a {
	font-size: 12px;
}

#middle ul p {
	font-size: 11px;
	margin: 3px 0 3px 0;
	padding-bottom: 5px;
	border-bottom: 1px #CCC solid;
}

#middle .righta {
	text-align: right;
	font-size: 11px;
	padding: 0;
	margin: 0 0 10px 0;
}

/* RIGHT SIDEBAR */

div#right h3 {
	text-indent: -4000px;
	margin: 5px 0 5px 10px;
	width: 151px;
	line-height: 14px;
	background-image: url('images/h3s.gif');
	background-repeat: no-repeat;
}

h3#h3-poll {
	background-position: 0px -28px;
}

h3#h3-links {
	background-position: 0px -42px;
}

h3#h3-comments {
	background-position: 0px -56px;
}


div#text-342933431 textarea.inputformat {
	display: block;
	margin: 0 auto;
	width: 100%;
	font-size: 10px;
	height: 50px;
	background: #ccc5a3;
}

div#text-342933431 div {
	margin: 0;
}

#right p {
	font-size: 10px;
	margin: 0 13px;
	text-align: left !important;
}

div#right form {
	margin: 0 0 9px 0;
}

div#right a {
	color: #45352a;
}

div#right ul {
	padding: 0;
	margin: 0 0 20px 13px;
	font-size: 11px;
	list-style: none;
	line-height: 16px;
}

div.ads {
	margin: 10px;
	clear: both;
}

div#sidebar_ad {
	width: 336px;
	padding: 10px 0;
	clear: both;
}

/* FOOTER */

#footer p {
	margin: 0;
	line-height: 25px;
	font-size: 11px;
	text-align: center;
	color: #bbb;
}

#footer a {
	text-decoration: none;
	color: #fff;
	border: 0;
}

#footer img {
	border: 0;
}

#footer a:hover {
	text-decoration: underline;
}


/* SOCIABLE */

div.sociable {float: left; margin: 0 !important}
div.sociable_tagline {font-weight: bold; font-size: 13px; margin: 2px 0;}
.sociable ul {display: inline; margin: 0 !important; padding: 0 !important;}
.sociable ul li {display: inline !important; list-style-type: none; margin: 0; padding: 1px;}
.sociable img {width: 16px; height: 16px; border: 0; margin: 0; padding: 0;}
.sociable-hovers {opacity: .6;}
.sociable-hovers:hover {opacity: 1;}

/* PAGENAVI */

.wp-pagenavi {text-align: center; margin: 5px 0; font-size: 12px;}
.wp-pagenavi .pages {font-weight: bold;}
.wp-pagenavi .current {color: #555;}
.wp-pagenavi .current, .wp-pagenavi a, .wp-pagenavi .extend {margin: 0 6px;}

/* CONTACT FORM */

div.wpcf7 {margin: 0; padding: 0;}
div.wpcf7-response-output {margin: 2em 0.5em 1em; padding: 0.2em 1em;}
div.wpcf7-mail-sent-ok {border: 2px solid #398f14;}
div.wpcf7-mail-sent-ng {border: 2px solid #ff0000;}
div.wpcf7-spam-blocked {border: 2px solid #ffa500;}
div.wpcf7-validation-errors {border: 2px solid #f7e700;}
span.wpcf7-form-control-wrap {position: relative;}
span.wpcf7-not-valid-tip {position: absolute; top: 20%; left: 20%; z-index: 100; background: #fff; border: 1px solid #ff0000; font-size: 10pt; width: 280px; padding: 2px;}
span.wpcf7-not-valid-tip-no-ajax {color: #f00; font-size: 10pt; display: block;}
span.wpcf7-list-item {margin-left: 0.5em;}
.wpcf7-display-none {display: none;}

/* COMMENT LUV */

#commentluv {clear: both !important;}
#commentluv img {border: 0 !important; padding: 0 !important;}
.cluv {border:1px solid #fff; padding: 5px; display: block; font-size: 100% !important; text-transform: none !important;}
#lastposts {width: 500px; padding-left: 5px; padding-bottom: 5px; background-color: #fee; font-size: 13px; border: 1px solid #ddd; color: #000;}
.choosepost {background-color: #fff; line-height: 1.4em;	display: block; width: 495px; border-bottom: 1px dashed #bbb; cursor: pointer;}
.cl_type_icon {margin-right: 3px; border: 0 !important; padding: 0 !important;}
.heart_tip {margin-left: 5px; display: inline; margin-bottom: 0px; margin-right: 0px; padding: 0px !important; background-color: transparent; border: 0  !important;}
.finalbig{padding: 3px; -moz-border-radius-topleft: 8px; -khtml-border-top-left-radius: 8px; -webkit-border-top-left-radius: 8px; border-top-left-radius: 8px; -moz-border-radius-topright: 8px; -khtml-border-top-right-radius: 8px; -webkit-border-top-right-radius: 8px; border-top-right-radius: 8px; -moz-border-radius-bottomleft: 8px; -khtml-border-bottom-left-radius: 8px; -webkit-border-bottom-left-radius: 8px; border-bottom-left-radius: 8px; -moz-border-radius-bottomright: 8px; -khtml-border-bottom-right-radius: 8px; -webkit-border-bottom-right-radius: 8px; border-bottom-right-radius: 8px; font-size: 1em; color: #000;}
.finalbig img {margin: 3px;}

/* WP-POLLS */

.wp-polls ul li, wp-polls-ul li, .wp-polls-ans ul li {text-align: left; background-image: none; display: block;}
.wp-polls ul, .wp-polls-ul, .wp-polls-ans ul  {text-align: left; list-style: none; float: none;}
.wp-polls ul li:before, wp-polls-ul li, .wp-polls-ans ul li:before, #sidebar ul ul li:before {content: '';}
.wp-polls IMG, .wp-polls LABEL , .wp-polls INPUT, .wp-polls-loading IMG, .wp-polls-image IMG {display: inline; border: 0px; padding: 0px; margin: 0px;}
.wp-polls-ul {padding: 0px; margin: 0px 0px 10px 10px;}
.wp-polls-ans {width:100%; filter: alpha(opacity=100); -moz-opacity: 1; opacity: 1;}
.wp-polls-loading {display: none; text-align: center; height: 16px; line-height: 16px;}
.wp-polls-image {border: 0px; }
.wp-polls .Buttons {border:1px solid #c8c8c8; background-color: #f3f6f8;}
.wp-polls-paging a, .wp-polls-paging a:link {padding: 2px 4px 2px 4px; margin: 2px; text-decoration: none; border: 1px solid #0066cc; color: #0066cc; background-color: #FFFFFF;}
.wp-polls-paging a:visited {padding: 2px 4px 2px 4px; margin: 2px; text-decoration: none; border: 1px solid #0066cc; color: #0066cc; background-color: #FFFFFF;}
.wp-polls-paging a:hover {border: 1px solid #000000; color: #000000; background-color: #FFFFFF;}
.wp-polls-paging a:active {padding: 2px 4px 2px 4px; margin: 2px; text-decoration: none; border: 1px solid #0066cc; color: #0066cc; background-color: #FFFFFF;}
.wp-polls-paging span.pages {padding: 2px 4px 2px 4px; margin: 2px 2px 2px 2px; color: #000000; border: 1px solid #000000; background-color: #FFFFFF;}
.wp-polls-paging span.current {padding: 2px 4px 2px 4px; margin: 2px; font-weight: bold; border: 1px solid #000000; color: #000000; background-color: #FFFFFF;}
.wp-polls-paging span.extend {padding: 2px 4px 2px 4px; margin: 2px; border: 1px solid #000000; color: #000000; background-color: #FFFFFF; }
.wp-polls .pollbar {margin: 1px; font-size: 6px; line-height: 8px; height: 8px; background-image: url('http://xatal.com/wp-content/plugins/wp-polls/images/default/pollbg.gif'); border: 1px solid #c8c8c8;}

/* POST RATINGS */ 

div.post-ratings {width:100%; clear: both; text-align: center; font-size: 12px; margin: 0;}
.post-ratings-loading {display: none; height: 16px; text-align: left;}
.post-ratings-image {border: 0px;}
.post-ratings IMG, .post-ratings-loading IMG, .post-ratings-image IMG {border: 0px; padding: 0px; margin: 0px;}
.post-ratings-comment-author {font-weight: normal; font-style: italic;}

