/*  
Theme Name: Solo
Theme URI: http://themetrust.com/themes/solo
Description: A Single Page Portfolio Theme
Version: 1.1.2
Author: Theme Trust
Author URI: http://themetrust.com
Tags: portfolio, clean, minimal, white, single-page, two-columns, fixed-width, custom-background, translation-ready

TABLE OF CONTENTS

01 - Reset
02 - Global 
03 - General Layout
04 - Header
05 - Content
06 - Buttons
07 - Widgets
08 - Footer
*/

/* ///////////////////////////////////////////////////////////////////// 
//  01 - Reset
/////////////////////////////////////////////////////////////////////*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {	
	clear: both;
}
ul {
	list-style: none;
}

blockquote {
	quotes: none;	
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }

html {height: 101%;}

input[type="submit"]::-moz-focus-inner {border:0;}
input[type="submit"]::-webkit-focus-inner {border:0;}




/* ///////////////////////////////////////////////////////////////////// 
//  02 - Global 
/////////////////////////////////////////////////////////////////////*/

body {
	font-size: 13px;
	font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;	
	width:auto; height:auto;	
	padding: 0 0 30px 0;
	margin: 0;
	color: #7d7d7b;	
	background: #efefef;	
}

p {
	line-height: 1.7em;
	margin: 0 0 20px 0;	
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

li {
	margin: 0 0 0 0;
	padding: 0;
}

img {
	margin: 0;
}

img.noBorder{
	padding: 0;
	background: none;
	border: none;
}

img.left {
	margin: 0 15px 15px 0;
	float: left;
}

a {
	text-decoration: none;
	outline: none;
}

a{	
	color: #c20000;	
}

a:hover {
	color: #ee0000;	
}

a img {
	border:none;
}

h1, h2, h3, h4, h5, h6{	
	color: #696969;	
	margin: 0 0 15px 0;
	font-weight: normal;
}

blockquote, address {
	margin: 0 0 30px 0;
	padding: 0 30px 0 30px;	
	font-style: italic;
	font-size: 1.2em;
	font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;	
}

code {
    font-family: "Courier New", Courier, serif;
	overflow: auto;
	padding: 2px;
	background: #fff;
}

pre code {
	background: none;
}

pre {
    margin: 0 0 20px;
	padding: 10px;
	background: #fff;
	overflow: auto;	
	border: 1px solid #e4e4e4;
}

.left {
	float: left;	
}

.right {
	float: right;	
}

.meta {
	color: #b0b0ad;
}

.meta a{
	color: #7d7d7b !important;
}

.meta a:hover{
	color: #b0b0ad !important;
}

input[type="email"], input[type="text"], textarea {
	background-color: #ebebeb;
	border: none;
	padding: 10px;
	font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #6a6a6a;			
}

input[type="text"]:focus, input[type="email"]:focus {outline: none; background: #f4f4f4;}
textarea:focus {outline: none; background: #f4f4f4;}

textarea { width: 500px; font-size: 13px;}



/* Clearfix ----------- */

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

a.action {	
	font-style: italic;
	font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;	
}



/* //////////////////////////////////////////////////////////////////////
//  03 - General Layout 
//////////////////////////////////////////////////////////////////////*/

#container {	
	width: 960px;
	margin: 0 auto;			
}

#header {
	width: 200px;
	position: fixed; /*--Fix the sidenav to stay in one spot--*/
	float: left; /*--Keeps sidenav into place when Fixed positioning fails--*/	
}

*html #header {
    position: absolute;
    left: expression( ( 0   ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) )   'px' );
    top: expression( ( 0   ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) )   'px' );
}

#main {
	float: right;
	width: 720px;
	margin: 0 auto;
	padding: 0 0 0 0;			
}

#content {		
	padding: 0 0 0 0;	
	margin: 0 0px 0 0;
	position: relative;	
}

#footer {
	width: 100%;
}

.oneThird {
	width: 200px;	
}

.twoThird {
	width: 432px;	
}



/*////////////////////////////////////////////////////////////////////////
//  04 - Header
///////////////////////////////////////////////////////////////////////*/

#header{
	text-align: center;
	padding-top: 30px;
}

#logo {		
	margin: 0px 0 40px 0;	
	font-weight: bold;
	cursor: pointer;
}

#header h1 {
	font-size: 55px;	
	padding: 0 0 0 0;
	color: #575757;
	font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;		
}

#header h1.logo {	
	padding: 0;
	margin: 0;	
}

#header h1 a, #header h1 a:hover{	
	color: #575757!important;	
}

#mainNav{		
	text-transform: uppercase;	
	font-size: 15px;
}

#mainNav li{
	margin: 0 0 10px 0;			
}

#mainNav li a{
	line-height: 25px;
	color: #7d7d7b;	
}

#mainNav li a:hover {
	line-height: 25px;
	color: #515151;	
}

#mainNav li a.selected {
	color: #c20000;
}


/*//////////////////////////////////////////////////////////////////// 
//  05 - Content
////////////////////////////////////////////////////////////////////*/

#content {
	margin: 0 0 30px 0px;	
}

.scrollWrap {	
	padding-top: 30px;
}

.soloSection {
	background: #fff;
	border: 1px solid #dadbdc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
}

.soloSection .inside{	
	padding: 30px 30px 10px 30px;	
}

#content .soloSection .sectionHeader{
	font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif !important;
}

#content h1 a, #content h2 a, #content h3 a, #content h4 a, #content h5 a{	
	color: #696969 ;
}

#content h1 a:hover, #content h2 a:hover, #content h3 a:hover, #content h4 a:hover, #content h5 a:hover{	
	color: #7d7d7b ;		
}


/*Column Shortcodes------------------*/

.one_half{ width:48%; }
.one_third{ width:30.66%; }
.two_third{ width:65.33%; }
.one_half,.one_third,.two_third{ position:relative; margin-right:4%; float:left; text-align:justify;text-justify:inter-ideograph;}
.last{ margin-right:0 !important; clear:right; }
.clearboth {clear:both;display:block;font-size:0;height:0;line-height:0;width:100%;}


/*Projects------------------*/

.projects {
	background: #e7e7e7;
	display: block;	
	margin-bottom: 30px;
	position: relative;
	border-bottom: 1px solid #dadbdc;	
}

.projects .projectDetails{
	display: none;
	border-top: 1px solid #dadbdc;	
	position: absolute;
	top: 0;	
	width: 100%;
}

.projectHeader {
	display: block;		
}

.closeBtn {
	position: absolute;
	right: 30px;
	top: 30px;
	display: block;	
	z-index: 100;	
}

.closeBtn a{
	width: 17px;
	height: 17px;
	display: block;	
	background: transparent url(images/close_btn.png) no-repeat;
	text-indent: -99999px;	
}

.closeBtn a:hover {	
	background-position: 0 -17px;
}

.projects .projectDetails .inside {	
	position: relative;
}

.projectThumbs {	
	list-style: none;
	
}

#content .projectThumbs li{
	padding: 0;
	background: none;		
}

#content .projectThumbs li{
	float: left;
	padding: 0;
	display: block;	
}

.projectThumbs li h1  {
	font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;	
	font-size: 14px;	
	padding-top: 10px;	
	margin: 0 10px 10px 5px;
}

#content .projectThumbs { 
	margin: 0 0 0 30px;
}

#content .projectThumbs li {  
  float: left;
  padding: 0;  
  margin: 0 15px 15px 0;
  overflow: hidden;
}

.projectThumbs li img,
.projectThumbs li strong {
  display: block;
}

.projectThumbs li img {
	border: 5px solid transparent;
}

#content .projectThumbs li:hover img {
	border: 5px solid #e6e6e6;
}

#content .projectThumbs li a.selected img {
	border: 5px solid #d8d8d8;
}

/*Slideshow------------------*/

#content .slideshow ul, #content  .slideshow li{
	margin:0;
	padding:0;
	list-style:none;
}

#content .slideshow, #content .slideshow li{ 
	width: 660px;
	height: 300px;
	overflow: hidden; 
}

.slideshowControls {
	display: block;
	background: #5d5d5d;
	color: #a2a2a2;
	padding: 13px 0 13px;
	width: 660px;
	margin: 0 0 30px 0;
	position: relative;		
}

.slideshowControls ol {
	list-style: none;
	display: inline-block !important;	
	padding: 3px 0 0 0 !important;
	margin: 0 0 0 16px !important;
	float: left;	
}

.slideshowControls ol li{	
	border: 0;
	margin: 0 6px 0 0 !important;
	float:left;	
}

.slideshowControls ol li a{	
	text-indent:-9999px;
	display:block;
	width:10px;
	height:10px;
	background: transparent url(images/bullets.png) no-repeat;
	line-height: 10px;		
}

.slideshowControls ol li a:hover {	
	background-position: -10px 0;
}

.slideshowControls ol li.current a{	
	background-position: -10px 0;
}

.prevNextControls {
	float: right;
	width: 30px;
	margin: 0 16px 0 0;
}

.prevNextControls .prevBtn a{
	text-indent:-9999px;
	background: transparent url(images/slideshow_arrows.png) no-repeat;
	width: 14px;
	height: 14px;
	display: block;
	float: left;
	background-position: 0 -14px;
}

.prevNextControls .prevBtn a:hover {
	background-position: 0 0;
}

.prevNextControls .nextBtn a{
	text-indent:-9999px;
	background: transparent url(images/slideshow_arrows.png) no-repeat;
	width: 14px;
	height: 14px;
	display: block;
	float: right;
	background-position: -14px -14px;
}

.prevNextControls .nextBtn a:hover {
	background-position: -14px 0;
}

/*Images------------------*/

#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}

#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}

#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#content img.alignleft, 
#content img.alignright, 
#content img.aligncenter {
	margin-bottom: 12px;
}

/*Gallery------------------*/

.gallery {
	padding-top: 15px;
	margin-bottom: 25px!important;		
}

.gallery-item {
	margin-top: 0px!important;	
	margin-bottom: 25px!important;	
}

.gallery img {
	border: none!important;
}

/*Lists------------------*/

#content ul{	
	margin:  0 0 25px 20px;
	list-style-type: disc;	
}

#content ul li{	
	margin: 0 0 10px 0;		
	line-height: 1.4em;
		
}

#content ol li{	
	margin: 0 0 10px 0;	
	line-height: 1.4em;
}

#content ol{	
	margin: 0 0 20px 20px;	
}

#content ul ul, #content ol ul, #content ul ol, #content ol ol {	
	margin-left: 20px;
	padding-top: 10px;	
}

/*Home Message------------------*/

#homeMessage {
	color: #696969;	
	padding: 30px 0 0 0;		
	font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;		
}

#homeMessage p{	
	font-size: 40px;
	line-height: 1.2em;
	margin-bottom: 0;	
}



/*//////////////////////////////////////////////////////////////////// 
//  06 - Buttons
////////////////////////////////////////////////////////////////////*/

.button, #searchsubmit, input[type="submit"]  {	
	font-size: 12px;
	background: #c20000 url(images/btn_bkg.png) repeat-x;	
	display: inline-block;	
	color: #fff !important;
	text-decoration: none;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.3);	
	position: relative;
	cursor: pointer;
	font-weight: bold;	
	padding: 5px 15px 6px;
	border: 1px solid rgba(0,0,0,.2);	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 5px 0 0;	
	line-height: normal !important;
}

.button:hover, #searchsubmit:hover, input[type="submit"]:hover {
	background-color: #da0000 !important;
}


/*///////////////////////////////////////////////////////////////////// 
//  07 - Widgets
////////////////////////////////////////////////////////////////////*/


#footer .widgetBox h3{
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 1.2em;
	font-size: 11px;
	text-transform: uppercase;	
	font-weight: bold;
	letter-spacing: 1px;	
}


#footer .widgetBox .meta {
	font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;
	font-style: italic;	
}

#footer ul{
	margin: 0 0 0 0;
	padding: 0px 0 0 0;		
	line-height: 1em;
	background: none;
	position: relative;	
}

#footer ul li{
	padding: 0px 0 0px 0;
	margin: 0 0 15px 0;	
	line-height: 1em;
	background: none;	
}

#footer ul li p{
	line-height: 1.3em;
	margin: 0;
}

#footer ul li h2{
	font-size: 13px;
	margin: 0 0 0px 0 ;	
	padding: 0 !important;	
	line-height: 1em;
	font-weight: normal;	
}


/*Twitter Widget--------------------*/

#twitterBox{
	margin: 0 0 10px 0;
}

ul#twitter_update_list li{
	line-height: 1.4em !important;	
}

.twitterLink a{		
	font-style: italic;
}


/*Flickr Widget--------------------*/

#flickrBox .flickrImage {
	float: left;
	margin: 0 12px 12px 0;
	padding: 3px;
	background: #686868;
	border: 1px solid #575746;
}

#footer.light #flickrBox .flickrImage {	
	background: #fff;
	border: 1px solid #e1e1e1;
}

#flickrBox .flickrImage img {
	width: 45px;
	height: 45px;
}

/*//////////////////////////////////////////////////////////////////// 
//  08 - Footer
////////////////////////////////////////////////////////////////////*/

#footer.dark {	
	background: #5d5d5d;
	color: #a2a2a2;		
	-webkit-border-radius: 10px;	
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#footer.light {	
	background: #fff;
	border: 1px solid #dadbdc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;	
	border-radius: 10px;
}

#footer.dark .widgetBox h3{	
	color: #989898;			
}

#footer.light .widgetBox h3{	
	color: #a2a2a2;		
}

#footer.dark .meta {
	color: #919191;	
}

#footer.light .meta {
	color: #cccccc;	
}

#footer .main{	
	padding: 30px 0 0 0;	
	
	margin: 0 0 0 0;	
}

.footerBox{
	margin: 0 0 30px 30px;	
	float: left;
	position: relative;		
}

.footerBox p{			
	padding: 0;	
}

#footer.dark a {
	color: #bebebe;	
}

#footer.dark a:hover {
	color: #fff;	
}

#footer .secondary {		
	margin: 0 40px 0;
	padding: 40px 0 40px;
	border-top: 1px solid #6b6b6b;
}

#footer.light .secondary {	
	border-top: 1px solid #dfdfdf;
}


#footer .secondary .left {
	float: left;
}

#footer .secondary .right {
	float: right;
}
