/* 
Theme Name: taylor
Theme URL: http://taylor-ee.com
Author: Simen Brekken
*/

/*  The following CSS Reset was written by Dejan Cancarevic
http://stylizedweb.com/2008/02/14/10-best-css-hacks/         */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;}caption, th, td {text-align:left;font-weight:normal;}table {border-collapse:separate;border-spacing:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}
* {margin:0;padding:0;}

body {
	/*background: url("http://internetfriendsforever.com/screenshots/a5adb510f0ee4d32f02c1b18d198a26a.png") no-repeat;*/
	margin: 30px;
	font-family: Georgia, serif;
	font-size: 10pt;
}

p {
	margin-bottom: 1em;
}

a {
	color: #E34E25;
	text-decoration: none;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

a:active {
	color: #E58125;
}

h2 {
	text-transform: uppercase;
	font-size: 26px;
	margin-bottom: 40px;
}

h2 a, h2 a:active {
	border-width: 2px;
}

h3 {
	font-size: 12pt;
	font-style: italic;
	margin-bottom: 2em;
}

h3 a {
	color: #939598;
}

ul.plain {
	list-style-type: none;
}

ul.plain li {
	margin-bottom: 2px;	
}

ul.plain li a {
	border-bottom: none;
}

.post {
	margin-bottom: 5em;
}

.gallery-caption {
	padding-top: 5px;
}

.gallery-item {
	text-align: left !important;
}

.gallery-icon a {
	border-bottom: none !important;
}

.gallery img {
	border: 1px solid #818181 !important;
}

#sb-title-inner, #sb-counter, div.sb-message {
  font-family: Georgia, serif !important;
}

#sb-nav a {
	border: none;
}

div.sb-message a {
}

#logo a {
	display: block;
	width: 150px;
	height: 153px;
	text-indent: -200px;
	background: transparent url('images/Logo.png') no-repeat 0 0;
	border-bottom: none;
}

#logo a, #logo a:active {
	border-bottom: none;
}

#left {
	position: fixed;
	width: 250px;
}

#right {
	position: absolute;
	left: 250px;
	top: 155px;
	width: 500px;
	padding-bottom: 10em;
}

#sidebar {
	margin-top: 20px;
	margin-left: 1px;
	font-size: 14pt;
}

#sidebar ul {
	margin-bottom: 15px
}

#sidebar li {
	text-transform: uppercase;
	color: black;	
	display: block;
	margin-bottom: 0.5em;
	cursor: pointer;
}

#sidebar li ul {
	margin-top: 0.5em;
	margin-left: 2em;
	font-size: 11pt;
	list-style-type: none;
	display: none;
}

#sidebar li.current_page_item ul {
	display: block;
}

#sidebar li a {
	color: black;
}

#sidebar li.current_page_item a {
	color: #636466;
}

#sidebar li.current_page_item ul a {
	color: black;
}

#sidebar li.current_page_item, #sidebar li li.current_page_item a, #sidebar li li.current-cat a {
	color: #636466;
}

#sidebar li li a {
	color: black;
	text-transform: lowercase;
}

#sidebar li li a:before {
	content: "- "
}
