/*
Theme Name: Bytetips
Theme URI: http://www.bytetips.com/wordpress-theme-bytetips/
Description: Bytetips 3 colum Wordpress theme designed by Jim at <a href="http://www.bytetips.com">Bytetips</a>. 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.4
Change: Fixed some Css Issues, Removed Dotted Border and fixed some other Problems.

*/

share1 {
margin-top: 1px;
}

.input.searchbutton { border:1px solid #FFFFFF; font-family: Helvetica; font-weight: bold; font-size: 8pt; color: #FFFFFF; background-color: #2D2D2D; position:relative; top:0; padding-left:2; padding-right:2; padding-top:0; padding-bottom:0 }
.textbox1 { border:1px solid #454C54; background:#FFFFFF; color: #000000; font-family: Helvetica; font-size: 8pt; position:relative; padding-left:1; padding-right:1; padding-top:0; padding-bottom:0; top:0 }


/* basics */

*{margin:0; padding:0;}

body {
	background: #fff;
	font-family: Helvetica;
	font-size: 10pt;
	margin: 20px;
	color: #444444;
	}

p {
	background: #fff;
	font-family: Helvetica;
	font-size: 10pt;
	color: #444444;
	}

.p {
	background: #fff;
	font-family: Helvetica;
	font-size: 10pt;
	color: #444444;
	}

	
h1 {font-family: Helvetica; font-size: 18pt; color: #603913}
h2 {font-family: Helvetica; font-size: 14pt; margin-top:10px; color: #603913}
h3 {font-family: Helvetica; font-size: 10pt; margin-top:10px; color: #603913}
h4 {font-family: Helvetica; font-size: 12pt; color: #603913}

h5 {font-family: Helvetica; font-size: 14pt; margin-top:10px; color: #603913}


/* 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:Helvetica;}

.rss {
	background: url(images/ficon.png) left center no-repeat;
	padding-left: 12px;
	font-size: 10pt;
	}
	
/* links */

.bloglink{
	color:#FFFFFF;
	text-decoration:none;
	border: none;
	}

.bloglink hover{
	color:#FFFFFF;
	text-decoration:underline;
	border: none;
	}

a{
	color:#177cc1;
	text-decoration:none;
	border: none;
	}

a:hover{color:#177cc1;text-decoration: underline; border: none;}



/* container */


#container {
	width: 880px;
	margin: 0 auto;
	padding: 0px;
	background:#fff;
	color:#444444;
	border: 0px solid #999999;
	}
	
/* header */

#header {
        }

#header h1{
	color: #6CA401; 
	font-family:Helvetica;
	font-size: 1.5em;
	font-weight: 300px;
	letter-spacing: 1px;
	margin: 0;	
	padding: 40px 0 0 600px;	
	}
	
#header h1 a{color: #177cc1; text-decoration: none;}
#header h1 a:hover{color: #177cc1; text-decoration: none;}


#header h2{
	font-family:Helvetica;
	font-size: 10pt;
	font-weight: 300;
	font-style: italic;
	color: #6CA401;
	letter-spacing: 1px;
	margin: 0;	
	padding: 5px 0 0 600px;	
	}

#header h5{
	font-family:Helvetica;
	font-size: 10pt;
	font-weight: 300;
	font-style: italic;
	color: #FFFFFF;
	letter-spacing: 1px;
	margin: 0;	
	padding: 5px 0 0 600px;	
	}

/* main menu */


#menu {
	background: #888888;
	font-family:Helvetica;
	font-size: 8pt;
	font-weight: bold;
	width:100%; 
	height:36px;
	border-top: 6px solid #FFF; color:#FFFFFF
}

#menu ul {
	margin: 0 0 0 0;
	padding: 0;
	text-align: left;
}

#menu ul li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 10pt;
}

#menu ul li a {
	padding: 2px 6px 2px 6px;
	margin: 0;
	text-decoration: none;
	color: #fff;
	font-size: 10pt;
}

#menu ul li a:hover {
	background-color: #FFFFFF;
	color:#177cc1;
	font-size: 10pt;
}




/* bottom menu */


#menub {
	align: center;
	background: #888888;
	font-family:Helvetica;
	font-size: 8pt;
	width:100%; 
	height:20px;
}

#menub ul {
	margin: 0 0 0 0;
	padding: 0;
	text-align: center;
}

#menub ul li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#menub ul li a {
	padding: 2px 6px 2px 6px;
	margin: 0;
	text-decoration: none;
	color: #fff;
}

#menub ul li a:hover {
	background-color: #FFFFFF;
	color:#177cc1;
}



/* content */


#content {
	font-family:Helvetica;
	font-size: 10pt;
	float: left;
	width: 60%;
	overflow: hidden;
	text-align: justify;
	}

	
.post {
	font-family:Helvetica;
	font-size: 10pt;
	margin: 0 10px;
	padding:15px;
	line-height: 14pt;
	color: #444444;
	}
	
.post h2{
	font-family:Helvetica;
	font-size: 14pt;
	font-weight: 300;
	color: #603913;
	}
	
.post h2 a{
	color: #177cc1;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #177cc1;
	text-decoration: underline;
	}
	
.post p{font-size: 8pt; color: #444444;}

.post a{color: #177cc1; text-decoration:none;}

.post ul {}

.post li {}

.entry p{
	font-family: Helvetica;
	font-size: 10pt;
         margin:12px 0;
}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin-top: 14px;	
         margin-bottom: 4px;
	border-left:solid 1px #A2A2A2;
	border-bottom:solid 1px #A2A2A2;
	}

.postmetadata2{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin-top: 14px;	
         margin-bottom: 4px;
	border-bottom: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:Helvetica;
	font-size:8pt;
	width: 18%;
	float:left;
	padding: 0;
	}

#left h2{
	font-family:Helvetica;
	font-weight: bold; 
	font-size: 10pt; 
	text-align: left;
	color: #fff;	
	margin-bottom: 0px;
	padding: 1px;
	padding-right: 0px;
	background-color: #888888;
}

#left p {margin:0; padding: 0 1px 0 3px;}

#left img {padding: 0; margin: 0;}

#left ul {
	padding:0;
	padding-right: 1px;
	list-style-type: none;
	}

#left ul li {
	margin: 0;
	padding: 0;
	line-height: 12pt;
	list-style-type: none;
	padding-left: 4px;
	padding-right: 1px;
	}

#left ul ul {
	padding-left: 1px;
	padding: 0; margin-left:0px; margin-right:0; margin-top:1px; margin-bottom:1px
}

#left ul ul li {
	padding-left: 0;
	list-style-type: none;
	list-style-position: inside;
	}

#left ul ul ul{
	padding-left: 6px;
	margin: 2px;
	padding: 0;
}

#left ul ul ul li{
	padding-left: 8px;
	color: #898989;
}



/* right sidebar */

#right{
	font-family:Helvetica;
	font-size:8pt;
	width: 20%;
	float:right;
	margin: 1px 0 2px 0;
	padding: 0;
	}

#right h2{
	font-family:Helvetica;
	font-weight: bold; 
	font-size: 10pt; 
	text-align: left;
	color: #fff;	
	margin-bottom: 1px;
	padding: 2px;
	background-color: #888888;
}
#right h5{
	font-family:Helvetica;
	font-weight: bold; 
	font-size: 10pt; 
	text-align: left;
	color: #fff;	
	margin-bottom: 3px;
	padding: 2px;
	background-color: #888888;
}

#right p {margin:0; padding: 0 3px 0 2px;}

#right img {padding: 0; margin: 0;}

#right ul {
	margin:3px;
	padding:0;
	list-style-type: none;
	}

#right ul li {
	margin: 0;
	padding: 0;
	line-height: 12pt;
	list-style-type: none;
	padding-left: 1px;
	}

#right ul ul {
	margin: 2px 0 2px 1px;
	padding: 0;
}

#right ul ul li {
	list-style-type: none;
	list-style-position: inside;
	}

#right ul ul ul{
	margin: 0;
	padding: 0;
}

#right ul ul ul li{
	padding: 0 0 0 2px;
	list-style-type: square;
	color: #898989;
}

/* comments */

#commentssection{
	clear: both;
	padding: 2px 12px;
	margin: 0;
	}
	
#commentssection h3{
	font-family:Helvetica;
	font-size: 12pt;
	font-weight: 300;
	font-style: normal;
	color: #000;
	}

#commentform{
	background: #F0F0F0;
	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:Helvetica;
	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:Helvetica;
	font-size: 8pt;
	margin:5px 5px 0 0;
	border: none; 
	padding: 6px;
	border: 1px solid #B2B2B2;
	}

#submit{margin:5px 5px 0 0;}

.avatar#img {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: #EDEDED;}
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:Helvetica;
	color: #78a108;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #78a108; text-decoration: none; border-bottom: 1px dotted #465D71;}


/* search */

#searchform{
	valign: right;
	background-color: #888888;
		font-family:Helvetica; text-align:right; padding-left:; padding-right:0; padding-top:3px; padding-bottom:3px
	}

#searchform input#s{
	font-family:Helvetica;
	font-size: 8pt;
	padding: 2px;
	margin: 2px;
	border: 1px solid #B7B7B7;
	}

#searchform input#searchsubmit{
	font-family:Helvetica;
	font-size: 7pt;
	padding: 1px;
	margin: 1px 0 0 1px;
	color: #797979;
	}

/* footer */

#footer {
	background-color: #888888;
	align: center;
	clear: both;
	width: 100%;
	margin-top:15px;
	border-top:2px solid #FFFFFF;
	font-family:Helvetica;
	font-size: 8pt; text-align:center
	}

#footerpages {padding:6px;margin: 0; color: #ffffff;}
	
#footer p{padding:6px;margin: 0; color: #eee;}
#footer a{color: #FFFFFF;text-decoration: none;}
#footer a:hover{

	text-decoration: underline;
	background-color: #FFFFFF;
	color:#177cc1;
}

/* 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;
}