/*
Theme Name: Shoot It!
Theme URI: http://pixelhandler.com/shoot-it/
Description: WordPress theme for photo enthusiasts.
Version: 1.2
Author: Bill Heaton
Author URI: http://pixelhandler.com/
Tags: blue, black, custom header, fixed width, three columns, widgets

	Shoot It! v1.2
	http://pixelhandler.com/shoot-it/

	This theme was designed and built by Bill Heaton,
	whose blog you will find at http://pixelhandler.com/

	The CSS, XHTML and design is released under:
	The GNU General Public License
	http://www.gnu.org/licenses/gpl-3.0.txt

*/

/* Elements */
body {
	background-color: #A5A5A5;
	background-image: url('images/shoot-it-body-bkg.jpg');
	background-repeat: repeat-x;
	margin: 0px 0px;
	padding: 0px 0px;
	text-align: center;
	font-size: 75%;
	line-height:150%;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size:12px;
}
p, td, th, div, ol, ul, li {
	font-size: 1em;
	text-align: left;
	line-height: 1.5em;
}
a:link {
	color: #FF9900;
}
a:visited {
	color: #FF9900;
}
a:hover, h5 a:hover {
	color: #33CCCC;
	text-decoration: underline;
}
a:active {
	color: #33CCCC;
}
h1,h2,h3,h4,h5,h6,h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
	font-family: Georgia, Times New Roman, Times, serif;
	text-decoration: none;
}
h1, h2, h3 {
	font-style: normal;
	font-weight: normal;
}
h2, h4, h5 {
	color: #33CCCC;
}
h1, h3, h1 a:link, h3 a:link {
	color: #FFFFFF;
}
h1 {
	font-size: 3em;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 2em;
}
h4 {
	font-size: 1.1em;
}
h5 {
	font-size: 1em;
	font-style:italic;
	line-height:1em;
	margin:0px;
	padding:0px;
	font-weight: normal;
}
h6, h5 a:link, h5 a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #999999;
}
h5 a:hover {
	color: #FF9900;
	text-decoration: underline;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}


/* Presentation */

#wrapper {
	height: 100%;
	background-color: #000000;
	margin:0px auto;
}

	/* page width */

#wrapper, #header, #main, #footer, #topnav, #info {
	width: 993px;
}
#content, #sidebar {
	position: relative;
}
#content {
	width: 601px;
}
#sidebar {
	width: 392px;
}

	/* header layout */
	
#header, #topnav, #info, #logo, #title, #deck, #main, #footer { 
	position:absolute; 
}
#header, #main {
	border-left-color: #FFFFFF; 
	border-left-style: solid;
	border-left-width: 2px;
	border-right-color: #FFFFFF; 
	border-right-style: solid;
	border-right-width: 2px;
}
#header {
	top: 0px;
	height: 140px;
	background-image: url('images/shoot-it-hdr-top-bkg.jpg');
	background-position: top left;
	background-repeat: repeat-y;
	background-color: #000000;
	z-index: 10;
}
#header h1, #header h2 {
	margin: 0px;
	padding: 0px;
	line-height: 1.2em;
}
#title {
	left: 152px;
	top: 19px;
	height: 60px;
	width: 500px;
	z-index: 30;
}
#header h1 a { color: #FFFFFF; text-decoration: none;}
#deck {
	text-align: right;
	right: 24px;
	height: 63px;
	top: 16px;
	width: 312px;
	z-index: 25;
}
#logo {
	width: 100px;
	height: 97px;
	z-index: 20;
	top: 17px;
	left: 39px;
}
#topnav {
	top: 80px;
	height: 40px;
	background-image: url('images/shoot-it-top-nav-bkg.jpg');
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #27BDE1;
	z-index: 15;
}
#info {
	background-image: url('images/shoot-it-hdr-bot-bkg.jpg');
	background-position: top left;
	background-repeat: repeat-y;
	background-color: #000000;
	height: 20px;
	top: 120px;
	z-index: 35;
}
#info ul#owner, p#now {
	padding: 3px 24px 0px 10px;
	margin: 0px;
}
#wrapper #header p#now,
#wrapper #header #info ul#owner,
#wrapper #header #info ul#owner li,
#wrapper #header #info ul#owner li a
{ 
	font-family: Courier, mono;
	font-size: 9px;
	line-height: 15px;}
#wrapper #header #info ul#owner li {list-style:none; padding: 0px 5px; margin:0px; display: inline; float: left;}
#wrapper #header #info a {padding: 0px; margin: 0px; text-decoration:none; color:#FFFFFF;}
#owner { float: left; text-align: left; }
p#now { float: right; text-align: right; }

	/* body layout */
#main { 
	top: 140px; 
	background-image: url('images/shoot-it-sidebar-bkg.jpg');
	background-position: top left;
	background-repeat: repeat-y;
	background-color: #161a1e;
	margin: 0px;
	padding: 0px;
}
#content, #rightbar, #leftbar {
	height: 100%
}
#content {
	background-image: url('images/shoot-it-ctn-bkg.jpg');
	background-repeat: repeat-x;
	background-color: #161a1e;
	float: right;
	min-height: 646px;
}
#sidebar {
	border-top-color: #084077; 
	border-top-style: solid;
	border-top-width: 1px;
}
#rightbar {
	float: right;
	width: 202px;
}
#leftbar {
	width: 189px;
	float: left;
}

	/* footer layout */
	
#footer {
	clear: both;
	float: none;
	position: relative;
	background-color: #151A1E;
	background-image: url('images/shoot-it-hdr-top-bkg.jpg');
	background-position: top left;
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	border-bottom-color: #FFFFFF; 
	border-bottom-style: solid;
	border-bottom-width: 2px;
}
p#legal {
	text-align: right;
	font-size: .8em;
	float:right;
	margin: 2em;
	display: block;
}

/* Navigation */

#topnav #topnavlist ul {
	margin-left: 0;
	padding-left: 0;
	/*white-space: nowrap;*/
}
#topnav #topnavlist li {	
	display: block;
	float: right;
	list-style-type: none;
}
#topnav #topnavlist a { 
	padding: 9px 33px; 
	font-size: 19px;
	line-height:19px;
	text-decoration: none;
}
#topnav #topnavlist a:link, #topnav #topnavlist a:visited {
	color: #000000;
	background-image: url('images/shoot-it-top-nav-bkg.jpg');
}
#topnav #topnavlist a:hover, #topnav #topnavlist a.current {
	color: #FF9900;
	background-image: url('images/shoot-it-top-nav-on-bkg.jpg');
	font-style: italic;
}
#topnav #topnavlist a.current {
	color: #33CCCC;
}

#ftrnav {
	padding: 10px;
	text-align: center;
}
div#ftrnav .navlist {
	margin:.25em 1em;
	padding: 0em;
}
div#ftrnav .navlist ul, div#ftrnav .navlist li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}
div#ftrnav .navlist a:link, div#ftrnav .navlist a:visited {
	display:block;
	float: left;
	color: gray;
	padding: .5em;
	margin: 0em 1.5em;
}
div#ftrnav .navlist a:link#current, 
div#ftrnav .navlist a:visited#current, 
div#ftrnav .navlist a:hover {
	background: gray;
	color: #006;
	background: silver;
	text-decoration: none;
	font-style: italic;
}
div#ftrnav .navlist a:hover { 
	color: #000;
}

.menu h3 {
	text-align: left;
	font-size: 1.4em;
	font-weight: bold;
	color: gray;
	line-height:34px;
	margin: 0em 0em;
	padding: 0em .5em;
	border-top: 1px solid #999999;
}
#sidebar #leftbar .menu h3 {
	color:#003366;
}
.menu ul, .menu ul li {
	margin-left: 0px;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	list-style: none;
}
#sidebar #rightbar .menu ul li{
	width: 201px;
}
#sidebar #leftbar .menu ul li{
	width: 189px;
}

.menu ul {
	position:relative;
	margin: 0px;
}
.menu .navlist,
#sidebar #rightbar .menu ul
{
	margin-left: 0;
	font: bold 11px Verdana, sans-serif;
	width: 188px;
}
.menu .navlist li p,
#sidebar #rightbar .menu ul li p,
li.recentcomments
{
	padding: 0em .5em 0em .5em;
	margin: 0em .5em;
}
.menu .navlist li,
#sidebar #rightbar .menu ul li,
.recentcomments
{
	/*list-style: none;*/
	margin: 0;
	text-align: left;
	line-height:23px;
}
.menu ul.navlist .recentcomments { 
	padding: 0em .7em 0em .5em; 
}
.menu .navlist li a,
#sidebar #rightbar .menu ul li a
{
	display: block;
	padding: 0.25em 0.5em 0.25em 1em;
	text-decoration: none;
	border-top: 1px solid #084077;
}
.menu .navlist li a:link,
#sidebar #rightbar .menu ul li a:link
{ 
	color: #33CCCC; 
	background-color: transparent;
	background-image: url('images/button.png'); 
}
.menu .navlist li a:visited,
#sidebar #rightbar .menu ul li a:visited
{ 
	background-image: url('images/button-gray.png'); 
}
.menu .navlist li a:hover,
#sidebar #rightbar .menu ul li a:hover
{
	color: #FF9900;
	background-color: transparent;
	background-image: url('images/button-gray.png'); 
	font-style: italic;
}
#sidebar #leftbar .menu ul.navlist li td a,
#sidebar #leftbar .menu ul.navlist li td a:link,
#sidebar #leftbar .menu ul.navlist li td a:visited,
#sidebar #leftbar .menu ul.navlist li td a:hover,
#sidebar #leftbar .menu ul.navlist li p a,
#sidebar #leftbar .menu ul.navlist li p a:link,
#sidebar #leftbar .menu ul.navlist li p a:visited,
#sidebar #leftbar .menu ul.navlist li p a:hover,
#sidebar #rightbar .menu ul.navlist li td a,
#sidebar #rightbar .menu ul.navlist li td a:link,
#sidebar #rightbar .menu ul.navlist li td a:visited,
#sidebar #rightbar .menu ul.navlist li td a:hover,
#sidebar #rightbar .menu ul.navlist li p a,
#sidebar #rightbar .menu ul.navlist li p a:link,
#sidebar #rightbar .menu ul.navlist li p a:visited,
#sidebar #rightbar .menu ul.navlist li p a:hover
{
	background-image: none;
	display: inline;
	border: none;
	padding: 0px;
}
#sidebar #leftbar .menu ul li.recentcomments a,
#sidebar #rightbar .menu ul li.recentcomments a
{
	background-image: none;
	display: inline;
	border: none;
}
#sidebar #leftbar .menu .navlist li a:link,
#sidebar #leftbar .menu li a:link {
	color: #FFFFFF; background-image: url('images/button-blue.png'); 
}
#sidebar #leftbar .menu .navlist li a:visited,
#sidebar #leftbar .menu li a:visited {
	background-image: url('images/button-blue.png'); 
}
#sidebar #leftbar .menu .navlist li a:hover,
#sidebar #leftbar .menu li a:hover {
 	background-image: url('images/button.png'); color: #FF9900;
}
#sidebar .menu .navlist li.widget p.tags a:link, 
#sidebar .menu .navlist li.widget p.tags a,
#sidebar .menu .navlist li#tag_cloud a,
#sidebar .menu .navlist li#tag_cloud a:link, 
#sidebar .menu .navlist li#tag_cloud a:hover
{ 
	background-image: none; border-top: none; display: inline; margin: 0em; padding-left: .7em;
}
#sidebar #leftbar .menu .navlist li.widget p.tags a:hover { 
	background-image: none; text-decoration: underline; color: #FF9900;
}
/*#sidebar #rightbar .menu .navlist li.adsense { padding: 11px; background-color:none; background-image: none; text-align:center;}*/

/* required by WordPress */
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/* optional from WordPress */
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/* Doesn't valicate but you may decide to use this
	-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;
}

	/* Posts and classes */
#content h2, #content h2 a:link {
	color: #FFFFEC;
}
#content h2, #content h2 a:hover {
	color: #FF9900;
	text-decoration: none;
}
.inset {
	padding: 0px 3em;
}
.entry p img {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 40px;
	padding-left: 12px;
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}
.entry .caption {
	margin-top: -60px;
	margin-left: 12px;
	margin-right: 20px;
	margin-bottom: 40px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333333;
	display: block;
}
div.snapshot {
	width: 48px;
	height: 36px;
	background-image: url('images/snapshot.gif');
	background-repeat: no-repeat;
	float: left;
	padding: 12px 3px 6px 3px;
	font-family: "Courier New", Courier, mono;
	font-size:12px;
	line-height:12px;
	text-align: center;
	margin-right: 10px;
}
h6.tags {
	border-top: 1px solid gray;
	margin-top: .25em;
	padding: .5em 0em;
	font-weight:normal;
}
h6.tags, h6.tags a:link {
	color: gray;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
h6.tags a:hover {
	color: #FF9900;
}
.smalltype { font-size:x-small; }
#footer p.smalltype { font-size: 9px; text-align: center; clear:both; padding:.5em;}
.gray { color: gray; }
 
/* TO DO */
#wp-calendar caption, cite {
	text-decoration: none;
}

.entry p a:visited {
	color: #b85b5a;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentmetadata {
	font-weight: normal;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}


#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}


.postmetadata {
	clear: left;
}

.clear {
	clear: both;
}


h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form {
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/
