/*---------------------------------------------*\
| Theme Name: TanCom Blog			|
| Theme URI: http://tan-com.com/blog		|
| Description: The new blog page for TanCom	|
| Author: Tyler Nienhouse			|
| Author URI: http://tan-com.com/		|
| Version: 0.1					|
\*---------------------------------------------*/ 

@font-face {
	font-family: 'custom-regular';
	src: url('../fonts/sansation_regular-webfont.eot');
	src: local('☺'),
	url('../fonts/Sansation_Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'custom-bold';
	src: url('../fonts/sansation_bold-webfont.eot');
	src: local('☺'),
	url('../fonts/Sansation_Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body {
	background: #000000 url('../images/background1.jpg') top center repeat-x fixed;
	font-size: 16pt;
}
a {
	color: black;
	text-decoration: none;
}
a:hover {
	font-family: custom-bold, Sansation, Arial, DejaVu, Verdana, sans;
}
.bold {
	font-family: custom-bold, Sansation, Arial, DejaVu, Verdana, sans;
	font-size: 14pt !important;
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
}
.indent {
	padding-left: 20px;
	margin-top: 0px !important;
	padding-top: 0px !important;
}

#GIANT {
	height: 550px;
	margin-left: -455px;
	margin-top: -269px;
	position: absolute;
		top: 50%;
		left: 50%;
	width: 910px;
}

#brown-box {
	background: #98562E;
	filter: alpha(opacity=70);
	height: 450px;
	opacity: 0.70;
	position: fixed;
	width: 910px;
	z-index: -10;

	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	box-shadow: 0 0 20px rgba(0,0,0,1);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,1);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,1);
}

#container {
	height: 450px;
	width: 910px;
}

#left-content {
	background: #97B021 url('../images/logo.png') top left no-repeat;
	color: #FEF5DB;
	float: left;
	height: 410px;
	margin: 20px auto auto 20px;
	overflow: hidden;
	position: fixed;
	width: 225px;

	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	box-shadow: 0 0 20px rgba(0,0,0,0.6);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.6);
}
#left-content h1, #left-content h1 a {
	color: #FEF5DB;
	font-family: custom-bold, Sansation, Arial, DejaVu, Verdana, sans;
	font-size: 30pt !important;
	margin: 5px 15px 0px 15px;
	padding-left: 10px;
	text-align: center;

	text-shadow: 1px 1px 5px #000;
}
#left-content h1 a:hover {
	font-family: custom-regular, Sansation, Arial, DejaVu, Verdana, sans;
}
#left-content a {
	color: #FEF5DB;
}
#left-content #main {
	background: #FEF5DB;
	color: #000000;
	margin: 5px 0px;
	padding: 5px 0px;
	width: 225px;
}
#left-content p.tagline {
	font-size: 9pt;
	margin: 0px;
	text-align: center;
}
#left-content p {
	font-size: 16pt;
	margin: 10px 15px;
	text-align: left;

	text-shadow: 1px 1px 5px #000;
}
#left-content #main a {
	color: #000000;
}
#left-content #main p {
	text-shadow: 0 0 0;
}
#left-content p small {
	font-size: 12pt;
}
#left-content p.extra-small {
	margin: 5px;
	font-size: 9pt;
	text-align: center;
}
#left-content p.extra-small a:before {
	content: "";
	content: none;
}
#left-content p.extra-small a {
	color: #0E5A6C;
	text-decoration: underline !important;
}
#left-content #icons {
	height: 30px;
	overflow: hide;
	text-align: center;
	width: 100%;
}
#left-content #icons a:before {
	content: "";
	content: none;
}
#left-content #search {
	margin: 3px 0px 0px 5px;
	padding: 0px;
}

#left-content ul li a:before {
	content: "»  ";
}
#left-content ul#nav {
	margin: 0px auto 2px 30px;
}
#left-content ul#links {
	margin: 20px auto 5px 30px;
}
#left-content ul {
	list-style: none;
}
#left-content ul li {
	height: 22px;
	position: relative;
}
#left-content ul li:hover {
	height: auto;
	position: relative;
}
#left-content li ul {
	background: #FEF5DB;
	display: none;
	margin-left: 30px;
}
#left-content ul li a {
	display: block;
	text-decoration: none;
}

* html ul li { float: left; }
* html ul li a { height: 1%; }

#left-content li:hover ul {
	display: block;
}
#left-content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#right-content {
	background: #0E5A6C;
	float: right;
	margin: auto;
	position: absolute;
		right: 20px;
		top: -20px;
	width: 625px;

	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	box-shadow: 0 0 20px rgba(0,0,0,0.6);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.6);
}

.article {
	margin: 0px 20px;
	width: 625px;
}
.article a {
	color: #0E5A6C;
}
.article a:hover {
	color: #0089a6;
	font-weight: normal;
	text-decoration: underline;
}
.article a:hover img {
	text-decoration: none !important;
}
.article .title {
	background: #0E5A6C;
	color: #FEF5DB !important;
	float: left;
	height: 40px;
	margin: -15px 0px 20px -33px;
	overflow: hidden;
	text-transform: lowercase;
	width: 650px;

	text-shadow: 1px 1px 5px #000;
	border-radius: 14px;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	box-shadow: 0 0 10px rgba(0,0,0,0.6);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.6);
}
.article .title p.date {
	float: left;
	font-size: 13pt;
	height: 40px;
	margin: 0px;
	padding: 2px 0px 0px 0px;
	text-align: center;
	text-transform: lowercase;
	width: 40px;
}
.article .title p.date a {
	color: #FEF5DB !important;
	text-decoration: none;
}
.article .title  h2 {
	float: left;
	font-size: 20px;
	font-weight: normal;
	margin: 5px 0px 0px 10px;
	width: auto;
}
.article .title h2 a {
	color: #FEF5DB !important;
	float: left;
	font-size: 20pt;
	text-decoration: none;
	width: auto;
}
.article .title p.edit {
	float: right;
	font-size: 12px;
	margin: 16px 12px 0px 0px;
	width: auto;
}
.article .title p.edit a {
	color: #FEF5DB !important;
	text-decoration: none;
}
.article .content {
	background: #FEF5DB;
	color: #000000;
	font-size: 12pt;
	margin: 20px 0px 0px -20px;
	padding: 20px;
	width: 585px;
}
.article .content p {
	font-size: 12pt;
	margin: 15px 0px 5px 0px;
}
.article .content .alignright {
	float: right;
	margin: 5px;
}

.article .content .alignleft {
	float: left;
	margin: 5px;
}

.article .content .aligncenter {
	margin: 5px auto 5px auto;
}

.article .content .wp-caption{

	background: #EBEBEB;
	border: 1px solid #C2C2C2;
	clear: both;
	padding: 5px;
	width: auto;

}

.article .content .wp-caption p {
	margin: 5px;
	text-align: center;
}
.article .content .wp-caption img {
	margin: 5px;
}
.article .content blockquote {
	background: #EBEBEB;
	border: 1px solid #C2C2C2;
	margin: 15px 0px 0px 0px;
	padding: 10px;
}
.article .content blockquote p {
	margin-top: 0px !important;
}
.article .content code {
	display: block;
	font-family: courier monospace;
	font-size: 12pt;
	margin: 15px;
}
.article .content ul, .article .content ol {
	list-style: normal !important;
	margin: 10px 0px 10px 40px;
}
.article .content ul ul, .article .content ol ol {
	margin: 5px 0px 10px 30px;
}
.article .content ul {
	list-style-type: disc;
}
.article .content ol {
	list-style-type: decimal;
}
.article .content ol ol {
	list-style-type: lower-alpha;
}
.article .content a.more-link {
	border-top: 2px dashed #C2C2C2;
	clear: both;
	color: #808080 !important;
	float: left;
	font-size: 12pt;
	margin: 10px 0px 10px 0px;
	text-align: right;
	text-decoration: none;
	text-transform: lowercase;
	width: 584px;
}
.article .content a.more-link:hover {
	border-top: 2px dashed #404040;
	color: #404040 !important;
}
.article .content p.info {
	border-top: dashed 1px #C2C2C2;
	font-size: 12pt;
	margin: 20px auto 30px auto;
	text-align: center;
	text-transform: lowercase;
}
.article .content .metas, .article .content .metas a {
	font-size: 10pt;
	color: #808080 !important;
}
.article .content .metas a:hover{
	color: #404040 !important;
	font-family: custom-bold, Sansation, Arial, DejaVu, Verdana, sans;
}

.clear {
	clear: both;
}
.newer_older {
	height: 20px;
	margin: 25px 0px 10px 0px;
	text-align: center;
	width: 100%;
}
p.top-link {
	color: #00758f;
	font-size: 12px;
	margin: auto;
	margin-bottom: 0px;
	text-align: center;
	width: 15em;
}


#respond {
	color: #FEF5DB;
	margin: 10px;
	padding: 0px 10px 0px 10px;
	width: 580px;
}
#respond a {
	color: #FEF5DB;
}
#respond a:hover {
	color: #FEF5DB;
	font-weight: normal;
	text-decoration: underline;
}
#respond input.form, #respond textarea.form {
	background: #FEF5DB;
	border: 1px solid #808080;
	margin: 5px 0px;
	width: 300px;
}
#respond textarea.form {
	width: 580px !important;
}
#respond h2#comments, #respond h2#postcomment {
	color: #FEF5DB;
	font-size: 18pt;
	margin-top: 20px;
}
#respond ol.commentlist {
	background: #ebebeb;
	border: 1px solid #c2c2c2;
	color: #000000;
	list-style: none;
	margin: 0px 0px 20px 0px;
	padding: 5px;
	width: 535px;
}
#respond ol.commentlist a {
	 color: #0E5A6C;
}
#respond ol.commentlist li {
	border-bottom: 1px dashed #c2c2c2;
	margin: 5px;
	margin-bottom: 10px;
	overflow: hidden;
	padding-bottom: 5px;
}
#respond ol.commentlist li cite {
	float: left;
	font-size: 14px;
	font-style: normal;
	text-align: center !important;
	width: 100px;
}
#respond ol.commentlist li .commenttext {
	background: #d1d1d1;
	border: 1px solid #c2c2c2;
	float: right;
	min-height: 123px;
	padding: 5px;
	width: 405px;
}
#respond ol.commentlist li.tbtitle {
	border: 0px solid;
	margin: 10px 0px 5px 5px;
}
#respond ol.commentlist li.trackback {
	border: 0px solid;
	margin: 0px 5px 5px 20px !important;
	padding:  0px;
}
#respond ol.commentlist li .title {
	float: left;
	font-size: 14px;
	font-style: normal;
	width: 100px;
}


#footer {
	background: url('../images/footer.png') top left no-repeat;
	height: 73px;
	margin: 15px auto;
	width: 600px;

	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	box-shadow: 0 0 20px #000000;
	-moz-box-shadow: 0 0 20px #000000;
	-webkit-box-shadow: 0 0 20px #000000;
}