/*
Theme Name:		Buildmylens
Theme URL: 		http://www.buildmylens.com
Version: 		Version 1 (Wordpress 2.7)
Description: 	This theme was built by Joe Brooks. Please visit joe-brooks.com to inquire about getting your own custom wordpress theme or email me at joebrooks+wp[at]gmail.com
Author: 		Joe Brooks
Author URI:		http://www.joe-brooks.com
Tags:			Custom Wordpress Theme, Wordpress, Custom Theme, New Theme

== Short-cuts for Joe ==
Link to to inside the image folder:  (Can only be used on the php files, not in CSS - DUH!
	<img src="<?php bloginfo('template_directory') ?>/images/headerbg.png">

== Color Pallete ==
a: #00000
a:hover #00000
text: #00000

more colors? 

*/

/* Reset Browser Defaults*/
@import url(library/styles/reset.css); 

/* Site Specific Styles */
@import url(css/screen.css);

body {
background-image:url(images/bodybg.jpg);
background-repeat:repeat-x;
background-position:top;
font-family:Trebuchet, Tahoma,Verdana,Arial;
}
a {color:#ff9900; font-weight:bold; text-decoration: none;}
a:hover {text-decoration:underline;}

#wrapper {
margin:0 auto;
background-image:url(images/wrapperbg.jpg);
margin-top:15px;
width:720px;
}
#header {
}
#contentwrapper {
margin:10px 5px 10px 5px;
min-height:600px;
}
#content {
min-height:600px;
}
#squidolens {
float:right;
margin: 0 15px 15px 0;
}
.posttitle{
margin-bottom:15px;
padding-left:10px;
padding-right:10px;
}
h2 {
color:#ff9900; 
font-size:24px;
font-weight:100;
text-align: center;
text-transform: capitalize;
padding-bottom:10px;
}
h2 a {
font-weight:100;
}
.posttext {
margin-bottom:5px;
color:black;
font-size:14px;
padding-left:10px;
padding-right:10px;
line-height:18px;
}
.posttext p{
padding-bottom:10px;
}
.posttext a{
color:#ff9900;
font-weight:bold;
text-decoration:none;
}
.posttext a:hover{
text-decoration:underline;
}
.posttext ul {
padding-left:40px;
padding-right:40px;
color:#666666;
margin-top:20px;
margin-bottom:20px;
}
.posttext ul li {
list-style-type:disc;
list-style-position:inside;
color:#666666;
margin-bottom:5px;
}
.posttext ol {
list-style-type:decimal;
padding-left:40px;
padding-right:40px;
color:#666666;
margin-top:20px;
margin-bottom:20px;
}
.posttext ol li {
list-style-type:decimal;
list-style-position:inside;
color:#666666;
margin-bottom:5px;
}
.postmeta {
text-align:right;
font-size:12px;
}
.postmeta a{
color:#ff9900;
font-weight:bold;
text-decoration:none;
}
.postmeta a:hover{
text-decoration:underline;}

.postmeta-single {
background-color:#fff2e3; 
color: #111111; 
margin: 5px 15px 5px 15px; 
padding: 5px; 
border: #ff9900 1px dashed;
}
.respond {
background-color:#fff2e3; 
color: #111111; 
margin: 5px 15px 5px 15px; 
padding: 5px; 
border: #ff9900 1px dashed;
}

#footerbar{
margin-top:15px;
border-top:#ebebeb 5px solid;
}

#footerbar1 {
float:left;
width:230px;
margin-left:10px;
margin-right:5px;
margin-bottom:5px;
}
#footerbar1 a {font-size:12px;font-weight:100;}
#footerbar1 ul {list-style:none; font-size:12px; color:#aaaaaa;}
#footerbar1 li {list-style:none;}
#footerbar2 {
float:left;
width:230px;
}
#footerbar2 a {font-size:12px;font-weight:100;}
#footerbar2 ul {list-style:none; font-size:12px; color:#aaaaaa;}
#footerbar2 li {list-style:none; }
#footerbar3  {
float:right;
width:230px;
margin-left:5px;
}
#footerbar3 a{font-size:12px;font-weight:100;}
#footerbar3 ul {list-style:none; font-size:12px; color:#aaaaaa;}
#footerbar3 li {list-style:none;}
h3 {
font-weight:100;
color:#aaaaaa;
padding-bottom:5px;
}
.footerwidget {
margin-bottom:10px;
}

/*
+----------------------------------------------------------------+
|																							|
|	WordPress 2.6 Plugin: WP-PageNavi 2.40									|
|	Copyright (c) 2008 Lester "GaMerZ" Chan									|
|																							|
|	File Written By:																	|
|	- Lester "GaMerZ" Chan															|
|	- http://lesterchan.net															|
|																							|
|	File Information:																	|
|	- Page Navigation CSS Style													|
|	- wp-content/plugins/wp-pagenavi/pagenavi-css.css					|
|																							|
+----------------------------------------------------------------+
*/


.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #ff9900;
	color: #ff9900;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:hover {	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #ff9900;
	color: #ff9900;
	background-color: #FFFFFF;	
}
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #9e9e9e;
	border: 1px solid #9e9e9e;
	background-color: #FFFFFF;
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 3px solid #ff9900;
	color: #ff9900;
	background-color: #FFFFFF;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi {
font-size:12px;
margin-top:10px;
text-align:right;
}
