/*
Theme Name: Tim Harman
Theme URI: http://wordpress.org/
Description: The default WordPress theme for Tim Harman Photo
Version: 1.0
Author: Jordan Andree
Author URI: http://noblegiant.com/


*/



body {
	margin: 0;
	padding: 0;
	background:white none;
	font-size:.80em;
	color:#999999;
	font-family:Arial, Helvetica, Sans-serif;
	}
	
a span { display:none; }

a, a:active, a:visited {
	color:#336699;
	text-decoration:none;
}

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

#wrap  {
	width:750px;
	margin:0px auto;
	}
	
a.client-login {
	width:30px;
	height:101px;
	position:fixed;
	top:40%;
	left:0px;
	background:white url(images/login.png) top left;
	border:0px;
}

a.client-login:hover {
	background:white url(images/login.png) top right;
}

#header {
	width:750px;
	position:fixed;
	background:white url(images/header-shadow.png) repeat-x;
	z-index:99;
	left:50%;
	top:0px;
	margin-left:-375px;
	height:65px;
	padding:20px 0px 0px 0px;
	}
	
	
#logo {
	width:200px;
	height:44px;
	float:left;
	border:0px;
	background:white url(images/logo.jpg);
}	

#navigation {
	margin:17px 0px 0px 0px;
	float:right;
}

#navigation ul {
	list-style:none;
	padding:0px;
}

#navigation li {
	float:left; 
	margin:0px 10px;
}

#navigation li a {
	text-transform:uppercase;
	border:0px;
	font-size:100%;
	color:#999;
}

#navigation li a:hover {
	color:#336699;
}

.rss {
	width:48px;
	height:48px;
	background:transparent url(images/rss_alternative.png);
	display:block;
}

#searchform {
	padding:10px 0px 0px;
	width:290px;
}

/* dropdown */

/*** ESSENTIAL STYLES ***/

.sf-menu ul {
	position:		absolute;
	top:			-999em;
	margin-left: -10px !important;
	width:			12em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.2em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			0em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			8em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu li ul li {
	background:#ccc;
	padding:5px;
	opacity:.9;
	-moz-opacity:.9;
	filter:alpha(opacity=90);
}

.sf-menu li ul li a{
	color:#fff !important;
}

.sf-menu li ul li:hover {
	background:#fff;
	color:#336699 !important;
}

.sf-menu li ul li:hover a {
	color:#336699 !important;
}


/* end dropdown */
	
#content {
	float:left;
	width:100%;
	padding:0px 0px;
	}
	
#content.narrow {
	width:75%;
	float:left;
}

#blogheader {
	margin:20px 0px 30px;
}

.page-title {
	width:100%;
	color:#999;
	margin:0;
	font-size:220%;
	font-weight:normal;
	letter-spacing:-2px;
	border-bottom:2px solid #999;
}
.page-title  a {
	color:#999;
}

.page-date {
	float:right;
	font-size:80%;
	text-transform:uppercase;
	color:#777;
}

.entry {
	padding:20px 0px;
}

#postmeta {
	border-top:2px solid #999;
	padding:10px 0px 0px;
	margin:0px 0px 40px 0px;
}

.post-links, .post-category {
	width:300px;
}

.post-links a, .post-category a {
	color:#999;
}

.post-links {
	float:left;
}

.comments {
	padding:0px 0px 3px 25px;
	background:white url(images/comment-icon.png) left center no-repeat;
}

.share {
	padding:0px 0px 3px 25px;
	background:white url(images/share-icon.png) left center no-repeat;
}

.stbuttontext {display:inherit !Important; }
.at300bs.at15t_compact{
	background:white none !Important;
}
.at300bs{
	display:inline !important;
}

.post-category {
	float:right;
	text-align:right;
}

#sidebar {
	float:right;
	width:20%;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */




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

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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 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;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin:10px 0px 0px 0px;
	}

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

#sidebar #searchsubmit {
	padding: 1px;
	}


select {
	width: 130px;
	}

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

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



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

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

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

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 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;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

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



/* 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 */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
