/*
Author: Estan Cabigas
Author URI: http://estancabigas.com/
Theme Name: EstanCabigas
*/

@charset "utf-8";

* {
	margin:0;
	padding:0;
	}

body {
	background-color: #FFFFFF;
	text-align: left;
	}
	
li {
	list-style: none;
	}

#wrapper {
	margin: 0;
	padding: 5px 5px 5px 40px;
	width: 8000px;
	font-size: 0.9em;
	background-color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	}
	
a img {
	border: none;
	padding-bottom: 3px;
	border-bottom: dotted 2px #FF9900;
	}
	
a:hover img {
	border-bottom: solid 2px #CC0000;
	}

#wrapper_blog {
	margin: 0;
	padding: 5px 5px 5px 40px;
	width: 960px;
	background-color: #FFFFFF;
	font-size: 0.9em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	}
	
#header {
	margin: 0;
	}

h1 {
	font-size: 1.3em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
h2 {
	font-size: 1.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0.05em;
	margin: 15px 0;
	color: #666666;
	}
	
#header h1 a {
	text-decoration:none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight: normal;
	color: #333333;
	}
	
#header h1 a:hover {
	color: #CC0000;
	}
	
#menu {
	text-align: left;
	padding: 10px 0 50px 0;
	height: 60px;
	}
	
#menu a {
	color: #666666;
	text-decoration: none;
	}
	
#menu a:hover {
	color: #FF9900;
	}

#menu ul {
	margin: 0;
	padding: 0;
	}
	
#menu li {
	padding: 0 20px 5px 0;
	list-type: none;
	}
	
#menu_col1, #menu_col2, #menu_col4  {
	float: left;
	width: 230px;
	}

#menu_col3 {
	float: left;
	border-right: dotted #CCC 1px;
	width: 310px;
	}
	
#menu_col4 {
	width: 150px;
	padding-left: 10px;
	}

#menu_col4 a {
	color: #FF9900;
	}
	
#menu_col4 a:hover {
	color: #000000;
	}

#content {
	padding: 5px 0;
	margin: 0;
	text-align: left;
	}	
		
.left img, .alignleft img {
	float:left;
	border: none;
	padding: 0 5px 5px 0;
	}

.right, .alignright {
	float:right;
	}
	
#content p {
	padding: 5px 0;
	}
		
#content a {
	text-decoration: none;
	color: #CC0000;
	}
	
#content a:hover {
	color: #FF9900;
	}

.content_left {
	float: left;
	width: 430px;
	padding: 0 10px 50px 0;
	color: #666666;
	line-height: 140%;
	}
	
.content_left h2 {
	border-bottom: dotted 1px #CCCCCC;
	margin-bottom: 5px;
	}
	
.post {
	clear: both;
	padding-bottom: 20px;
	}
	
.entry ul {
	padding: 10px 20px; 
	}
	
.postmetadata {
	clear: both;
	font-size: 0.8em;
	}
	
blockquote {
	background:url(images/quote.png) no-repeat;
	margin: 10px 20px;
	padding-left: 15px;
	font-style: italic;
	color: #AAA;
	}	
	
.wp-caption-text {
	font-style: italic;
	font-size: 0.8em;
	line-height: 130%;
	letter-spacing: 0.005em;
	color: #666666;
	padding-right: 5px;
	}
	
#sidebar {
	width: 470px;
	margin-left: 460px;
	font-size: 0.8em;
	line-height: 120%;
	color: #666666;
	}
	
#sidebar strong {
	color: #333;
	}
	
#sidebar ul {
	margin: 0;
	padding: 0;
	}
	
#sidebar li {
	padding-bottom: 3px;
	}
	
#sidebar_1 {
	float: left;
	width: 300px;
	}
	
#sidebar h1 {
	text-transform: uppercase;
	font-size: 2.5em;
	color: #CC0000;
	line-height: 78%;
	font-weight: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-bottom: 15px;
	}
	
#sidebar_2 {
	width: 140px;
	margin-left: 310px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	border-left: dotted 1px #CCC;
	padding-left: 10px;
	}
	
#others a {
	color: #FF9900;
	}
	
#others a:hover {
	color: #000;
	}
	
#others ul {
	padding-bottom: 15px;
	}
	
#slideshow_left {
	float: left;
	width: 450px;
	padding-top: 53px;
	}
	
#slideshow_right {
	width: 450px;
	margin: 0 0 0 460px;
	padding-top: 53px;
	}
	
#subscribe {
	background: #FFFFCC;
	padding: 10px;
	margin: 10px 0;
	line-height: 140%;
	}
	
#subscribe a img {
	border: none;
	}
	
#gallery li {
	display: inline;
	padding-right: 10px;
	list-style: none;
	}
	
#slideshows {
	width: 960px;
	}
	
#slideshows li {
	display: inline;
	padding-right: 10px;
	}
	
#contact {
	float: left;
	width: 430px;
	text-align: left;
	color: #666666;
	}
	
#contactform {
	width: 470px;
	margin-left: 450px;
	text-align: left;
	padding: 0 0 0 10px;
	border-left: dashed 1px #CCC;
	}
	
#comment {
	width: 430px;
	}
		
#footer {

	clear: both;
	color: #999;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	height: 15px;
	font-size: 0.75em;
	padding-top: 15px;
	}
	
#footer a {
	text-decoration: none;
	color: #CCC;
	}

	