/*
	Theme Name: Laura Marchbanks Photoblog
	Theme URL:
	Description: Theme custom designed for Laura Marchbanks Photo Blog, 2009. 
	Version: 1.0
	Author: cmdshiftdesign.com
	Author URI: http://www.cmdshiftdesign.com
*/

/* YUI CSS RESET */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset, img {
	border:0;
}

address, caption, cite, code, dfn, th, var {
	font-style:normal;
	font-weight:normal;
}
strong {
	font-style:normal;
	font-weight: bold;
}

em {
	font-style: italic;
	font-weight:normal;
}

ol, ul {
	list-style:none;
}

caption, th {
	text-align:left;
}

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}

q:before, q:after {
	content:'';
}

abbr, acronym {
	border:0;
}

/* HYPERLINKS */
a {
	color: #E22D85;
	outline-style: none;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}

h2, h3 {
	text-transform: uppercase;
}

/* BASIC */
body {
	background-color: #f0f0f0;
	color: #666;
	font-family: Arial, Helvetica sans-serif;
	font-size: 13px;
	line-height: 1.5em;
}

#wrapper {
	margin: 50px 0;
}

#subwrapper {
	background-color: #FFF;
	border: 1px solid #CCC;
	margin: 0 auto;
	width: 920px;
}

/* HEADER */
#header h1 a {
	display: block;
	height: 37px;
	overflow: hidden;
	top: 97px;
	position: relative;
	text-align: center;
	width: 222px;
}

#header h1 a span {
	background: url(images/logo.jpg) no-repeat 0 0;
	cursor: pointer;
	display: block;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

#header .header {
	background: url(images/header.png) no-repeat;
	border-bottom: 1px solid #CCC;
	float: left;
	height: 316px;
	width: 920px;
}

/* NAVIGATION */
.bottom {
	border-top: 1px solid #CCC;
}

ul.nav {
	background-color: #FFF;
	float: left;
	font-size: 16px;
	height: 50px;
	position: relative;
	text-transform: uppercase;
}

ul.nav li {
	float: left;
}

ul.nav li a {
	color: #666;
	display: block;
	overflow: hidden;
	position: relative;
}

ul.nav li a span {
	cursor: pointer;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

ul.nav li.categories a {
	height: 50px;
	width: 159px;
}

ul.nav li.categories a span {
	background: url(images/nav_categories.jpg) no-repeat 0 0;
}

ul.nav li.archives a {
	height: 50px;
	width: 156px;
}

ul.nav li.archives a span {
	background: url(images/nav_archives.jpg) no-repeat 0 0;
}

ul.nav li.links a {
	height: 50px;
	width: 105px;
}

ul.nav li.links a span {
	background: url(images/nav_links.jpg) no-repeat 0 0;
}

ul.nav li.contact a {
	height: 50px;
	width: 141px;
}

ul.nav li.contact a span {
	background: url(images/nav_contact.jpg) no-repeat 0 0;
}

ul.nav#top_nav ul.sub_nav {
	visibility: hidden;
	margin-left: 19px;
}

ul.nav#bottom_nav ul.sub_nav {
	visibility: hidden;
	margin-left: 19px;
	bottom: 50px;
}

ul.nav#top_nav li:hover ul.sub_nav, ul.nav#bottom_nav li:hover ul.sub_nav {
	visibility: visible;
}

ul.nav ul.sub_nav {
	border-top: 1px solid #CCC;
	font-size: 11px;
	position: absolute;
	text-transform: uppercase;
}

ul.nav ul.sub_nav li {
	background-color: #FFF;
	border: 1px solid #CCC;
	border-top: none;
	display: inline;
	padding: 2px 0 1px 8px;
	position: relative;
	clear: both;
	white-space: nowrap;
}

ul.nav ul.sub_nav li a {
	color: #E22D85;
	padding: 0;
	height: auto;
}

ul.nav li.categories ul.sub_nav a {
	width: 105px;
}

ul.nav li.archives ul.sub_nav li { padding-right: 20px;/**/
}

ul.nav li.archives ul.sub_nav a {
	width: 95px;
}

ul.nav li.links ul.sub_nav a {
	width: 109px;
}

ul.nav li.contact ul.sub_nav a {
	width: 197px;
}

/* SEARCH FORM */
.searchform {
	background-color: #FFF;
	float: right;
	height: 50px;
}

.searchform input.s {
	float: left;
	height: 16px;
	margin-top: 15px;
	width: 153px;
}

.searchform input.search_submit {
	background: url(images/search_btn.jpg) no-repeat 0 0;
	border: none;
	cursor: pointer;
	height: 50px;
	letter-spacing: 123px;
	text-indent: -9999px;
	width: 123px;
}

/* ABOUT, SIDEBAR */
#about {
	border-top: 1px solid #CCC;
	float: left;
	padding: 23px 56px 0 19px;
	width: 564px;
}

#about h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	margin-bottom: 15px;
	line-height: 0.9em;
}

#about p {
	font-size: 11px;
	margin-bottom: 15px;
	line-height: 1.8em;
}

#sidebar {
	border-top: 1px solid #CCC;
	float: right;
	font-size: 11px;
	padding: 23px 19px 0 0;
	width: 262px;
}

#sidebar a.rss_subscribe {
	background: url(images/rss_icon.gif) no-repeat 100% 0;
	color: #E22D85;
	padding-right: 18px;
	line-height: 1.4em;
	font-family: Helvetica, Arial, sans-serif;
}

#sidebar a:hover.rss_subscribe {
	text-decoration: none;
}

#subscribeform label {
	display: block;
	line-height: 1.4em;
	font-family: Helvetica, Arial, sans-serif;
}

#subscribeform input.subscribe_email {
	height: 16px;
	width: 153px;
	margin-top: 4px;
}

#subscribeform input.subscribe_submit {
	background: url(images/subscribe_btn.gif) no-repeat 0 0;
	border: none;
	cursor: pointer;
	height: 20px;
	letter-spacing: 15px;
	text-indent: -9999px;
	width: 24px;
}

/* TWITTER */
.twitter {
	padding-top: 34px;
}

.twitter h2 {
	background: url(images/twitter_icon.gif) no-repeat 5.1em 0;
	float: left;
	font-size: 14px;
	padding-bottom: 10px;
	width: 8em;
}

.twitter a.follow_me {
	color: #E22D85;
	float: right;
	text-transform: uppercase;
	padding-bottom: 10px;
}

.twitter a:hover.follow_me {
	text-decoration: none;
}

.twitter p {
	clear: both;
	margin-bottom: 15px;
}

.twitter-timestamp {
	display: block;
	font-size: 9px;
}

/* MAIN */
#main {
	clear: both;
	font-family: Helvetica, Arial, sans-serif;
}

/* POST */
.post {
	margin: 0 19px;
	position: relative;
}

.post h1, .post h2, .post h2 a {
	color: #666;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	margin-top: 10px;
	margin-bottom: 5px;
	line-height: 30px;
	text-transform: uppercase;
	width: 740px;
}

.page .post h1 {
	margin-bottom: 10px;
	margin-top: 20px;
}

.post .post_date {
	color: #E22D85;
	background: url(images/date_icon.gif) no-repeat 0 0;
	display: block;
	font-size: 12px;
	position: absolute;
	right: 0;
	top: 1px;
	padding-top: 59px;
	width: 79px;
}

.post .post_date a {
	color: #EE2D85;
	text-transform: uppercase;
}

.post .meta {
	clear: both;
	display: block;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
}

.post .meta a {
	color: #E22D85;
}

.post .meta_tags, .post .meta_tags a { 
	color: #666;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	padding-bottom: 20px;
}

.entry {
	font-size: 12px;
	margin-top: 20px;
	width: 564px;
}

.entry a {
	color: #E22D85;
	text-decoration: none;
}

.entry a:hover {
	color: #E22D85;
	text-decoration: underline;
}

.entry h2 {
	font-size: 14px;
	padding: 0;
	margin: 0 0 15px 0;
}

.entry h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 15px 0;
}

.entry h4 {
	font-weight: bold;
}

.entry ul, .entry ol {
	margin-bottom: 20px;
}

.entry ul li {
	background: url(images/ul_bullet.gif) no-repeat 0 7px;
	margin-left: 20px;
	padding-left: 15px;
}

.entry ol li {
	list-style-type: decimal;
	margin-left: 40px;
}

.entry blockquote {
	background: url(images/quotes.gif) no-repeat 0 0;
	font-family: Verdana;
	font-size: 18px;
	font-style: italic;
	margin-left: 20px;
	padding-left: 17px;
	line-height: 1.5em;
}

.entry img {
	border: 1px solid #CCC;
	display: block;
	margin: 16px 0 16px 0;
}

.entry .alignright img, .entry .alignright {
	margin: 0 0 16px 16px;
}

.entry .alignleft img, .entry .alignleft {
	margin: 0 16px 16px 0;
}

.entry .alignright .wp-caption-text {
	font-style: italic;
	margin-left: 16px;
	width: 100%;
}

.entry .alignleft .wp-caption-text {
	font-style: italic;
	margin-right: 16px;
	width: 100%;
}

.entry .wp-caption-text {
	border-bottom: 1px solid #CCC;
	font-size: 10px;
}

.entry p {
	margin-bottom: 15px;
}

/* COMMENTS */
.comments {
	border-top: 1px solid #CCC;
	clear: both;
	padding: 0 19px 23px 19px;
	position: relative;
}

.comments h3 {
	margin: 20px 0 30px 0;
}

form.commentform {
	background: url(images/commentform_right_border.gif) no-repeat 100% 0;
	float: left;
	position: relative;
	width: 247px;
}

div.commentform {
	background: url(images/commentform_right_border.gif) no-repeat 100% 0;
	float: left;
	width: 247px;
	height: 262px;
}

.commentform p {
	margin-bottom: 8px;
}

.commentform label {
	margin-left: 9px;
	text-transform: uppercase;
}

.commentform input {
	height: 16px;
	width: 158px;
}

.commentform .note {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.commentform textarea.comment {
	height: 78px;
	width: 235px;
}

.commentform input.send_submit {
	background: url(images/send_btn.gif) no-repeat 0 0;
	border: none;
	cursor: pointer;
	height: 19px;
	position: absolute;
	right: 11px;
	letter-spacing: 53px;
	text-indent: -9999px;
	width: 53px;
}

.commentform input.send_submit:hover {
	background-position: 0 -19px;
}

.comment_list {
	float: right;
	width: 624px;
}

.comment_list ul {
	border: 1px solid #CCC;
	padding: 0 11px 11px 11px;
	font-size: 11px;
	height: 152px;
	overflow: auto;
}

.comment_list ul li {
	background: url(images/gray_dot.gif) repeat-x 0 100%;
	padding: 12px 0;
}

.comment_list .comment_author, .comment_list .comment_author a {
	color: #E22D85;
	float: left;
	margin-right: 5px;
}

.comment_list .comment_datetime {
	float: left;
	margin-right: 5px;
}

.comment_list p.respond {
	font-size: 11px;
}

.sociable {
	position: absolute;
	top: 236px;
	right: 19px;
	line-height: 10px;
}

.sociable ul li {
	border: 3px solid #f0f0f0;
	margin: 6px 0 0 6px;
	float: left;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}

.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

/* FOOTER */
#footer {
	text-transform: uppercase;
	text-align: center;
	margin: 10px auto 0 auto;
	width: 920px;
	font-size: 11px;
}
#footer a { color: #666;}

/* MISC */
.clearer {
	clear: both;
	display: block;
}

.dots {
	background: url(images/pink_dot.gif) repeat-x 0 0;
	display: block;
	height: 6px;
	margin-left: 19px;
	padding-bottom: 34px;
	width: 886px;
}

.horizontal_line {
	border-top: 1px solid #CCC;
	display: block;
	margin-top: 10px;
	padding-bottom: 15px;
}

.alignleft {
	float: left;
	margin: 0 16px 16px 0;
}

.alignright {
	float: right;
	margin: 0 0 16px 16px;
}

.pagination {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 19px;
	height: 42px;
	text-transform: uppercase;
}

.pagination .newer a {
	background: url(images/left_arrow.gif) no-repeat 0 0;
	color: #E22D85;
	float: left;
	height: 21px;
	line-height: 21px;
	padding-left: 39px;
}

.pagination .newer a:hover {
	background-position: 0 -21px;
	text-decoration: none;
}

.pagination .older a {
	background: url(images/right_arrow.gif) no-repeat 100% 0;
	color: #E22D85;
	float: right;
	height: 21px;
	line-height: 21px;
	padding-right: 39px;
}

.pagination .older a:hover {
	background-position: 100% -21px;
	text-decoration: none;
}
