/*
THEME NAME: Rosser Portfolio
THEME URI: http://gaberosser.com
DESCRIPTION: Simple, minimalistic, ideal for professional artists
VERSION: 1.0
AUTHOR: <a href="http://gaberosser.com">Gabriel Rosser</a>
AUTHOR URI: http://gaberosser.com
*/

@import "reset.css";

body {
	background: #F4F4F4;
	font-family: "Garamond", "Georgia", "Times New Roman", Times, serif;
	font-size: 16px;
	color: #585858;
	border-top:6px solid #99CC66;
}

a {
	color: #669933;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: 700;
}

h3 {
	text-transform:uppercase;
}

hr {
	border-color:-moz-use-text-color -moz-use-text-color #E0E0E0;
	border-style:none none solid;
	border-width:0 0 4px;
	margin: 25px 0 10px;
}

em {
	font-style: oblique;
}

blockquote {
	font-style: italic;
	background: url(images/quotes.png) no-repeat top left;
	background-position: 12px 12px;
	color: #595959;
	margin: 5px 0;
	padding: 8px 15px 8px 60px;
}
author {
	font-style: normal;
	color: #BBB;
	font-size: 18px;
}

#wrapper {
	width: 960px;
	background: #F4F4F4;
	margin: 0 auto;
}

#header {
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
	height: 180px
}

#logo {
	font-size: 24px;
	margin: 30px;
	font-weight: bold;
}

#logo a {
	color: #99CC66;
}

#description {
	font-size: 20px;
	color: #666666;
	margin: 5px 0 50px 30px;
}

#menu {
	float:right;
	margin:0 auto;
	overflow:hidden;
	width:500px;
}

#menu ul {
	float: right;
}

#menu ul li {
	float: left;
	padding: 10px;
	font-size: 18px;
	font-family: "Myriad Pro", "Helvetica Nueue" , sans-serif;
	font-weight: bold;
	font-stretch: condensed;
}

#menu ul li a {
	color: #999999;
	-webkit-transition-property:color; 
	-webkit-transition-duration: .2s, .2s; 
	-webkit-transition-timing-function: linear, ease-in;
}

#menu ul li a:hover, #menu ul li a:active {
	color: #99cc66;
	text-decoration: none;
}

#container {
	width: 960px;
	overflow: hidden;
	margin: 25px auto;
}

#content {
	float: left;
	width: 510px;
}

.post {
	margin-bottom: 50px;
	float: left;
}

.post-title {
	font-size: 200%;
	line-height: 1.2;
	font-weight: normal;
}

.post-title a {
	color: #333333;
}

.page-subtitle {
	font-weight: 700;
	color: #CCC;
	font-size: 90%;
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom: 1px solid #DCDCDC;
	margin-bottom: 15px;
}

.post-meta {
	font-size: 85%;
	color: #999;
	margin-top: 5px;
}

.post-meta a {
	color: #666666;
}

.post-comments {
	float: right;
	background: url(images/cbubble_left.gif) no-repeat top left;
	padding: 3px 0 7px 7px;
}

.post-comments a {
	background: url(images/cbubble_right.gif) no-repeat top right;
	padding: 3px 7px 7px 0;
	color: #FFFFFF;
}

.post-comments a:hover {
	color: #FFFFFF;
}

.post-content {
	margin-top: 15px;
}

.post-content h2 {
	font-size: 140%;
	margin-bottom: 10px;
	border-bottom: 1px solid #DCDCDC;
	padding: 10px 0 5px;
}

.post-content h3 {
	border-bottom:1px solid #DCDCDC;
	font-size:20px;
	font-weight:700;
	margin-bottom:5px;
	padding:10px 0 5px;
}

.post-content p {
	line-height: 1.3;
	margin-bottom: 10px;
}

.post-content p.wp-caption-text {
	color:#999999;
	font-family: 'Helvetica', Arial, sans-serif;
	font-size:12px;
	padding:5px 20px 30px;
}

.post-content p.readmore a {
	padding-left: 150px;
}

.post-content a img.front-list_thumbnail {
	border:1px solid #DCDCDC;
	float:left;
	height:150px;
	margin:0 20px 0 10px;
	padding:5px;
	width:150px;
	background: url(images/default-post-thumb.jpg) top left no-repeat #f4f4f4;
	-webkit-transition-property:color, background; 
	-webkit-transition-duration: .25s, .25s; 
	-webkit-transition-timing-function: linear, ease-in;
}

.post-content a:hover img.front-list_thumbnail {
	border-color: #BBB;
	background:#99CC66;
}

.post-content img.alignnone {
	background: #FFF;
	border: 1px solid #DCDCDC;
	padding: 4px;
}

.post-content img.alignleft {
	float: left;
	border: 1px solid #DCDCDC;
	margin: 0 25px 15px 0;
	padding: 4px;
}

.post-content img.alignright {
	float: right;
	border: 1px solid #DCDCDC;
	margin: 0 0 15px 25px;
	padding: 4px;
}

.post-content ul,.post-content ol {
	margin-left: 30px;
	margin-bottom: 20px;
}

.post-content ul {
	list-style: outside;
}

.post-content ol {
	list-style: decimal;
}

.post-content ul li,.post-content ol li {
	line-height: 1.3;
	margin-bottom: 5px;
}

.more-link {
	font-weight: 700;
	display: block;
	margin-top: 10px;
}

.section-title {
	border-bottom:1px solid #DDDDDD;
	font-size:24px;
	margin-bottom:10px;
	padding-bottom:10px;
}

.navleft {
	float: left;
	margin: 0 15px 15px 0;
}

.navright {
	float: right;
	margin: 0 0 15px 15px;
}

.navigation div a {
	font-size: 110%;
}

#comments ol li {
	margin-top: 2px;
	border-bottom: 1px solid #F0F0F0;
	padding: 10px 0;
	overflow: hidden;
	height: 1%;
}

.comment-gravatar {
	float: left;
	margin-right: 10px;
	background: #FFF;
	border: 1px solid #F0F0F0;
	padding: 3px;
}

.comment-data {
	float: left;
	width: 400px;
}

.comment-data p {
	margin-bottom: 6px;
	line-height: 1.3;
}

.comment-author {
	font-weight: 700;
	margin-bottom: 3px;
}

.comment-meta {
	color: #666;
	margin-bottom: 5px;
	font-size: 85%;
}

.unapproved {
	font-style: italic;
}

#respond {
	margin-top: 30px;
}

#comment-form {
	margin-top: 15px;
	margin-bottom: 10px;
}

label {
	font-size: 90%;
	display: block;
	margin-bottom: 5px;
}

input {
	margin-bottom: 10px;
	padding: 5px;
}

textarea {
	width: 550px;
	height: 100px;
	font-family: 'Myriad', 'Arial', Helvetica, sans-serif;
	font-size: 100%;
	padding: 10px;
	border-left:1px solid #BBBBBB;
	border-top:2px solid #999999;
	border-bottom: none;
	border-right:none;
}

input.btn {
	background: #99CC66;
	border:medium none;
	color:#FFFFFF;
	margin:20px 0 0 5px;
	padding:10px 17px;
}

input.btn:hover {
	background-color: #669933;
}

#sidebar {
	float: right;
	width: 240px;
}

.sidepanel {
	margin-bottom: 30px;
}

.sidepanel h3 {
	border-bottom:1px solid #DCDCDC;
	color:#333333;
	font-size:15px;
	font-weight:bold;
	margin:0 10px 10px 0;
	padding:0 0 5px;
	text-transform:uppercase;
}

.sidepanel ul li {
	border-bottom:1px solid #EFEFEF;
	line-height:1.2;
	margin:0 10px 0 0;
	padding:5px;
	
}

.sidepanel p {
	margin-top: 8px;
	line-height: 1.3;
}

.textwidget {
	line-height: 1.5em;
}

#wrapper2 {
	background:none repeat scroll 0 0 #999999;
	color:#EEE;
	margin:0 auto;
}
#wrapper2 a {
	color: #EEE;
}

#footer {
	margin: 0 auto;
	width: 900px;
	padding: 40px 0 0;
}

.footwidget {
	float:left;
	margin-right:20px;
	padding:0 0 20px;
	width:auto;
}

.footwidget h3 {
	border-bottom:1px solid #BBBBBB;
	font-size:18px;
	font-weight:bold;
	margin-bottom:9px;
	padding-bottom:10px;
}

.footwidget li {
	line-height:1.1em;
	list-style-type:disc;
	margin:0 0 0 30px;
	padding:5px;
}

#legal  {
	background: #BBB;
	color:#f4f4f4;
	border-top:1px solid #A8CADB;
	clear:both;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size:10px;
	margin:0 auto;
	padding:20px 0;
	text-align:center;
}

#legal li {
	display:inline;
	font-size:14px;
	padding:0 10px;
	text-decoration:none;
}
#legal li a {
	color:#669933;
}

.sep {
	color: #CCC;
	margin: 0 8px;
}

.ico-small {
	vertical-align: middle;
	margin: 0 5px 2px 0;
}

/* Home Page */

#homeblock {
	width: 960px;
	margin: 10px auto;
	float: left;
}

#homeblock.feature {
	background-color:#F4F4F4;
	margin:0 0 50px;
	padding:0 20px;
}

#homeblock.feature h3 {
	font-size:24px;
	font-weight: normal;
	border: none;
	text-transform: none;
}

#homeblock.welcome img.hi {
	position:relative;
	top:-47px;
}

#homeblock div {
	float: left;
	padding: 20px;
	font-size: 22px;
	background-color:#FFF;
}

#homeblock div.testimonial {
	padding:8px 15px 30px 60px;
}

actioncall a {
	background-color: #99cc66;
	padding: 10px 12px;
	color: #FFF;
	float: right;
	margin: 2px;
/* top-right rounded corner */
	-webkit-border-top-right-radius: 20px;
	-khtml-border-radius-topright: 20px;	
	-moz-border-radius-topright: 20px;
	border-top-right-radius: 20px;
/* bottom-left rounded corner */
	-webkit-border-bottom-left-radius: 20px;
	-khtml-border-radius-bottomleft: 20px;	
	-moz-border-radius-bottomleft: 20px;
	border-bottom-left-radius: 20px;
/* Transitions */
	-webkit-transition-property:background-color; 
	-webkit-transition-duration: .25s, .25s; 
	-webkit-transition-timing-function: linear, ease-in;
}

actioncall a:hover {
	text-decoration: none;
	background-color: #669933;
}

/** FEATURE **/

#featured_container {width: 300px; background: #ddd; border: 2px solid #a1a1a1;}
.featured_single {width:300px; display: block; background: #fff; padding: 10px 15px;}
.featured_image {margin: 0px auto;}
.featured_image a {border: 2px solid #ddd; float:left; display: block;min-height:160px;width:300px;background:url(images/featurebg.gif);}
.featured_image a:hover {border: 2px solid #99cc66;}
h3.featured-title {font-size:18px;text-transform:uppercase;display: block; border:none; text-align:center;}

/** PORTFOLIO **/

#content.portfolio {
	width: 960px;
	float: left;
}
#content.portfolio .post {
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #DCDCDC;
	float:left;
	margin:10px;
	padding:0 12px;
	width:434px;
}
/** Coming Soon **/

.waiter {
	margin:-120px 0 0 480px;
	position:absolute;
	float: right;
}
span.ampersand {
	font-family: 'Baskerville';
	font-style: italic;
}

#post-share {
	left:-570px;
	margin-left:50%;
	padding:10px 10px 20px;
	position:absolute;
	top:245px;
	width:75px;
}

.share-widget {
	margin: 0 0 10px 5px;
}
