/* 
	Theme Name: Shoot Me
	Description: Shoot Me is a 2-column theme ideal for photographers to display images and write articles.
	Author: Dave Hoffmann
    Author URI: http://www.davehoffmannphoto.com/
    Tags: white, two column, wide, fixed width	
	
	Version: 1.0
	
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
	Changelog:

*/

/* Basics and Typography */

body {
	margin: 0;
	padding: 0;
	xbackground: #efeff0;
	background: #F3F1EC;
	font-size: 13px;	
	font-family: "Courier New", Georgia, "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #333;
	text-align: center;
}
p {
	/*font-size: 0.98em;*/
	line-height: 1.5em;
	margin: 1.2em 0;
}
ol, ul {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.2em 0 1.2em 2em;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 1.2em 0 0 0;
	font-family: "times new roman", "Century Gothic", Georgia, "Lucida Grande", Tahoma, Arial, sans-serif;
	color: #545454;
}
h1, h2 {
	font-size: 2.1em;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}
a {
	text-decoration: none;
}
a:link {
	xcolor: #AA1111;
	color: #FF3300;
	color:	
}
a:visited, a:active {
	color: #545454;
}
a:hover {
	color: #FF6600;
}
input, textarea, select {
	border: 1px solid #C1C0B5;
	background: #f1f1f1;
	color: #333;
	font-size: 1em;
	font-family: "Lucida Sans Unicode", Tahoma, Arial, sans-serif;
}
blockquote {
	margin: 1.2em 20px;
	padding: 0.1em 20px;
	border-top: 1px solid #4f5d7b;
	border-bottom: 1px solid #4f5d7b;
	background: #F3F1EC;
}
small {
	font-size: 0.9em;
}
code {
	font-size: 1.1em;
	font-family: "Courier New", Courier, monospace;
	background: #F3F1EC;
	color: #666;
}
form {
	margin: 0;
	padding: 0;
	border: 0;
}
a img {
	border: 0;
}

/* Layout */

#wrapper {
	margin: 0 auto;
	width: 990px;
	background-color: #fff;
	text-align: left;
	border-top: 8px solid #D70;
	border-left: 1px solid #dadada;
	border-right: 1px solid #dadada;	
}

#banner {
    margin-top: 8px;
	margin-bottom: 10px;
	width: 100%;
	height: 100%;
}
	
/************************************************
 *	Header  				
 ************************************************/

#header {
	width: 990px;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;	
	text-align: right;
    text-transform: uppercase;
	}
	
#header a {
	font-family: "Century Gothic", Verdana, Tahoma;
	font-size: 20px;
	color: #333333;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
	}

#header a:hover{
	color: #999999;
	}
		

#content {
	float: left;
	margin: 0 0 0 15px;
	width: 800px;
	overflow: hidden;
	display: inline; /* IE double margin bug fix */
}


/************************************************
 *	FOOTER 
 ************************************************/

#footer {
	clear: both;
	width: 990px;
	font-size: 0.9em;
	text-align: right;
    border-top: 8px solid #D70;
    background-color: #F3F1EC;	
}

	
#footer p {
	color: #545454;
	padding: 3px 0px 0px 0px;
	list-style-type: none;
	margin: 0px;	
    background-color: #F3F1EC;
	
	}
	

.footerleft {
	float: left;
	width: 450px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
	display: inline;
	}
	

.footerright {
	float: right;
	width: 450px;
	margin: 0px 0px 10px 0px;
	padding: 0px 5px 0px 0px;
	display: inline;	
	}	


#sidebar {
	float: left;
	margin: 0 0px 0 15px;
	padding: 1.8em 0 0 0;
	width: 150px;
	font-size: 11px;
	overflow: hidden;
	display: inline; /* IE double margin bug fix */
}
	
/* Sidebar Styles */

#sidebar h2 {
	display: inline;
	margin: 1.2em 0 0.6em 0;
	padding: 0 10px 0 0;
	background: url(images/arrow.gif) no-repeat center right;
	xfont-size: 1.1em;
	color: #D70;
	font-size: 13px;
	font-family: "Century Gothic", Tahoma, Arial, sans-serif;
	text-transform: lowercase;
}

#sidebar h2 a {
	color: #9BBB38;
}

#sidebar a:link  { color: #545454; }
#sidebar a:hover { color: #222; text-decoration: underline; }

#sidebar h2 a:hover {
	color: #E58712;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#sidebar ul li {
}
#sidebar ul ul {
	margin: 1.2em 0;
	xborder-top: 1px solid #f1f1f1;
    xbackground-color: #F3F1EC;	    /* bg color of menu items */
}
#sidebar ul ul li {   /* Top-level items */
	padding: 0 0 0 10px;
	color: #000;
	xborder-bottom: 1px solid #e1e1e1;	 /* color separator lines on side menu */
	xborder-bottom: 1px solid #D1C8B8;
	xtext-transform: uppercase;
}
#sidebar ul ul li a {
	display: block;
	margin: 0 0 0 -10px;
	padding: 0.1em 10px;
	width: 150px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 140px;
} 
html>body #sidebar ul ul li a {
	width: 130px;
}
#sidebar ul ul li a:hover {
	xbackground-color: #FFF;
	xcolor: #600;
}
/* Nested lists? */
#sidebar ul ul ul {
	margin: 0;
	border: none;
}
#sidebar ul ul ul li {  /* second-level menu items */
	margin: 0 0 0 -10px;
	padding: 0 0 0 25px;
	xborder-bottom: none;
	xborder-top: 1px solid #D1C8B8;
	font-family:Arial, Helvetica, sans-serif;
	text-transform: lowercase;	
}
#sidebar ul ul ul li a {
	margin: 0 0 0 -25px;
	padding: 0.1em 10px 0.1em 25px;
	width: 150px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 115px;
} 
html>body #sidebar ul ul ul li a {
	width: 115px;
}
/* Calendar */
#wp-calendar {
	margin: 0 0 1.2em 0;
	width: 150px;
	border: 1px solid #E8E7D0;
	background: #FAFAF0;
	line-height: 1.2em;
	text-align: center;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 158px;
} 
html>body #wp-calendar {
	width: 148px;
}
#wp-calendar caption {
	margin: 1.2em 0 0 0;
	padding: 0.4em 0;
	background: #9BBB38;  
	color: #FFF;
	font-weight: bold;
}
#wp-calendar td {
	border: 0;
	border-collapse: collapse;
	background: #FFF;
}
#wp-calendar td a {
	display: block;
	width: 100%;
}
#wp-calendar td.pad {
	background: transparent;
}
#wp-calendar td#next, #wp-calendar td#prev {
	padding: 0.1em 2px;
	background: transparent;
}
#wp-calendar td#next a, #wp-calendar td#prev a {
	display: inline;
}
#wp-calendar td#next {
	text-align: right;
}
#wp-calendar td#prev {
	text-align: left;
}

/* Blog */

.post {
}
.posttitle {
	margin-bottom: 0;
	font-weight: normal;
	width: 100%;
	color: #111;
	overflow: auto;
	border-bottom: solid 1px #999;
	/* Width and overflow to clear '.posttitle a' */
}

.posttitle a {
	float: left;
	color: #111;
}

.posttitle a:link, .posttitle a:visited {
	xolor: #600;	
}

/* attributes of post title when hightlighted */
.posttitle a:hover, .posttitle a:active {
	xbackground: #D7D9D8;
	xbackground: #F3F1EC;
	color: #111;
}

.postmeta {
	margin-top: 0;
	padding-top: 0.1em;
	xbackground: url(images/postmeta.gif) no-repeat top left;
	font-size: 0.9em;
	color: #999;
}

.post-tags {
	margin-top: 0;
	padding-top: 0.1em;
	font-family: "Century Gothic", Georgia, "Lucida Grande", Tahoma, Arial, sans-serif;	
	font-size: 1.0em;
	color: #111;
	text-align: center;
}

.postentry {
}
.permalink {
	margin: 0 1.8em 0 0;
	padding: 0 0 0 14px;
	background: url(images/permalink.gif) no-repeat center left;
}
.commentslink {
	padding: 0 0 0 17px;
	background: url(images/commentslink.gif) no-repeat center left;
}

.postnav {
	width: 100%;
	padding: 1.2em 0;
	overflow: auto;
}
.prev {
	float: left;
	font-size: 1.1em;
} 
.next {
	float: right;
	font-size: 1.1em;	
}

/* Comments */

#commentlist {
	margin: 1.2em 0;
	padding: 0;
	border-bottom: 1px solid #E8E7D0;
	list-style-type: none;
}
#commentlist li {
	border-top: 1px solid #E8E7D0;
	padding: 0.1em 20px;
	background-color: #FFF;
}
.alt {
	background-color: #FAFAF8 !important;
}
.commenttitle {
	margin-bottom: 0;
	font-size: 1.1em;
}
.commentmeta {
	margin-top: 0;
	font-size: 0.9em;
	color: #999;
}
#comment {
	width: 98%;
}

/* Widgets and Etc */

.widget_calendar h2 {
	display: none !important;
}
.widget_search div {
	margin: 1.2em 0;
}
#sidebar #s {
	margin-bottom: 2px;
	width: 180px;
}

/* Image Borders */

div.image {
	margin: 1.2em 0;
}

div.imagecenter {
	margin: 1.2em 0;
	text-align: center;
}
div.imagecenter img {
	margin: 0 auto;
}

div.imageleft, img.imageleft {
	float: left;
	margin: 0 15px 0.2em 0;
	padding: 0;
}
 
div.imageright, img.imageright {
	float: right;
	margin: 0 0 0.2em 15px;
	padding: 0;
}

div.image img, img.image,
div.imagecenter img,
div.imageleft img, img.imageleft,
div.imageright img, img.imageright {
	padding: 5px;
	border: 1px solid #555;
	background: #FFF;
}



/************************************************
*	Navbar      				
************************************************/

#navbar {
	width: 990px;
	margin: 0px auto 0px;
	padding: 10px 0px 0px 0px;
	text-align: left;
}


#rssheader {
	width: 990px;
	margin: -50px auto 0px;
	padding: 3px 0px 3px 0px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
}

#navbarright {
	width: 990px;
	margin: 5px auto 0px;
	padding: 0px 0px 3px 0px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	}
	
/************************************************
*	Search Form
************************************************/

#searchdiv {
	margin: 0px;
	/*padding 5px;*/
	}
	
#searchform {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}
	
#s {
	width: 262px;
	background: #ffffff url(images/search.gif);
	color: #333333;
	font-size: 11px;
	font-family: Verdana, Helvetica, Sans-Serif;
	padding: 3px;
	margin: 8px 0px 0px 0px;
	border: 1px solid #C0C0C0;
}
	
	
.alignleft { 
   margin: 0px 8px 0px 0px; 
   float: left;
}

.alignright { 
   margin: 0px 0px 0px 8px; 
   float: right;
}	
	
.aligncenter { 
   margin: 8px 0px 2px 0px; 
}	

.wp-caption-text { 	
    font-size: 11px;
    font-family: arial, Verdana, Helvetica, Sans-Serif;
    color: #777;
}
