/*
Theme Name: Bytetips
Theme URI: http://www.bytetips.com/wordpress-theme-bytetips/
Description: Bytetips 3 colum Wordpress theme designed by Jim. Replace header.jpg with your Logo And have fun.<p>The CSS, XHTML and design is released under a <a href="http://www.gnu.org/copyleft/gpl.html">GNU General Public License</a></p>
Author: Jim
Author URI: http://www.bytetips.com
Tags: simple, Dark, Blue, Three Columns
version: 1.3


*/



/* basics */

*{margin:0; padding:0;}

body {
	background: #fff;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 8pt;
	margin: 0px;
	background-image:url(images/containerbg.jpg);
	background-repeat:repeat-x;
	background-color:#003052;
	}
	
h1 {font-size: 18pt;}
h2 {font-size: 14pt; margin-top:10px;}
h3 {font-size: 10pt; margin-top:10px;}
h4 {font-size: 9pt;}


/* images and misc. */

img{ border: none; padding: 6px; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px; }
img.right{ float: right; border: none; padding: 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	margin:10px;
	font-family:"Courier New", Courier, monospace;}

.rss {
	background: url(images/ficon.png) left center no-repeat;
	padding-left: 12px;
	}
.rss_big {
	background: url(images/rss.gif) left center no-repeat;
	padding-left: 25px;
	}	
/* links */

a{
	color:#333;
	text-decoration:none;
	border: none;
	}

a:hover{color:#9c0000;text-decoration: underline; border: none;}



/* container */


#container {
	width: 960px;
	margin: 0 auto;
	padding: 0px;
	height:100%;
	/*background-color:#dee7ef;*/
	background-color:#ffffff;
	background-image:url(images/contentbg.jpg);
	background-repeat:repeat-y;
	/*border: 1px solid #333;*/
	}
	
/* header */

#header {
	/*background: #454D4E url(images/head.jpg) 0 0 no-repeat;*/
		background: #ffffff;
        width: 100%;
		padding-top:0px;
		padding-bottom:0px; 
        color: #fff;
		height: 81px;
		text-align:left;
        }

#header h1{
	font-family: palatino linotype, georgia, arial, times;
	font-size: 1.5em;
	font-weight: 300px;
	letter-spacing: 1px;
	margin: 0;	
	padding: 40px 0 0 600px;	
	}
	
#header h1 a{color: #fff; text-decoration: none;}
#header h1 a:hover{color: #666; text-decoration: none;}


#header h2{
	font-family: palatino linotype, georgia, arial, times;
	font-size: 10pt;
	font-weight: 300;
	font-style: italic;
	color: #fff;
	letter-spacing: 1px;
	margin: 0;	
	padding: 5px 0 0 600px;	
	}

/* main menu */


#menu {
	background: #454D4E;
	background-image: url(images/headertopbg.jpg);
	font-family: verdana, arial, times, serif;
	font-size: 1.2em;
	font-weight: normal;
	width:100%; 
	height:35px;
	border-top: 2px solid #FFF;
	text-transform:uppercase;
}


#menu ul {
	margin: 7px 0 0 0;
	padding: 0;
	text-align: left;
}

#menu ul li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	padding: 7px 13px 7px 13px;
	text-decoration: none;
	color: #828282;
}

#menu ul li a:hover {
	background-color: #333;
	color:#fff;
	background-image: url(images/headertopbg_on.jpg);
	background-repeat:repeat-x;
	color: #828282;
}



/* content */


#content {
	float: left;
	width: 570px;
	overflow: hidden;
	padding-top:1%;
	margin-top:0px;

/*	border-right: 1px dotted #454D4E;
	border-left: 1px dotted #454D4E;*/
	background-color:#ffffff;
	text-align:left;
	}
#content h2.archivetitle{
	font-family:Arial, Helvetica, sans-serif;
	color:#d65d00;
	font-size:18px;
	font-weight:normal;
	padding-left:25px;
}

.post {
	margin: 0 10px;
	padding:15px;
	line-height: 14pt;
	}
	
.post h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #08122E;
	}
	
.post h2 a{
	color: #015D82;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #666;
	text-decoration: none;
	}
	
.post p{font-size: 8pt;}

.post a{text-decoration:underline;}

.post ul {}

.post li {}

.entry {margin:12px 0;
}

.entry p{margin:12px 0;
}
.entry ul li {
	font-size:11px;
	line-height: 14pt;
	margin-left:15px;
	padding-left:5px;
	padding-right:20px;
	list-style-type:disc;
}
.entry ol li {
	font-size:11px;
	line-height: 14pt;
	margin-left:20px;
	padding-left:0px;
	padding-right:20px;
	list-style-type:decimal;
}


.postmetadata{
	clear: both;
	background:#e7eff7;
	padding:6px;
	margin-top: 16px;
	border:solid 1px #A2A2A2;
	}
	

.navigation {
	margin: 12px 0 20px 0;
	padding:2px;
	font-size:.9em;
	float:left;
	width:98%;
	}
	
	.alignleft {float:left;}
	.alignright {float:right;}

.pagetitle {}


#left {
	font-family: verdana, arial, tahoma;
	font-size:8pt;
	width: 194px;
/*	height:100%;*/
	float:left;
	margin: 0px 0 0px 0;
	padding-top:1%;
	background-color:#39658c;
	/*background-image:url(images/leftbg.jpg);*/
	background-repeat:no-repeat;
	text-align:left;
	color:#E1E1E1;
	}

#left h2{
	font-family: verdana, times, georgia;
	font-weight: normal; 
	font-size: 10pt; 
	text-align: left;
	color: #E1E1E1;	
	margin-bottom: 0px;
	padding: 0px;
	background: url(images/bar_.gif);
	background-repeat:no-repeat;
	font-weight:bold;
}

#left p {margin:0; padding: 0 6px 0 12px;}

#left img {padding: 0; margin: 0;}

#left ul {
	margin:0px;
	padding:0;
	list-style-type: none;
	}

#left ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	background: url(images/_cat.gif) left center no-repeat;
	padding-left: 10px;
	color:#E1E1E1;
	}
#left ul li a{
	color:#E1E1E1;
}
#left ul li a:hover{
	color:#9c0000;
}
#left ul ul li{
	list-style:none;
	background: url(images/cat.gif) left center no-repeat;
	padding-left: 10px;
	}

#left ul ul {
	margin: 6px 0 6px 6px;
	padding: 0;
}

#left ul ul li {
	list-style-type: none;
	list-style-position: inside;
	}

#left ul ul ul{
	margin: 0;
	padding: 0;
}

#left ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}



/* right sidebar */

#right{
	font-family: verdana, arial, tahoma;
	font-size:8pt;
	width: 194px;
	float:left;
	margin: 0px 0 24px 0;
	padding-top:1%;
/*	height:100%;*/
	background-image:url(images/rightbg.jpg);
	background-repeat:no-repeat;
	/*height:400px;*/
	text-align:left;
	}

#right h2{
	font-family: verdana, times, georgia;
	font-weight: normal; 
	font-size: 10pt; 
	text-align: left;
	color: #08385a;	
	margin-bottom: 5px;
/*	padding: 4px;
	height:27px;*/
	/*background: url(images/bar.gif);
	background-repeat:no-repeat;*/
	font-weight:bold;
}

#right p {margin:0; padding: 0 6px 0 12px;}

#right img {padding: 0; margin: 0;}

#right ul {
	margin:12px;
	padding:0;
	list-style-type: none;
	}

#right ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	background: url(images/_cat.gif) left center no-repeat;
	padding-left: 0px;
	}

#right ul ul {
	margin: 6px 0 6px 12px;
	padding: 0;
}

#right ul ul li {
	list-style-position: inside;
	list-style:none;
	background: url(images/cat.gif) left center no-repeat;
	padding-left: 10px;
	}

#right ul ul ul{
	margin: 0;
	padding: 0;
}

#right ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}

/* comments */

#commentssection{
	clear: both;
	padding: 2px 12px;
	margin: 0;
	}
	
#commentssection h3{
	font-family: georgia, times, verdana;
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	color: #000;
	}

#commentform{
	background: #eff3ff;
	margin: 12px 12px 20px 12px;
	padding:20px;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	}
	
#commentbox{
	width:75%;
	min-width:400px;
	margin:5px 5px 0 0;
	}

#author, #email, #url, #commentbox, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	border: none; 
	padding: 6px;
	border: 1px solid #B2B2B2;
	}

#submit{margin:5px 5px 0 0;}

#img.avatar {float:left; margin-right:5px;}

	
ol.commentlist {list-style-type: none;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	overflow: hidden;
	}

ol.commentlist li.alt {background: #eff3ff;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}


/* search */

#searchform{
	padding: 6px 0 6px 6px;
	font-family: verdana, arial, times;
	}

#searchform input#s{
	font-family: verdana, arial, times;
	font-size: 8pt;
	padding: 2px;
	margin: 2px;
	border: 1px solid #B7B7B7;
	}

#searchform input#searchsubmit{
	font-family: verdana, arial, times;
	font-size: 7pt;
	padding: 2px;
	margin: 2px 0 0 2px;
	border: 1px solid #B7B7B7;
	background-color: #fff;
	color: #797979;
	}

/* footer */

#footer {
	background-image:url(images/footerbg.jpg);
	background-repeat:repeat-x;
	clear: both;
	width: 100%;
	margin-top:-40px;
	border-top:solid 2px #FFFFFF;
	font-family: verdana, arial, tahoma;
	font-size: 7pt;
	height: 40px;
	text-align:left;
	}
	
#footer p{padding:6px;margin: 0; color: #eee;}
#footer a{color: #FFFFFF;text-decoration: none;}
#footer a:hover{color: #5D5D5D;text-decoration: underline;}

/* Extra */

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}


/*******************/


* {
	margin: 0;
}
html, body {
	height: 100%;
	text-align:center;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	/*border:2px solid #CC0000;*/
	background-image:url(images/contentbg.jpg);
	background-repeat:repeat-y;
	margin: 0 auto -40px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push  {
	height: 40px; /* .push must be the same height as .footer */
}


/*******************/