/*
	Theme Name: Bainbridge Studios (2010)
	Theme URI: http://www.bainbridgestudios.com
	Description: The official custom theme of the Bainbridge Studios LLC website.
	Version: 3.0
	Author: Tom Carmony
	Author URI: http://www.bainbridgestudios.com
*/
/*
BAINBRIDGE STUDIOS LLC
*/
/* top elements */
* { padding: 0; margin: 0; outline: 0; }


body {
	margin: 10px 0 0 0; 	padding: 0;
	font: 13px/1.6em 'Nobile',"Helvetica Neue", Helvetica, arial, sans-serif;	 
	text-align: center;
	background: #311f11 url(images/bg.png) repeat-x;
	color: #444; 	
}

/* links */
a {
	color: #311f11;	
	background-color: inherit;	
    text-decoration: none;
    font-weight: bold;	
}
a:hover {	
	color: #746356;
	background-color: inherit;	
    text-decoration: underline;
    font-weight: bold;
}
a:visited {
	color: #311f11;	
	background-color: inherit;	
    text-decoration: none;	
    font-weight: bold;	
}
a:visited:hover {	
	color: #746356;
	background-color: inherit;	
    text-decoration: underline;	
    font-weight: bold;
}
/* headers */
h1, h2, h3, h4 {
	font: bold 1em 'Nobile', "Helvetica Neue", Helvetica, Arial, Sans-serif;
	color: #311f11;
}
h1 { font-size: 3em; color: #84A5DA; letter-spacing: -2px;	} 
h2 { font-size: 2.5em; }
h3 { font-size: 1.8em; }
h4 { font-size: 1.5em; }

p, h1, h2, h3, h4 {
	margin: 0;
	padding: 10px 0;
}

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;	
}

/* images */
img {
	background: transparent;
	border: none;
	margin: 0 auto;
	padding: 0;
}
img.float-right {
   margin: .5em 0 2em 2em;   
}
img.float-left {
   margin: .5em 2em 2em 0;
}


blockquote {
	margin: 10px 15px;
 	padding: 10px 15px 10px 20px;  
        background: transparent;
	border: 1px solid #eee;   
  	font: normal 1.25em/1.45em Georgia, "Times New Roman", Times, serif;
	font-style: italic;
        color: #888;
}

/* start - table */
table {
	margin: 10px 15px; 
	border-collapse: collapse;			
}
th strong {
	color: #fff;
}
th {
	background: #090807;
	color: #fff;
	height: 3em;
	padding-left: 12px;
	padding-right: 12px;	
	text-align: left;
	border-left: 1px solid #211E20;
	border-right: 1px solid #211E20;
	border-bottom: 1px solid #211E20; 
	border-top: 2px solid #8EB200;
}
tr {
	color: #707070;
	height: 2.5em;	
}
td {
	padding-left: 12px;
	padding-right: 12px;
	border: 1px solid #211E20;	
}
/* end - table */

/* form elements */
form {
	margin: 10px 15px; 
	padding: 10px;
	background: transparent;
	border: 1px solid #eee;
}
fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
label {
	display:block;
	font-weight:bold;
	margin: .4em 0;
    color: #4444;	
}
input {
	padding: .3em;
	border: 1px solid #eee;
	font: normal 1em Helvetica, Arial, sans-serif;
	color: #4444;
}
textarea {
	width: 55%;
	padding: .3em;
	font: normal 1em/1.5em Helvetica, Arial, sans-serif;
	border: 1px solid #eee;
	height: 10em;
	display:block;
	color: #4444;
}
/* input.button { 
	font: 1em Arial, Tahoma, Sans-serif; 
	margin: 0;
	padding: .25em .3em;
	color: #666;
	background: #EEE;
	border: 1px solid #E5E5E5; 
} */

/* sidebar form elements */
#sidebar form {
	margin: 10px 0px; 
	padding: 0px;
	background: transparent;
	border: none;
}
#sidebar fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
#sidebar label {
	display:inline;
	font-weight:bold;
	margin: .4em 0;
    color: #4444;	
}
#sidebar input {
	padding: .4em;
	margin-bottom: 10px;
	width: 175px;
	border: 1px solid #dedede;
	font: normal 1em;
	color:#444;
}
#sidebar textarea {
	width: 55%;
	padding: .3em;
	font: normal 1em/1.5em;
	border: 1px solid #eee;
	height: 10em;
	display:block;
	color:#444;
}
#sidebar input.button { 
	font: 1em;
	max-width: 125px; 
	margin: 0;
	padding: .25em .3em;
	color: #666;
	background: #EEE;
	border: 1px solid #E5E5E5; 
} 





#footer form {
	padding: 10px 0 10px 0;
	margin: 0;
	background: transparent;
	border: none;
}
#footer fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#footer input {
	padding: .3em;
	border: 1px solid #eee;
	font: normal 1em "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#777;
}
#footer textarea {
	width: 55%;
	padding: .3em;
	font: normal 1em/1.5em "Helvetica Neue", Helvetica, Arial, sans-serif;
	border: 1px solid #eee;
	height: 10em;
	display:block;
	color:#777;
}
/*#footer input.button { 
	font: 1em "Helvetica Neue", Helvetica, Arial, sans-serif; 
	margin: 0;
	padding: .3em 1em;
	color: #FFF;
	background: #565f3d;
	border: 1px solid #8e9925; 
}*/

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 1.5em 0;		
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
	width: 230px;
	color: #777; 
	font: 1em 'Nobile',"Helvetica Neue", Helvetica, arial, sans-serif;
	padding: .4em; 
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.searchform input.button { 
	width: 80px;
	vertical-align: top;
	border: none;
}
.searchform img {
	border: none;
}

/***********************
	  LAYOUT
************************/

#header, #header_home, #header-landing, #nav, #grey, #content, #footer {
	width: 960px;
}

/* header */

#header_home #splash {
	margin: 0;
	float: left; 
	clear: none;
	position: absolute;  
	width: 960px;
	height: 440px;
	border: 0;
}


#header_home #splash img {
	position:absolute;
	top:0; left:0;
}

#header {
	clear: both;
	position: relative;
	margin: 20px auto;
    padding: 0;
	height: 140px;
	text-align: left;	
}

#header_home {
	clear: both;
	position: relative;
	margin: 0 auto;
    padding: 0;
	height: 450px;
	text-align: left;	
}

#header-landing {
	clear: both;
	position: relative;
	margin: 0 auto;
    padding: 0;
	text-align: left;	
}


/* Logo */

#logo {
	margin: 0; 
	position: absolute; 
	top: -75px; 
	left: 430px; 
	display: block; 
	width: 110px; 
	height:110px; 
    border: 0;
	z-index:10 }

#logo a {
	display:block;
	width:110px;
	height:110px;
	text-indent:-9999px;
	background:url(images/logo.png) no-repeat;
	cursor:pointer;
}
#logo a:hover {
	display:block;
	width:110px;
	height:110px;
	text-indent:-9999px;
	background:url(images/logo.png) no-repeat;
	cursor:pointer;
}


/* Navigation */
#nav {
	clear: both;	
	margin: 0 auto;
	padding:  15px 0 0 0;		
}
#nav ul {
	float: left;
	width: 840px;
	list-style: none;
	margin: 0 0 7px 0;	
	padding: 5px 0 5px 120px;	
	border-top: 1px dotted #ddd;	
	border-bottom: 1px dotted #ddd;		
}
#nav ul li {
	float: left;
	margin: 0; padding: 0;
	height: 23px;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 5px 0 0 0;
	padding: 0 0 0 40px;
}

#nav ul li#home a {
	width: 48px;
	height: 15px;
	text-indent: -9000px;
	background-image: url(images/nav-home.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#nav ul li#home a:hover, #nav ul li#home a:active {
	width: 48px;
	height: 15px;
	text-indent: -9000px;
	background-image: url(images/nav-home.png);
	background-repeat: no-repeat;
	background-position: 0 -17px;
}
#nav ul li#home-active {
	width: 48px;
	height: 15px;
	margin-top: 5px;
	padding-right: 40px;
	text-indent: -9000px;
	background-image: url(images/nav-home.png);
	background-repeat: no-repeat;
	background-position: 0 -17px;
}

#nav ul li#about a {
	width: 60px;
	height: 15px;
	text-indent: -9000px;
	background-image: url(images/nav-about.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#nav ul li#about a:hover, #nav ul li#about a:active {
	width: 60px;
	height: 15px;
	text-indent: -9000px;
	background-image: url(images/nav-about.png);
	background-repeat: no-repeat;
	background-position: 0 -17px;
}
#nav ul li#about-active {
	width: 60px;
	height: 15px;
	margin-top: 5px;
	padding-right: 40px;
	text-indent: -9000px;
	background-image: url(images/nav-about.png);
	background-repeat: no-repeat;
	background-position: 0 -17px;
}

#nav ul li#services a {
	width: 79px;
	height: 15px;
	margin-right: 150px;
	text-indent: -9000px;
	background-image: url(images/nav-services.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#nav ul li#services a:hover, #nav ul li#services a:active {
	width: 79px;
	height: 15px;
	margin-right: 150px;
	text-indent: -9000px;
	background-image: url(images/nav-services.png);
	background-repeat: no-repeat;
	background-position: 0 -17px;
}
#nav ul li#services-active {
	width: 79px;
	height: 15px;
	margin-top: 5px;
	padding-right: 190px;
	text-indent: -9000px;
	background-image: url(images/nav-services.png);
	background-repeat: no-repeat;
	background-position: 0 -17px;
}

#nav ul li#work a {
	width: 53px;
	height: 15px;
	text-indent: -9000px;
	background-image: url(images/nav-work.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#nav ul li#work a:hover, #nav ul li#work a:active {
	width: 53px;
	height: 15px;
	text-indent: -9000px;
	background-image: url(images/nav-work.png);
	background-repeat: no-repeat;
	background-position: 0 -17px;
}
#nav ul li#work-active {
	width: 53px;
	height: 15px;
	margin-top: 5px;
	padding-right: 40px;
	text-indent: -9000px;
	background-image: url(images/nav-work.png);
	background-repeat: no-repeat;
	background-position: 0 -17px;
}

#nav ul li#blog a {
	width: 45px;
	height: 15px;
	text-indent: -9000px;
	background-image: url(images/nav-blog.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#nav ul li#blog a:hover, #nav ul li#blog a:active {
	width: 45px;
	height: 15px;
	text-indent: -9000px;
	background-image: url(images/nav-blog.png);
	background-repeat: no-repeat;
	background-position: 0 -17px;
}
#nav ul li#blog-active {
	width: 45px;
	height: 15px;
	margin-top: 5px;
	padding-right: 40px;
	text-indent: -9000px;
	background-image: url(images/nav-blog.png);
	background-repeat: no-repeat;
	background-position: 0 -17px;
}

#nav ul li#contact a {
	width: 77px;
	height: 15px;
	text-indent: -9000px;
	background-image: url(images/nav-contact.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#nav ul li#contact a:hover, #nav ul li#contact a:active {
	width: 77px;
	height: 15px;
	text-indent: -9000px;
	background-image: url(images/nav-contact.png);
	background-repeat: no-repeat;
	background-position: 0 -17px;
}
#nav ul li#contact-active {
	width: 77px;
	height: 15px;
	margin-top: 5px;
	padding-right: 40px;
	text-indent: -9000px;
	background-image: url(images/nav-contact.png);
	background-repeat: no-repeat;
	background-position: 0 -17px;
}

/* Top-Page Headings */

#top-wrap {
	width: 960px;
	height: 135px;
	clear: both;
	border-bottom: 1px dotted #ddd;
}

#top-blog {
	width: 960px;
	height: 140px;
	display: block;
	text-indent: -9000px;
	margin: 0 0 10px 0;

}

#top-blog h1 a {
	display: block;
	width: 960px;
	height: 140px;
	margin-top: 5px;
	text-indent: -9000px;
	background-image: url(images/top-theladder.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

#top-work {
	width: 960px;
	height: 140px;
	display: block;
	text-indent: -9000px;
	margin: 0 0 10px 0;

}

#top-work h1 a {
	display: block;
	width: 960px;
	height: 140px;
	margin-top: 15px;
	text-indent: -9000px;
	background-image: url(images/top-ourwork.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

#top-aboutus {
	width: 960px;
	height: 140px;
	display: block;
	text-indent: -9000px;
	margin: 0 0 10px 0;

}

#top-aboutus h1 a {
	display: block;
	width: 960px;
	height: 140px;
	margin-top: 5px;
	text-indent: -9000px;
	background-image: url(images/top-aboutus.png);
	background-repeat: no-repeat;
	background-position: bottom;
	position: relative;
	z-index: 100;
}

#top-contactus {
	width: 960px;
	height: 140px;
	display: block;
	text-indent: -9000px;
	margin: 0 0 10px 0;

}

#top-contactus h1 a {
	display: block;
	width: 960px;
	height: 140px;
	margin-top: 15px;
	text-indent: -9000px;
	background-image: url(images/top-contactus.png);
	background-repeat: no-repeat;
	background-position: bottom;
}


#top-services {
	width: 960px;
	height: 140px;
	display: block;
	text-indent: -9000px;
	margin: 0 0 10px 0;

}

#top-services h1 a {
	display: block;
	width: 960px;
	height: 140px;
	margin-top: 5px;
	text-indent: -9000px;
	background-image: url(images/top-services.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

#top-contact {
	width: 960px;
	height: 140px;
	display: block;
	text-indent: -9000px;
	margin: 0 0 10px 0;

}

#top-contact h1 a {
	display: block;
	width: 960px;
	height: 140px;
	margin-top: 5px;
	text-indent: -9000px;
	background-image: url(images/top-contact.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

#top-about1 {
	width: 960px;
	height: 127px;
	display: block;
	padding: 10px 0;
	text-indent: -9000px;
	background-image: url(images/top-about1.jpg);
	background-repeat: no-repeat;
	border-bottom: 1px dotted #ddd;
}

#purveyors {
	float: left;
	width: 220px;
	height: 20px;
	text-indent: -9000px;
	background-image: url(images/purveyors.png);
	background-repeat: no-repeat;
}

#clientlogin a {
	float: right;
	clear: none;
	width: 145px;
	height: 20px;
	text-indent: -9000px;
	background-image: url(images/clientlogin.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#clientlogin a:hover, #clientlogin a:active {
	float: right;
	clear: none;
	width: 145px;
	height: 20px;
	text-indent: -9000px;
	background-image: url(images/clientlogin.png);
	background-repeat: no-repeat;
	background-position: 0 -20px;
}




/* content */

#grey-wrap {
	clear: both;
	float: left;
	width: 100%;
	background: #ECECEC;	
	
}

#grey {
	text-align: left;
	height: 325px;	
	padding: 0 auto; 
	margin: 0 auto;
}

#content-border {
	clear: both;
	float: left;
	width: 100%;
	height: 20px;
	background: url(images/content_topedge.png) repeat-x left top;
}

#content-wrap {
	clear: both;
	float: left;
	width: 100%;
	background: #fff;
}
#content {
	text-align: left;
	width: 960px;	
	padding: 15px 20px; 
	margin: 0 auto;
}

#body {
	text-align: left;	
	width: 960px;
	padding: 20px 0 0 0; 
	margin: 0 auto;
	clear: both;
	float: left;
}

#worksamples {
	text-align: center;	
	width: 940px;
	padding: 20px 0px 0px 20px; 
	margin: 0 auto;
	clear: both;
	float: left;
}

/* sidebar */

#sidebar-left {
	float: left;
	width: 200px;
	padding: 10px 0 0 0;
	text-align: left;
}

#sidebar-right {
	float: right;
	width: 200px;
	padding: 10px 0 0 0;
	text-align: left;
}

#sidebar-left h3 {
	font: bold 1.4em 'Nobile', "Helvetica Neue", Helvetica, Arial, Sans-serif;
	padding: .3em 0 .5em 0; 
	color: #311f11;			
	text-transform: none;
	letter-spacing: -1px;	
}

#sidebar-left h3 a {
	color: #311f11;
	text-decoration: none;
}

#sidebar-left h3 a:hover {
	color: #311f11;
	text-decoration: underline;
}

#sidebar-left ul.sidemenu {
	margin: 0;
	padding: .1em 0 1em 0;		
	font-family: 'Nobile', Helvetica, Arial, Sans-serif;		
	border-top: 1px dotted #ddd;
}
#sidebar-left ul.sidemenu li {
	padding: 0; 	
	border-bottom: 1px dotted #ddd;
	list-style:none;
}

* html body #sidebar-left ul.sidemenu li { height: 1%; }
* html body #sidebar-right ul.sidemenu li { height: 1%; }

#sidebar-left ul.sidemenu li a {
	display: block;
	font-weight: bold;
	color: #746356;
	text-decoration: none;
	padding: .2em 0;
	line-height: 1.5em;
	font-size: 1.25em;
}
#sidebar-left ul.sidemenu a {
	color: #746356;
}
#sidebar-left ul.sidemenu a:hover {
	color: #FF7200;				
}
#sidebar-left ul.sidemenu li a:hover {
	color: #FF7200;				
}
#sidebar-left ul.sidemenu ul { margin: 0; }
#sidebar-left ul.sidemenu ul li { border-bottom: 1px solid #eee;  }


#sidebar-left ul {
	margin: 0 0 0 0;
	padding: .1em 0 1em 0;		
	font-family: "Helvetica Neue", Helvetica, Arial, Sans-serif;	
	border-top: 1px dotted #ddd;
}

#sidebar-left li {
	padding: .2em .2em .2em 0px;
	border-bottom: 1px dotted #ddd; 
	list-style:none;
}

#sidebar-left ul img a {
	padding: 2px;
	margin: 2px;
	border: none;
}

* html body #sidebar-left ul li { height: 1%; }

/* SIDEBAR LEFT */

#sidebar-left ul li a {
	/* display: block; */
	font-weight: normal;
	color: #746356;
	text-decoration: none;
	padding: .25em 0 .25em 0;
	line-height: 1.3em;
	font-size: 1em;
}
#sidebar-left ul a {
	color: #666;
}
#sidebar-left ul a:hover {
	color: #FF7200;				
}
#sidebar-left ul li a:hover {
	color: #FF7200;				
}
#sidebar-left ul ul { margin: 0; }
#sidebar-left ul ul li { border: none; }


#sidebar-left ul#twitter_update_list ul li a {
	color: #311f11;	
	background-color: inherit;	
    text-decoration: none;
    font-weight: bold;	
}
#sidebar-left ul#twitter_update_list ul li a:hover {	
	color: #311f11;
	background-color: inherit;	
    text-decoration: underline;
    font-weight: bold;
}
#sidebar-left ul#twitter_update_list ul li a:visited {
	color: #311f11;	
	background-color: inherit;	
    text-decoration: none;	
    font-weight: bold;	
}
#sidebar-left ul#twitter_update_list ul li a:visited:hover {	
	color: #311f11;
	background-color: inherit;	
    text-decoration: underline;	
    font-weight: bold;
}


#gReader {
 	font-size: 12px;
 	line-height: 15px;
}

#gReader a {
	display: inline;
	font-size: 12px; 
	line-height: 15px;
	font-weight: bold;

}

#gReader ul li a {
	display: inline;
	font-weight: bold;
	color: #746356;
	text-decoration: none;
}


#sidebar ul.gReader-list li a {
	font-weight: bold;
	font-family: 'Nobile', Helvetica, Arial, Sans-serif;
	color: #311f11;
	text-decoration: none;
}

#sidebar ul.gReader-list li a:hover {
	font-weight: bold;
	color: #746356;
	text-decoration: underline;
}

#gReader ul.gReader-list ul { margin-top: 5px; border-top: 1px dotted #ddd; }
#gReader ul.gReader-list ul li { 
	border-bottom: 1px dotted #ddd;
	font-family: 'Nobile', Helvetica, Arial, Sans-serif;
	padding: 5px 0;
	margin: 3px 0 5px 0;
	font-size: 11px; 
	line-height: 13px;
}

#gReader div.gReader-source {
	font-weight: bold;
}

#gReader ul.gReader-list ul li a {
	display: inline;
	font-weight: bold;
}

div.gReader-title {
	font-size: 14px;
	font-weight: bold;
}

div.gReader-title a {
	display: inline;
	font-weight: bold;
}


/* sidebar */

#sidebar {
	float: right;
	text-align: left;
	width: 300px;
	margin: 10px 0 10px 20px; 
	padding: 0;		
	font: 12px/1.4em 'Nobile',"Helvetica Neue", Helvetica, arial, sans-serif;	
}

* #sidebar .col1 {
	float: left;
	width: 215px;
	padding: 0;
}

#sidebar .col2 {
	float: right;
	width: 215px;
	padding: 0 0 0 15px;
}

#sidebar h3 {
	font: bold 1.6em 'Nobile', "Helvetica Neue", Helvetica, Arial, Sans-serif;
	padding: .3em 0 .5em 0; 
	color: #311f11;			
	text-transform: none;
	letter-spacing: -1px;	
}

#sidebar h3 a {
	color: #311f11;
	text-decoration: none;
}

#sidebar h3 a:hover {
	color: #311f11;
	text-decoration: underline;
}

#sidebar ul.sidemenu {
	margin: 0;
	padding: .1em 0 1em 0;		
	font-family: 'Nobile', Helvetica, Arial, Sans-serif;		
	border-top: 1px dotted #ddd;
}
#sidebar ul.sidemenu li {
	padding: 0; 	
	border-bottom: 1px dotted #ddd;
	list-style:none;
}

* html body #sidebar ul.sidemenu li { height: 1%; }

#sidebar ul.sidemenu li a {
	display: block;
	font-weight: bold;
	color: #746356;
	text-decoration: none;
	padding: .2em 0;
	line-height: 1.5em;
	font-size: 1.35em;
}
#sidebar ul.sidemenu a {
	color: #746356;
}
#sidebar ul.sidemenu a:hover {
	color: #FF7200;				
}
#sidebar ul.sidemenu li a:hover {
	color: #FF7200;				
}
#sidebar ul.sidemenu ul { margin: 0; }
#sidebar ul.sidemenu ul li { border-bottom: 1px solid #eee;  }


#sidebar ul {
	margin: 0 0 0 0;
	padding: .1em 0 1em 0;		
	font-family: 'Nobile', Helvetica, Arial, Sans-serif;	
	border-top: 1px dotted #ddd;
}

#sidebar li {
	padding: .6em .2em;
	border-bottom: 1px dotted #ddd; 
	list-style:none;
}

#sidebar ul img a {
	padding: 2px;
	margin: 2px;
	border: none;
}

#sidebar ul.flickr {
	margin: 0 0 10px 0;
	padding: 5px 0;		
	font-family: 'Nobile', Helvetica, Arial, Sans-serif;		
	border-top: 1px dotted #ddd;
	border-bottom: 1px dotted #ddd;
}
#sidebar ul.flickr img {
	padding: 3px;
	margin: 2px;
	border: 1px solid #eee;
}

#sidebar ul.flickr img a {
	border: 1px solid #ddd;
}

#sidebar ul.flickr li {
	padding: .2em .2em .2em 0;
	list-style:none;
	border: non;
}

* html body #sidebar ul.flickr li { height: 1%; }

#sidebar ul.flickr li a {
	font-weight: normal;
	color: #888;
	text-decoration: none;
	padding: .25em 0 .25em 0;
	line-height: 1.35em;
	font-size: 1.1em;
}
#sidebar ul.flickr a {
	color: #444;
}
#sidebar ul.flickr a:hover {
	color: #FF7200;				
}
#sidebar ul.flickr li a:hover {
	color: #FF7200;				
}
#sidebar ul.flickr ul { margin: 0; }
#sidebar ul.flickr ul li { border: none; }

* html body #sidebar ul li { height: 1%; }


#sidebar ul li a {
	/* display: block; */
	font-weight: bold;
	color: #746356;
	text-decoration: none;
	padding: .25em 0 .25em 0;
	line-height: 1.3em;
	font-size: 1.1em;
}
#sidebar ul a {
	color: #666;
}
#sidebar ul a:hover {
	color: #FF7200;				
}
#sidebar ul li a:hover {
	color: #FF7200;				
}
#sidebar ul ul { margin: 0; }
#sidebar ul ul li { border: none; }


#sidebar ul#twitter_update_list ul li a {
	color: #311f11;	
	background-color: inherit;	
    text-decoration: none;
    font-weight: bold;	
}
#sidebar ul#twitter_update_list ul li a:hover {	
	color: #311f11;
	background-color: inherit;	
    text-decoration: underline;
    font-weight: bold;
}
#sidebar ul#twitter_update_list ul li a:visited {
	color: #311f11;	
	background-color: inherit;	
    text-decoration: none;	
    font-weight: bold;	
}
#sidebar ul#twitter_update_list ul li a:visited:hover {	
	color: #311f11;
	background-color: inherit;	
    text-decoration: underline;	
    font-weight: bold;
}








/* main */
#main {
	margin: 0px 0px 10px 0; 
	padding: 0;
	float: left;
	width: 600px;
	text-align: left;		
}
#main h2 { 
	font: bold 2.2em 'Nobile', "Helvetica Neue", Helvetica, Arial, Sans-serif;
	color: #311f11;		
	letter-spacing: -1px;
	line-height: 1.1em;		
	padding-bottom: 0px;
	margin-bottom: 5px;
}
#main h2 a {
	color: #311f11;	
	text-decoration: none;	
}

#main h2 a:hover {
	color: #746356;	
	text-decoration: none;	
}


/* blog */
#blogpost {
	margin: 0px 0px 10px 0px; 
	padding: 0;
	float: left;
	width: 600px;
	text-align: left;		
}
#blogpost h2 { 
	font: bold 2.2em 'Nobile', "Helvetica Neue", Helvetica, Arial, Sans-serif;
	color: #311f11;		
	letter-spacing: -1px;
	line-height: 1.3em;		
	padding-bottom: 0px;
	margin-bottom: 5px;
}
#blogpost h2 a {
	color: #311f11;	
	text-decoration: none;	
}

#blogpost h2 a:hover {
	color: #746356;	
	text-decoration: none;	
}


#port {
	margin: 30px 0px 20px 20px; 
	padding: 0;
	float: left;
	width: 750px;
	text-align: left;		
}
#port h2 { 
	font: bold 2.2em 'Nobile', "Helvetica Neue", Helvetica, Arial, Sans-serif;
	color: #311f11;		
	letter-spacing: -1px;
	line-height: 1.1em;		
	padding-bottom: 0px;
	margin-bottom: 5px;
}
#port h2 a {
	color: #311f11;	
	text-decoration: none;	
}

#port h2 a:hover {
	color: #746356;	
	text-decoration: none;	
}

#port ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
}

.post-meta-key {
	visibility: hidden;
}

#port-index {
	margin: 0px 0px 20px 0px; 
	padding: 0;
	float: left;
	width: 960px;
	text-align: left;		
}
#port-index h2 { 
	font: bold 2.2em 'Nobile', "Helvetica Neue", Helvetica, Arial, Sans-serif;
	color: #311f11;		
	letter-spacing: -1px;
	line-height: 1.1em;		
	padding-bottom: 0px;
	margin-bottom: 5px;
}
#port-index h2 a {
	color: #311f11;	
	text-decoration: none;	
}

#port-index h2 a:hover {
	color: #746356;	
	text-decoration: none;	
}

#port-index ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
}

div.port-grid {
	width: 300px;
	padding: 0 10px 10px 0;
	float: left;
	clear: none;
	position: relative;
	display: inline;
}

.post-meta-key {
	visibility: hidden;
}

#footer-wrap {	
	clear: both;
	padding: 0;	
	margin: 0 auto; 
	background: url(images/bg_footer.png) repeat-x top;	
}

/* columns */
#columns {
	clear: both;
	width: 960px;
	text-align: left;
	margin: 0 auto; 
	padding: 0 auto;
}
#columns p {
	margin: 0;
	padding: 5px 0 10px 0;
}
#columns h3 {
	font: bold 1.4em 'Nobile', "Helvetica Neue", Helvetica, Arial, Sans-serif;
	padding: .3em 0 .5em 0; 
	color: #000;			
	text-transform:  none;
	letter-spacing: -1px;
}

#columns h4 {
	font: bold 1.2em 'Nobile', "Helvetica Neue", Helvetica, Arial, Sans-serif;
	line-height: 1.2em;
	padding: .3em 0 .5em 0; 
	color: #000;			
	text-transform:  none;
	letter-spacing: -1px;
}

#columns ul {
	list-style: none;
	margin: 10px 0 0 0; 
	padding: 0;	
	border-top: 1px dotted #ddd;
}
#columns li {
	border-bottom: 1px dotted #ddd;
	padding: 3px;		
}

#columns .col4-0 {
	float: left;
	line-height: 18px;
	width: 440px;
    clear: none;
    padding: 0 20px 20px 0; 
}

#columns .col4-1, .col4-2, .col4-3 {
	float: left;
	line-height: 18px;
	width: 220px;
    clear: none;
    padding: 0 20px 20px 0;      
}

#columns .col4-4 {
	float: left;
	line-height: 18px;
	width: 220px;
    clear: none;
    padding: 0 0 20px 0;      
}

#columns .col3-1,.col3-2 {
	float: left;
	line-height: 18px;
	width: 300px;
    clear: none;
    padding: 0 26px 20px 0;    
}

#columns .col3-3 {
	float: left;
	line-height: 18px;
	width: 300px;
    clear: none;
    padding: 0 0 20px 0;    
}

#columns .col2-1 {
	float: left;
	line-height: 18px;
	width: 440px;
    clear: none;
    padding: 0 35px 20px 0;    
}

#columns .col2-2 {
	float: left;
	line-height: 18px;
	width: 440px;
    clear: none;
    padding: 0 0 20px 0;    
}


#copyright {
	float: left;
	margin: 0 auto;
	padding: 10px 15px;
}

/* footer */
#footer {
	clear: both;
	margin: 0 auto;
	padding: 125px 0 30px 0;
	text-align: left;
	font-size: .85em;
    color: #6f6359;
    background: url(images/footer_top.png) top right;	
    background-repeat: no-repeat;
}

#footer p {
	margin: 0;
	padding: 10px 0 10px 0;
}

#footer a {
	color: #d0ccc9;
	text-decoration: none;
}

#footer a:hover {
	color: #ec7b1b;
	text-decoration: underline;
}

#footer a:visited {
	color: #d0ccc9;
	text-decoration: none;
}
#footer a:visited:hover {
	color: #ec7b1b;
	text-decoration: underline;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.grey {	color: #8F8F8E; }

.post-by {
	font-size: .9em;	
	padding-top: 0;
        color: #777;
}

.post-footer { 
	clear: both;
	text-align: right; 
	background: transparent;
	border-top: 1px dotted #ddd;
    border-bottom: 1px dotted #ddd;
	padding: 5px 0;
	margin: 20px 0 10px 0;
}
.post-footer .date, 
.post-footer .comments,
.post-footer .readmore {
	margin: 0 5px;
}
.post-footer .readmore {
	float: left;
	text-align: left;
}

.portfolio-footer { 
	text-align: left; 
	background: transparent;
	border-top: 1px solid #eee;
        border-bottom: 1px solid #eee; 
	padding: 5px 0 5px 0;
	margin: 20px 15px 10px 15px;
}
.portfolio-footer .date, 
.portfolio-footer .comments,
.portfolio-footer .readmore {
	padding-left: 20px; margin: 0 3px 0 3px;
}
 

#blogtitle {
	margin: 0; 
	position: absolute; 
	top: 60px; 
	right: 20px; 
	display: block; 
	width: 530px; 
	height:95px; 
    border: 0;
	z-index:1 }

#blogtitle a {
	display:block;
	width:530px;
	height:95px;
	text-indent:-9999px;
	background:url(images/title_blog.png) no-repeat;
	cursor:pointer;
}
#blogtitle a:hover {
	display:block;
	width:530px;
	height:95px;
	text-indent:-9999px;
	background:url(images/title_blog.png) no-repeat;
	cursor:pointer;
}


#socialmedia {
	margin: 0 auto;
	padding: 0 auto;		
}
#socialmedia ul {
	float: right;
	width: 285px;
	list-style: none;
	margin: 10px 0 0 0;	
	padding:  0 auto;		
}
#socialmedia ul li {
	float: left;
	margin: 0; padding: 0;
	height: 20px;
}
#socialmedia ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 5px 0 0 0;
	padding: 0 0 0 20px;
}

#socialmedia ul li#twitter a {
	width: 74px;
	height: 20px;
	text-indent: -9000px;
	background-image: url(images/twitter.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#socialmedia ul li#twitter a:hover, #socialmedia ul li#twitter a:active {
	width: 74px;
	height: 20px;
	text-indent: -9000px;
	background-image: url(images/twitter.png);
	background-repeat: no-repeat;
	background-position: 0 -20px;
}

#socialmedia ul li#tumblr a {
	width: 72px;
	height: 20px;
	text-indent: -9000px;
	background-image: url(images/tumblr.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#socialmedia ul li#tumblr a:hover, #socialmedia ul li#tumblr a:active {
	width: 72px;
	height: 20px;
	text-indent: -9000px;
	background-image: url(images/tumblr.png);
	background-repeat: no-repeat;
	background-position: 0 -20px;
}

#socialmedia ul li#facebook a {
	width: 78px;
	height: 20px;
	text-indent: -9000px;
	background-image: url(images/facebook.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#socialmedia ul li#facebook a:hover, #socialmedia ul li#facebook a:active {
	width: 78px;
	height: 20px;
	text-indent: -9000px;
	background-image: url(images/facebook.png);
	background-repeat: no-repeat;
	background-position: 0 -20px;
}









.box{
	margin:0;
	padding:0;
	list-style:none;
}
.box li{
	padding:0;
	margin:0;
}
.box li.brain{
	background:url(images/img-1.gif) no-repeat 0 50%;
	padding:0 0 0 20px;
}
.box li.info{
	background:url(images/img-2.gif) no-repeat 0 50%;
	padding:0 0 0 56px;
}
.box li.brain-mail{
	background:url(images/img-3.gif) no-repeat 0 50%;
	padding:0 0 0 20px;
}
.box li.www{
	background:url(images/img-4.gif) no-repeat 0 50%;
	padding:0 0 0 20px;
}

.portfolio-share {
	float: right;
	clear: none;
}



/*
-----------------------------------------
LATEST
----------------------------------------- 
*/
#front-bottom{margin-top:36px; }

#latest-wrap{float:left; width:750px; }

.latest-post-wrap{float:left; width:240px; height:195px; margin-right:15px; }

.latest-post{width:132px;    float:left;}

.latest-image{border:1px solid #ccc; margin-bottom: 10px; }

.latest-title h2{margin:0 auto; line-height:14px; text-align: left; font-size:14px; text-transform:none; padding-bottom:0; border-bottom:0; }

.latest-title h2 a{ text-decoration:none; }

.latest-title h2 a:hover{ }

.latest-content{width:235px; /*height:30px;*/ margin-bottom:20px; }

.latest-content h2{margin-top:15px; }
.latest-content h2 a{text-decoration:none; }
.latest-content h2 a:hover{ }

.latest-content p{font-size:11px; line-height: 11px; text-align:left; }



/* Slideshow */
div#slideshow {

}
div#slideshow-wrap {
	height: 500px;
	width: 960px;
	margin: 0 0 7px 0;
}
div#slidenav {
	clear: both;
	text-align: center;
	padding: 6px 0;
	border-top: 1px dotted #ddd;	
	border-bottom: 1px dotted #ddd;	
}
div#slidenav a {
	padding: 5px 8px;
	background: url(images/slideshow-gray-btn.gif) no-repeat 50% 50%;
}
div#slidenav a:hover {
	text-decoration: none;
	background: url(images/slideshow-blue-btn.gif) no-repeat 50% 50%;
}
div#slidenav a.activeSlide {
	background: url(images/slideshow-blue-btn.gif) no-repeat 50% 50%;
}
div#slideshow div#output {
	position: absolute;
	z-index: 100;
	width: 960px;
	margin: 268px 0 0 0;
}
div#slideshow div#output p {
	margin: 0;
	color: #fff;
	padding: 0 0 0 35px;
	font-size: 108%;
}
.hide {
	display: none;
}

.description {
	font: 13px/1.6em 'Nobile',"Helvetica Neue", Helvetica, arial, sans-serif;	
}

div.bigbutton { margin-left: -15px; }

div.about-image { margin-top: -14px; }

.twitter { margin-top: 3px; display: inline; clear: none; }


/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */

