/*  
Theme Name: Filtered - Edit for Design Bureau
Theme URI: http://themetrust.com/themes/filtered
Description: A Portfolio Theme
Version: 1.0.7
Author: Theme Trust - Edit by Josiah Spence
Author URI: http://themetrust.com
Tags: portfolio, clean, minimal, white, two-columns, fixed-width, custom-background, threaded-comments, translation-ready, custom-menus

TABLE OF CONTENTS

01 - Reset
02 - Global 
03 - General Layout
04 - Header
05 - Content
06 - Slideshow
07 - Intelligencer Signup
08 - Buttons
09 - Sidebar
10 - Widgets
11 - Comments
12 - Pagination
13 - Magazine Page
14 - Footer
15 - Background
*/

/* ///////////////////////////////////////////////////////////////////// 
//  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: 12px;
	font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;	
	width:auto; height:auto;	
	padding:0;
	margin: 0;
	color: #7d7d7b;		
}

p {
	line-height: 1.7em;
	margin: 0 0 20px;	
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

li {
	margin: 0;
	padding: 0;
}

img {
	margin: 0;
}

img.noBorder{
	padding: 0;
	background: none;
	border: none;
}

img.left {
	margin: 0 0 15px ;
	float: left;
}

a {
	color: #B23AEE;
	font-family:"Droid Serif", Georgia, Times, "Times New Roman", serif;
	font-style:italic;
	outline: none;
	text-decoration: none;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a , h7 a, h8 a{
	font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style:normal;
	}

a:hover {
	color: #820BBB;	
}

a img {
	border:none;
}

h1, h2, h3, h4, h5, h6{	
	color: #696969;	
	margin: 0 0 15px;
	font-weight: normal;
}

blockquote, address {
	margin: 0 0 30px;
	padding: 0 20px;	
	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;
}

.fancybox-hidden{
	display:none;
	}

.left {
	float: left;	
}

.right {
	float: right;	
}

.meta {
	color: #b0b0ad;
}

.meta a{
	color: #7d7d7b !important;
}

.meta a:hover{
	color: #b0b0ad !important;
}

::selection {
        background: #575757; /* Safari */
		color:#fff;
        }
::-moz-selection {
        background: #575757; /* Firefox */
		color:#fff;
}

input[type="text"], input[type="email"], textarea {
	background-color: #ebebeb;
	border: none;
	padding: 5px;
	font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	color: #6a6a6a;			
}
hr {border: none 0; 
	border-bottom: 1px solid #a6a6a6;
	width: 100%;
	height: 1px;
	margin: 10px auto 0 0;
	text-align: left;
	}

the_excerpt {padding: 0 25px 0 0;
	width: 290px;
}

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;	
	background: #fff;
	border: 0 solid #cccdce;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;		
}

#header {
	width: 960px;
	margin: 0 auto;	
}

#main {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}

#main.full {
	background: none;
}

#content {
	padding: 0;
	float: left;
	margin: 0;
	position: relative;
}

#sidebar {
	width: 320px;
	float: right;
	margin: 0;
	padding: 0;
}

#footer {
	width: 100%;
}

.oneThird {
	width: 320px;
}

.twoThird {
	width: 640px;
}

.full {
	width: 960px
}


/*////////////////////////////////////////////////////////////////////////
//  04 - Header
///////////////////////////////////////////////////////////////////////*/

#header{
	border-bottom:1px solid #b1b1b1;
	margin-bottom:18px;
	padding: 0 0 24px;
	position: relative;
	z-index: 2;	
}

.tagline{
	color:#cbcbcb;
	font-weight:normal;
	text-align:right;
	}

#headerright{
	float:right;
	position:relative;
	}

	.itunesbutton{
		position:absolute;
		right:0;
		top:30px;
		}

#searchsocial{
	font-family:"Droid Serif", Georgia, Times, "Times New Roman", serif;
	font-style:italic;
	margin-top:100px;
	}

a.twitter, a.facebook, a.pinterest, a.instagram, a.rss{
	background:url(images/twit.png) no-repeat center center;
	display:inline-block;
	height:21px;
	margin-top:-1px;
	text-indent:-99999px;
	vertical-align:middle;
	width:21px;
	}

	a.twitter{
		background:url(images/twit.png) no-repeat center center;
		}

	a.facebook{
		background:url(images/face.png) no-repeat center center;
		}

	a.pinterest{
		background:url(images/pinterest.png) no-repeat center center;
		}

	a.instagram{
		background:url(images/instagram.png) no-repeat center center;
		}

	a.rss{
		background:url(images/rss.png) no-repeat center center;
		}

#homeheader{
	border-bottom:1px solid #b1b1b1;
	margin-bottom:18px;
	padding: 0 0 24px;
}

#logo {
	float: left;
	margin: 35px 0 0;
	font-size: 20px;
	font-weight: bold;
}

#header h1 {
	font-size: 35px;
	padding: 10px 0 0;
	color: #575757;
	font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;
	line-height: 1px;
}

#header h1.logo {
	padding: 0;
	margin: 0;
}

#header h1 a, #header h1 a:hover{
	color: #575757!important;
}

#mainNav{
	font-weight: bold;
	padding-top:124px;
	right: 0;
}

#mainNav li{
	margin: 0 0 0 25px;
	display: inline-block;
	padding-top: 0;
}

#mainNav li a{
	line-height: 25px;
}

#mainNav ul ul a{
	line-height: 15px;
}

#mainNav ul ul {
	background: #363636;
	-webkit-border-radius:0;
	-moz-border-radius:0;
}

#mainNav li.current a,
#mainNav li.current-cat a,
#mainNav li.current_page_item a,
#mainNav li.current-menu-item a,
#mainNav li.current-post-ancestor a,
#mainNav li.current_page_parent a,
#mainNav li.current-category-parent a
{
	color: #B23AEE;
}

#mainNav li.current:hover a,
#mainNav li.current-cat:hover a,
#mainNav li.current_page_item:hover a,
#mainNav li.current-menu-item:hover a,
#mainNav li.current-post-ancestor:hover a,
#mainNav li.current_page_parent:hover a{
	color: #B23AEE;
}

#mainNav ul li.current:hover ul,
#mainNav ul li.current-cat:hover ul,
#mainNav ul li.current_page_item:hover ul,
#mainNav ul li.current-menu-item:hover ul,
#mainNav ul li.current-post-ancestor:hover ul,
#mainNav ul li.current_page_parent:hover ul {
	color: #fff !important;
}

#mainNav li a:hover{
	color: #595958;
}

#mainNav li li a:hover {
	color: #a3a3a3 !important;
}

#mainNav a {
	color: #7d7d7b;	
}

#menu-main-nav li a{
	font-size: 1.73em;
	line-height: 1;
	vertical-align: baseline;
	font-weight: normal;
	}

#menu-item-16761 a{
	margin-top:-2px;
	}

#menu-main-nav li#menu-item-6880 a{
	background:url(images/navsprite.png) 0 0 no-repeat transparent;
	display:inline-block;
	height:17px;
	text-indent:-99999px;
	width:30px;
	}
	
	#menu-main-nav li#menu-item-6880 a:hover, #menu-main-nav li#menu-item-6880.current_page_item a{
		background-position:0 -17px;
		}
		
#menu-main-nav li#menu-item-6883 a{
	background:url(images/navsprite.png) -33px 0 no-repeat transparent;
	display:inline-block;
	height:17px;
	text-indent:-99999px;
	width:61px;
	}
	
	#menu-main-nav li#menu-item-6883 a:hover, #menu-main-nav li#menu-item-6883.current_page_item a{
		background-position:-33px -17px;
		}
		
#menu-main-nav li#menu-item-6881 a{
	background:url(images/navsprite.png) -96px 0 no-repeat transparent;
	display:inline-block;
	height:17px;
	text-indent:-99999px;
	width:67px;
	}
	
	#menu-main-nav li#menu-item-6881 a:hover, #menu-main-nav li#menu-item-6881.current_page_item a{
		background-position:-96px -17px;
		}
		
#menu-main-nav li#menu-item-6951 a{
	background:url(images/navsprite.png) -165px 0 no-repeat transparent;
	display:inline-block;
	height:17px;
	text-indent:-99999px;
	width:60px;
	}
	
	#menu-main-nav li#menu-item-6951 a:hover, #menu-main-nav li#menu-item-6951.current_page_item a{
		background-position:-165px -17px;
		}

#topadcontainer{
	background-color:#000;
	margin:0 0 20px;
	padding-bottom:1px;
	}
	
	#google_ads_div_DBLeaderboard_ad_container, #topadcontainer div{
	display:table;
	margin:0 auto;
	}
	
.fbConnectWidgetHeaderTitle{
	display:none;
	}
	
#homemagazine{
	border-bottom:1px solid #b1b1b1;
	float:right;
	margin-bottom:18px;
	padding: 0 0 18px;
	width:320px;
	}
	
	#homemagazine h3, #sidebar h3, #relatedposts h3{
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 1.5em;
	font-size: 11px;
	text-transform: uppercase;	
	font-weight: bold;
	letter-spacing: 1px;	
	}

	#homemagazine img{
		float:left;
		margin-right:18px;
		}
		
.mag-date,.mag-desc{
	margin-bottom:10px;
	}

.mag-links{
	margin-bottom:0;
	}
/*//////////////////////////////////////////////////////////////////// 
//  05 - Content
////////////////////////////////////////////////////////////////////*/

#content {
	margin: 0 0 20px;	
}

#content .post {
	margin: 0 0 40px;
	position: relative;
	border-bottom: 1px solid #d4d4d4;
	padding-bottom: 15px;
}

.page #content .post {
	margin: 0;
	border: none;
}

#content .post h1{
	font-size: 21px;
}

.post .meta {
	margin: 0 0 25px;
	padding: 0;
	font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;
	font-style: italic;
}

#content .post.withThumb .inside {
	margin-left: 130px;
}

#content .post .inside {
	margin-right: 0;
}

#content .post.lastPost {
	border-bottom: none;
}

.full p {
	margin-right: 0;
}

#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 ;
}

#content .postThumb{
	position: absolute;
	left: 0; right: 0;
}

.moreLink {
	font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;
	font-style: italic;
}

#pageHead {
	margin: 0 0 20px;
}

#pageHead h1 {
	font-size: 21px;
    margin-bottom: 15px;
}

#pageHead h1 span{
	font-size:14px;
	text-transform:lowercase;
	vertical-align:middle;
	}

/*Project Filter Navigation------------------*/

#content #filterNav{
	padding: 0!important;
	margin: 0 0 20px !important;
}

#content #filterNav li{
	padding: 1px 0 0;
	background: none;
	margin: 0 5px 5px 0;
	/*display: block;*/
	float: left;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#filterNav li a{
	font-size: 10px;
	font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style:normal;
	text-transform: uppercase;
	background: #bababa;
	display: inline-block;
	color: #fff!important;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	padding: 0 6px !important;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	line-height: 20px;
}

#filterNav li a:hover {
	background: #6a6a6a;
}

#filterNav li.selected a{
	background: #B23AEE;
}

/*Projects------------------*/


#projects {
	list-style: none;
}

#content #projects li{
	padding: 0;
	background: none;
}

#content .project.small{
	float: left;
	padding: 0;
	display: block;
}

.project.small h1  {
	font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 0;
	margin: 0 0 10px;
}

#content .image-grid {  
  width: 960px;
  margin: 0;
}

.image-grid:after {
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}

#content .image-grid li {
  width: 310px;
  float: left;
  padding: 20px;
  margin: 0 15px 10px 0;
  overflow: hidden;
}

#content .image-grid li.three {
  margin: 0 0 10px;
}

#content .image-grid li:nth-child(3n+1) {
	clear:left;
}

.image-grid li img,
.image-grid li strong {
  display: block;
}

.image-grid li img {
	border: 0 solid transparent;
}

#content .image-grid li:hover img, #issuelist li:hover a img, #homemagazine li:hover a img {
	background-color:#B23AEE;
	opacity:.70; /*FF/OPERA/Chrome*/
	filter: alpha(opacity=70); /*IE 5-7*/
	-ms-filter:"progid:DXImageTransform.Micr…" /*IE8*/
}

.project .left {
	float: left;
	overflow:hidden;
	width: 600px;
}

.project .right {
	float: right;
	width: 320px;
}

.project .right .inside {
	border-bottom: 1px solid #d4d4d4;
	margin-bottom: 30px;
}

.project .right h1{
	font-size: 21px;
	margin-bottom: 15px;
}

#content .skillList{
	padding: 0!important;
	margin: 0 0 20px !important;	
}

.skillList li{
	padding: 1px 0 0;
	background: none;
	margin: 0 5px 0 0 !important;
	display: inline-block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.skillList li span{
	font-size: 11px;
	text-transform: uppercase;
	background: #bababa;
	display: inline-block;
	color: #fff!important;
	text-decoration: none;
	position: relative;
	padding: 0 6px !important;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	line-height: 20px;
}

.skillList li span a{
	color:#fff;
	font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style:normal;
	}

.project div.issuedot{
	-moz-border-radius:19px;
 	-webkit-border-radius: 19px;
 	border-radius:19px;
	background-color:#b145f1;
	color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    height: 38px;
    left: 10px;
    line-height: 11px;
    margin-bottom: -38px;
    position: relative;
    text-align: center;
	text-transform:uppercase;
    top: -160px;
    width: 38px;
	}
	
	.project div.issuedot span.texthold{
		display:inline-block;
		margin-top:8px;
		}
		
	.project div.issuedot span.issalpha{
		font-size:10px;
		letter-spacing:-.5px;
		line-height:13px;
		}

.single-projects #content {
	width: 960px;
}

.projectNav {
	margin: 0 0 30px;
	border-top: 1px solid #d4d4d4;
	padding-top: 30px;
}

.projectNav a{
	display: block!important;
	width: 28px;
	height: 28px;
	text-indent: -9999px;	
}

.projectNav div {
	float: left;
	margin-right: 10px;
	width: 28px;
	height: 28px;
}

.projectNav .next a{
	background: transparent url(images/project_nav_arrow_left.png) no-repeat;
	background-position: 0 -28px;
}

.projectNav .next a:hover {
	background-position: 0 0;
}

.projectNav .next.inactive{
	background: transparent url(images/project_nav_arrow_left.png) no-repeat;
	background-position: 0 -56px;
}

.projectNav .previous a{
	background: transparent url(images/project_nav_arrow_right.png) no-repeat;
	background-position: 0 -28px;
}

.projectNav .previous a:hover {	
	background-position: 0 0;
}

.projectNav .previous.inactive{
	background: transparent url(images/project_nav_arrow_right.png) no-repeat;
	background-position: 0 -56px;
}

.addthis_toolbox{
	margin:5px 10px 0 0;
	}
	
iframe#facebook-like{
	width:300px;
	height:24px;
	}
	
.postpics{
	border-bottom: 1px solid #d4d4d4;
	margin-bottom:18px;
	padding-bottom:18px;
	}
	
#relatedposts{
	border-top: 1px solid #d4d4d4;
	padding-top:18px;
	}


/*Images------------------*/

#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 0;
	margin-top: 4px;
}

#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 0;
	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: 0!important;	
	margin-bottom: 25px!important;	
}

.gallery img {
	border: none!important;
}

/*Lists------------------*/

#content ul{	
	margin:  0 0 25px 20px;
}

#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 {	
	padding-top: 10px;	
}

/*//////////////////////////////////////////////////////////////////// 
//  06 - Slideshow
////////////////////////////////////////////////////////////////////*/

#homeMessage {
	color: #696969;	
	border-bottom: 1px solid #d4d4d4;
	padding: 0 0 30px 0;
	text-align: center;
	margin: 0 0 40px;
	font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;
}

#homeMessage.topBorder {
	border-top: 1px solid #d4d4d4;
	padding: 30px 0 30px;
}

#homeMessage p{
	font-size: 40px;
	line-height: 1.3em;
	margin-bottom: 0;
}

#slideshow {
	background: transparent;
	float:left;
	position: relative;
	z-index: 1;
	margin:0 18px 18px 0;
	height: 497px;
    width: 622px;
}

#slider {
    position:relative;
    width:622px;
    height:497px;
}

#slideshow #slider a{	
	display: block;
}

#slideshow img {
  display: block;
}

#slideshowNav {
	position: absolute;
	bottom: 40px;
	right: 0;
	z-index: 10;	
}

#slideshowNavPager {
	float: left;	
}

#slideshowNav a {
	width: 10px;
	height: 10px;
	background: transparent url(images/slideshow_nav.png) no-repeat;
	display: block;
	float: left;
	margin: 0 6px 0 0;
	cursor: pointer;
}

#slideshowNav a span {
	display: none;
}

#slideshowNav a.activeSlide {
	background: transparent url(images/slideshow_nav_active.png) no-repeat;
}

#slideshowNav a:focus { outline: none; }

/*//////////////////////////////////////////////////////////////////// 
//  07 - Intelligencer Signup
////////////////////////////////////////////////////////////////////*/

div#homeintelligencer{
	clear:left;
	background-color:#e1e1e1;
	color:#000000;
	padding:18px 18px 15px;
	}
	
	div#homeintelligencer img{
		float:left;
		}
		
	div#homeintelligencer p{
		float:left;
		line-height:1.5em;
		margin:2px 25px 0 30px;
		width:340px;
		}
		
	div#homeintelligencer form{
		margin-top:5px;
		}
	
	div#homeintelligencer form input[type="text"], div#homeintelligencer form input[type="email"]{
		background-color:#fff;
		border:1px solid #e3bafc;
		font-family:"Droid Serif", Georgia, Times, "Times New Roman", serif;
		font-size:1em;
		font-style:italic;
		padding:6px 10px 6px 5px;
		width:211px;
		}
		
	div#homeintelligencer form input[type="submit"]{
		background:none #b044f3;
		border-radius:0 0 0 0;
		border:none;
		box-shadow:none;
		margin-left: -4px;
		padding: 6px 10px 8px;
		text-transform:uppercase;
		}

/*//////////////////////////////////////////////////////////////////// 
//  08 - Buttons
////////////////////////////////////////////////////////////////////*/

.button, input[type="submit"], input[type="file"]  {	
	font-size: 12px;	display: inline-block;	
	border:none;
	color: #fff !important;
	text-decoration: none;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.3);	
	position: relative;
	cursor: pointer;
	font-weight: bold;		
	line-height: normal !important;
	background:none #b044f3;
		margin-left: -4px;
		padding: 6px 10px 8px;
		text-transform:uppercase;
	
}

.button:hover, input[type="submit"]:hover {
	background-color: #8e37c4 !important;
}

#searchsubmit:hover{
	background-color:transparent !important;
	}


/*//////////////////////////////////////////////////////////////////// 
//  09 - Sidebar
////////////////////////////////////////////////////////////////////*/

#sidebar {
	margin: 0;
}

.sidebarBox {
	position: relative;
	margin: 0;
}

#sidebar p {
	line-height: 1.5em;
	margin-bottom: 12px;
}

.avatar {
	float: left;
	margin: 0 0 20px;
	padding-top: 3px;
}

/*///////////////////////////////////////////////////////////////////// 
//  10 - Widgets
////////////////////////////////////////////////////////////////////*/

#sidebar .widgetBox h3,
#footer .widgetBox h3{
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 1.5em;
	font-size: 11px;
	text-transform: uppercase;	
	font-weight: bold;
	letter-spacing: 1px;
}

#sidebar .widgetBox .meta,
#footer .widgetBox .meta {
	font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;
	font-style: italic;
}

#sidebar ul, #footer ul{
	margin: 0;
	padding: 0;
	line-height: 1em;
	background: none;
	position: relative;	
}

#sidebar ul li, #footer ul li{
	padding: 0;
	margin: 0 0 15px;
	line-height: 1.4em;
	background: none;
}

#sidebar ul li p, #footer ul li p{
	line-height: 1.7em;
	margin: 0;
}

#sidebar ul li h2, #footer ul li h2{
	font-size: 13px;
	margin: 0;
	padding: 0 !important;
	line-height: 1em;
	font-weight: normal;
}

#sidebar .widget_nav_menu ul,
#footer .widget_nav_menu ul,
#sidebar .widget_pages ul,
#footer .widget_pages ul,
#sidebar .widget_categories ul,
#footer .widget_categories ul {
	background: none;
	margin: 0;
	padding: 0;
	border: none;
}

#sidebar .widget_nav_menu li,
#footer .widget_nav_menu li,
#sidebar .widget_pages li,
#footer .widget_pages li,
#sidebar .widget_categories li,
#footer .widget_categories li {
	padding: 0;
	margin: 10px 0 0;
	border: none;
}

/*Search------------------*/

.widget_search {
	background-color: #ebebeb;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	display: inline-block;
	padding: 0 !important;
}

.widget_search:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .widget_search {
    display: block;
}

* html .widget_search {
    height: 1%;
}

#searchform{
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border:1px solid #cbcbcb;
	display:inline;
	margin-right:5px;
	padding:2px 0 4px;
	}

#s {
	background: none no-repeat center left transparent;
    border: medium none;
	font-family:"Droid Serif", Georgia, Times, "Times New Roman", serif;
	font-size:12px;
	font-style:italic;
    height: 20px;
    line-height: normal !important;
    width: 167px;
}

#searchsubmit{	
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	background: url(images/searchglass.png) no-repeat center transparent;
	border: none;
	display: inline-block;
    margin:0 0 0 -3px;
    padding: 3px 4px 4px;
    text-indent: -999999px;
    width: 20px;
}

h1.searchresult{
	text-transform:capitalize;
	}


/*Recent Posts Widget------------------*/

#sidebar .ttrust_recent_posts .meta,
#footer .ttrust_recent_posts .meta {
	margin: 0 0 15px 0 !important;
	display: block;
	padding: 0;
}

#sidebar .ttrust_recent_posts h2,
#footer .ttrust_recent_posts h2 {	
	font-size: 13px !important;
	margin-bottom: 5px;
}

.ttrust_recent_posts .firstPost p{	
	margin-bottom: 10px;
}

.secondaryPost {
	padding: 10px 0 0;
}



/*Calendar Widget--------------------*/
table#wp-calendar {
	width: 320px;
}

table#wp-calendar td, table#wp-calendar th{
	text-align: left;
}

table#wp-calendar td {
	color: #b0b0ad;
	padding-top: 10px;
}

table#wp-calendar td a{
	font-weight: bold;
}

#wp-calendar caption {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dbdad8;
	font-size: 14px;
	font-weight: bold;
}

/*Tag Widget--------------------*/

.widget_tag_cloud a{
	font-size: 11px !important;
	padding: 5px 7px 5px 7px;
	display: block;
	float: left;
	margin: 0 5px 5px 0;
}

#footer .widget_tag_cloud a,
#sidebar .widget_tag_cloud a{
	background: #7a7a7a;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

#sidebar .widget_tag_cloud a{
	background: #ebebeb;
}

#footer .widget_tag_cloud a{
	background: #6d6d6d;
}

#footer.light .widget_tag_cloud a{
	background: #e5e5e5;
}

.widget_tag_cloud:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.widget_tag_cloud {
    display: inline-block;
}

html[xmlns] .widget_tag_cloud {
    display: block;
}

* html .widget_tag_cloud {
    height: 1%;
}

/*Twitter Widget--------------------*/

#twitter_div{
	margin: 0 0 10px 0;
}

#twitter_div 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;
}

#sidebar #flickrBox .flickrImage {
	float: left;
	margin: 0 12px 12px 0;
	padding: 3px;
	background: #f0f0f0;
	border: 1px solid #e1e1e1;
}

#footer.light #flickrBox .flickrImage {	
	background: #fff;
	border: 1px solid #e1e1e1;
}

#flickrBox .flickrImage img {
	width: 50px;
	height: 50px;
}

/*///////////////////////////////////////////////////////////////////// 
//  11 - Comments
////////////////////////////////////////////////////////////////////*/

#comments {
	position: relative;
	margin: 30px 0 30px;
	width: 600px;
	padding: 30px 0 0;
}

#comments h2{
	font-size:21px;
	}

#comments ul{
	list-style: none;
	margin: 0 0 30px;
}

#trackbacks {
	margin: 30px 0 0 40px;
}

ol#commentslist {
	border-bottom: 1px solid #CBCBCB;
	margin: 0;
	list-style: none;
	padding: 0 0 18px;
}

ol#commentslist li{
	border-top: 1px solid #CBCBCB;
    margin: 18px 0 10px;
    padding-top: 18px;
	}

#commentslist .children li {
	padding: 15px 0 0 30px;
	background: transparent url(images/comment_marker.gif) no-repeat 0 40px;
	border-left: 1px solid #cbcbcb;	
}
	
.comment {
	position: relative;
	margin: 0;	
	width:550px;
}

.comment .avatar {
	position: absolute;
	left: 0;
	top: 0;	
}

#commentForm h3 {
	font-size: 19px;
}

#ecu_uploadform{
	padding-top:18px;
	}
	
	
#ecu_uploadform .message{
	width:500px;
	}

#commentForm label {
	padding-left: 20px;
}

#social_connect_ui{
	margin-bottom:18px;
	}
	
	div#social_connect_ui:last-of-type{
		display:none;
		}
	
	#social_connect_ui label{
		padding-left:0;
		}

.comment h5 {
	font-size: 16px;
	padding: 0;	
}

.comment .date {	
	margin: 0 0 10px;	
	display: block;
	color: #a5a5a2;
	font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;
	font-style: italic;		
}

.comment p {	
	margin: 0 0 10px;
}

.comment-reply-link,
.comment-reply-login {
	margin: 0;
}

.comment-reply {
	display: inline-block!important;
	padding: 0 0 0 10px;
}

#comment-add {
	position: absolute;
	top: -5px;
	right: 0;
}

.moderation {
	margin: 0;
	padding: 0 0 10px 25px;	
}

#comment-navigation {
	position: absolute;
	top: 0;
	right: 0;
}

.older-comments,
.newer-comments {
	display: block;
	float: left;
	width: auto;
	height: 24px;
	line-height: 24px;
	margin: 0;
	padding: 0 8px;	
	border-right: 1px solid #e4e4e4;
	border-left: 1px solid #e4e4e4;
	text-align: center;
	text-decoration: none;
}

a:hover span.newer-comments,
a:hover span.older-comments {
	
}

.newer-comments {
	float: right;
	margin: 0 0 0 10px;
}

#trackbacks ul {
	margin: -5px 0 15px;
}

#trackbacks ul li {
	padding: 5px 0 5px 20px;	
}



/* Comment Form */
	
#commentForm {
	position: relative;
	margin: 30px 0 10px;
}

#comments #respond {
	position: relative;
	padding: 0;
	margin: 0;
}

#respond .form-allowed-tags {
	display: none;
}


#respond form {
	margin: 0;
	padding: 0;
	position: relative;
}

.cancel-comment-reply {
	float: right;
	margin: 5px 90px 0 0;
}

#comments textarea {
	width: 90% !important;
}

#comments input[type="text"] {
	width: 50%;
}




/*//////////////////////////////////////////////////////////////////// 
//  12 - Pagination
////////////////////////////////////////////////////////////////////*/
	
.pagination {	
	border-top: 1px solid #CCCCCC;
	clear: both;	
	margin: 0 0 20px;
	padding-top:18px;
	
}

#content .page-numbers{
	border-right: 1px solid #CCCCCC;
    margin-left: 0;
    margin-right: 6px;
    padding-right: 6px;
	}
	
	#content .page-numbers.next{
		border:none;
		}


/*//////////////////////////////////////////////////////////////////// 
//  13 - Magazine Page
////////////////////////////////////////////////////////////////////*/

#magquotes{
	border-top:1px solid #b1b1b1;
	font-family:"Droid Serif", Georgia, Times, "Times New Roman", serif;
	width:622px;
	}
	
ul#issuelist{
	border-bottom:1px solid #b1b1b1;
	margin-bottom:18px;
	}

ul#issuelist li{
	display:block;
	float:left;
	margin: 0 18px 21px 0;
	width:148px;
	}
	
	ul#issuelist li.odd{
		margin-right:0;
		}
#issuelist h3{
			margin-bottom:0;
			}
			
#issuelist p{
	font-family:"Droid Serif", Georgia, Times, "Times New Roman", serif;
	}
	
#issuelist a{
	font-style:italic;
	}

/*//////////////////////////////////////////////////////////////////// 
//  14 - Footer
////////////////////////////////////////////////////////////////////*/

#footer {	
	background: #5d5d5d;
	color: #a2a2a2;	
	border-top: 5px solid #515151;
	width: 100%;
	margin: auto
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
}

#footer.light {	
	background: #f3f3f3;
	color: #a2a2a2;	
	border-top: 5px solid #eeeeee;	
}

#footer .widgetBox h3{	
	color: #989898;			
}

#footer.light .widgetBox h3{	
	color: #a2a2a2;		
}

#footer .meta {
	color: #919191;	
}

#footer.light .meta {
	color: #cccccc;	
}

#footer .main{	
	padding: 35px 0 10px;
	width: 960px;
	margin: 0 auto 18px;
}

.footerBox{
	margin: 0 0 40px;
	position: relative;	
}

#footerLeft, #footerCenter, #footerRight{
	float:left;
	width:295px;
	}
	
#footerLeft, #footerCenter{
	margin-right:30px;
	}

.footerBox p{			
	padding: 0;	
}

#footer a {
	color: #bebebe;
	font-family:"Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style:normal;
}

#footer.light a {
	color: #7A7A7A;	
}

#footer a:hover {
	color: #fff;	
}

#footer.light a:hover {
	color: #6d6d6d;	
}

#footer .secondary {		
	margin: 0 auto;
	padding: 40px 0 40px;
	border-top: 1px solid #6b6b6b;
	width:960px;
}

#footer.light .secondary {	
	border-top: 1px solid #dfdfdf;
}


#footer .secondary .left {
	float: left;
}

#footer .secondary .right {
	float: right;
}

#footer form{
		margin-top:5px;
		}
	
	#footer form input[type="text"],#footer form input[type="email"]{
		font-family:"Droid Serif", Georgia, Times, "Times New Roman", serif;
		font-size:1em;
		font-style:italic;
		padding:6px 10px 6px 5px;
		width:200px;
		}
		
		#footer form input[type="text"]:focus,#footer form input[type="email"]:focus {outline: none; background: #F9F9F9;}

	#footer form input[type="submit"]{
		background:none #b044f3;
		border-radius:0;
		border:none;
		box-shadow:none;
		margin-left: -4px;
		padding: 5px 10px 7px;
		text-transform:uppercase;
		}

ul.twitmentions li{
	margin-bottom:10px !important;
	padding-bottom:10px !important;
	}

#most-read-posts ul li, #text-9 ul li{
	border-bottom: 1px dotted #CCCCCC;
    color: #B044F3;
    font-weight: bold;
    list-style: decimal inside none;
    margin:0 0 6px;
    padding-bottom: 6px;
	}

	#text-9 ul li{
		color: #A2A2A2;
    	font-weight: normal;
		list-style:none outside;
		}

/*//////////////////////////////////////////////////////////////////// 
//  15 - Backgrounds
////////////////////////////////////////////////////////////////////*/

body.bkgGrid {
	background: #dadbdb url(images/bkg_grid.jpg);
}

body.bkgScratches {
	background: #dadbdb url(images/bkg_scratches.jpg);
}

body.bkgNoise {
	background: #dadbdb url(images/bkg_noise.jpg);
}