/*  
Theme Name: Techpulp Modern
Theme URI: http://www.techpulp.com/
Description: <p>Techpulp modern theme is a clean 3 column layout</p>
Version: 0.1
Author: Techpulp
Author URI: http://www.techpulp.com/

	**
	Georgia, "Times New Roman", Times, serif
	Garamond, Georgia, "Times New Roman", times, serif
	Arial, Helvetica, sans-serif
	**
*/

@import url("xmenu.css");

html
{
	height: 100%;
	margin-bottom: 0.1em;
}
*
{
	margin: 0;
	padding: 0;
/*	border: 1px solid #f00;  */
}
img
{
	border: 0;
}
p
{
	line-height: 1.6em;
	margin: 0.7em 0;
}

.post ul li {
	list-style-type: square;
}
dl
{
	margin: 1em 0;
}
dt
{
	font-weight: bold;
}
dd
{
	margin: 0.5em;
	padding: 0;
}
img.right
{
	float: right;
	margin: 10px 0 0 10px;
}
img.left
{
	float: left;
	margin: 0 10px 0 0;
}
hr
{
	display: none;
}
body
{
	background: #222;
	/*background: #222 url(images/bg_body.jpg) repeat-x top left; */
	color: #222;
/*	font: 72%/1.6em Georgia, "Times New Roman", Times, serif;  */
	font: 82%/1.6em arial, "Times New Roman", Times, serif; 
	margin: 0;
	padding: 0;
	text-align: center;
/*	border: 1px solid #f00; */
}
a
{
	color: #AF1111;
	text-decoration: none;
}
a:link, a:visited
{
	color: #AF1111;
	text-decoration: underline;
}
a:hover, a:active
{
}
h1, h2, h3, h4, h5, h6
{
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1, h2 {
	color: #4D6900;
	border-bottom: 1px solid #AAE000;
}

h3, h4, h5, h6 {
	color: #000;
}

br.clear {
	clear: both;
	margin: 0;
	padding: 0;
}

#pbg1 {
	width: 954px;
	background-color: #f00; /*#303030; */
	margin: 0 auto;
	padding: 0;
	border: 2px solid #f00;
/*
	border-left: 2px solid #242424;
	border-right: 2px solid #242424;
	border-bottom: 2px solid #242424;
*/
}

#pbg2 {
	width: 958px;
	background-color:#303030;
	margin: 0 auto;
	padding: 0;
	border: 2px solid #0f0;
/*
	border-left: 2px solid #303030;
	border-right: 2px solid #303030;
	border-bottom: 2px solid #303030;
*/
}

#top {
	margin: 0px auto auto auto;
	padding: 0;
/*	min-width: 950px;
	width: 100%; */
	width: 960px;
	position: relative;
/*	height: 80px; */
	height: 68px;

	background: transparent url(images/bg_top.jpg) no-repeat center left;
}

#logo {
	display: none;
	float: left;
}

#page {
	padding-top: 10px;
	background: #FFFFFF url(images/bg_page.jpg) repeat-y center;
	text-align: left;
	width: 960px;
	margin: 4px auto auto auto;

        -moz-border-radius: 3px;
        -khtml-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
}
#header {
	background: #1BACF2;
	border-bottom: 5px solid #B98718;
}
#headr {
	margin: 0;
	color: #C3EAFB;
	text-align: left;
	border: 4px solid #0f0; 
}

#logo-text h1 {
	margin: 0;
	padding: 26px 0 0 0px;
	font-size: 3em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#logo-text h1 a, #logo-text h1 a:visited {
	color: #ddd;
	}
#logo-text h1 a:hover {
	color: #fff;
	}
.description {
	color: #ff0;
}

.rss2 {
	position: absolute;
	right:0;
	bottom: 0;
}
#left {
	float: left;
	width: 764px;
/*	border: 1px solid #0f0; */
}
#right {
	float: right;
	width: 182px;
}

#content {
	width: 570px;
	float: right;
	overflow: hidden;
}
.post {
	margin-bottom: 10px;
}
.entry {
	margin-bottom: 10px;
	text-align: justify;
}
.entry  a {
	color: #AF1111;
}
.side1 {
	width: 180px;
	float: left;
	color: #000;
	overflow: hidden;
}
.side2 {
	width: 180px;
	float: right;
	color: #000;
	overflow: hidden;
}
.gap {
	/*background-color: #eeffee;*/
	background-color: #fafafa;
}

#out-foot {
}

#footer {
/*	background: #333; 
	border-top: 2px solid #111; */
	margin: 0 auto;
	text-align: center;
	color: #999;
	font-size: 0.9em;
}

#footer p{
	margin-top: 4px;
	margin-bottom: 4px;
}

#footer a, #footer a:visited  {
	color: #8EC601;
	text-decoration: none;
}

.side1  ul, .side2  ul {
	padding: 4px;
	list-style: none;
}
.side1  ul.children, .side2  ul.children{
	margin-left: 16px;
}
.boxy, .side1 .categories, .side2 .categories, .widget, .side1 .linkcat, .side2 .linkcat  {
	margin-bottom: 20px;
}

li#search { }

table#search {
        -moz-border-radius: 3px;
        -khtml-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
	border: 1px solid #000;
	background: #fff;
	height: 30px;
}

input#s {
	height: 100%;
	width: 100%;
	font-size: 14px;
	border: 0px solid #f00;
	color: #444;
	padding: 2px;
}
input#s:focus {
	background: #fff;
	color: #000;
}

input#searchsubmit
{
	text-transform: uppercase;
	width: 100%;
	height: 100%;
	font-size: 10px;
	/*background-color: #000;*/
	background: #831010 url(images/gx/bg_xmenu.jpg) center center repeat-x;
	padding: 2px;
	color: #ffa;
	font-weight: bold;
	margin: 0;
}


.side1 h2, .side2 h2{
	font: 100% Arial;
	margin-bottom: 0px;
	padding: 0px 4px 0px 0px;
	color: #000;
	font-weight: bold;
	text-decoration: underline;
	border: 0;
}


.side1 ul li ul li a, .side1 ul li ul li a:visited, .side2 ul li ul li  a, .side2 ul li ul li  a:visited {
	color: #111;
/*	background: url(images/star2.gif) left top no-repeat; 
	padding-left: 18px; */
	padding: 0;
	margin: 0;
}
#recentcomments .recentcomments a:link, #recentcomments .recentcomments a:visited {
	background: none;
}
.side1 ul li ul li  a:hover, .side2 ul li ul li  a:hover {
	color: #B11A1A;
	text-decoration: underline;
/*	background: url(images/star.gif) left top no-repeat; */
}
.side1 ul li ul li.current_page_item a,.side1 ul li ul li.current-cat a, .side2 ul li ul li.current-cat a  {
	color: #822601;
	font-weight: bold;
/*	background: url(images/star.gif) left top no-repeat; */
}

.calendar a {
	color: #a00;
	font-weight: bold;
}

.calendar a:hover {
	color: #090;
}

.calendar table thead  {
	padding: 0px 0px 0px 6px;
	text-align: right;
}

.calendar table td  {
	padding: 0px 0px 0px 6px;
	text-align: right;
}

h2.pagetitle {
	text-align: left;
	font: 1.5em Arial, verdana;
/*	border-bottom: 1px solid #ccc; */
}

.post h2 {
	font: bold 1.6em Arial;
/*	font: 1.8em Georgia, "Times New Roman", Times, serif;	*/
	margin: 0;
	padding: 0;
	border: 0;
}
.post h2 a, .post h2 a:visited {
	color: #4D6900;  /*#831010;*/
	display: block;
	text-decoration: none;
}
.post h2 a:hover {	
	color: #AA0000;
}
p.postmeta {
	margin-bottom: 10px;
	color: #A73228;
}

p.meta {
	font-size: 87%;
/*	border-top: 2px solid #001400; */
	color: #001400;
	margin: 0px 0px 10px 0px;
	padding: 0;
}
p.meta a, p.meta a:visited
{
	color: #AA0000;
	text-decoration: underline;
}
span.user
{
	padding: 3px 5px;
}

span.timr
{
	color: #006600;
/*	background: #001400;
	color: #acee00; */
	padding: 3px 5px;
}
span.catr
{
	padding: 3px 5px;
	color: #000;
}
span.catr a, span.catr a:visited
{
	font-size: 90%;
	text-decoration: underline;
	border: 0;
	color: #AF1111;
}
span.editr
{
	padding: 2px 2px 2px 18px;
}
span.commr
{
	background: url(images/ico/comment.gif) 0 0 no-repeat;
	padding: 0 2px 0 18px;
}
.post ul.postspermonth{
	list-style:none;
	padding: 0;
	margin: 0;
}
.post ul {
	margin-left: 35px;
}
.post ol {
	margin-left: 40px;
}
.post p a:hover {
	border: none;
}
.categr, .monthr {
	margin-bottom: 20px;
}
.categr h2, .monthr h2{
	border-bottom: 1px solid #ccc;
}

.rss {
	background: url(images/feed-icon-10x10.png) left center no-repeat;
	padding-left: 12px;
}
/* Comment Etc
********************* */

.navigation a
{
	color: #666;
}
.alignleft
{
	float: left;
	width: 50%;
}
.alignright
{
	float: right;
	text-align: right;
	width: 50%;
}



.ileft {
	float: left;
	margin-right: 5px;
}
#avatr {
	border: 1px solid #333;
}
p.stats {
	color: #999;
	font-size: .8em;
	border: 1px solid #ccc;
	border-left: none;
	border-right: none;
}
blockquote
{
	background: url(images/blockquote.gif) no-repeat left top;
	color: #666;
	margin: 1em;
	padding: 0 0 10px 50px;
}
#content .commentsfeedr
{
	background: url(images/ico/feed_add.png) no-repeat left center;
	padding: 3px 20px;
}
#content .trackbackr
{
	background: url(images/ico/arrow_refresh.gif) no-repeat left center;
	padding: 3px 20px;
}
input.textbox, textarea
{
	background: #fff url(images/shadow_top.gif) repeat-x top;
	border: #222 1px solid;
	font: 1em Verdana, Arial, Serif;
	padding: 2px;
}
input.textbox:focus, textarea:focus
{
	background: #fff url(images/shadow_top.gif) repeat-x top;
	border: #000 1px solid;
}

.comment
{
	background-color: #eee;
	border-bottom: #ddd 1px solid;
	list-style: none;
	margin: 4px 0px 4px 0px;
	padding: 4px;
}
.alt
{
	background: #ddd;
}
.MyAvatars
{
	border: 1px solid #ccc;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	float: right;
	margin-left: 5px;
	margin-right: 10px;
	padding: 3px;
}

h3#respond, h3#comments {
	font: bold 1.2em Georgia, "Times New Roman", Times, serif;
	color: #333;
}

#comment {
	width: 98%;
}

#topbox {
	width: 960px;
	text-align: left;
	margin: 0px auto auto auto;
	color: #aff300;
	height: 180px;
}

#topbox a, #topbox a:visited {
	color: #54FFFF;
	text-decoration: none;
}

#topbox a:hover {
	color: #f00;
}

#topbox ul {
	font-size: 82%;
	padding: 4px;
	list-style: square;
}

#topbox ul li {
	margin-left: 16px;
}

#topbox h3 {
	background-color: #050505;
	text-transform: uppercase;
	font-weight: bold;
	color: #555;
	padding-left: 4px;
	font-size: 100%;
}

#topbox p {
	padding-left: 6px;
	padding-right: 6px;
	text-align: left;
	font-size: 90%;
	margin-top: 0px;
}

#topbox-left, #topbox-center, #topbox-right {
	width: 318px;
	background-color: #111;
	height: 180px;
}

#pre-post a, #topbox-left, #topbox-center, #topbox-right, #topbox h3 {
        -moz-border-radius: 3px;
        -khtml-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
}

#topbox-left {
	float: left;
}
#topbox-center {
	margin-left: 3px;
	float: left; /*margin: 0 auto; */
}
#topbox-right {
	float: right;
}


/* Top Navigation Style 
********************* */
/*  Menuv
******************** */
#topy {
	margin: 4px auto auto auto;
	width: 960px;
	background: #006100 url(images/gx/bg_xmenu.jpg) center center repeat-x;
	position: relative;
	font-size: 1.2em;

        -moz-border-radius: 3px;
        -khtml-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
}

#menuv {
	z-index: 3;
	margin: 0;
	padding: 0;
}

#menuv  ul {
	list-style: none;
	right: 4px;
	bottom: 4px;
	position: absolute;
}
#menuv li {
	display: inline;
}

#menuv li.page_item  a, #menuv li.admintab  a {

	border-width: 2px 2px 0px 2px;
	border-style: solid;
	border-color: #000;

	font-weight: bold;
	padding: 6px 16px 6px;
	color: #001400;
	margin-right: 8px;
}

#menuv li  a:hover {
 background: #efefef;
}

#menuv li.current-cat  a {
	border-width: 2px 2px 0px 2px;
	border-style: solid;
	border-color: #000;

 background: #FFF;
 color: #001400;
 font-weight: bold;
 padding: 6px 16px 6px;
 margin-right: 8px;
}

#menuv li.rss2  a {
	right: 0;
	top: 0;
	position: absolute;
}

fieldset {
	border: none;
}
textarea#cp_message {
	width: 100%;
}


pre {
	width: 95%;
	overflow:auto;
	font: 11px 'Courier New', Courier, Verdana, Arial, sans-serif;
	color: #aff300;
	max-height: 60px;
	max-height: 350px;
	line-height: 18px;
	margin: 0 auto;
	/*margin: 10px 0;
	border: 2px dotted #fff; */
	padding: 5px;
	background: #111111;
        -moz-border-radius: 3px;
        -khtml-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
}

pre strong {
	color: #ff0;
}

code {
font: 13px 'Courier New', Courier, Verdana, Arial, sans-serif;
color: #A73228;
padding: 2px;
}

div.gas_hlu {
	padding-top: 8px;
	padding-bottom: 8px;
}

#usersidebarpanel li {
	border: 0px;
}

select, .post table, .round, a.button, input, textarea, input#submit, #loginform input#log, #loginform input#pwd, #loginform input#submit, li#register a {
        -moz-border-radius: 3px;
        -khtml-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
}

#loginform input#log, #loginform input#pwd {
	border: 1px solid #222;
	width: 160px;
	height: 20px;
	font-size: 14px;
	padding-top: 2px;
	padding-left: 2px;
}

#loginform input#submit {
	padding: 4px;
}

/*
li#register {
}

li#register a {
	border: 1px solid #243500;
	background: #831010 url(images/gx/bg_xmenu.jpg) center center repeat-x;
	padding: 6px;
	color: #ffa;
	font-weight: bold;
}
*/


input {
	width: 46%;
	border: 1px solid #222;
	height: 20px;
	font-size: 1em;
	padding-top: 2px;
	padding-left: 2px;
	background: #fff url(images/shadow_top.gif) repeat-x top;
}

input.button, a.button, input#submit {
	border: 1px solid #243500;
	background: #831010 url(images/gx/bg_xmenu.jpg) center center repeat-x;
	padding: 4px;
	height: 26px;
	color: #ffa;
	font-size: 10px;
	font-family: sans-serif;
	width: auto;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

a.button:hover, input#submit:hover {
	color: #fff;
	background: #831010 url(images/gx/fg_xmenu.jpg) center center repeat-x;
}

#pre-post {
	color: #777;
	margin: 0;
	padding: 0;
	font-size: 86%;
}

#pre-post div {
	padding-left: 4px;
	padding-right: 4px;
	margin-right: 4px;
}

#pre-post a {
	background: #831010 url(images/gx/gx_silver.jpg) center center repeat-x;
	text-decoration: none;
	color: #777;
	background-color: #f0f0f0;
	padding: 3px;
}

#pre-post a:hover {
	color: #fff;
	background-color: #000;
	background: #831010 url(images/gx/fg_xmenu.jpg) center center repeat-x;
}

.fl { float: left; }
.fr { float: right; }
p.small { font-size: 80%; }
p.fade { color: #aaa; }

.post table {
	border-collapse: collapse;
	margin: 0 auto;
	border: 4px solid #000;
	padding: 0;
}
.post th {
	background-color: #333;
	color: #ccc;
	padding: 2px 10px 2px 10px;
	border-left: 1px solid #555;
	border-top: 1px solid #555;
	border-right: 1px solid #111;
	border-bottom: 1px solid #111;
}

.post tr.even {
	background-color: #eee;
}

.post td {  
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	padding: 2px 10px 2px 10px;
}

select {
	border: 1px solid #000;
	padding: 2px;
}

#content ul {
	list-style-type: disc;
}

.side1 ul li ul li, .side2 ul li ul li {
	font-size: 90%;
}

#rememberme {
  width: auto;
  border: 0;
}

#pager {
	margin-top: 8px;
	text-align: center;
}

#pager a, #pager a:visited {
	color: #ffa;
	padding: 4px 8px 4px 8px;
	border: 1px solid #000;
	text-decoration: none;
	background: #831010 url(images/gx/bg_xmenu.jpg) center center repeat-x;
        -moz-border-radius: 6px;
        -khtml-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
}
