/*
Theme Name: Sam's Portfolio
Theme URI: http://samlester.net
Description: A custom portfolio and blog theme for SamLester.net
Version: 1.5
Author: Sam Lester
Author URI: http://revavo.com/
Tags: minimalistic, clean, fixed width, three column, two column, separate blog, portfolio
*/

	
/* containers
----------------------------------------------------------------------------------------------------*/

body {
	background-color: #ededed;
	color: #1e1e1e;
	text-align:center;
	font-family: "museo-sans-1","museo-sans-2", "Trebuchet MS", "Arial";
	font-weight: 500;
}

p {
	font-size: 14px;
}


#wrapper {
	margin: 0 auto;
	width: 900px;
	text-align: left;
}

#intro,.content, #footer {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	behavior:url(scripts/border-radius.htc);
	padding: 20px 30px;
	margin-bottom: 20px;
}

#header {
	height:100px;
	padding-top:50px;
}

.content {
	background-color:white;
}

#intro {
	background-color:#29aae1;
}

#credits {
	width:900px;
	float:left;
}

.with-sidebar {
	float:left;
	width:560px;
	padding-top: 30px;
}

.sidebar {
	width:200px;
	margin-left:20px;
	float:right;
}

.portfolio-content {
	padding-right:10px;
	height:100%;
}

ul#similar {
	list-style-type:none;
}

.blogroll a {
	text-decoration:none;
}

.blogroll a img {
	top:5px;
}

ul#similar li {
	margin-left:0;
}


	
/* section formatting
----------------------------------------------------------------------------------------------------*/

h1 {
	padding: 0;
	margin: 0 0 10px 0;
}

#intro p {
	padding: 0;
	margin: 0 0 0 0;
	font-size: 16px;
	text-transform: lowercase;
}

#intro h1 {
	color: white;
	margin: 0;
}

#intro a {
	color: #1e1e1e;
	text-decoration: none;
}
	
/* header */
#header #logo {
	float:left;
}

#header h1 a {
	color:#191919;
	text-decoration:none;
}

#header h1 a:hover {
	color:#464646;
	text-decoration:none;
}


h1 {
	text-transform: lowercase;
	font-size: 27px;
	font-weight: 300;
}

strong {
	font-weight: 500;
}

a {
	line-height:0.00;
	text-decoration:underline;
	color:#29aae1;
}

a:hover {
	text-decoration:none;
	line-height:0.00;
	color:black;
}


	
/* content */
.portfolio {
	background:#1e1e1e;
	float:left;
	width:280px;
	height: 150px;
	margin-right:3px;
	margin-bottom:3px;
	behavior:url(library/border-radius.htc);
}

.portfolio a.thumb {
	text-decoration:none;
	display:block;
	position:relative;
	overflow:hidden;
	height:150px;
	color:#333;
	border:none;
}

.portfolio h4 {
	position:relative;
}

.portfolio a:focus,#content div.portfolio a:hover {
	text-decoration:none;
}

.portfolio img {
	position:absolute;
	width:280px;
	height:150px;
	border:0;
	z-index:3;
}

.portfolio span.title {
	padding-left:25px;
	padding-bottom:50px;
	padding-right:20px;
	padding-top:20px;
	position:absolute;
	bottom:0;
	left:0;
	color:#FFF;
}

.portfolio span.category {
	bottom:3px;
	position:absolute;
	margin-left:25px;
	margin-bottom:20px;
	margin-right:20px;
	margin-top:0;
	background-color:transparent;
	font-size:12px;
	color: white;
}

.portfolio span.category a {
	bottom:3px;
	margin-bottom:20px;
	text-decoration:none;
	font-size:12px;
	color:#888888;
}

.portfolio span.category a:hover {
	font-size:12px;
	border:none;
	color:#c8c8c8;
}


	
/* footer */

	
/* Content Area */
.postmetadata {
	font-size:12px;
}

small {
	color:#bbb;
}

.pagetitle,.post h2 {
	margin-top:0;
}

.column {
	margin-right:10px;
	width:280px;
	float:left;
}

.margin-left {
	margin-left:20px;
	width:800px;
}


	
/* navigation
----------------------------------------------------------------------------------------------------*/

	
/* NAVIGATION - Basic code - don't modify */
#main-nav {
	margin-bottom:0;
	margin-top:5px;
	float:right;
	padding:0;
	text-transform: lowercase;
	font-weight: 700;
}

#main-nav li {
	padding-left:0;
	padding-bottom:0;
	padding-right:15px;
	padding-top:0;
	text-align:left;
	display:block;
	list-style:none;
	margin:0;
	float:left;
	position:relative;
	cursor:default;
	z-index:5;
}

#main-nav a {
	display:block;
	z-index:4;
}

#main-nav ul {
	display:none;
	position:absolute;
	left:0;
	margin:0;
	padding:0;
}

* html #main-nav ul {
	line-height:0;
}


	
/* IE6 "fix" */
#main-nav ul a {
	zoom:1;
	line-height:1.1;
}


	
/* IE6/7 fix */
#main-nav ul li {
	float:none;
	margin:0;
	padding:-1px;
}

#main-nav ul ul {
	top:0;
}


	
/* MAIN NAVIGATION _ Essentials - configure this */
#main-nav ul {
	width:150px;
}

#main-nav ul ul {
	left:150px;
}


	
/* MAIN NAVIGATION - Everything else is theming */
#main-nav :hover {
	background-color:none;
	color:#FFF;
}

#main-nav a {
	padding-left:10px;
	padding-bottom:6px;
	padding-right:10px;
	padding-top:6px;
	color:#FFF;
	font-size:13px;
	line-height:1;
	border:none;
	text-decoration:none;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	background-color: #1e1e1e;
}

#main-nav li.hover a {
	background-color:#29aae1;
}

#main-nav ul li a {
	font-weight:normal;
	-moz-border-radius:0;
	-webkit-border-radius:0;
}

#main-nav li ul li a {
}

#main-nav ul a {
	border-bottom:none;
}


	
/*- I also needed this for IE6/7*/
li.categories a {
	color:white;
}

li.categories a:hover {
	
}

li.categories a:hover {
}

li.cat-item-3 a {
	color:white;
}

li.page-item-2 a {
	color:white;
}

li.homelink a {

}

#main-nav a:hover {

}


	
/* search */
#search {
	position:relative;
	float:right;
	top:5px;
	height:40px;
	width:165px;
}

#search #s {
	float:left;
	display:block;
	margin:0;
	padding:5px 5px 5px 20px;
	width:140px;
	border:none;
	font-size:12px;
	color:#999;
	vertical-align:bottom;
	background:#FFF url(img/search.png) 3px 5px no-repeat;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	behavior:url(border-radius-ie8.htc);
	line-height:1;
}

#search #s:hover {
	color:#666;
	background:white url(img/search.png) 3px 5px no-repeat;
}


	
/* prev next navigation */
.navigation,.navigation-archive {
	clear:both;
	margin-bottom:10px;
	margin-top: 10px;
	height:33px;
	text-align:center;
}

.next-page a {
	padding-left:10px;
	padding-bottom:6px;
	padding-right:10px;
	padding-top:6px;
	margin-right: 15px;
	margin-top: 15px;
	color:#FFF;
	font-size:13px;
	line-height:1;
	border:none;
	text-decoration:none;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	background-color: #1e1e1e;
	color: white;
	float:right;
}

.prev-page a{
	padding-left:10px;
	padding-bottom:6px;
	padding-right:10px;
	padding-top:6px;
	margin-top: 15px;
	color:#FFF;
	font-size:13px;
	line-height:1;
	border:none;
	text-decoration:none;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	background-color: #1e1e1e;
	color: white;
	float: left;
}

.prev-page a:hover, .next-page a:hover {
	background-color: #29aae1;
}




	
/* other stuff
----------------------------------------------------------------------------------------------------*/

	

	
/* gallery */
#gallery {
	border:10px solid #ededed;
}

#gallery-nav {
	margin-left:0;
	margin-bottom:25px;
	margin-right:0;
	margin-top:2px;
	padding:0;
	list-style:none;
}

#gallery-nav li {
	display:inline;
	margin:0;
	padding:4px 2px;
	background:transparent;
}

#gallery-nav li.current {
	background: #ededed;
}

#gallery-nav li.current a {
	color: #1e1e1e;
}

#gallery-nav li a {
	color:#1e1e1e;
	font-weight:bold;
	text-decoration:none;
	border:none;
	padding:5px;
}


	
/* forms */
input,textarea {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	font-size:12px;
	-webkit-border-radius:5px;
	border:none;
	padding:6px;
	background:#ededed;
	line-height:1;
}

textarea {
	
}

#submit {
	font-weight:bold;
	padding:5px 10px;
	border:1px solid #aaa;
}

.contactleft {
	padding-top:10px;
}


	
/* comments */
#respond h3 {
	border-bottom:1px solid #ddd;
	padding-bottom:7px;
}

.commentlist {
	padding:0;
	margin:0;
}

.commentlist li {
	margin:10px 0 0;
	padding:10px;
	list-style:none;
	border:1px solid #ddd;
}

.commentlist li ul {
	padding:0;
	margin:0;
}

.commentlist li ul li {
	margin-right:0;
	margin-left:0;
}

.commentlist li .avatar {
	float:left;
	border:1px solid #eee;
	padding:2px;
	background:#fff;
	margin-right:10px;
}

.commentlist cite,.commentlist cite a {
	font-weight:bold;
	font-style:normal;
}

.commentmetadata {
	font-weight:normal;
	font-size:11px;
}

.children {
	padding:0;
}

.nocomments {
	text-align:center;
	margin:0;
	padding:0;
}

.commentmetadata {
	margin:0 0 10px;
	display:block;
}

.even,.alt {
	background:#f8f6f2;
}

ul.children li.odd {
	background:#f6ede7;
}

.thread-odd {
	background:#f6ede7;
}

.thread-even {
	background:#f8f6f2;
}

.depth-1 {
}

.says {
	display:none;
}

.cancel-comment-reply small {
	font-size:1em;
}

.bypostauthor {
	background:#fff;
}

.cancel-comment-reply {
	margin-bottom:20px;
}


	
/* widgets */
h3.sub {
	margin-bottom:7px;
}

.item ul li {
	border-bottom-color:#dddddd;
	border-bottom-style:solid;
	border-bottom-width:1px;
	display:block;
	list-style:none;
	margin:0;
	padding:8px 0;
}

.item ul li a {
	display:block;
	border:none;
	font-weight:bold;
}

.item dt {
	font-weight:bold;
	float:left;
	width:80px;
	padding-bottom:7px;
	clear:left;
}

.item dd {
	padding-bottom:7px;
}

.item h4 {
	color:#666;
	margin-bottom:10px;
}

.textwidget {
	margin-bottom:30px;
}

#wp-calendar {
	width:100%;
}

#wp-calendar td {
	text-align:center;
}

#wp-calendar thead {
	font-weight:bold;
	background:#eee;
}

#wp-calendar td#prev {
	text-align:left;
}

#wp-calendar td#next {
	text-align:right;
}