/*  
Theme Name: Eyes of Thailand
Description: Eyes of Thailand Wordpress theme.
Version: .9b
Author: Elvis Murks
Author URI: http://www.jsmedia.com
Tags: simple, clean, fixed width, widget-ready, widgets, right sidebar, two columns, valid XHTML, valid CSS
*/

body {
	margin: 50px;
	padding: 0;
	color: #000;
	font: 14px futura, sans-serif;
	background-color: #9cd2ea;
}
a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}


/* container */


#container {
	width: 850px;
	margin: 0 auto;
	padding:0;
	background:#333333;
	color:#333;
	overflow: hidden;
	}

/*** Header ***/
#header {
	height: 225px;
	width: 985px;
	margin: 0 auto;
}
#header h1 {
	font-weight: normal;
	font-size: 30px;
}
#header h2 {
	font-weight: normal;
	font-size: 14px;
	color: #ffffff;
}
#header h1 a {
	color: #273647;
	text-decoration: none;
}
#header #logotitle #logo {
	float: left;
	width: 34px;
	height: 5px;
}
#header #logotitle #title {
	position: relative;
	top: 5px;
	left: 24px;
}
#header #menu {
	top:162px;
        margin-right:10px;
    padding-left:310px;

	float: left;
	width: 640px;
	position: relative;
	height: 30px;
	bottom: 32px;
	list-style:none;
background-color: #000;
}
#header #menu li {
	float: left;
padding-right: 10px;
}
#menu a:link,
#menu a:visited,
#menu a:active {
	margin: 0 0 0 22px;
	padding: 0px;
	color: #BBBBBB;
	text-decoration: none;
	font-size:16px;
	text-transform: uppercase;
}

#menu a:hover {
	color: #00a3d0;
}

#menu .current_page_item a:link,
#menu .current_page_item a:visited,
#menu .current_page_item a:active {
	color: #FFFFFF;
	}




/*** Main ***/
#main {
	width: 800px;
	margin: 0 auto;


}
#main #content {
	float: left;
	width: 515px;
	margin-top: 25px;



}
.post {
	margin-top:5px;
	margin-bottom: 30px;
	line-height: 20px;
	background-color: #ffffff;
	padding: 20px 20px 10px 20px;
	border: 1px solid black;
	height:100%;
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')

	
}

.postforwardback {
	margin-top:5px;
	margin-bottom: 30px;
	line-height: 22px;
	background-color: #FFF;
	padding: 10px 20px 10px 20px;
	border: 1px solid black;
	font-size:16px;
}


.postforwardback a {
	color:#0066CC;
}


.post .postheader h2 {
	font-size: 17px;
	color: red;
	margin-bottom: 8px;
	
}
.post h2 {
	font-size: 20px;
	margin-top:0;
	padding-top: 0;
	text-transform:uppercase;
}
.postheader h2 a {
	font-size: 20px;
	font-weight:600;
	text-decoration: none;
	color: #273647;
	margin-top: 8px;
}
.post .postheader h2 a:hover {
	text-decoration: underline;
}
.post h3 {
	font-size:15px;
	font-weight:700;
	padding: 0px;
	margin: 0px;
}
.post h4 {
	margin:0px;
	padding: 0 0 8px 0;
	color: #666;
	text-transform: uppercase;
	font-size: 12px;
	font-weight:500;
	line-height:16px;
}
.post .postmeta {
	width: 100%;
	font-size: 11px;
	border-top: solid 1px #ababab;
	padding-top:4px;
	line-height:14px;
	padding-bottom:15px;
}
.post a {
	color:#0066CC;
}

.post .tags {
	width: 100%;
	font-size: 12px;
	border-top: solid 1px #ababab;
	padding: 5px 0 10px 0;
}

.postcontent img {
	border: 1px solid #666;
	
}

.post img {
	margin-top: 5px;
	margin-bottom: 5px;

}

.postheader img {
	border: 1px solid #666;
	margin-bottom:22px;
}
.post p {
	margin-top:0px;
	padding-top:0px;
}
/*** Sidebar ***/
#sidebar {
	float: right;
	width: 249px;
	line-height: 23px;
	margin-top: 20px;
	padding: 10px 0 0 20px;
}
#sidebar img {
	border: none;
}
#sidebar ul {
	list-style: none;
	margin-top: 0;
	margin-left: 15px;
	padding-left:0px;
}
#sidebar li {
	list-style-type: disc;
	color:#FFF;
}
#sidebar li a {
	font-size: 16px;
	color: white;
	text-decoration: none;
}

#sidebar a {
	color: #FFFFFF;

}
#sidebar li a:hover {
	text-decoration: underline;
}
#sidebar .sidebarbox {
	margin-bottom: 20px;
	width: 245px;
}
#sidebar .sidebarbox h3 {
	color: #FFF;
	font-size: 18px;
	margin-bottom: 12px;
}
/***  Search form ***/
.searchform form {
	margin-top: 4px;
}
.searchform #search {
	width: 180px;
}
/*** Comments ***/
.allcomments h3 {
	font-size: 15px;
}
.commentbox {
	margin: 0 0 20px 0;
	padding: 10px;
	border: 1px solid #ababab;
	background: #f6f6f6;
}
.commentbox .avatar {
	float: left;
	margin-right: 5px;
}
.commentbox small {
	font-size: 11px;
}
.commentbox p {
	margin-bottom: 0px;
}
.commentbox .commentmeta {
	width: 300px;
}
#commentform label {
	display:block;
	margin: 0;
}
#commentform .text {
	width: 300px;
	margin: 0 0 15px 0;
}
#commentform strong {
	font-size: 11px;
}
#commentform textarea {
	width:450px;
	height:150px;
	margin:0;
	padding:5px;
}
/*** Footer ***/
#footer {
	width: 100%;
	background: #ffffff;
	font-size: 12px;
	color: gray;
	overflow: hidden;
	text-align: center;
	height:170px;
	border-top: 1px solid black;
}
#copyright {
	width:540px;
	float:right;
	padding-top: 30px;
}

#copyright a {
	color:#000000;
}

#sffs {
	float:left;
	padding: 55px 0px 0px 45px;
}
#dvaprod {
	float:left;
	padding:20px 45px 0px 20px;
}
#indiewood {
	float:left;
	padding: 45px 15px 0 10px;
}
/*** Wordpress ***/
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
	margin: 0 10px 0px 0;
}
.alignright {
	float: right;
	margin: 0 0 5px 5ppx;
}
.wp-caption {
	border: 1px solid #ccc;
	text-align: center;
	background-color: #f3f4f0;
	padding-top: 4px;
	margin-bottom: 10px;
}
.wp-caption img {
	float: none;
	margin: 0;
	padding: 0;
	padding-bottom:2px;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0px;
	margin: 0px;
}
/*** Misc ***/

.action_button_inner {
	background-color:#86c8e5;
	
	background-repeat:repeat-x;
	border:1px solid #666666;
	padding:10px 13px;
	position:relative;
	color: white;
	text-decoration:none;
	-moz-box-shadow: 3px 3px 4px #292929;
	-webkit-box-shadow: 3px 3px 4px #292929;
	box-shadow: 3px 3px 4px #292929;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#292929')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#292929')
}

.action_button_inner a{

	text-decoration:none;
}

#email_list_wrapper img.icon {
	float: right;
	width: 100px;
	padding-top: 2px;
}

.simulated_textfield {
	background-color: white;
	border: 1px solid black;
	color: gray;
	padding: 2px;
	padding-left: 5px;
	margin-top: 5px;
}
.simulated_textfield .cursor {
	position: relative;
	top: -1px;
	left: -3px;
	text-decoration: blink;
}

/* Home Page */

#home_left_column {
	float: left;
	margin-top: 30px;
	padding-left: 0px;
	width: 450px;
background-color: #9cd2ea;
}


#home_right_column {
	float: left;
	margin-top: 60px;
	padding-left: 16px;
	width: 330px;
background-color: #9cd2ea;
}

#home_right_column .action_button_inner {
	float: left;
	width: 128px;
	height:80px;

}

#newspaper {

font-size: 12px;
margin-top: 115px;
height: 125px;
padding:70px 10px 0 105px;
background-image: url('http://eyesofthailand.com/images/home/quote_on_newspaper_background.png');
background-repeat: no-repeat
}

#newspaper_txt {
color: red;
line-height: 1.3em;
margin-left: 50px;
width: 210px;
}

#action_button {

float: left;
width: 254px;
padding-bottom: 30px;
font-size: 13px;

}

#main #content_home {
	float: left;
	width: 815px;
	margin-top: 25px;
background-color: #9cd2ea;

}
#main #content_home .postwide {
	margin-top:5px;
	line-height: 20px;
	color: white;
	font-size: 16px;
	padding-bottom: 20px;

}

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 245px;
	color: #FFFFFF;
	}

#wp-calendar #next a {
	padding-left: 60px;
	padding-right: 0px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	}

#wp-calendar tbody a {
	display: block;
	font-weight: 600;
	background-color: #879667;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	padding-bottom:15px;
	font-size:1.4em;
	font-weight:700;
	}

#wp-calendar tbody td {
	width:45px;
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	 }
/* End Calendar */

.spc {
	height:300px;
	}
