
/****** General *******/

* {
	margin: 0; 
	padding: 0; 
	border: 0;
}

body, html {
	height: 100%;
}

body {
	text-align: center;
	font: normal 0.75em "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Arial, Sans-Serif;
	color: #464646;
	line-height: 1.7em;
	background: url(images/greenbackg.png) repeat #649818;
}

	em {
		font-style: italic;
	}


	small {
		font-size: 0.95em;
	}

/*@font-face {
	font-family: "OldStandard";
	src: url(sexsmith.eot);
	src: local('Sexsmith 500'), local('Sexsmith'), 
		 url(sexsmith.ttf) format("truetype");
	font-weight: none;
}*/


@font-face {
	font-family: "OldStandard";
	src: url(OldStandard-Regular.eot);
	src: local('OldStandard 1200'), local('OldStandard'), 
		 url(OldStandard-Regular.ttf) format("truetype");
	font-weight: none;
	
	
	
}

acronym, abbr {
	cursor: help; 
	border-bottom: 1px dotted #CFCFCF;
}

blockquote {
	width: 85%;
	padding: 9px 7px;
	line-height: 1.7em;
	font-size: .9em;
	border-top: 5px solid #171717;
	border-bottom: 5px solid #171717;
	margin: 15px 35px;
}

	blockquote p {
		width: 95%;
	}

/****** Positioning Classes *******/

.center {	
	text-align: center;
	margin: 0 auto;
}

.left {
	float: left;
	margin: 2px;
}

.right {
	text-align: right;
	float: right;
}

.image {
	border: 3px solid #E2E2E2;
	margin: 7px;
}

.image:hover {
	border: 3px solid #C5C5C5;
}

	.rss {
		display: block;
		clear: both;
		margin-bottom: 5px;
		font-size: .85em;
	}

.bottom {
	margin-top: 25px;
	margin-bottom: 15px;
}

/****** Headings *******/
h1 {
	font: normal 4em "OldStandard", "Times New Roman", Times, Georgia, Serif;
	top: 4px !important;
	position: relative;
	color: #5A0C29;
	text-align: left;
	letter-spacing: 1px;

}

h1 a:hover, h1 a:active {
	color: #FFFFFF !important;
}

h2 {
	font: normal 2.3em "OldStandard", "Times New Roman", Times, Georgia, Serif;
	color: #5A0C29;
	text-decoration: none;
	text-align: left;
	word-spacing: -5px;
}


h3 {
	font: normal 1.85em "OldStandard", "Times New Roman", Times, Georgia, Serif;
	color: #5A0C29;
	text-decoration: none;
	text-align: left;
}

	#sidebar h3 {
		font-size: 2em;
	}
	
	h3 img {
		top: 5px;
		position: relative;
	}
	
	h3.commenth3 {
		margin-top: 20px;
	}
	
h4 {
	font: normal 1.7em "OldStandard", "Times New Roman", Times, Georgia, Serif;
	color: #5A0C29;
	text-decoration: none;
	text-align: left;
}

/****** Containers everywhere, man *******/
#all {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -215px;
}

#bg {
	border-top: 20px solid #62082C;
	background: url(images/barbg.png) repeat #000000;
}

#align {
	width: 960px;
	margin: 0 auto;
	height: 5em;
	background: url(images/barbg.png) repeat #000000;
}

#container {
	width: 960px;
	text-align: left;
	margin: 0 auto;
	background: url(images/rose.png) no-repeat top right;
}

/****** Navigation! *******/

#navigation {
	margin-top: -50px;
	position: relative;
	float: right;
}

	#navigation li {
		list-style-type: none;
		display: inline;
		margin: 0px;
	}

	#navigation a, #navigation a:link, #navigation a:visited {
		display: block;
		float: left;
		width: auto;
		color: #FFFFFF;
		text-decoration: none;
		padding: 5px 10px;
		text-transform:lowercase;
		font: normal 2.3em "OldStandard", "Times New Roman", Georgia, Serif;
	}

	#navigation img { margin-top: 6px; height: 14px;}
	#navigation a img { padding-bottom: 1px; }

	li#active {
		display: block;
		margin: 0px 2px;
	}

		#navigation a:hover, #navigation a:active,  li#active a:hover, li#active a:active {
			color: #FFFFFF !important;
			background: url(images/greenbackg.png) #5B8A16;
		}


/****** Sidebar *******/

#sidebar {
	width: 286px;
	float:  right;
	padding: 10px;
	font-size: 1em;
	line-height: 1.6em;
	color: #2A3022;
	text-shadow: 1px 1px 1px #598915;

}

#sidebar a, #sidebar a:link, #sidebar a:visited {
	color: #7E0834;
}

#sidebar p {
	padding-bottom: 10px;
}

	#sidebar ul {
		list-style-image: url(images/bullet.gif);
		padding-bottom: 10px;
		line-height: 1.6em;
	}

		ul#smedia li{
			list-style-image: none !important;
			list-style-type: none !important;
			padding: 4px;
		}
		
		ul#smedia .sm{
			border-top: 2px solid #497012;
			background-color: #5B8A16;
			color: #0E100C;
			opacity: .5;
			padding: 3px;
		}
		
		#smedia .sm a:hover, #smedia .twitter a:active {
			text-decoration: underline;
		}
/****** Content *******/
.clear {
	clear: both;
	height: 0px;
}

#content {
	float: left;
	width: 645px;
	padding-top: 20px;
	color: #2A3022;
	text-shadow: 1px 1px 1px #598915;
	margin-bottom: 20px;
}
	
		a, a:link, a:visited {
			color: #AC1D51; 
			text-decoration: none;	
		}

		a:hover, a:active {
			color: #5A0C29 !important; 
		}

	#content ul, #content ol {
		width: 95%;
		padding: 5px;
	}
		#content ul { list-style-image: url(images/boxbullet.gif); }
		#content ol { list-style-type: decimal; }
		#content ul li, #content ol li { margin-left: 35px; padding-bottom: 5px; }
		#content ol li { padding: 5px; }

	.meta {
		color: #A4A4A4;
		font: italic 1em Georgia, Serif;
		line-height: 1.2em;
	}

	#content p.meta small {
		font-size: .85em;
	}
	
		.date, .tags, .replies, .ask, .answer {
			padding-right: 10px;
		}

.box {
	background: url(images/boxtopbg.png) no-repeat bottom left #FFFFFF;
	padding: 15px;
	display: block;
	border-bottom: 5px solid #AC1D51;
	border-left: 35px solid #AC1D51;
	color: #464646;
	text-shadow: 0px 0px 0px #FFFFFF;
	min-height:400px;
	height:auto !important;
	height:400px;
	margin-bottom: 35px;
}

.box p {
	padding: 6px 5px;
}

.box h2, .box h3, .box h4, .box h5, .box span {
	padding: 0px 5px;
}

.box h2 a { color: #3C7100; }

.moderation {
	font: italic bold 1.3em Georgia, "Times New Roman", serif;
	text-align: center;
}

.page {
	padding-bottom: 90px;
}

/****** Art ********/

.art {
	margin: 0 auto;
	text-align: center;
	display: block;
	height: auto;
	width: 90%;
}

.art li {
	float: left;
	display: inline;
	margin: 0px !important;
	list-style-type: none !important;
	list-style-image: none !important;
}
		.art li a img, .art li a:link img, .art li a:visited img {
			border: 5px solid #E2E2E2;
			display: block;
			float: left;
			margin: 5px;
		}
		
		.art li a:hover img, .art li active img {
			border: 5px solid #A7E64E;
		}
		
/****** Footer *******/
#push, #footer {
	clear: both;
	height: 215px;
}

#footer {
	text-align: center; 
	background-color: #171717;
	padding-top: .5em;
}
	p#copyright {
		margin: 0 auto;
		height: 40px;
		padding-top: 15px;
		width: 930px;
		text-align: left;
		color: #FFFFFF;
	}

#flickr {
	background: url(images/footerbg.png) repeat-x #000000;
	height: 120px;
	margin: 0 auto;
	padding: 20px;
}

#flickr ul, #flickr h3 {
	width: 930px;
	display: block;
	margin: 0 auto;
	text-align: center;
}

#flickr h3 {
	text-align: left;
}

	#flickr  li {
		display: inline;
		list-style-type: none;
	}
		
		#flickr ul a img, #flickr ul a:link img, #flickr ul a:visited img {
			border: 3px solid #AC1D51;
			display: block;
			float: left;
			margin: 5px !important;
		}
		
		#flickr ul a:hover img, #flickr ul a:active img {
			border: 3px solid #FFF;
		}
	
/*********Comments*********/

ul#commentlist {
	list-style-type: none;
}

ul#commentlist li {
	border-top: 4px solid #000;
	background: url(images/commentbg.png) top left repeat-y #FFF;
	padding: 8px 8px 8px 30px;
	text-shadow: 0px 0px 0px #FFFFFF;
}

ul#commentlist li h4 {
	left: -30px;
	top: -8px;
	position: relative;
	background: url(images/commenthead.png) top left no-repeat;
	display: block;
	height: 74px;
	width: 100%;
	padding-left: 110px;
	font-size: 2.65em;
	letter-spacing: 1px;
}

.comment-meta {
	line-height: 1.45em;
	font-size: .95em;
	margin-bottom: 20px;
	top: -48px;
	left: 80px;
	position: relative;
}

.comment-content {
	margin-top: -60px;
}
/*******Input & Textarea********/

input, select, textarea {
	background: url(images/inputboxbg.png) repeat;
	border: 1px solid #AA4C7D;
	padding: 5px;
	width: 380px;
	display: block;
	text-shadow: 1px 1px 1px #C57DA2;
	color: #54243D;
}

.submit {
	width: 100px;
	margin: 10px 0px;
}


.comments {
	margin-left: 40px;
}