/*
Theme Name: two thousand ten
Theme URI: http://dan.mowchan.com/
Description: 2010 Theme for dan.mowchan.com
Version: 1.0
Author: Dan Mowchan
*/


body {
	background: url("style/images/background.jpg") repeat-y center;
	background-color: #d6c299;
	font-size: 12px;
	font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
	color:#000;
	padding:0;
	margin:0;
}
.clear{
clear: both;
}
a {color: #009999;}
a:visited {color:#009999;}
a:hover {color: #564b47;}
a:active {
	color:#000000;
	position: relative;
	top: 1px;
}
img{
	border: 3px solid rgb(255, 255, 255);
	border: 3px solid rgba(255, 255, 255, 0.5);
}
p, pre{
	padding: 0px;
	margin:0px;
}
h1 {
	font-family: Union, Georgia, serif;
	font-size: 3.5em;
	font-weight: normal;
	margin:0;
	text-shadow: 0px 1px 0px #fff;
}
h2 {
	font-family: Union, Georgia, serif;
	font-size: 2.3em;
	font-weight: normal;
	color: #993300;
	margin:0;
	text-shadow: 0px 1px 0px #fff;
	padding-top: 5px;
	padding-bottom: 15px;
}
h3{
	font-family: Union, Georgia, serif;
	font-weight: normal;
	font-size: 2.0em;
	padding-bottom: 5px;
	padding-top: 5px;
}
h4{
	font-family: Union, Georgia, serif;
	font-weight: normal;
	font-size: 1.5em;
	color: #993300;
	text-shadow: 0px 1px 0px #fff;
}
/* Layout */
#container {
	width: 940px;
	margin-bottom: 10px;
	margin: 0 auto;
	padding-top: 30px;
}
#header{
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	height: 64px;
	padding-bottom: 20px;
}
#headLeft{
	float: left;
}
#headRight{
	font-family: Union;
	float: right;
	position: relative;
	top: 32px;
}
/* Navigation */
#nav{
	list-style: none;
	width: 500px;
	text-align: right;
}
.nav_li{
	display: inline;
	color: #000;
	font-size: 1.5em;
	text-transform: lowercase;
	padding-left: 10px;
	border: none;
}
.nav_li a{
	color: #000;
	text-decoration: none;
}
.nav_li a:hover{
	color: #993300;
}


/* Logo */
#logo-home{
	display: block;
	width: 110px;
	height: 70px;
}
h1#logo{
	width: 104px;
	height: 64px;
	background: url(style/images/logo.png) top left no-repeat;
	text-indent: -9999px;
	float: left;
}
h1#logo.hover{
	background-position: -104px;
}

#front_content {
	margin-top: -20px;
	padding-top: -20px;
}
div#content { 
	min-height:600px;
	height:expression(this.scrollHeight > 600 ? "auto":"600px"); 
}


/* Front Page Layout */

#front_left {
	float: left;
	width: 380px;
	margin: 0;
	padding: 0;
}
#front_right {
	float: right;
	width: 140px;
	padding: 0;
	margin: 0;
}
#front_middle {
	padding: 0px;
	width: 380px;
	margin: 0 400px;
}
div#front_middle { 
	min-height:600px;
	height:expression(this.scrollHeight > 600 ? "auto":"600px"); 
}
.linkarrow{
	margin-left: -5px;
	border: none;
}
a.front_h2links{
	text-decoration: none;
	color: #993300;
}
a:hover.front_h2links{
	text-decoration: underline;
}
.noborder{
	border: none;
}
		/* Introduction */
		#front_introduction{
			background: rgba(255, 255, 255, 0.25);
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
			padding: 15px;
			padding-top: 0px;
			margin-top: -15px;
			margin-bottom: 15px;
			}
		#front_introduction_p{
			font-size: 1.15em;
		}
		#front_introduction_h{
			margin-bottom: 5px;
		}
		
		/* Recent Posts */
		#front_recent_ul{
			list-style: none;
			padding: 0 0 0 0;
			margin: 0 0 0 0;
		}
		a.home_rec_l{
			font-family: "Georgia", Serif;
			font-size: 1.5em;
			font-style: italic;
		}
		.home_rec_d{
			display: none;
		}
		.home_rec_r{
			display: none;
		}
		.home_rec_e{
			padding-left: 0px;
			padding-top: 5px;
			padding-bottom: 7px;
		}
		
		/* RSS */
		#subscribe_list{
			list-style: none;
			padding: 0 0 0 0;
			margin: 0 0 0 0;
		}
		.subscribe_list_li{
			display: inline;
			padding: 7px;
		}
		.rss-links{
			vertical-align: text-bottom;
			margin-bottom: -1px;
		}
		
		/* Be Social */
		.besocial_icons{
			list-style: none;
			padding: 0 0 0 0;
			margin: 10px 0 0 0;
		}
		.besocial_icons_li{
			display: inline;
			padding-right: 5px;
		}

		
		/* Goodies */
		
		/* 365 */
		#front_365_ul{
			list-style: none;
			padding: 0 0 0 0;
			margin: 0 0 0 0;
		}
		
		/* Flickr */
		#flickr_pic_ul{
			list-style: none;
			padding: 0 0 0 0;
			margin: 0 0 0 0;
		}
		.flickr_pic_li:nth-child(even){
			float: right;
			position: relative;
			top: -75px;
		}
		.front_flickr_pic{
			width: 57px;
			height: 57px;
			margin-bottom: 10px;
		}
		

/* Blog layout */

#leftcolumn { 
 width: 540px;
 float: left;
 padding-right: 20px;
}
#rightcolumn { 
 float: right;
 width: 380px;
 display: inline;
 position: relative;
 margin-top: -10px;
}
.blog_posttitle_box-41{
	margin-top: -5px;
	width: 540px;
	background: rgb(255,255,255);
	background: rgba(255,255,255,0.3);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.blog_posttitle_box{
	margin-top: -5px;
	width: 540px;
	background: rgb(255,255,255);
	background: rgba(255,255,255,0.3);
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
.blog_posttitle{
	vertical-align: middle;
	margin-top: -2px;
	padding-left: 80px;
}
.blog_posttitle a{
	text-decoration: none;
	font-size: 1.3em;
}
#footer {
	clear: both;
	margin: 0;
	padding: 0;
	text-align: right; 
	padding-bottom: 30px;
}
		/* Date */
		.blog_postdate { 
		    font-family: Union, Georgia,"Times New Roman", serif; 
		    line-height: 1; 
		    width: 60px;
		    margin-top: -53px;
		    float: left;

		}
		.blog_postdate span { 
		    display: block; 
		    text-align: right; 
		}
		.post_month { 
		    text-transform: uppercase; 
		    padding-right: 2px;
		    font-size: .9em;
		    margin-bottom: -2px;
		    
		}
		.post_day { 
			font-size: 2.5em;
			color: #993300;
		
		}
		
		/* Old/Newer entries links */
		.entries{
		list-style: none;
		margin: 0px;
		padding: 0px;
		}
		#entNew.entries{
		float: right;
		}
		#entOld.entries{
		float: left;
		margin-left: -40px;
		}
		

/* Single post */
		/* Comments */
		#commentlist{
		padding: 0;
		margin: 0;
		list-style: none;
		}
		#commentlist li{
		padding-bottom: 20px;
		}
		.commentauthor{
		}
		.commentdate{
		padding-top: 2px;
		float: right;
		}
		.commenttext{
		background: rgb(255,255,255);
		background: rgba(255,255,255,0.5);
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		display: block;
		padding: 15px;
		margin-left: 80px;
		margin-bottom: 6px;
		margin-top: 15px;
		}
		li.author .commenttext{
		background: rgb(0,0,0);
		background: rgba(0,0,0,0.5);
		color: #fff;
		}
		.commentavatar{
		float: left;
		position: absolute;
		margin-top: 29px;
		}
		h3#respond{
		padding-top: 20px;
		padding-bottom: 10px;
		text-align: right;
		}
		input{
		font-size: 12px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border: none;
		background: rgba(255,255,255,0.25);
		padding: 10px;
		margin-bottom: 10px;
		width: 520px;
		}
		textarea{
		font-size: 12px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border: none;
		background: rgb(0,0,0);
		background: rgba(0,0,0,0.25);
		color: #fff;
		padding: 10px;
		margin-bottom: 10px;
		width: 520px;
		}
		#commentslogged{
		padding-bottom: 10px;
		}
		.commentdirections{
		padding-left: 5px;
		}
		#commentssubmit{
		width: 540px;
		}
		.commentsinputs{
		text-align: right;
		font-size: 12px;
		color: #993300;
		}
		
		/* Captions */
		.wp-caption-text{
		text-align: right;
		padding-right: 7px;
		padding-top: -1px;
		font-weight: bold;
		font-size: .8em;
		}
				
		
/* Work Page */
span#work_introduction_red{
	color: #993300;
}
ul.navigation{
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	padding-top: 10px;
}
ul.navigation li{
	display: inline;
	text-align: center;
}
#slider {
  width: 800px;
  margin: 0 auto;
  position: relative;
}
.scroll {
  height: 400px;
  overflow: auto;
  position: relative; /* fix for IE to respect overflow */
  clear: left;
  background: rgb(255,255,255);
  background: rgba(255, 255, 255, 0.25);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.scrollContainer div.panel {
  padding: 10px;
  padding-top: 0;
  height: 380px;
  width: 780px; /* change to 560px if not using JS to remove rh.scroll */
}
.scrollButtons {
  position: absolute;
  top: 200px;
  cursor: pointer;
}
.scrollButtons.left {
  left: -43px;
  border: none;
}
.scrollButtons.right {
  right: -43px;
  border: none;
}
img.unselected {
	opacity:0.4;filter:alpha(opacity=40);
}
a.selected img{
	opacity:1.0;filter:alpha(opacity=100);
}

	/* Slider layout */
	.panelL{
		float: left;
		width: 300px;
		padding-top: 10px;
	} 
	.panelR{
	    float: right;
		width: 460px;
		text-align: left;
	}
	.panelR_ul{
		padding: 0px;
		margin-left: 25px;
		margin-top: -20px;
	}
/* Archive */
.post{
	padding-bottom: 20px;
}
.post p{
	padding-bottom: 10px;
}
a.more-link{
	text-align: right;
	float: right;
	margin-bottom: 20px;
}

/* 365 Category Page */
#div-365{
	padding-bottom: 20px;
}
#ul-365{
	list-style: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
.post-365{
	width: 300px;
	height: 140px;
	display: inline;
	float: left;
	padding-right: 20px;
}
.post-365:nth-child(3n+3)
{
	padding-right: 0px;
	margin-right: 0px;
	width: 300px;
}
.post-365 img{
	width: 294px;
	height: 110px;
}
.posttitle-365{
	position: relative;
	top: 38px;
	left: 3px;
	padding-left: 10px;
	background: rgb(255,255,255);
	background: rgba(255,255,255,0.5);
	height: 15px;
	width: 70px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
.posttitle-365 a{
	position: relative;
	top: -7px;
	color: #000;
	text-decoration: none;
}
.posttitle-365 a:active{
	top: -6px;
}

/* Contact */
.zcmail_success{
	font-size: 12px;
	text-align: center;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: none;
	background: rgb(102,204,204);
	background: rgba(102,204,204,0.5);
	padding: 10px;
	margin-bottom: 10px;
	width: 520px;
}
.zcmail_error{
	font-size: 12px;
	text-align: center;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: none;
	background: rgb(153,51,0);
	background: rgba(153,51,0,0.5);
	padding: 10px;
	margin-bottom: 10px;
	width: 520px;
}
fieldset{
	border: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
