* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}
body {
	background: #181818;
	color: #ccc;
	font: 13px "trebuchet ms", arial, sans-serif;
}
	body.blog {
		background: #333;
	}
	body.blog-single {
		background: #808080;
		color: #fff;
	}
	body.blog-comments {
		background: #333;
	}
	body.photoblog {
		background: #000;
	}
a {
	text-decoration: none;
	color: #069;
}
	a:hover {
		color: #fff;
	}

h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.9em;
}
	
.text-center {
	text-align: center;
}
.clear-both {
	clear: both;
	height: 0;
	width: 0;
	visibility: hidden;
	line-height: 0;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
:focus {
	-moz-outline-style: none;
}

/*template centered
----------------------------*/
#outer[id] {
	position: static;
	display: table;
	height: 100%;
	text-align: center;
	width: 100%;
}
#middle[id] {
	display: table-cell;
	vertical-align: middle;
	position: static;
	text-align: center;
}
* html #outer {
	margin-top: expression(this.offsetHeight < this.parentNode.offsetHeight ? parseInt((this.parentNode.offsetHeight - this.offsetHeight) / 2) + "px" : "0");
	text-align: center;
	display: block;
}

html>body .center-content {
	display: table;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	position: static;
}
html>body .center-content-sub {
	display: table-cell;
	vertical-align: middle;
}
	* html .center-content {
	margin-top: expression(this.offsetHeight < this.parentNode.offsetHeight ? parseInt((this.parentNode.offsetHeight - this.offsetHeight) / 2) + "px" : "0");
	text-align: center;
	display: block;
	}

/*about
----------------------------*/

#about-inner {
	width: 850px;
	border: 3px solid #999;
	margin: 10px auto auto auto;
	background: #000 url("imgs/about-bg-black.jpg") right top no-repeat;
}
#about-content {
	margin: 0 35% 0 10px;
	text-align: left;
	color: #999;
}
#about-content p {
	text-indent: 20px;
	margin: 0 20px 5px 20px;
}
	#about-content blockquote p {
		margin: 0 0 5px 0;
	}
#about-content blockquote {
	margin: 10px 20% 10px 5%;
	font-style: italic;
	color: #777;
}
.about-title {
	color: #ccc;
	margin: 20px 0 6px 0;
	font-size: 1.1em;
}
#about-main-title {
	font-size: 2em;
	margin: 32px 50px 48px 0;
	text-align: right;
	color: #fff;
}
#about-backhome {
	margin: 20px 0; 
}

/*contact
----------------------------*/

#contact-main-title {
	font-size: 1.6em;
	margin: 20px;
	color: #fff;
	text-align: left;
}

#contact-inner {
	height: 400px;
	width: 800px;
	border: 3px solid #999;
	background: #000; /*url("./imgs/contact-bg-black") right bottom no-repeat*/
	text-align: left;
	margin: 10px auto auto auto;
}
#contact-content {
	margin: 10px 5px 10px 30%;
	text-align: left;
}

/*the home
----------------------------*/

#home-inner .center-content {
	text-align: right;
}
#home-inner {
	height: 600px;
	width: 800px;
	border: 3px solid #999;
	margin: 10px auto auto auto;
	background: #000 url("imgs/home-bg-black.jpg") left bottom no-repeat;
}
#home-linklist {
	list-style-type: none;
	margin-right: 30px;
}
#home-linklist li {
	margin: 20px 0px;
	color: #999
}
#home-linklist li a {
	font-size: 1.2em;
}

/*the blog
----------------------------*/
#inner-blog-div, #inner-blog-archives-div {
	color: #aaa;
	border: 3px solid #ccc;
	width: 800px;
	margin: 20px auto 0 auto;
	background: #000 url("../../styles/imgs/blog-bg-black.jpg") 100% 100% no-repeat;
	min-height: 300px;
	height: auto;
	text-align: center;
}
	/*\*/
	* html #inner-blog-div, * html #inner-blog-archives-div {
		height: 300px;
		width: 806px;
	}
	/*damned be IE's box model*/
#masthead-blog {
	width: 760px;
	height: 300px;
	margin: auto;
	padding: 0 20px;
	text-align: right;
	background: #000 url("../../styles/imgs/masthead/rotator.php") 50% 50% no-repeat;
	border-bottom: 1px solid #fff;
}
	/*\*/
		* html #masthead-blog {
			width: 800px;
		}
	/**/
	#masthead-blog h2 {
		display: none;
	}
#breadcrumb, #title {
	border-bottom: 1px solid #fff;
	padding: 3px 20px;
	color: #fff;
	font-size: 1.2em;
	text-align: left;
}
	#breadcrumb {
		text-align: right;
	}
	#breadcrumb a, #title a {
		color: #fff;
	}
		#breadcrumb a:hover, #title a:hover {
			color: #069;
		}
#inner-blog-body, #inner-blog-archives-body {
	padding: 0 75px;
	margin-top: 30px;
	text-align: left;
}
#blog-title {
	margin: 15px 0 0 0;
	padding: 3px 7px 3px 20px;
	border: 1px solid #555;
	border-width: 1px 0;
	font-size: 1.5em;
}
#blog-content {
	padding: 5px 40px;
}
#blog-content p, #blog-single-content p {
	text-indent: 20px;
	margin: 0 0 10px 0;
	line-height: 150%;
}
#blog-meta {
	color: #999;
	text-align: right;
	padding: 0 15px 5px 0;
	margin: 0 0 50px 0;
}

/*the blog (single)
----------------------------*/

#inner-blog-single-div {
	background: #808080 url("../../styles/imgs/whtislv-bottom-grey1.jpg") 100% 100% no-repeat;
	margin: 20px auto 0 auto;
	text-align: left;
	width: 930px;
	color: #fff;
}
	#inner-blog-single-div a {
		color: #444;
	}
	#inner-blog-single-div a:hover {
		color: #ccc;
	}
	#inner-blog-single-div a img {
		border: 2px solid #ccc;
	}
	#inner-blog-single-div a:hover img {
		border: 2px solid #fff;
	}
#inner-blog-single-nav {
	padding: 50px 0 0 0;
}
#lately {
	font-weight: bold;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 10px 0;
	text-align: center;
}
#el-titulo {
	font-weight: bold;
}
#inner-blog-single-body {
	background: url("../../styles/imgs/whtislv-grey1.jpg") 100% 0% no-repeat;
	text-align: left;
	min-height: 500px;
	padding: 75px 0 10px 0;
}
	* html #inner-blog-single-body {
		height: 600px;
	}
#blog-single-title, #blog-single-content, #blog-single-meta {
	margin: 0 55px 0 280px;
	padding: 0 20px;
	/*background: #333;*/
}
#inner-blog-single-nav {
	width: 280px;
	float: left;
	/*background: #fff;*/
}
	#nav-prv-nxt {
		padding: 30px 10px 0 10px;
	}
		#nav-prv {
			float: left;
		}
		#nav-nxt {
			float: right;
			text-align: right;
		}
#blog-single-title {
	font-size: 20px;
	margin-top: 30px;
}
	* html #blog-single-title {
		margin-top: 0;
		padding-top: 20px;
	}
	#blog-single-title a {
		color: #fff;
	}
	#blog-single-title a:hover {
		color: #ccc;
	}
#blog-single-meta {
	color: #ccc;
	text-align: right;
	padding: 10px 20px;
	font-style: italic;
}
	#blog-single-meta a {
		color: #999;
	}
	#blog-single-meta a:hover {
		color: #ccc;
	}
#blog-single-content {
	padding: 0px 50px;
}

/*the blog (archives)
----------------------------*/
#inner-blog-archives-body ul, #inner-blog-archives-body li {
	list-style-type: none;
}
.monthlink {
	font-size: 1.2em;
}
	.emptymonth {
		color: #999;
	}
#inner-blog-archives-body ul {
	margin: 0 0 10px 0;
}
#inner-blog-archives-body li {
	margin: 0 0 0 20px;
}
	#inner-blog-archives-body li a {
		color: #88abff;
	}
		#inner-blog-archives-body li a:hover {
			color: #fff;
		}


/*the blog archives by month
----------------------------*/

.next-prev-mon {
	text-align: center;
	clear: both;
	font-size: 1.3em;
}
.prevmon {
	float: left;
}
.nextmon {
	float: right;
}

/*the blog bottom navigation
----------------------------*/

#prevnxt {text-align: center; margin: 60px 75px 20px 300px;}
* html #prevnxt {padding-bottom: 20px;}
.prev { float:left }
.next { float:right }
#blognav {
	text-align: center;
	margin: 0 75px 10px 300px;
	clear: both;
}

/*the photoblog
----------------------------*/

#photoblog-inner {
	margin: 20px 0 10px 0;
}
#topbar {
	font-size: 1.2em;
	background-color: #333;
	padding: 3px 10%;
	color: #fff;
	border: 1px solid #666;
	border-width: 1px 0;
	text-align: center;
}
	#topbar a {
		color: #fff;
	}
	#topbar a:hover {
		color: #069;
	}

#divphotowrap {
	clear: both;
	padding: 0;
	background-color: #000;
}
#title-wrap {
	position: relative;
	width: 100%;
}
#title-nav {
	width: 100%;
	position: relative;
}
#exif-layer, #prev_message, #next_message {
	margin: 0 auto;
	padding: 5px 0;
	position: absolute;
	top: 1px; /*the border*/
	font-size: .9em;
	color: #999;
	background: #333;
	width: 100%;
	left: 0;
}
	#prev_message, #next_message {
		color: #ccc;
/*		background: none;*/
		font-size: 1em;
		width: 100%;
	}
	.key {
		color: #ccc;
	}
#full-wrap {
	margin: 20px auto;
	position: relative;
	/*width defined dynamically*/
}
#nav_previous, #nav_next {
	overflow: hidden;
	position: absolute;
	z-index: 100;
	display: none;
	/*background: #0ff;
	filter:alpha(opacity=50);
	-moz-opacity: .5;*/
}
	#nav_next {
		overflow: hidden;
		position: absolute;
		z-index: 100;
		/*background: #fff;*/
	}
#nav_previous a, #nav_next a {
	/*border: 3px solid #0ff;*/
	/*background: #0ff;*/
}
#nav {
	margin: 10px 0;
	color: #999;
}
	#nav a {
		color: #999;
	}
	#nav a:hover {
		color: #069;
	}
#ext-note, #ext-note-center {
	text-align: left;
	margin: 10px 25% 0 25%;
	color: #ccc;
}
	#ext-note-center {
		text-align: center;
		margin-left: 0;
		margin-right: 0;
	}
#divphotowrap a {
	border: 0;
}
#thephoto {
	border: 1px solid #666;
}
#phototitle {
	font-size: 1.2em;
	background: #333;
	padding: 3px 0;
	border: 1px solid #666;
	border-width: 1px 0;
}
#preloader {
	display: none;
	height: 0;
	width: 0;
	overflow: hidden;
}

/*comments
----------------------------*/

#comments-wrap {
	border: 3px solid #fff;
	margin: 20px 20px 5px 20px;
	background: #000;
}
#title-comments {
	border-bottom: 1px solid #fff;
	padding: 3px 20px;
	color: #fff;
	font-size: 1.1em;
	text-align: right;
}
	#title-comments a {
		color: #fff;
	}
		#title-comments a:hover {
			color: #069;
		}
#comments-inner {
	text-align: left;
	padding: 0 10px 10px 10px;
}
#comments-big-title {
	color: #fff;
	font-size: .9em;
	margin: 20px 30px;
}
#comments-list {
	border-bottom: 1px solid #666;
	margin: 20px 20px 50px 20px;
}
.comment-block {
	border-top: 1px solid #666;
	text-align: left;
	padding: 10px;
}
.comm_num {
	display: none;
}
.comment-text {

}
.comment-meta {
	text-align: right;
	font-size: .9em;
	color: #666;
}
	.comment-meta a {
		color: #999;
	}
		.comment-meta a:hover {
			color: #fff;
		}
#comments_form {
	margin: 0 20px;
}
#comments_form p {
	margin: 10px 0;
}
textarea#comment {
	border: 0;
	overflow: hidden;
	background: #000;
	color: #fff;
	font: 12px "trebuchet ms", arial, sans-serif;
}
#textareabox {
	padding: 5px;
	border: 1px solid #333;
}
.mini {
	margin: 5px 0;
	padding: 0px;
}
.mini input {
	color: #fff;
	background: #000;
	border: 0;
	border-bottom: 1px solid #333;
	font: 12px "trebuchet ms", arial, sans-serif;
}

/*the shirt design page
----------------------------*/

#shirt-design-inner {
	background: #000 url("../../styles/imgs/shirt-bg-black.jpg") bottom right no-repeat;
	width: 700px;
	height: 350px;
	border: 3px solid #999;
	margin: 30px auto;
	text-align: left;
	padding: 0 15px
}
#shirt-title {
	text-align: left;
	color: #fff;
	margin-bottom: 20px
}
#shirt-design-inner p {
	text-align: left;
	margin: 0 30px;
}

/*the copyright
----------------------------*/

#copyright-inner {
	height: 400px;
	width: 800px;
	background: #000;
	border: 3px solid #999;
	margin: 10px auto auto auto;
	text-align: left;
}
#copyright-container {
	margin: 20px 30% 20px 20px;
}
#copyright-main-title {
	font-size: 1.5em;
}
.copyright-title {
	font-size: 1.2em;
	margin: 5px 0;
}
#copyright-inner p {
	margin: 0 0 5px 20px;
}

/*the copy/meta
----------------------------*/
#copy-meta {
padding: 10px;
}
#copy-meta a {
	color: #666;
}
	#copy-meta a:hover {
		color: #ccc;
	}
#copyrightdiv {
	text-align: center;
	color: #666;
}
#copy-meta-clear {
	clear: both;
}
