/**************************************************************
Author:  TXP Tips
URL:	 txptips.com
Rev:     v3
Date:    25 November 2009
The design created by this stylesheet and associated images 
are copyright TXP Tips. All rights reserved. 
No portion of this website may be reproduced without  
explicit permission.
**************************************************************/

/* @group Reset */

* {
margin: 0;
padding: 0;
}

/* @end */

/* @group Clearfix */

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {
display: inline-block;
}

/* Hides from IE-mac \*/

.clearfix {
display: block;
}

* html .clearfix {
height: 1%;
}

/* End hide from IE-mac */

/* @end */

/* @group Structure */

body {
font: 100%/1.250em "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
color: #343434;
background: #fff;
border-top: 15px solid #fc3;
}

#container {
width: 960px;
margin: 10px auto;
/*padding: 0 5px;*/
}

#header {
padding: 10px 0;
background: #fff;
position: relative;
}

#header {
	position: relative;
	width: 960px;
	margin: 0 auto;
	/*overflow: hidden;*/
	height: 100px;
}

#nav {
background: #fff;
height: 40px;
border-top: 1px solid #c0c0c0;
border-bottom: 1px solid #c0c0c0;
}

#slogan {
/*float: right;*/
width: 600px;	
}

#content {
float: left;
width: 625px;
padding: 1.4em 0;
background: #fff;
}

#sidebar {
float: right;
width: 275px;
margin-left: 50px;
padding: 1.4em 0;
background: #fff;
}

#footer {
padding: 0.5em 0;
background: #fff;
border-top: 1px solid #c0c0c0;
}

/*@end */

/* @group Header and menu */

#home {
float: left;
width: 300px;
}

ul#main_menu {
list-style: none;
float: left;
margin: 0;
}

ul#main_menu li {
display: block;
height: 40px;
width: 100px;
text-transform: uppercase;
padding-right: 10px;
font-size: 0.75em;
line-height: 40px;
margin: 0;
text-align: center;
float: left;
}

#main_menu li a:link, #main_menu li a.active, #main_menu li a:visited  {
display: block;
background: #fff;
color: #000; 
text-decoration: none; }

#main_menu li a:hover  {
display: block;
background: #fcffec;
color: #000; 
text-decoration: none; }

#main_menu li a.active  {
color: #A90000;
background: #fcffec;
}

/* @end */

/* @group Typography */

/* Serif fonts */
h1, h2, h3, .entry-meta, .comment_details p {font-family: Georgia, Times, serif;} 

h1 {
font-weight: normal;
font-size: 3.6em;
line-height: 1.4em;
margin-bottom: 0.5em;
}

h2 {
font-weight: lighter;
font-size: 1.5em;
line-height: 1.5em;
margin-bottom: 0.5em;
}

h3 {
font-weight: normal;
font-size: 1.2em;
line-height: 1.2em;
margin-top: 1em;
margin-bottom: 1em;
}

p {
text-align: left;
margin-bottom: 0.5em;
line-height: 1.5em;
font-size: 0.75em;
}

#content div.tip-title p {
margin: 0;
}

#slogan h3 {
margin: 0;		
position: absolute;
top: 10px;
right: 0;
width: 200px;
background: #fc3;
color: #fff;
padding: 5px;
font-size: 0.75em;
font-weight: normal;
text-align: center;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
}

#slogan h2 {
margin: 0;
font-weight: lighter;
font-style: italic;
font-size: 0.75em;
text-align: center;
line-height: 1.8em;
position: absolute;
top: 50px;
right: 0;
width: 600px;
}

#home h1 {
margin-bottom: 0;
}

#content h2.headline {
font-style: italic;
font-size: 2em;
margin-bottom: 0.5em;
/*padding: 5px;*/
}

#sidebar h2  {
font-size: 1.2em;
line-height: 1.2em;
}

#content div.tip-title h2 {
margin-bottom: 0;
}

#sidebar h3 {
/*text-align: center;*/
/*font-weight: normal;*/
/*line-height: 1em;
font-size: 1em;*/
/*background: #fc3;*/
margin: 0;
margin-bottom: 0.5em;
padding: 2px 0 2px 0;
}

#content h2.spacetop {
margin-top: 1em;
font-style: italic;
}

.article {
border-bottom: 1px solid #c0c0c0;
margin-bottom: 1.5em;
padding-bottom: 0.5em;
}

.entry {
/*background: #f7f7f7;*/
padding-top: 0.5em;
margin-bottom: 0.5em;
border-top: 1px dotted #c0c0c0;
/*border-bottom: 1px dotted #c0c0c0;*/
}

.entry-title {
float: left;
width: 500px;
}

.entry-meta {
float: right;
width: 100px;
text-align: left;
color: #646666;
font-size: 0.625em;
line-height: 1.5em;
}

#sidebar p {
line-height: 1.5em;
font-size: 0.75em;
text-align: left;
margin-bottom: 0;
/*padding-left: 0.5em;*/
}

#footer p {
line-height: 1em;
font-size: 0.75em;
text-align: left;
padding: 0.5em;
font-style: italic;
}

#content div.box p {
padding: 1em;
}

.caption {
font-style: italic;
font-size: 0.75em;
color: #646666;
}

/* @end */

/* @group Links */

a {
color: #A90000;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

h1 a, h2 a, #home h1 a {
text-decoration: none;
color: #303030;
/*font-weight: normal;*/
}

#home h1 a {
/*text-decoration: none;*/
color: #A90000;
/*font-weight: bold;*/
}

/* @end */

/* @group Lists */

ol {
list-style-type: decimal;
margin: 1em 0 1em 1em;
}

ol li {
list-style-position: inside;
font-size: 0.75em;
}

ul {
margin: 1em 0 1em 1em;
list-style-type: disc;
}

ul li {
font-size: 0.75em;
list-style-position: inside;
}

ul.category_list, ul.comments_list, ul.blog_list, ul.feeds, #sidebar div.rec-box ul {
margin: 0;
}

ul.comments_list li, ul.blog_list li, #sidebar div.rec-box ul li {
list-style: none;	
display: block;
padding: 2px;
margin: 0 0.5em 0 0;
font-size: 0.75em;
text-align: left;
background: #fff;
}

ul.category_list li, ul.feeds li, ul.twitter li {
list-style: none;	
display: inline;
/*width: 125px;*/
float: left;
padding: 2px;
margin: 0 0.5em 0 0;
font-size: 0.75em;
text-align: left;
background: #fff;
}

ul.commentsform li {
list-style: none;
margin-bottom: 0.5em;
}

ul.feeds li {
background: url("/images/feed.png") left no-repeat;
padding-left: 20px;
/*margin-left: 0.5em;*/
}

ul.feeds li.twitter {
background: url("/images/twitter.png") left no-repeat;
padding-left: 20px;
/*margin-left: 0.5em;*/
}

ul.category_list li {
margin-bottom: 0.2em;
}

ul.category_list li a {
padding: 2px;
margin-bottom: 0.2em;
}

ul.category_list li a:hover {
text-decoration: underline;
}

ul.category_list a.active {
color: #fff;
background-color: #A90000;	
text-decoration: none;
}



/* @end */

/* @group Images */

img {
padding: 0;
border: 0 none;
}

img.left, img.right {
padding: 4px;
border: 1px solid #e6e6e6;
}

img.left {
float: left;
margin: 0 5px 5px 0;
padding-left: 0;
border: 0;
}

img.right {
float: right;
margin: 0 0 5px 12px;
}

img.center, a.center img {
display: block;
margin: 2em auto 0 0;
padding: 2px;
border: 1px dotted #c0c0c0;
}

/* @end */

/* @group Forms and ZCR */

form {
/*padding: 5px 0 5px 0;*/
/*margin: 0;
border: 0 none;*/
}

fieldset {
border: 0;
background: transparent;
padding: 0;
margin-top: 2em;
}

fieldset legend {
display: none;
}

ul.zemError {
margin: 5px 0;
padding: 10px 0;
margin-left: 150px;
}

ul.zemError li {
list-style: none;
font-size: 0.75em;
color: #c33;
font-weight: bold;
}

p.red {
color: red;
font-weight: bold;
}

/* @group Input and labels */

input, textarea {
border: 1px solid #c0c0c0;
background: #eaeaea;
margin: 0;
padding: 0 5px;
}

/*input.zemSubmit {
font-size: 1em;
border: 1px solid #c0c0c0;
margin: 0 10px 0 0;
padding: 0.5em;
background: #eaeaea;
}*/

input.zemSubmit {
	width: 150px;
	height: 30px;
	float: left;
	margin-left: 150px;
	border: none;
	background: #5e5e5e;
	color: #fff;
	/*background-position: 0 -430px;*/
}

input.zemSubmit:hover,
input.zemSubmit:focus {
	/*background-position: 0 -460px;*/
	background: #7d7f7f;
}


/*input.zemRequirederrorElement, select.zemRequirederrorElement,textarea.zemRequirederrorElement {
border: 1px solid #900;
background: #fcc;
}*/

label.zemSelect, label.zemText, label.zemTextarea {
float: left;
width: 150px;
}

select.zemSelect, input.zemSelect, input.zemText, textarea.zemTextarea, select.zemSelect.zemRequired {
width: 250px;
}

textarea.zemTextarea {
width: 400px;
}

input[type=text] {
	font: 1em/2em;
	/*color: #666;*/
	height: 24px;
	padding: 0 5px;
	border: 1px solid #c0c0c0; 
	background: #f9f9f9;
	/*border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;*/
}

input[type=text]:hover {
	border-color: #666;
	color: #333;
}

input[type=text]:focus {
	border-color: #333;
	background-color: #fff;
	color: #000;
}

/* @end */

/* @group textarea */

textarea {
	font: 1em/2em;
	color: #666;
	height: 194px;
	padding: 2px 5px;
	border: 1px solid #c0c0c0; 
	background: #f9f9f9;
	border-radius: 3px;
	/*-webkit-border-radius: 3px;
	-moz-border-radius: 3px;*/
	resize: none
}

textarea:hover {
	border-color: #666;
	color: #333;
}

textarea:focus {
	border-color: #333;
	background-color: #fff;
	color: #000;
}

/* @end */

/* @group Search */

#search {
float: right;
height: 40px;
width: 275px;
/*padding-top: 10px;*/
}

#search form fieldset {
margin-top: 0;
}

#search form input {
font-size: 0.75em;
/*padding: 5px;*/
margin-top: 5px;
margin-right: 0;
width: 260px;
background: #fff;
}

/* @end */

/* @end */

/* @group Comments */

h2#comment {
margin: 0.5em 0 1em 0;
padding: 0.5em 0;
font-style: italic;
border-top: 1px dotted #c0c0c0;
border-bottom: 1px dotted #c0c0c0;
}

/* @group Form elements */

#txpCommentInputForm {
margin: 0px 0px 10px 0px;
padding: 0;
}

#write-comment textarea {
	height: 200px;
	width: 400px;
	background: #eaeaea;
}

#write-comment input[type=text] {
	width: 250px;
	background: #eaeaea;
}

#write-comment textarea:focus,
#write-comment input[type=text]:focus {
	background: #fff;
}

#txpCommentInputForm label {
	float: left;
	width: 150px;
	/*font-weight: bold;*/
	/*color: #333;*/
	/*padding-top: 3px;*/
}

/*input#web.comment_web_input, input#email.comment_email_input, textarea#message.txpCommentInputMessage, input#name.comment_name_input {
width: 300px;
}*/

#txpCommentInputForm .checkbox label {
float: none;
font-size: 0.75em;
margin-right: 70px;
}

input#remember.checkbox {

}

#write-comment p span {
margin-left: 20px;
color: #646666;
}

/* @group Preview and submit buttons */

/*input#txpCommentPreview.button, #txpCommentSubmit {
font-size: 1em;
border: 1px solid #c0c0c0;
background: #fff;
margin: 0 10px 0 0;
padding: 0.5em;
}*/

/*#txpCommentSubmit {
background: #eee;
}*/

input#txpCommentSubmit.button.disabled {
display: none;
}

p#comment-buttons {
	height: 30px;
	padding: 13px 0 0 150px;
	/*border-top: 2px solid rgba(0, 0, 0, .1);*/
	margin-top: 15px;
}

p#comment-buttons input {
	width: 150px;
	height: 30px;
	float: left;
	margin-right: 10px;
	border: none;
	background: #5e5e5e;
	color: #fff;
	/*background-position: 0 -430px;*/
}

p#comment-buttons input:hover,
p#comment-buttons input:focus {
	/*background-position: 0 -460px;*/
	background: #7d7f7f;
}

/*p#comment-buttons input:active {
	background-position: 0 -490px;
}*/

/*p#comment-buttons input.disabled {
	opacity: .5;
	background-position: 0 -430px;
	cursor: default;
	padding: 1px 0;
}*/

/* @end */



/* @end */

/* @group Preview */

#cpreview {
margin: 1em 0;
/*padding: 5px;*/
}

/*#cpreview h2 {
}*/

/*#cpreview p {
padding-left: 5px;
padding-bottom: 0;
}*/

/*#cpreview div.comment.author p a {
color: #333;
text-decoration: underline;
}*/



/* @end */

/* @group Errors */

ul.comments_error {
margin: 5px 0;
padding: 10px 0;
margin-left: 150px;
}

ul.comments_error li {
list-style: none;
font-size: 0.75em;
color: #c33;
font-weight: bold;
}

/* @end */

/* @group Individual comments */

.comment {
padding: 0.5em 0;
margin: 0 0 0.5em 0;
/*border: 1px solid #e9e9e9;*/
border-bottom: 1px solid #c0c0c0;
}

.odd {
background: transparent;
}

.even {
background: transparent;
}

.author {
/*background: #e9e9e9;*/
}

.author-string {
font-variant: small-caps;
font-weight: bold;
}

.comment-no {
}

.comment .comment_details img {
    width: 47px;
    height: 47px;
    padding: 1px;
    /*border: 1px solid #CCC;*/
    display: block;
}

.comment_details {
    float: left;
    width: 150px;
    margin-right: 20px;
    color: #646666;
}

.comment_post {
    width: 450px;
    float: right;
}

.comment_details p {
margin-top: 0;
}

/* @end */

/* @end */

/* @group Code */

blockquote {
text-align: left;
/*padding: 0;*/
margin-top: 1em;
margin-bottom: 1em;
}

pre, code {
font: 0.875em Monaco, "Andale Mono","Lucida Console","Bitstream Vera Sans Mono","Courier New", monospace;
background: #fdf498;
overflow: auto;
}

pre {
line-height: 1.3em;
margin: 1.4em 0;
padding: 1em;
border: 1px dotted #c0c0c0;
}

pre strong {
font-size: 0.75em;
font-weight: bold;
}

pre code {
font-size: 0.875em;
line-height: 2em;
}

blockquote {
margin-left: 2em;
padding-left: 1em;
margin-right: 0;
border-left: 2px solid #eee;
font-style: italic;
}

/*@end */

/* @group Prev Next */

#prevnext {
margin: 0 auto;
}

#prev {
float: left;
}

#next {
float: right;
}

#prevnext a {
display: block;
background: #A90000;
color: #fff;
padding: 0.5em;
}

#prevnext a, #prevnext a:link, #prevnext a:visited, #prevnext a:active {
text-decoration: none;
}

#prevnext a:hover {
text-decoration: underline;
}

/* @end */

/* @group Pagination */

ul.pagination {
margin: 1em 0;
padding: 0.2em;
/*text-align: center;*/
/*background: #eee;*/
border-top: 1px dotted #c0c0c0;
border-bottom: 1px dotted #c0c0c0;
}

ul.pagination li {
display: inline;
font-size: 0.625em;
padding: 0.5em;
}

ul.pagination li.active {
background: #fff;
font-weight: bold;
/*border: 1px solid #eee;*/
}

/* @end */

/* @group Misc */

.bold, strong {
font-weight: bold;
}

.meta-about {
width: 80px;
float: left;
font-weight: bold;
}

.clear {
clear: both;
}

.box, .rec-box {
margin: 0 0 1em 0;
/*padding-bottom: 0.5em;*/
/*background: transparent;*/
/*border-bottom: 1px dotted #c0c0c0;*/
}

.border {
/*background: #f0f0f0;*/
padding: 0.5em;
border: none;
border: 1px dotted #c0c0c0;
}

#content div.box {
background: #f6f2ed;
border: 0;
margin-top: 1em;
padding: 0.5em;
font-style: italic;
font-size: 0.75em;
}

/* @end */

/* @group Ads */

#sidebarads {
width: 275px;
}

#sidebarads a {
display: block;
width: 125px;
height: 125px;
float: left;
margin: 0 8px 8px 0;
}

#featured-ads a {
display: block;
margin: 0 0 8px 0;
}

#article-sponsor {
text-align: center;
padding: 1px 0;
/*border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;*/
/*margin: 10px 0;*/
}

.sponsor-header {
padding: 0 5px;
background: white;
position: relative;
/*top: -15px;*/
font-size: 0.625em;
}

#article-sponsor a:hover {
border: 0;
}

/* @end */

/* @group Tables */



/* @end */

table {
width: 100%;
margin: 1.4em 0;
font: 0.875em Monaco, "Andale Mono","Lucida Console","Bitstream Vera Sans Mono","Courier New", monospace;
line-height: 1.3em;
background-color: #f1f1f1;
}

td {
padding: 5px;
line-height: 1em;
}