/*
Theme Name: Portfolio
Description: A Wordpress portfolio theme.
Author: Garret Buie
Author URI: http://www.redworks.sk/
*/


body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #ffffff;
	color: #bababa;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, arial, sans-serif;

	font-weight: 300;
	color: #828282;
	font-size: 15px;
}

#wrapper {
	width: 900px;
	padding: 50px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: left;

}

a {
	color: #87CEFA;
text-decoration: none;
}

a:hover {
	color: #bababa;
text-decoration: none;

}




p {

}



/*------------- HEADER -------------*/

img {
	border: 0px;
}


#style {
	position: absolute;
	top: 10px;
	
}

#logo {
	font-family: Helvetica, Arial, sans-serif;

	float: left;
	padding: 30px 0 35px 0;
	_padding: 30px 0 35px 0;
}


h1, h1 a {
	text-decoration: none;
	color: #87CEFA;
	font-size: 2.6em;
	font-weight: normal;
margin: 0 0 0 -4px;
padding: 0;


}

h1 a:hover {
	color: #828282;
}

h2{
	color: #828282;
	font-size: 2em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}


#logo h2 {
	margin: -15px 0 0 0;
}







/*------------- NAVIGATION -------------*/




/*------------- BELOW2 -------------*/

#nav3 {
	padding-right: 8px;
	float: left;
	text-align: left;
	margin: 0px;
	clear: both;



}

#nav3  ul {
	margin: 0px;
	padding: 0px;
	
}

#nav3 li {
	list-style-type: none; 
	margin: 0px;
	padding: 0px;
	display: inline;
	text-transform: lowercase;


	
}

#nav3 li a {
	text-decoration: none;
	color: #828282;
margin: 0 100px 0 0;
	font-size: 35px;
	letter-spacing: -1px;
	font-weight: light;
	text-shadow: 0 0 0 #fff;
}

#nav3 li a:hover {
	color: #87CEFA;

}


#nav3 .home {
	margin-right:5px;
}



/*------------- CONTENT -------------*/

#content {
	margin: 0;
	margin-bottom: 30px;	
	line-height: 21px;
	background: #fff;

}


.left {
	float: left;
}

.left img {
	width: 500px;
	width: expression(this.width > 500 ? 500: true);
	height: auto;
}

.right {
	width: 300px;
	line-height: 21px;
	_margin-top: 5px;
	color: #87CEFA;

}

.pageleft {
	width: 400px;
	float: left;
	line-height: 23px;
}

.pageright {
	width: 400px;
	float: right;
	line-height: 23px;
}



.post {
padding: 10px 30px 10px 0;
	float: left;
	width: 900px;
	color: #828282;
	
}


.post li {
	list-style: none;
}



.alignleft {
	margin: 5px 10px 5px 0;
}

.alignright  {
	margin: 5px 0 5px 10px;
}




#content h1 {
	text-decoration: none;
	color: #87CEFA;
	font-size: 35px;
	letter-spacing: -1px;
	font-weight: 300;
	text-shadow: 0 0 0 #fff;
margin: 0 0 7px 0;
}


#content h2 {
	text-decoration: none;
	color: #bababa;
	font-size: 25px;
	letter-spacing: -1px;
	font-weight: 300;
	text-shadow: 0 0 0 #fff;
margin: 0 0 7px 0;
}




.meta a, .meta {
	color: #828282;
	text-decoration: none;
	margin: 0 0 10px 0;
}



.meta a:hover  {
	color: #fff;
	text-decoration: underline;
}


#browse {
	width: 800px;
	
background: #fff;
}

div.alignleft,  div.alignright{
	display: block;
	width: 40%;
	padding: 3px 0px 3px 0px;
}

div.alignleft {
	float: left;
	text-align: left;
}

div.alignright {
	float: right;
	text-align: right;
}
div.alignleft a, div.alignright a {
	font-size: 0.8em;
	text-decoration: none;
	text-transform: uppercase;
	color: #000;
	
}

div.alignleft a {
	padding: 3px 7px 3px 15px;
	background: #fff url('images/arrow-left-off-dark.png') top left no-repeat;
	color: #828282;
}

div.alignleft a:hover {
	background: #fff url('images/arrow-left-on-dark.png') top left no-repeat;
	color: #bababa;
}

div.alignright a {
	padding: 3px 15px 3px 7px;
	background: #fff url('images/arrow-right-off-dark.png') top right no-repeat;
	color: #828282;
}

div.alignright a:hover {
	background: #fff url('images/arrow-right-on-dark.png') top right no-repeat;
	color: #bababa;
}




/*------------- COMMENTS -------------*/

#comments , #commentform{
	width:500px;
	padding: 0;
	margin: 0;
	float: left;
	clear: both;
}

#comments h3 {
	font-size: 1.7em;
	color: #a2987b;	
	margin: 30px 0 10px 0;
}


div.avatar {
	width: 50px;
	float: left;
}

div.comment {
	width: 450px;
	float: left;
	margin-bottom: 40px;
}
.comment span{
	font-weight: bold;
	padding: 0;
	margin: 0;
	font-size: 1.2em;
}

ul.commentlist {
	padding: 0;
	margin: 0;
	float: left;
	
}

.commentlist li {
	padding: 10px 0 0;
	list-style: none;
}

form textarea {
	margin: 5px 0 0 0;
	width: 450px;
	padding: 5px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
}

form input {
	margin: 5px 5px 0 0;
	padding-left: 5px;
}



/*------------- FOOTER -------------*/

#footer {
	width: 900px;
	padding: 30px 30px 30px 0;
	display: block;
	float: left;
	color: #828282;
font-weight:300;
	
}

#copyright {
	float: left;
}


#copyright a:hover {
	color: #bababa;
	
}

#icons {
float: right;
	text-transform: uppercase;
		font-size: 0.9em;
}

#icons a:hover {
	color: #828282;
}

#icons img {
	float: left;
}


#footer a {
	color: #828282;
	text-decoration: none;
}
#footer a:hover {
	color: #bababa;
	
}


#footer img {
	border: none;
	margin: 0 5px 0 0;
}


/*---- Add title and date to post

<div class="right">
				<h2><a href="<?php the_permalink(); ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2>
					<p class="meta"><?php the_time(__('d M Y')) ?>  <?php edit_post_link(__("edit")); ?></p> 
					
					<?php echo apply_filters('the_content', $content[1]); ?>
				</div> ----*/
/*----<?php if (function_exists('linquist_navigation')) {linquist_navigation();}?>---*/