

/* =structure */

body {
	background-color: #fff;
	color: #444;
	font: 1.2em/1.4 "Helvetica", sans-serif;
	margin: 0;
	padding: 0
}

.more-link{

background:#eee;
padding:5px 0px; 
display:block; 
text-align:left;
}

#main{
	width: 970px;
	margin: 0 auto;
	background:url('img/main.png') repeat-y;
}

#sidebarAd {
	width: 160px;
	float: right;
	margin-top: 50px;
}

#ad{
	width: 160px;
	float: right;
	margin-top: 75px;
	border-bottom: 151px solid #000;
}

#ad img{
	margin-bottom: 5px;
	border-width:1px;
	border-style:solid;
	border-color:#000;
}

#ad img a:link,
#ad img a:visited,
#ad img a:hover{
	border: none;
}

#wrapper {
	padding: 0;
	width: 800px;
	position: relative;
	display: block;
	background: #fff;
	float: left;
}

/* =miscellaneous */

.clear {
	clear: both;
}

img,img.alignnone {
	margin: 0 0 0 0;
	clear: both;
	float: none;
	display: block;
}

img.alignleft {
	margin: 0 10px 1em 0px;
	clear: left;
	float: left;
}

img.alignright {
	margin: 0 0 1em 10px;
	clear: right;
	float: right;
}

img.aligncenter {
	margin: 0 auto;
	position: relative;
	clear: none;
}

.page #content img{
	margin-left: 0px;
	padding: 0px 0px 0px 0px;
}

.bigdate {
	text-shadow: #666 1px 1px 3px
}

a {
	color: #444;
	display: inline;
	text-decoration:underline;
}

a:hover {
	text-decoration: none;
	color: #000;
}

h2 a:hover {
	text-decoration: none;
}

h2.post-content a {
	text-decoration: none;
}

img {
	border: none;
}

p {
	margin-bottom: 1em;
}

.edit-link {
	display: block;
}

.comment-edit-link, .edit-link a, .required, .unapproved {
	color: red;
}

img#wpstats {
	position: fixed;
	left: 10px;
	bottom: 10px;
}

abbr, acronym, abbr[title], acronym[title], dfn[title] {
	text-transform: none;
	border: none;
	letter-spacing: inherit;
	cursor: default;
}

/* =header */

#header {
	text-transform: normal;
	width: 800px;
	clear: none;
	color: #000;
	background: #fff;
	
}

#header a:hover {
	text-decoration: none;
	color: #888;
}

#header h1 {
	font-size: 1.4em;
	line-height: 0.8em;
	padding: 10px 0px;
	float: left;
	width: 115px;
}

#header h1 a {
	font-weight: 100;
	letter-spacing: -0.05em;
	color: #fff;
	height: 30px;
	width: 61px;
	display: block;
	background: url('img/logo-final.jpg') top left;
}

#header h1 a span{
	display: none;
}

#main-navigation {
	font-size: 1em;
	float: left;
	width: 470px;
	padding: 5px;
	margin-top: 10px;
}

#main-navigation ul {
	float: left;
	}

#main-navigation ul li{
	margin-left: 10px;
	display: inline;
}

#main-navigation ul li a{
	color: #000;
	padding: 5px 0px;
	font-weight: bold;
	text-decoration:none;
}

#search-form{
	float: right;
	width: 160px;
	margin-top: 10px;
}

#search-form form input{
	width: 120px;
	border: none;
	background: #fff;
	color: #000;
	float: left;
	font-size: 0.8em;
	padding: 2px;
	border: 1px solid #000;
}

#search-form form input#searchsubmit{
	float: right;
	width: 30px;
	background: #fff;
	color: #000;
	font-size: 0.9em;
	padding: 2px;
	border: 1px solid #000;
	margin-top: -1px;
	
}

#search-form form input:hover,
#search-form form input#searchsubmit:hover{
	background: #000;
	color: #fff;
}

#cat-navigation{
	background: #000;
	padding: 5px 16px;
	width: 768px;
	clear: both;
	border-bottom:2px solid #fff ;
}

#cat-navigation ul li{
	float: left;
	margin-right: 15px;
}

li.main-cat{
	float: left;
	margin-right: 18px;
	width:100px;
	display: block;
	color: #fff;
	padding-top: 3px;
}

#cat-navigation ul li a,
ul.blogroll li a{
	display: block;
	padding: 3px 0px;
	background: #00;
	color: #fff;
	font-weight: bold;
	line-height: 1.2em;
	text-decoration:none;
}


#blogroll{
	background: #000;
	padding: 5px 16px;
	width: 768px;
	clear: both;
	border-bottom:2px solid #fff ;
}

ul.blogroll li{
	float: left;
	margin-right: 15px;
}

ul.blogroll li.main-cat{
	min-height: 40px;
}




/* =nav */

#nav-above {
	
}

#nav-below {
	clear: both;
	margin: 3em 0px 0;
	padding: 40px 0 40px;
	color: #888;
	display: ;
}

#nav-below a {
	font-weight: 800;
}

.archive .nav-next, .archive .nav-previous, .search .nav-next, .search .nav-previous {
	color: #888;
}

.browse h3 {
	color: #888;
	font-size: 1.8em;
	left: 0em;
	position: relative;
	top: 0px;
	text-transform: normal;
	width: 100%;
	font-weight: 100;
}

.nav-excerpt {
	color: #888;
	display: block;
	padding: 0 20px 0 0;
	position: relative;
	font-size: 0.8em;
}

.nav-next {
	background: transparent;
	float: right;
	font-size: 1.2em;
	min-height: 20px;
	padding: 0;
	position: relative;
	margin: 0;
	width: 50%;
}

.nav-previous {
	background: transparent;
	float: left;
	font-size: 1.2em;
	min-height: 20px;
	padding: 0;
	position: relative;
	margin: 0;
	width: 50%;
}

.nav-next a,
.nav-previous a{text-decoration:none;}

.archive .nav-next, .home .nav-next {
	text-align: right;
}



/* =banner */

#banner{
	padding: 20px;
	text-align: center;
	height: 180px;
	background: url('img/banner-shop.jpg') top left;
	border-bottom: 5px solid #fff;
}

#banner a.bannerlink{
	height: 110px;
	background: transparent;
	width: 760px;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	padding:70px 0 0;
	opacity: 0;
	font-size:0\9;
}

#banner a.bannerlink:hover{
	cursor: pointer;
	opacity: 1;
	text-decoration:none;
	font-size:1em\9;
}

#banner a.bannerlink:visited span{	

}

#banner a.bannerlink:hover span{
	margin:100px 0 0;
	padding: 15px 30px 10px;
	background: #fff;
	cursor: pointer;
	font-size: 2em;
}







/* =home */

.home #container #nav-above {
	display: block;
	position: fixed;
}

.home #container #nav-above .nav-previous a, .home #container #nav-above .nav-next a {
	display: block;
	color: #efefef;
	padding: 100px 20px 0;
}

.home #container #nav-above a:hover, .home #container #nav-above a:hover {
	color: #888;
	text-decoration: none;
}

.home #container #nav-above .nav-previous {
	position: absolute;
	display: block;
	width: 100px;
	top: 50%;
	left: -100px;
	text-align: right;
	line-height: 4em;
	font-size: 5em;
}

.home #container #nav-above .nav-next {
	position: absolute;
	display: block;
	width: 100px;
	top: 50%;
	right: -1030px;
	text-align: left;
	line-height: 4em;
	font-size: 5em;
}

.home #container #nav-below {
	width: 800px;
}


#content {
	clear: both;
	margin-bottom: 3em;
	background: #fff;
	margin: auto;
	width: 800px;
}

.single #content {
	}

.home .featured.post {
	background: transparent url('img/loading.gif') center center no-repeat;
	display: inline;
	float: left;
	height: 300px;
	margin: 0;
	overflow: hidden;
	position: relative;
	width: 200px;
}


.home .featured.post.p1 {
	border-bottom: 5px solid #FFF;
	width: 595px;
}

.home .featured.post.p1 .post-content {
	width: 575px;
}

.home .featured.post.p2 {
	border-left: 5px solid #FFF;
	border-bottom: 5px solid #FFF;
	width: 200px;
}

.home .featured.post.p2 .post-content {
	width: 180px;
}

.home .featured.post.p3 {
	border-bottom: 5px solid #FFF;
	width: 450px;
}

.home .featured.post.p3 .post-content {
	width: 430px;
}

.home .featured.post.p4 {
	border-left: 5px solid #FFF;
	border-bottom: 5px solid #FFF;
	width: 345px;
}

.home .featured.post.p4 .post-content {
	width: 330px;
}

.home .featured.post.p5 {
	border-bottom: 5px solid #FFF;
	width: 300px;
}

.home .featured.post.p5 .post-content {
	width: 300px;
}

.home .featured.post.p6 {
	border-left: 5px solid #FFF;
	border-bottom: 5px solid #FFF;
	width: 295px;
}

.home .featured.post.p6 .post-content {
	width: 280px;
}

.home .featured.post.p7 {
	border-left: 5px solid #FFF;
	border-bottom: 5px solid #FFF;
	width: 195px;
}

.home .featured.post.p7 .post-content {
	width: 180px;
}

.home .featured.post.p8 {
	border-bottom: 5px solid #FFF;
	width: 200px;
}

.home .featured.post.p8 .post-content {
	width: 180px;
}

.home .featured.post.p9 {
	border-left: 5px solid #FFF;
	border-bottom: 5px solid #FFF;
	width: 345px;
}

.home .featured.post.p9 .post-content {
	width: 330px;
}

.home .featured.post.p10 {
	border-left: 5px solid #FFF;
	border-bottom: 5px solid #FFF;
	width: 245px;
}

.home .featured.post.p10 .post-content {
	width: 230px;
}

.home .post-content {
	background: #000;
	color: #fff;
	bottom: 0;
	left: 0;
	font-weight: 200;
	padding: 10px;
	position: absolute;
	visibility: hidden;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	opacity: 0;
}

.home .post-content p {
	padding: 0;
	margin: 0;
}

.home .post-content a {
	font-weight: 800;
}

.home .post-content-title {
	position: absolute;
	top: 0;
	display: block;
	line-height: 1em;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	z-index: 99
}

.home .post-content-title a {
	display: block;
	height: 100%;
}

.home .post-content-title a span {
	visibility: hidden;
}

.home .post-content-excerpt {
	display: block;
	font-size: 0.8em;
	font-weight: normal;

width: 90%;
/*cursor:pointer;*/
}

.home .post-content:hover, .home .post:hover .post-content {
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
	opacity: 0.7;
	visibility: visible;
}

.home .post .bigdate {
	color: #fff;
	font-size: 3.6em;
	font-weight: 100;
	letter-spacing: -0.05em;
	position: absolute;
	text-transform: normal;
	left: 0;
	top: 0;
	padding: 5px 0 0 15px;
	visibility: visible;
	z-index: 60;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
	opacity: 1;
}

.home .featured img {
	width: 396px;
}

.home .featured a:hover {
	text-decoration: none;
	color: #fff;
	
}

.home .featured a:hover img {
	-moz-opacity: 0.7px;
	filter: alpha(opacity=70);
	opacity: 0.7px;
}


.home .post {
	margin: 0;
	overflow: hidden;
	padding-bottom:10px;
	margin-bottom:20px;
}

.home .post h2{padding:0 0px;}
.post h2 a:link,
.post h2 a:visited{text-decoration:none;}
.home .post p{padding:0 0px;}
.home .post p img{padding: 2px 0px 0px 0px;}

.home #footer {
	margin-top: 1em;
	padding: 20px 0px 20px 0px;
}

/* =index template */

#content.index {
	width: 800px;
	clear: both;
	float: none;
}

#content.index .post {
	background: transparent;
	width: 800px;
	height: inherit;
	clear: both;
	float: none;
	margin-bottom: 3em;
	overflow: visible;
}

#content.index .post h2.entry-title {
	width: 800px;
	font-size: 3.6em;
	line-height: 1.2em;
	margin: 0.5em 0 0.25em;
	font-weight: 100;
	letter-spacing: -0.05em;
}

#content.index .post .entry-content {
	width: 590px;
	padding: 0 10px 3em 0;
	float: left;
	font-size: 1.4em;
	color: #888;
}

#content.index .post .entry-content h1 {
	font-size: 2.2em;
	padding: 0.125em 0;
}

#content.index .post .entry-content h2 {
	font-size: 2em;
	padding: 0.125em 0;
}

#content.index .post .entry-content h3 {
	font-size: 1.8em;
	padding: 0.25em 0;
}

#content.index .post .entry-content h4 {
	font-size: 1.6em;
	padding: 0.25em 0;
}

#content.index .post .entry-content h5 {
	font-size: 1.4em;
	padding: 0.5em 0;
}

#content.index .post .entry-content h6 {
	font-size: 1.2em;
	padding: 0.5em 0;
}

#content.index .post .entry-content img {
	max-width: 600px;
	height: inherit;
}

#content.index .post .entry-content blockquote {
	padding: 1em 1em 0;
	margin-bottom: 1em;
	font-style: italic;
	font-size: 1.2em
}

#content.index .post .entry-content ul {
	margin-left: 1em;
	list-style: circle;
	padding-bottom: 1em
}

#content.index .post .entry-content ol {
	margin-left: 1em;
	list-style: upper-roman;
	padding-bottom: 1em
}

#content.index .post .entry-content ul li ul {
	margin-left: 2em;
	list-style: disc;
	padding: 0
}

#content.index .post .entry-content ol li ol {
	margin-left: 2em;
	list-style: upper-alpha;
	padding: 0
}

#content.index .post .entry-content ul li, .single .post .entry-content ol li {
	font-size: 1em;
}

#content.index .post .entry-content pre {
	width: 585px;
	overflow: auto;
	padding: 1em 0;
	color: #444;
}

#content.index .post .entry-content code {
	padding: 1em 0;
	display: block;
	color: #444;
}

#content.index .post .entry-meta {
	color: #888;
	width: 200px;
	float: right;
	font-size: 1em;
	line-height: 1.4em;
	padding: 5px 0 0;
	position: relative;
	z-index: 11;
	display: block;
}

#content.index .post .entry-date {
	width: 200px;
	font-size: 3.6em;
	line-height: 1em;
	letter-spacing: -0.05em;
	;margin-bottom: 3px;
	float: right;
	color: #888
}

#content.index .post .entry-meta span {
	display: block;
}

#content.index .post .entry-meta a {
	background: none;
}

#content.index #nav-below {
	margin: 3em 0;
}

.home #content.index #primary, .home #content.index #secondary {
	display: block;
}



/* =single */

.single #container {
	width: 800px;

}

.single #container #nav-above {
	display: block;
	position: fixed;
}

.single #container #nav-above .nav-previous a, .single #container #nav-above .nav-next a {
	display: block;
	color: #efefef;
	padding: 100px 20px 0;
}

.single #container #nav-above a:hover, .single #container #nav-above a:hover {
	color: #888;
	text-decoration: none;
}

.single #container #nav-above .nav-previous {
	position: absolute;
	display: block;
	width: 100px;
	top: 70%;
	left: -100px;
	text-align: right;
	line-height: 4em;
	font-size: 5em;
}

.single #container #nav-above .nav-next {
	position: absolute;
	display: block;
	width: 100px;
	top: 70%;
	right: -1030px;
	text-align: left;
	line-height: 4em;
	font-size: 5em;
}

.single #container #nav-below {
	margin-bottom: 3em;
}
      
.postmeta{
	padding: 0 0px;
	width: 800px;
}


.single .post h2.entry-title, .single .attachment h2.entry-title {
	font-size: 2em;
	line-height: 1.2em;
	font-weight: 100;
	margin: 0.5em 0 0;
	padding: 0;
	color: #000;
	width: 800px;
	padding: 0 0px;
}

.single .post, .single .attachment {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	width: 800px;
	overflow: visible;
}

.single .post .full-photo, .single .attachment .full-photo {
	margin: 0;
	background: transparent;
}



.single .post .full-photo .photo-credit, .single .attachment .full-photo .photo-credit {
	color: #FFF;
	visibility: hidden;
	font-size: 1.2em;
	font-weight: 100;
	position: absolute;
	padding: 0px;
	text-transform: normal;
	left: 0;
	display: block;
	width: 800px;
	height: 70%;
	background: transparent;
	z-index: 5;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	opacity: 0;
}

.single .post .full-photo:hover .photo-credit, .single .attachment .full-photo:hover .photo-credit {
	color: #FFF;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
	opacity: 1;
	visibility: visible;
	cursor: default;
}

.single .post .entry-content, .single .attachment .entry-content {
	background: #fff;
	color: #000;
	float: left;
	font-size: 1.2em;
	padding: 0px 0px 0px 0px;
	margin: 0;
	width: 800px;
	position: relative;
	z-index: 10;
	min-height: 200px;
}

.single .post .entry-content h1 {
	font-size: 2.2em;
	padding: 0.125em 0;
}

.single .post .entry-content h2 {
	font-size: 2em;
	padding: 0.125em 0;
}

.single .post .entry-content h3 {
	font-size: 1.8em;
	padding: 0.25em 0;
}

.single .post .entry-content h4 {
	font-size: 1.6em;
	padding: 0.25em 0;
}

.single .post .entry-content h5 {
	font-size: 1.4em;
	padding: 0.5em 0;
}

.single .post .entry-content h6 {
	font-size: 1.2em;
	padding: 0.5em 0;
}

.single .post .entry-content img {
	max-width: 800px;
	margin-left: 0px;
	padding: 0px 0px 0px 0px;
	height: inherit;
}

.single .post .entry-content blockquote {
	padding: 1em 1em 0;
	margin-bottom: 1em;
	font-style: italic;
	font-size: 1.2em
}

.single .post .entry-content ul {
	margin-left: 1em;
	list-style: circle;
	padding-bottom: 1em
}

.single .post .entry-content ol {
	margin-left: 1em;
	list-style: upper-roman;
	padding-bottom: 1em
}

.single .post .entry-content ul li ul {
	margin-left: 2em;
	list-style: disc;
	padding: 0
}

.single .post .entry-content ol li ol {
	margin-left: 2em;
	list-style: upper-alpha;
	padding: 0
}

.single .post .entry-content ul li, .single .post .entry-content ol li {
	font-size: 1em;
}

.single .post .entry-content pre {
	width: 585px;
	overflow: auto;
	padding: 1em 0;
	color: #444;
}

.single .post .entry-content code {
	padding: 1em 0;
	display: block;
	color: #444;
}

.single .post .entry-meta, .single .attachment .entry-meta {
	color: #888;
	width: 180px;
	margin-right: 0px;
	float: left;
	font-size: 1em;
	line-height: 1.4em;
	padding: 5px 0 0;
	position: relative;
	z-index: 11;
}

.single .post .entry-meta .bigdate, .single .attachment .entry-meta .bigdate {
	position: relative;
	color: #888;
	font-size: 3.6em;
	line-height: 1em;
	letter-spacing: -0.05em;
	margin-bottom: 3px;
	display: block;
	visibility: visible;
	text-shadow: 0em 0em #333;
}

.single .post .entry-meta a, .single .attachment .entry-meta a {
	background: none;
}

.single .attachment .entry-meta .attachment-title {
	font-size: 1.8em;
	line-height: 1.2em;
	display: block;
	clear: both;
	float: none;
	width: 100%;
}

/* =page */

.page #container {
	width: 800px;

}

.page .post {
	float: left;
	margin: 2px 0 0;
	position: relative;
	width: 800px;
}

.page .post .full-photo {
	margin-bottom: 2em;
}

.page .post .bigdate {
	color: #FFF;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	opacity: 0;
	visibility: hidden;
	font-size: 3.6em;
	font-weight: 100;
	position: absolute;
	text-transform: normal;
	left: 0;
	top: -0.2em;
	display: block;
	width: 100%;
	height: 70%;
	background: transparent;
	z-index: 5
}

.page .post .full-photo:hover .bigdate {
	color: #FFF;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
	opacity: 1;
	visibility: visible;
	cursor: default;
}

.page .post .entry-content {
	background: #FFF;
	color: #888;
	font-size: 1.2em;
	float: left;
	padding: 0 5px 5px 5px;
	margin: 0;
	width: 594px;
	position: relative;
	z-index: 10;
	min-height: 200px;
}

.page .post .entry-meta {
	color: #888;
	width: 190px;
	float: rightt;
	font-size: 0.8em;
	padding-left: 5px;
	position: relative;
	z-index: 11;
}

.page .post .entry-meta a {
	background: none;
}

.page h2.entry-title {
	-moz-opacity: 0.95;
	background: #fff;
	font-size: 3.6em;
	font-weight: 100;
	letter-spacing: -0.05em;
	line-height: 1.2em;
	margin: 0.5em 0 0.25em;
	padding: 0;
	position: relative;
	z-index: 12;
}

.page {
	clear: both;
	float: none;
}

.page .page {
	background: transparent;
	width: 800px;
	height: inherit;
	clear: both;
	float: none;
	margin-bottom: 3em;
	padding: 0 0px;
}

.page .page .entry-title {
	font-size: 3.6em;
	line-height: 1.2em;
	font-weight: 100;
	margin: 0.5em 0 0.25em;
	padding: 0;
	color: #000;
	width: 800px;
}

.page .page .entry-date {
	width: 200px;
	font-size: 3.6em;
	float: left;
	color: #888
}

.page .page .entry-content {
	width: 800px;
	font-size: 1.2em;
	color: #666;
}

.page .page .entry-meta {
	color: #888;
	width: 200px;
	float: right;
	font-size: 0.8em;
	padding: 5px 0 0;
	position: relative;
	z-index: 11;
}

.page #container {
	margin-bottom: 3em;
}

/* =archives page */

div.archive-content {
	clear: both;
	float: none;
	display: table;
	width: 600px;
	padding: 0 0 3em;
}

div.archive-content ul li {
	width: 600px;
	clear: both;
	margin-bottom: 5px;
	display: block;
	float: none;
	background: transparent
}

div.archive-content .sidebar {
	display: block;
}

div.archive-content ul h3 {
	line-height: 1.2em;
	font-weight: 100;
	float: left;
	margin: 0;
	width: 200px;
	background: transparent;
	font-size: 1.8em;
	position: relative;
	text-transform: normal;
	z-index: 2;
	color: #888;
}

div.archive-content ul li ul, div.archive-content ul li p, div.archive-content ul li #searchform {
	background: #EAEAEA;
	float: left;
	margin: 0;
	padding: 5px;
	width: 385px;
	border-bottom: 5px solid #FFF;
}

div.archive-content ul li ul li {
	width: 385px;
	margin: 0;
	padding: 0;
}

div.archive-content ul li ul li ul {
	width: 385px;
	margin: 0 0 0 20px;
	padding: 0;
	border: none;
	width: inherit;
	background: transparent
}

div.archive-content a {
	font-weight: 800;
}

div.archive-content #primary, div.archive-content #secondary {
	width: 600px;
	clear: both;
	margin: 0;
	padding: 0;
	display: block;
	float: none;
	background: transparent
}

/* =archive, category, & search pages */

.archive #container, .search #container {
	float: left;
	width: 800px;
}

.archive h3.entry-title, .search h3.entry-title {
	font-size: 1.8em;
	letter-spacing: -0.05em;
	line-height: 1.2em;
	padding: 0;
}

.archive h2.page-title, .search h2.page-title {
	color: #888;
	font-weight: 100;
}

.archive h2.page-title span, .search h2.page-title span {
	color: #444;
	font-style: italic;
	font-weight: 100;
}

.archive .comment-count, .search .comment-count {
	background: transparent;
	position: relative;
	text-transform: normal;
	width: 100%;
	z-index: 2;
	color: #888;
}

.archive .comment-count h2, .search .comment-count h2 {
	font-weight: normal;
	left: 0;
	position: relative;
	top: 0;
	padding: 10px 20px 0;
}

.search #content h2{
	width: 800px;
	padding: 0 0px;
}

.archive .post, .search .post, .search .page {
	display: block;
	float: left;
	margin: 2px 0;
	position: relative;
	width: 800px;
	color: #444;
}

.archive .preview, .search .preview {
	background: #888 url('img/loading.gif') center center no-repeat;
	float: left;
	margin: 0;
	max-height: 200px;
	min-height: 200px;
	overflow: hidden;
	width: 800px;
}

.archive .preview .bigdate, .search .preview .bigdate {
	color: #fff;
	font-size: 3.6em;
	line-height: 1.2em;
	left: 0.1em;
	position: absolute;
	text-transform: normal;
	top: 0.1em;
}

.archive .preview a .bigdate, .search .preview  a .bigdate {
	color: #fff;
	font-weight: 100;
}

.archive .preview .post-content, .search .preview .post-content, .search .page .post-content {
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	opacity: 0;
	background: #FFF;
	position: absolute;
	left: 0;
	bottom: 0;
	display: inline;
	float: none;
	margin: 0;
	padding: 20px;
	width: 760px;
}

.archive .post .preview:hover .post-content, .search .post .preview:hover .post-content, .search .page .preview:hover .post-content {
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
	opacity: 0.7;
	background: #000;
	color: #fff;
}

.archive .post a:hover, .search .post a:hover {
	text-decoration: none;
	color: #444;
}

.archive .preview .post-content p, .search .preview .post-content p {
	padding: 0;
	margin: 0;
}

.archive .preview .post-content-title, .search .preview .post-content-title {
	position: absolute;
	top: 0;
	display: block;
	width: 800px;
	height: 100%;
	z-index: 99;
	clear: both;
	float: none;
	line-height: 1em;
	font-weight: 800;
}

.archive .preview .post-content-title a, .search .preview .post-content-title a {
	display: block;
	width: 800px;
	height: 100%;
}

.archive .preview .post-content-title a span, .search .preview .post-content-title a span {
	visibility: hidden;
}

.archive .preview .post-content-excerpt, .search .preview	 .post-content-excerpt {
	display: block;
	font-size: 0.8em;
	font-weight: normal;
	width: 90%;
}

.archive .entry-meta, .search .entry-meta, .search .entry-meta {
	color: #888;
	float: left;
	font-size: 0.8em;
	display: block;
	background: none;
	width: 200px;
	border-left: 5px solid #FFF;
}

.archive .entry-meta a, .search .entry-meta a {
	background: none;
}

.archive .entry-meta a:hover, .search .entry-meta a:hover {
	color: #888;
}

/* =attachment */

.exif-data ul {
	color: #444;
}

.exif-data ul .exif-title {
	color: #888;
}

.attachment-link {
	display: block;
}

/* =404 */

.four04 {
	width: 800;
	clear: both;
	float: none;
}

.four04 .post {
	background: transparent;
	width: 800px;
	height: inherit;
	clear: both;
	float: none;
	margin-bottom: 3em;
}

.four04 .post .entry-title {
	font-size: 3.6em;
	line-height: 1.2em;
	width: 800px;
	font-weight: 100;
	margin: 0.5em 0 0.25em;
	padding: 0;
}

.four04 .post .entry-date {
	width: 200px;
	font-size: 3.6em;
	float: left;
	color: #888
}

.four04 .post .entry-content {
	width: 595px;
	float: left;
	font-size: 1.2em;
	color: #888;
}

.four04 .post .entry-meta {
	color: #888;
	width: 200px;
	float: right;
	font-size: 0.8em;
	padding: 5px 0 0;
	position: relative;
	z-index: 11;
}

.four04 #container {
	margin-bottom: 3em;
}

/* =comments */

#comments {
	display: block;
	margin: 0 0px;
}

#comments-list h3 {
	font-size: 1.8em;
	margin: 40px 0;
	clear: both;
	float: none;
	font-weight: 100;
}

#comments-list {
	padding: 0;
	text-align: left;
	width: 800px;
	color: #666;
}

#comments-list li {
	margin: 15px 0 10px 0;
	padding: 0;
	list-style: none;
	position: relative;
	display: block;
	background: #FFF;
}

#comments-list li.alt {
	background: #FAFAFA;
	padding: 5px;
	margin-left: -5px;
	width: 800px;
}

#comments-list .children li {
	padding: 10px;
}

#comments-list li .comment-author {
	font-size: 1em;
	line-height: 1.4em;
	width: 260px;
}

#comments-list li .comment-author{
	
}

#comments-list li .comment-author img {
	float: left;
	padding: 0 10px 0 0;
	margin: 0;
}

#comments-list li .comment-author .fn {
	font-size: 1.3em;
}

#comments-list li .comment-meta {
	width: 260px;
}

#comments-list li ul li {
	margin-right: 0;
	margin-left: 50px;
}

.comment-left{
	float: left;
	width: 300px;
}


.comment-content{
	float: right;
	width: 500px;
	color: #000;
}

#comments-list li.alt .comment-left{
	width: 300px;
}

#comments-list li.alt .comment-content{
	width: 500px;
	color: #000;
}


#comments-list p {
	margin: 10px 5px 10px 0;
}

.children {
	padding: 0;
}

.children li div {
	position: relative;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}

#respond {
	clear: both;
	float: none;
	width: 760px;
}

#respond h3 {
	margin: 1em 0 0;
	clear: both;
	float: none;
	font-size: 1.8em;
	font-weight: 100;
}


#respond textarea {
	width: 790px;
	padding: 5px;
	color: #444;
	margin-bottom: 20px;
}

.form-submit{
	margin-bottom: 20px;
}

.form-submit input{
	background: #000;
	color: #fff;
	padding: 5px 15px;
	border: 1px solid #000;
	text-transform: lowercase;
}

.form-submit input:hover{
	background: #444444;
	color: #fff;
	padding: 5px 15px;
	border: 1px solid #444;
	text-transform: lowercase;
}

.form-input input{
	padding: 5px;
	margin-top: 2px;
	margin-bottom: 8px;
	color: #444;
}

#form-allowed-tags{
	display: none;
}

/* =links */

#links-page a {
	font-weight: normal;
}

li#linkcat-7, li#linkcat-21 {
	clear: both;
}

li.linkcat {
	
}

.meta-nav{
	color: #666;
	text-decoration:none;
}

/* nav ding */

.nav-ding{
	padding:0 0px;
}

.nav-ding-left{
	font-weight:800;
	padding:5px;
	float:right;
	font-size:1.2em;
	text-decoration:none;
}

.nav-ding-right{
	padding:5px;
	float:left;
	font-weight:800;
	font-size:1.2em;
	text-decoration:none;
}

.nav-ding-left a,
.nav-ding-right a{
	text-decoration:none;
}

/* =footer */

#footer {
	clear: both;
	float: left;
	font-size: 1em;
	margin: 0;
	padding: 20px 0px 20px 0px;
	width: 800px;
	color: #888;
}

#footer #footer-credit {
	font-size: 1em;
	float: left;
	margin: 0;
}

#footer #credit {
	font-size: 1em;
	float: right;
	margin: 0;
}

#footer ul.social{
	float: right;
}

ul.social li{
	display: inline;
	margin-left: 10px;
	float: left;
	font-size: 1em;
}

ul.social li a{
	text-decoration:none;
}

ul.social li a img{
	float: left;
	margin-right: 5px;
}

#sm{
	width: 160px;
	height: 220px;
	border-width:1px;
	border-style:solid;
	border-color:#000;
}

#footer2 {
	float: left;
	padding: 10px 0px 20px 0px;
}

#footer3 {
	float: left;
	padding: 10px 0px 20px 0px;
}

ul.social2 li a{
	text-decoration:none;
}

li.list1 {
display: inline;
}

li.list2 {
display: inline;
margin-left: 0px;
}

li.list3 {
display: inline;
margin-left: -15px;
}

li.list4 {
display: inline;
margin-left: 15px;
}

/* Wordpress 2.5+ Shortcode Styles
------------------------------------------ */

div.gallery {
	clear: both;
	float: left;
	width: 100%;
}

div.gallery dl {
	float: left;
	text-align: center;
}

div.gallery dl dt {
	margin: 0;
}

div.gallery dl dd {
	margin-left: 0;
}

div.entry-attachment,div.entry-caption {
	text-align: center;
}

div.entry-attachment img,div#nav-images div img {
	overflow: hidden;
}

body.attachment div#nav-images {
	clear: both;
	width: 100%;
}

body.attachment div#nav-images div {
	padding: 1em 0;
	width: 50%;
}

body.attachment div#nav-images div.nav-previous {
	text-align: left;
}

body.attachment div#nav-images div.nav-next {
	text-align: right;
}

body.attachment div#comments {
	clear: both;
}

/* =hidden */

.home .entry-meta, .page .sidebar, .category .sidebar, .archive .sidebar, .search .sidebar, #access .skip-link, .archive-meta {
	display: none;
}

h2{
	font-size: 2em;
	line-height: 1.2em;
	font-weight: 100;
	margin: 0.5em 0 0;
	padding: 0;
	color: #000;
}

.single #content h2,
.archive #content h2,
.category #content h2{
	width: 800px;
	padding: 0 0px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

object{
	margin-left: 0px;
}

.navigation{
	padding:0 20px;
}

h7{
	font-size: 1.8em;
	margin: 20px 0;
	clear: both;
	float: none;
	font-weight: 100;
	}
	
#socialmedia li{
float:left;
list-style-type:none;
}

.big {
padding: 0px 7px 0px 0px;
}

.fb {
padding: 0px 0px 0px 21px;
}


.tumblr {
margin-left: -10px;
} 
