/* @override 
	http://www.chrisueda.com/wp-content/themes/chrisueda/style.css
	http://localhost:8888/chrisuedadev/wp-content/themes/chrisueda/style.css
	http://www.chrisueda.com/wp-content/themes/chrisueda_v2/style.css
*/

/*
Theme Name: chrisueda.com
Theme URI: http://www.chrisueda.com
Description: Theme for www.chrisueda.com
Version: 2
Author: Christopher Ueda
Author URI: http://www.chrisueda.com
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

.clear {
	clear: both;
}

/* @group clearfix */

/* =Clearfix (all browsers)--------------------------------*/.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}/* IE6 */ * html .clearfix {height: 1%;}/* IE7 */*:first-child+html .clearfix {min-height: 1px;}

/* @end */

body {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #5a5959;
	margin: 0;
	padding: 0;
	background: #dfdfdf url(images/metal_texture_background_test.jpg) repeat fixed center top;

}

a:active {
  outline: none;
}

:focus {
  -moz-outline-style: none;
}


#pattern2 {
	position: fixed;
	left: -51px;
	bottom: -85px;
	width: 478px;
	height: 262px;
	z-index: -1000;
}



a {
	text-decoration: none;
	color: #5a5959;
}
#wrapper	{
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
	top: 0;
}


#main {
	width: 960px;
	margin: 0 auto;
}


#header {
	margin: 0;
	padding: 0;
	position: relative;
	background: url(images/nav.png) no-repeat 0 top;
}

#blog-title a{
	display: block;
	background: url(images/logo.png) no-repeat 5px top;
	height: 240px;
	width: 130px;
	text-indent: -1000px;
	margin-right: auto;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0;
	float: right;
	margin-bottom: 10px;
}

#access {
	right: 0;
	top: 0px;
	background-color: white;
	background: url(images/nav_top.png) no-repeat;
	margin: 0;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 20px;
	z-index: 1;
	position: absolute;
}
.menu {
	margin-top: 7px;
	font-weight: bold;
}
.menu li {
	float: left;
	list-style-type: none;
	display: inline-block;
	font-size: 13px;
	padding-right: 15px;
	padding-left: 15px;
}

.menu li a{
	text-decoration: none;
	color: gray;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

.menu .current_page_item {
	background: url(images/bullet.png) no-repeat 0 center;
}
.menu .current_page_item a{
	color: #4d4d4d;

}

.menu li a:hover {
	color: #21176d;
}

#container {
	min-height: 400px;
	
}

#front_page, #posts_container{
	width: 705px;
	background-color: rgba(0,0,0,.1);
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border: 1px solid #d0d0d0;
	border-bottom-width: 20px;
	border-bottom-color: #959595;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	margin-left: 200px;
	margin-top: 30px;
}

#posts_container_in{
}


#cat_title {
	text-transform: uppercase;
	color: #575757;
	text-shadow: #fff 0 1px 0;
	
	font-size: 1.4em;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 17px;
}
#front_page{
	float: left;
	position: relative;
}
#front_page h2{
	margin-bottom: 10px;
}
.large_section:first-child{
	margin-top: 0;
	border-top: none;
}
.large_section{
	padding-left: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: 1px solid #f0f0f0; 
	border-bottom: 1px solid #909090;
}
#front_page em{
	position: relative;
	z-index: 2;
	display: block;
	color: white;
	background-color: silver;
	font-weight: normal;
	font-style: normal;
}
.post {
	width: 675px;
	padding-top: 30px;
	float: left;
	padding-bottom: 30px;
	border-top: 1px solid #f0f0f0; 
	border-bottom: 1px solid #909090;
	padding-left: 30px;
}
.post:last-child{
	border-bottom: none;
}
.post_content{
	color: #575757;
	margin-top: 20px;
	width: 360px;
}
.post h2, .post h3{
	margin-bottom: 10px;
	font-size: 1.2em;
		text-shadow: #fff 0 1px 0;
}

.post p {
		font-size: .8em;
	line-height: 1.5em;
	margin-bottom: 1em;
	text-shadow: rgba(255,255,255,0.6) 0 1px 0;

	
}

.post a{
	color: #4d4d4d;
}
.post a:hover{
	text-decoration: underline;
}
p.category {
	font-style: italic;
}
.post .tools{
	text-transform: capitalize;
	font-weight: bold;
}

.post .category{
	text-transform: capitalize;
}

#post-2 p{
	font-size: 1em;
	line-height: 1.4em;
	width: 400px;
}

#post-2 input{
	width: 300px;
}

#post-2 p.button input{
	width: 100px;
	float: right;
	margin-right: 100px;
}

.launch img{
	position: relative;
}
#sidenav {
	width: 130px;
	font-size: 14px;
	line-height: 22px;
	text-transform: capitalize;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
	//background: url(images/nav.png) no-repeat 0 bottom;
	border: 1px solid #d0d0d0;
	position: fixed;
	top: 0;
	padding: 10px 20px 5px 15px;
	border-top-style: none;
	background-color: rgba(0,0,0,.1);
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;

}
#sidenav a:hover {
	color: #1e1e1e;
}

/*#sidenav a:active{
	bottom: -1px;
	position: relative;
}*/
#sidenav .current-cat a{
	font-weight: bold;
}

#sidenav .cat-item{
	text-align: right;
	margin-top: 2px;
	margin-bottom: 2px;
}

#sidenav ul{
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 7px;
}
#sidenav #more {
	font-size: .9em;
	font-weight: bold;
	border-bottom: none;
}

#more li.cat-item{
	height: 19px;
}
#footer{
		//background: url(images/bottom.jpg) no-repeat 0 bottom;
	clear: both;
	padding-top: 20px;
	padding-bottom: 10px;
	color: gray;
}

.images{
	//height: 600px;
}
.images img{
	border: 1px solid #c0c0c0;
	float: left;
}

.images a:hover img{
	border-color: #989899;
}

.main_img {
	margin-right: 30px;
	margin-top: 0;
	margin-left: 0;
}

.images .size-thumbnail {
	margin-right: 10px;
	margin-top: 10px;
}

#footer {
	margin-bottom: 15px;
}
#footer p {
	text-align: center;
	font-size: 12px;
	color: black;
}

input {
	font-size: 1em;
	width: 120px;
}
span.edit {
	font-size: 11px;
}

span.edit a:hover{
	text-decoration: underline;
}



.group:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }

