/*  
Theme Name: shapeshift
Theme URI: http://www.shapeshift.net/
Description: shapeshift is a lightweight, 2 column Wordpress theme. This work is licensed under a <a href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-Share Alike 3.0 License</a>. This means you may use it for any purpose, and make any changes you like. 
Version: 0.1.0
Author: shapeshift 
Author URI: http://www.shapeshift.net/

This theme was designed and built by <a href="http://www.shapeshift.net/">shapeshift</a>.
*/

body {
	/*background:#151515*/
	background:#f8f8f3 url(images/bbg.png) repeat-x; 
	font-family:Helvetica, Arial, Geneva, sans-serif; 
	font-size:0.84em; color:#000;
}
#wrap {width:735px; margin:10px auto;padding:0;}
#content {float:left; width:510px; margin:0 auto; padding:0;}
#content p {margin: 0.8em 0;}

#nav {padding:0; margin:0;}
ul.nav {height:22px; line-height:22px; float:right; list-style:none; font-size:11px; font-weight:400; text-transform:uppercase; margin:0; padding:3px 0 8px 0; }
ul.nav li { float:left !important; list-style-type:none; margin:0; padding:0; }
ul.nav li a,ul.nav li a:link,ul.nav li a:visited { border:1px solid #ccc; border-right-width: 0; background:#f1efe7; color:#666; float:left; display:block; padding:0 10px;}
ul.nav li a:hover,ul.nav li a:active { background:#fff; color:#666; text-decoration:underline; }
ul.nav li.first a { border-right:1px solid #ccc; }
ul.nav li.current_page_item a { text-decoration:underline; color:#666; background:#fff; }
ul.nav li ul { float:left; margin:0; padding:0; }

.navigation{width:500px;margin-bottom:25px;}

.alignright{float:right;text-transform: uppercase;
	letter-spacing: 1px;}

.alignleft{float:left;text-transform: uppercase;
	letter-spacing: 1px;}

.entry{
	float:left;
	background:#fff;
	width:510px;
	margin:5px 0 15px;
	padding:0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}	
.entry h2{font-size:22px;margin:0;padding:0;}
.entry h3{font-size:20px;margin:0;padding:0;}
.entry ul{list-style-type:square;margin:0;padding:0 3px;}
.entry ul li{
	list-style-type:none;
	background:transparent url(images/b.gif) no-repeat 0 4px;
	margin:0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 15px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1pt;
	border-left-width: 0;
	border-bottom-style: dotted;
	border-bottom-color: #EDEDED;
}

.entry ol li{
	padding: 0;
	list-style-position: outside;
	list-style-type: upper-roman;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 25px;
}

.postmetadata {text-align:left; font-size:12px;}
.page-title {
	background:none;
	width:500px;
	margin:35px 0 15px 0;
	padding:0;
        font-family:Georgia, Times, Geneva, Helvetica, Arial, sans-serif;
        letter-spacing:.05em;
        font-size:26px;
        color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

#line{clear:both;height:2px;width:720px;}
.navigation{width:500px;float:left;color:#666;}
.alignright{float:right;margin-top:10px;}
.alignleft{float:left;margin-top:10px;}
h1,h2,h3{font-family: Helvetica, Arial, Verdana, sans-serif;}

a:link,a:active,a:visited{
	text-decoration:none;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
}

a:hover {
	text-decoration:none;
	color:#e00b0b;
	border-bottom:1px dotted #e00b0b;
	background-color: none;
}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.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 p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* SIDEBAR */

	/*-----links-----*/
	
#sidebar{
	float:right;
	width:200px;
}

#header{float:right;width:200px;margin:0 0 10px 0;padding:0;}
#header h1{text-indent:-10000px;margin:0;padding:0;}
#header h1 a{display:block;background: url(images/logo.gif) no-repeat;height:100px;}

.rsidebar{
	float:right;
	width:200px;
	padding:0;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

.rsidebar h2{font-size:14px;border-bottom:dotted 1px #ccc;margin:0;padding:3px 0;}
.rsidebar ul{list-style-type:none;margin:0;padding:0;}
.rsidebar ul li{list-style-type:none;margin:0 0 10px;padding:0;}
.rsidebar ul li ul{list-style-type:square;margin:0;padding:0 3px;}
.rsidebar ul li ul li{
	list-style-type:none;
	background:transparent url(images/b.gif) no-repeat 0 4px;
	margin:0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 15px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1pt;
	border-left-width: 0;
	border-bottom-style: dotted;
	border-bottom-color: #EDEDED;
}

.widget{
	background:#fff;
	padding:20;
}	
.widget a:link,a:active {color:#e00b0b; text-decoration:none; border:none;}
.widget a:visited {text-decoration:none; color:#e00b0b; border:none;}
.widget a:hover{
	color: #993300;
	border-bottom-width: thin;
	border-bottom-style: dotted;
}

#tag_cloud{line-height:28px;}

.footer {
	padding:0;
}

/* END OF SIDEBAR */

/* COMMENTS */
.bobcomments{
	background:#fbfbf9;
	border-bottom:1px solid #e00b0b;
	margin-bottom:20px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}

#commentform{border-top:1px solid #e00b0b;margin:0;padding:15px 15px 1px;}
#commentform label{display:block;margin:0;}
#commentform input{width:170px;margin:0 5px 10px 0;padding:1px;}
#commentform textarea{width:380px;margin:0 0 10px;padding:0;}
#commentform #submit{margin:0 0 20px;}
#commentform p{margin:5px 0;}
ol.commentlist{margin:0 0 1px;padding:0;}
ol.commentlist li{border-top:1px solid #e00b0b;display:block;list-style:none;margin:0;padding:0 15px 0;}
ol.commentlist li.commenthead{display:block;list-style:none;margin:0;padding:5px 15px;}
ol.commentlist li.commenthead h3{margin:0;}

ol.bob{border-top:1px solid #cedeef;list-style:none;margin:0 0 1px;padding:15px;}
ol.bob li{display:block;list-style:none;background:transparent url(images/hb.gif) 0 2px no-repeat;padding-left:15px;margin:0 0 5px;}

/* END OF COMMENTS */


*html h2{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:14px;font-weight:700; color:#666;padding:0 0 0 5px;}

blockquote {background:#eee; margin: 0 10px 0 10px; padding: 0;}
blockquote cite { margin: 0; display: block; }
input#s{color:#5188d2;width:120px;border:1px solid #cbcbcb;background:#fcfcfc;}

img {
	border-top: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.link_pages {font-size: 18px; text-transform:uppercase; text-align:left;}

