/*
	Theme Name: Complex-Simplicity
	Them URI: http://www.complex-simplicity.com
	Description: made on 2.9.2
	Version: 1.1
	Author: Garett Southerton
	Author URI: http://www.desoulbel.com
*/

/* ----------------------------------------------- [ reset ] */

@import url(css/extras.css);

* {
	margin: 0;
	padding: 0;
}

/* -------------------------------- [ basics ] */
body {
	font-family: Verdana, Geneva, Arial, Helvetica;
	font-size: 10px;
	background: #322f5a url(images/bg.jpg) repeat-x top left; 
	color: #111;
}

hr {
	display: none;
}

img {
	vertical-align: middle;
	border: 0;
}

h1, h2, h3, h4 {
	padding-left: 8px;
	padding-right: 8px;
	color: #000;
}

h1 {
	font-family:Arial, Helvetica, Verdana, Geneva;
	font-size: 2.6em;
	line-height: .95em;
}

h2 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", Verdana, Geneva;
	font-size: 1.8em;
	line-height: .80;
}

h3 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", Verdana, Geneva;
	font-size: 1.5em;
	font-weight:bold;
	text-decoration: underline;
	line-height: 1.3;
}

h4 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", Verdana, Geneva;
	font-size: 1.4em;
	font-weight:bold;
	color:#7a5b78;
	line-height: 1.3;
}

h5 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", Verdana, Geneva;
	font-size: 1.2em;
	color:#7a5b78;
}
.author {
	color:#7a5b78;
	font-style:italic;
}
p {
	margin-bottom: 1em;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 1.2em;
	line-height: 1.6;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

a:hover {
	color: #7a5b78;
}

/* ----------------------------------------- [ wrapper ] */

#wrapper {
	width: 90em;
	background:#ffffff;
	border-left:10px solid #7a5b78;
	border-right:10px solid #7a5b78;
	margin: 0 auto;
/*	margin-top: 3em;
	margin-bottom: 3em; */
	overflow: hidden;
}


/* ------------------------------------------ [ header ] */

#header {
	border-bottom: 7px solid #7a5b78;
}
.logo {
	background:url(images/header.jpg) no-repeat;
	width:900px;
	height:284px;
	text-indent:-3000px;

}
.logo h1 {
	width:1px;
	height:1px;
	text-indent:-3000px;
	float:center;
	padding:0;
	margin:0;

}

#header h1 a, #header h2 {
	color: #000;
}

/* ------------------------------------------ [ contents ] */

#content {
	padding-top: 1em;
	overflow: hidden;
}

ul.nav {
	margin: 0 0 2em 0;
	list-style-type: none;
	padding:3px;
}

.nav li {
	margin: 0;
	padding: .4em 8px .5em 8px;
	font-size: 1.2em;
	line-height: 1.6;
	border-bottom: 0px dotted #bbb;
}

.nav li.last {
	border-bottom: 0;
}

li.left {
	padding:7px;
}

ul.navlinks {
	position: absolute;
	top: 36.4em;
	list-style-type: none;
	overflow: hidden;
}

.navlinks li {
	font-size: 1.2em;
	line-height: 1.6;
}

.navlinks li a {
	display: block;
	padding: .4em 8px .5em 8px;
}

.navlinks li a:hover {
	background: #000;
	color: #fff;
}

/* -------------------------------------------- [ body ] */

.post {
	padding: 1em 0 2em 0;
	border-top: 1px solid #7a5b78;
	overflow: hidden;
	clear: both;
}
.post a {
	font-weight: normal;
}
.pages a {
	font-weight: normal;
}
.pages {
	padding: 1em 0 2em 0;
	border-top: 1px solid #ccc;
	overflow: hidden;
	clear: both;
}

.post-content p, .post-content h5, .post-content code {
	width: 580px;
}

.post-content h3 {
	line-height: .9;
}

.post-content h5 {
	margin-top: .3em;
	margin-bottom: .6em;
	padding-left: 18px;
	padding-right: 8px;
}

.post-content blockquote {
	margin: 0 3.2em 0 3.2em;
}

.post-content blockquote p {
	width: 30em;
	padding: 0;
}

.post-content blockquote ul {
	width: 30em;
}

.post-content dl {
	margin: 0 0 1em 0;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 1.2em;
}

.post-content dt {
	margin: 0 0 .5em 0;
	font-weight: bold;
	font-size: 1em;
}

.post-content dd {
	width: 30em;
	margin: 0 0 1em 2em;
	line-height: 1.6;
}

.post-content ul, .post-content ol {
	width: 44.8em;
	margin-left: -12px;
	padding-right: 8px;
	list-style-type: none;
}

.post-content li {
	margin: 0 0 1em 0;
	padding-left: 20px;
	font-size: 1.2em;
	line-height: 1.6;
	background: transparent url(images/bullet.gif) no-repeat left 2px;
}

.post-content ol {
	margin-left: 8px !important;
}

.post-content ol li {
	padding-left: 0;
	list-style-type: decimal;
	background: none;
}

.post-content code {
	font-family: "Monaco", "Courier New", fixed;
	font-size: .9em;
}

.post-content pre {
	margin: 2em 0 2em 0;
	padding: 2em;
	font-size: 1.2em;
	background: #eee;
	overflow: auto;
}

.post-content pre code {
	color: #222;
}

.post-content .quote-author {
	float: right;
}

/* -------------------------------------- [ com ] */

#commentary {
	border-top: 1px solid #7a5b78;
	padding: 1em 0 0 0;
	overflow: hidden;
	clear: both;
}

.comment {
	margin: 0 0 3em 0;
	padding: 1em 0 0 0;
	border-top: 1px dashed #7a5b78;
	clear: both;
	overflow: hidden;
}

.comment dt {
	margin: 0 0 .5em 0;
	font-size: 1.2em;
	line-height: 1.6;
}

#leave-comment {
	border-top: 1px solid #7a5b78;
	padding: 1.2em 0 0 0;
	overflow: hidden;
	clear: both;	
}

#leave-comment code {
	font-family: "Monaco", "Courier New", fixed;
	font-size: .9em;
}

.comment-field {
	padding-top: 1.2em;
	padding-bottom: 1.2em;
	border-bottom: 0px solid #7a5b78;
	clear: both;
	overflow: hidden;	
}

label {
	display: block;
	padding-top: 7px;
	font-size: 1.2em;
	line-height: 1.6;
	font-weight: bold;
}

input, textarea {
	margin-top: 2px;
	width: 80%;
	height: 18px;
	font-family: Verdana, Geneva, Arial, Helvetica;
	font-size: 1.2em;
	border: 1px solid #7a5b78;
}

textarea {
	height: 10em;
}

/* ----------------------------------------- [ sidebar ] */

#sidebar {
	margin: 0;
	padding: 1em 0 0 0;
	overflow: hidden;
}

#sidebar h4 {
	padding-bottom: .6em;
	line-height: 1.6;
	border-bottom: 1px solid #7a5b78;
}

#sidebar p {
	font-size: 1.1em;
	color: #000;
	margin-right: auto;
	margin-left: auto;
}

#sidebar .section input {
	width: 15.4em;
	margin: 0 0 0 0;
	padding: 6px 6px 6px 23px;
	border: 1px solid #7a5b78;
	background: transparent url(images/bg-search.gif) no-repeat 7px center;
	font-size: 1.1em;
	float: left;
}

#sidebar ul.nav {
	margin: 0 0 2em 0;
	list-style-type: none;
}

#sidebar .nav li {
	margin: 0;
	padding: .4em 8px .5em 8px;
	font-size: 1.1em;
	line-height: 1.6;
	border-bottom: 0px dotted #bbb;
}

#sidebar .nav li.last {
	border-bottom: 0;
}

.section {
	margin: 0 0 1em 0;
	clear: both;
	overflow: hidden;
}

.section .col {
	overflow: hidden;
}

#content .section {
	margin: 0 0 2em 0;
	padding: 1em 0 0 0;
	border-top: 0px dotted #bbb;
	padding-left:7px;
}

#content .first {
	border: 0;
}
.stupidfucks {
	padding-left: 20px;
	padding-top: 3px;
}

.submit {
	width: auto;
	padding: 0;
	border: 0;
}

.navigation {
	margin: 0 0 1em 0;
	padding: 1em 0 0 0;
	list-style-type: none;
	overflow: hidden;
	clear: both;
}

.navigation li {
	font-size: 1.2em;
}

.search-field {
	margin-right: auto;
	margin-left: auto;
	align: center;
	padding-left: auto;
	padding-right: auto;
}

input#s {
	margin-right: auto;
	margin-left: auto;
	align: center;
}

.daters {
	font-weight: bold;
	color: #000000;
}

.feetrec {
	font-weight: bold;
	font-size: 13px;
	color: #000000;
	line-height: 16px;
}

.feeting {
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}
/* --------------------------------------- [ footer ] */

#footnotes {
	border-top: 1px solid #7a5b78;
	padding: 1em 0 0 1em;
	overflow: hidden;
	clear: both;
}

#footnotes p {
	font-size: 1.1em;
}
/* ------------------------------------------ [ flickr ] */

#flickr_badge_wrapper {
	margin-left: -1.2em;
	overflow: hidden;
}

.flickr_badge_image {
	margin: 0 0 1.2em 1.2em;
	float: left;
}

.flickr_badge_image img { 
	width: 64px;
	height: 64px;
}

.flickr_badge_image a {
	display: block;
}

/* --------------------------------- [ class ] */

.small {
	font-family: Arial, Helvetica, Verdana, Geneva;
	font-size: 1.1em;
	line-height: 1.6;
}

.ver {
	text-transform: lowercase;
	color: #000;
}


.tooltip {
	display: block;
	padding-top: 8px;
	font-size: .9em;
}

.left {
	float: left;
	padding-left:8px;
	padding-bottom: 1em;
}

.right {
	float: right;
	padding-right:8px;
	padding-bottom: 1em;
}

.align-right {
	display: block;
	text-align: right;
}

.align-center {
	display: block;
	text-align: center;
}

.both {
	clear: both;
}

.image {
	background-color: #f9f9f9;
	border: 1px solid #7a5b78;
	border-bottom: 1px solid #7a5b78;
	display: block;
	padding: 7px;
}

.nudged {
	margin-right: 8px;
}

.nudged-left {
	padding-left: 8px;
}

.nudge-bottom {
	margin-bottom: 1.5em;
}

.last-field, .first-post {
	border: 0;
}
.htitle a {
	font-weight: bold;
}

.title-not {
	width: 33px;
	height: 25px;
	margin: 0 6px 0 0;
	display: block;
	text-indent: -1000em;
	background: transparent url(images/not.gif) no-repeat top left;
	float: left;
}

.full-image {
	margin-left: -15.2em;
}


.centered {
	display: block;
	margin: 0 auto;
}

.button {
	display: block;
	padding: 8px;
	background:#fff;
	font-size: .9em;
	text-transform: uppercase;
	letter-spacing: 3px;
	text-align: center;
}
.eightaway {
	padding-right:8px;
	color: #432B34;
	line-height: 13px;
}
.eightaway a {
	padding-right:8px;
}
/* ---------------------- [ required wp ] */

ul.widgetized-sidebar {
	list-style-type: none;
}

ul.widgetized-sidebar li {
	margin: 0 0 2em 0;
	clear: both;
	overflow: hidden;
}

ul.widgetized-sidebar li h2 {
	font-family: Arial, Helvetica, Verdana, Geneva;
	font-size: 1.1em;
	line-height: 1.6;
	text-transform: lowercase;
	border-bottom: 1px solid #7a5b78;
	color: #000;
}
ul.widgetized-sidebar li ul li {
	background-image:url('images/bullet.jpg');
	background-repeat:no-repeat;
	background-position:top left;
	padding: 0em 8px 0em 8px;
	font-size: 1.1em;
	line-height: 1.6;
	border-bottom: 0px;
	font-size: 1.1em;
	margin:0;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
	margin: 1em;
	padding: .8em;
	text-align: center;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	margin: .5em 0 .5em 0;
	padding: 0;
	font-size: 1.1em;
	line-height: 1.6;	
}

.categories { }
.cat-item { }
.current-cat { }
.current-cat-parent { }
.pagenav { }
.page_item { }
.current_page_item { }
.current_page_parent { }
.widget { }
.widget_text { }
.blogroll { }
.linkcat{ }

#wp-calendar {
	border-collapse: collapse;
	font-size: 1.1em;
	margin: 0 auto;
}

#wp-calendar caption {
	margin-bottom: .8em;
	font-size: 1.1em;
	font-weight: bold;
}

#wp-calendar thead tr th {
	padding: 1em;
}

#wp-calendar td {
	padding: 1em;
}

#wp-calendar tr {
	padding: 1em;
}
.ads {
	margin-left:auto;
	margin-right:auto;
	padding-bottom: 2em;
}
