/*  
Theme Name: Romeantics
Theme URI: http://themetrust.com/themes/filtered
Description: Modified Filtered theme from Theme Trust
Version: 1.1.0
Author: Theme Trust/Octothorp Studio
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 - Buttons
08 - Sidebar
09 - Widgets
10 - Comments
11 - Pagination
12 - 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: 12px;
	font-family: "futura-pt", "Helvetica Neue", Helvetica, Arial, sans-serif;	
	width:auto; height:auto;	
	margin: 0;
	background-color: #f3f2f2;
	color: #333;
}



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: #da9753;	
}

a:hover {
	color: #cb8139;	
}

a img {
	border:none;
}

h1, h2, h3, h4, h5, h6{	
	color: #696969;	
	margin: 0 0 15px 0;
	font-weight: normal;
}
h1.upper, h2.upper, h3.upper, h4.upper, h5.upper, h6.upper{
	text-transform: uppercase; letter-spacing: 1px;	
}

h1 {	
	font-size: 30px;
	line-height: 1.2em;
	margin-bottom: 0;
	font-weight: 300;
	color: #d59458;
}

h2{
	font-size: 21px; font-weight: 300;
}

blockquote, address {
	margin: 0 0 30px 0;
	padding: 0 30px 0 30px;	
	font-style: italic;
	font-size: 1.2em;
	font-family: Georgia, Times, "Times New Roman", serif;	
}

code {
    font-family: "Courier New", Courier, serif;
	overflow: auto;
	padding: 2px;
	background: #fff;
}

p{
	font-size: 16px;
	color: #333;
}

pre code {
	background: none;
}

pre {
    margin: 0 0 20px;
	padding: 10px;
	background: #fff;
	overflow: auto;	
	border: 1px solid #e4e4e4;
}

.color-gray{ color: #666; }
.color-orange{ color: #d59458; }

.left {
	float: left;	
}

.right {
	float: right;	
}

.margin-right-10{ margin-right: 10px; }

.meta {
	color: #b0b0ad;
}

.meta a{
	color: #7d7d7b !important;
}

.meta a:hover{
	color: #b0b0ad !important;
}

input[type="text"], textarea {
	background-color: #ebebeb;
	border: none;
	padding: 10px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #6a6a6a;			
}

input[type="text"]:focus {outline: none; background: #f4f4f4;}
textarea:focus {outline: none; background: #f4f4f4;}

textarea { width: 460px; 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: Georgia, Times, "Times New Roman", serif;	
}



/* //////////////////////////////////////////////////////////////////////
//  03 - General Layout 
//////////////////////////////////////////////////////////////////////*/

#container {	
	width: 960px;
	margin: 0 auto;		
}

#header {
	width: 960px;
	margin: 0 auto;	
}

#main {
	width: 960px;
	margin: 0 auto;
	padding: 0 0 0 0;		
}

#main.full {
	background: none;
}

#content {		
	padding: 0 0 0 0;		
	float: left;
	margin: 0 0px 0 0;
	position: relative;	
}

#sidebar {
	width: 320px;
	float: right;
	margin: 0;
	padding: 0;		
}

#footer {
	width: 100%;
}

.oneHalf{
	width: 480px; float: left;
}

.oneThird {
	width: 280px;	
}

.twoThird {
	width: 580px;	
}

.full {
	width: 960px
}


/*////////////////////////////////////////////////////////////////////////
//  04 - Header
///////////////////////////////////////////////////////////////////////*/

#header{	
	padding: 50px 0 50px;
	position: relative;
	z-index: 2;	
}

#logo {		
	float: left;	
	margin: 0px 25px 0px 0px;
	font-size: 20px;
	font-weight: bold;
}

#header h1 {
	font-size: 35px;	
	padding: 10px 0 0 0;
	line-height: 1px;
	font-size: 36px;
	font-weight: 300;		
	color: #666;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#header h1.logo {	
	padding: 0;
	margin: 0;	
}

#header h1 a, #header h1 a:hover{	
	color: #575757!important;	
}

#mainNav{	
	right: 0px;	
	position:absolute; top:50%; height:20px; margin-top:-10px;	
	text-transform: uppercase;	
}

#mainNav li{
	margin: 0 0 0 25px;	
	display: inline-block;
	padding-top: 0;	
}

#mainNav li a{
	line-height: 25px;
	color: #7b7b7b;
	font-size: 18px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#mainNav ul ul a{
	line-height: 15px;
}

#mainNav ul ul {
	background: #363636;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;	
}

#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: #dc7c00;
}

#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: #dc7c00;
}

#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;	
}


/*//////////////////////////////////////////////////////////////////// 
//  05 - Content
////////////////////////////////////////////////////////////////////*/

#content {
	margin: 0 0;	
}

#content .post {
	margin: 0 10px 40px 0px;
	position: relative;
	padding-bottom: 15px;		
}

.page #content .post {
	margin: 0 20px 0px 0px;
	border: none;
}

#content .post h1{
	font-size: 27px;
	margin-bottom: 10px;
}

.post .meta {
	margin: -5px 0 25px 0;		
	padding: 0 0 0px 0;				
}

#content .post.withThumb .inside {
	margin-left: 130px;
}

#content .post .inside {
	margin-right: 40px;
}

#content .post.lastPost {
	border-bottom: none;
}

.full p {
	margin-right: 40px;
}

#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 {
	
}

#pageHead {	
	padding: 0 0 5px 0;	
	margin: 0 0 20px 0;
	border-bottom: 1px dashed #CCC;
}

#pageHead h1 {	
	font-size: 30px;
	line-height: 1.2em;
	margin-bottom: 0;
	font-weight: 300;
	color: #d59458;
}

/*Project Filter Navigation------------------*/

#content #filterNav{
	padding: 0!important;
	margin: 0 0 10px 0!important;	
}

#content #filterNav li{
	padding: 1px 0 0 0;
	background: none;
	margin: 0 5px 5px 0;	
	display: block;
	float: left;
}

#filterNav li a{
	font-size: 12px;
	text-transform: uppercase;
	background: #bababa;	
	display: inline-block;	
	color: #fff!important;
	text-decoration: none;
	position: relative;
	cursor: pointer;	
	padding: 0 6px 0 !important;	
	border: none;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	line-height: 20px;
	letter-spacing: 1px;
}

#filterNav li a:hover {
	background: #6a6a6a;
}

#filterNav li.selected a{
	background: #da9753;
}

/*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: "futura-pt", "Helvetica Neue", Helvetica, Arial, sans-serif;	
	font-size: 14px;	
	padding-top: 5px;
	font-weight: 500;
	margin: 0 10px 10px 0px;
}

#content .image-grid {  
  width: 970px;
  margin: 0 0 0 -5px;
}

.image-grid:after {
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}

#content .image-grid li {
  width: 313px;  
  float: left;
  padding: 0;  
  margin: 0 5px 10px 5px;
  overflow: hidden;
}

.image-grid li a{
}

.image-grid li img,
.image-grid li strong {
  display: block;
}

.image-grid li img {
	margin: 0 auto; width: 100%;
}

#content .image-grid li:hover img {

}

.project .left {
	float: left;
	width: 580px;	
}

.project .right {
	float: right;
	width: 340px;
	border-top: 1px dashed #ccc;
	padding: 10px 0 0 0;
	display: block;
}

.project .right .inside {
	margin-bottom: 30px;
	min-height: 560px;
}

.project .right h1{
	font-size: 28px;
	margin-bottom: 0px;
	font-weight: 300;
	color: #d59458;
	line-height: 28px;
}

.project .right h3
{
	font-size: 16px;
	margin: 20px 0 10px 0;
}

.project .right p{
	line-height: 24px;
	margin: 0 0 10px 0;
}

.project .right p.credits{
	font-size: 14px;
}


#content .skillList{
	padding: 0!important;
	margin: 0 0 20px 0 !important;	
}

.skillList li{
	padding: 1px 0 0 0;
	background: none;
	margin: 0 5px 5px 0 !important;	
	display: inline-block;
}

.skillList li span{
	font-size: 12px;
	text-transform: uppercase;
	background: #bababa;	
	display: inline-block;	
	color: #fff!important;
	text-decoration: none;
	position: relative;		
	padding: 0 6px 0 !important;	
	border: none;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	line-height: 20px;
	letter-spacing: 1px;
}

.single-projects #content {
	width: 960px;
}

.projectNav {
	margin: 0 0 30px 0;
	border-top: 1px dashed #ccc;
	padding-top: 13px;	
}

.projectNav a{
	display: block!important;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	
	/*text-indent: -9999px;	*/
}

.projectNav div {
	float: left;
	margin-right: 10px;
	width: 170px;
	height: 28px;
}

.projectNav div.r{
	float: right;
	text-align: right;
	width: 150px;
}

.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;
}


/*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 {	
	padding-top: 10px;	
}

/*//////////////////////////////////////////////////////////////////// 
//  06 - Slideshow
////////////////////////////////////////////////////////////////////*/

#homeMessage {
	color: #666666;	
	padding: 0 0 40px 0;
	margin: 0 0px 0px 0px;		
}

#homeMessage.topBorder {	
	border-top: 1px solid #d4d4d4;
	padding: 30px 0 30px 0;	
}

#homeMessage p{
	color: #666666;	
	font-size: 32px;
	line-height: 32px !important;
	margin-bottom: 0;
	font-weight: 300;
}

.slideshow{ margin: 0px auto 20px auto; width: 960px; height: 350px; overflow: hidden; background-color: #ccc; position: relative; }

    .slideshow .slides .slide{
        display: none; position:absolute; z-index:8; opacity:0.0; height: 350px; width: 960px; overflow: hidden !important;
    }
	.slideshow .slides .slide.active { z-index:10; opacity:1.0; display:block; }
	.slideshow .slides .slide.last-active{ z-index:9; }
	.slideshow .slides .slide img{ display: block; border: 0; width: 960px; margin-bottom: 5px; }
    
	/*
    .credit{
        position: absolute; display: block; width: 450px; height: 45px; color: #ffffff; 
        padding: 10px; margin: 0 0 0 0; opacity: 1; top: 275px; left: 10px; z-index: 1000; opacity: .9;
        background: url( images/icon_arrow_right_thin.png ) #889512 no-repeat; background-position: 435px 15px;
        
        h1{ color: #fff; font-size: 15px; line-height: 16px; margin: 0; letter-spacing: 0; font-weight: 400; }
        h2{ color: #fff; font-size: 14px; line-height: 13px; margin: 0; letter-spacing: 0; font-weight: 400; text-transform: none; }
        p{  line-height: 18px; margin-bottom: 0px; }
        .overview{ font-size: 11px; }
        .curator{ font-weight: bold; font-size: 12px; margin: 0 0 10px 0; }
        .details{ margin: 2px 0 0 0; font-size: 12px; color: #3a430c; font-weight: bold; }
        .link{ font-weight: bold; font-size: 12px; }
    }*/
    
    .slideshow .control{ float: left; width: 175px; height: 30px; padding: 9px 0px; margin-right: 1px; overflow: hidden; background-color: #5f6e1a; }
        .slideshow .control ul{  margin-top: 0px; padding: 0; width: 100%; position: relative; top: 0;  }
        .slideshow .control ul li a{ display: block; padding: 4px 10px 6px 10px; font-size: 14px; border-bottom: #333 1px solid; color: #e3e3d7; }
    
    .slideshow #nav{ position: absolute; top:330px; right:10px; z-index: 20; height: 20px; overflow: hidden; }
	.slideshow #nav .indicator{ display: block; background-color: #666; width: 10px; height: 10px; float: left; margin-left: 5px; cursor: pointer; opacity: .9; }
	.slideshow #nav .indicator.active{ background-color: #fff; }
	
/*
#slideshow {	
	background: transparent;	
	position: relative;	
	z-index: 1;	
	margin-bottom: 20px;	
	border-bottom: 5px solid #ededed;
}

#slideshow #slider a{	
	display: block;
}

#slideshow img {
  display: block;
}

#slideshowNav {
	position: absolute;
	bottom: 40px;
	right: 0px;
	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 - Buttons
////////////////////////////////////////////////////////////////////*/

.button, #searchsubmit, input[type="submit"]  {	
	font-size: 12px;
	background: #da9753 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;
	margin: 0 5px 0 0;	
	line-height: normal !important;
}

.button:hover, #searchsubmit:hover, input[type="submit"]:hover {
	background-color: #e69f58 !important;
}


/*//////////////////////////////////////////////////////////////////// 
//  08 - Sidebar
////////////////////////////////////////////////////////////////////*/

#sidebar {
	margin: 0 0px 0 0;
}

.sidebarBox {	
	position: relative;
	margin: 0 0 40px 0;	
}

#sidebar p {
	line-height: 1.5em;
	margin-bottom: 12px;
}

.avatar {
	float: left;
	margin: 0 20px 20px 0;
	padding-top: 3px;
}

/*///////////////////////////////////////////////////////////////////// 
//  09 - Widgets
////////////////////////////////////////////////////////////////////*/

#contact{ font-size: 18px; margin: 20px 0px; line-height: 24px; color: #666; }
#contact h1{ margin-bottom: 10px; }

#map{ display: block; width: 960px; height: 400px; }

#sidebar .widgetBox h3,
#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;	
}

#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 0 0 0;
	padding: 0px 0 0 0;		
	line-height: 1em;
	background: none;
	position: relative;	
}

#sidebar ul li, #footer ul li{
	padding: 0px 0 0px 0;
	margin: 0 0 15px 0;	
	line-height: 1em;
	background: none;
	
}

#sidebar ul li p, #footer ul li p{
	line-height: 1.3em;
	margin: 0;
}

#sidebar ul li h2, #footer ul li h2{
	font-size: 13px;
	margin: 0 0 0px 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 0 0 0;
	margin: 10px 0 0 0;		
	border: none;	
}

/*Search------------------*/

.widget_search {
	background-color: #ebebeb;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	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%;
}

#s {
	margin: 0 0px 0 0;
	width: 170px;
	padding: 5px 10px 5px 10px !important;
	line-height: normal!important;	
	background: none;
	border: none;
	height: 20px;
}

#searchsubmit{	
	font-size: 11px !important;
	margin: 0 !important;
	border-left: none;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-topleft: 0px;
	float: right;
	border: none;
	height: 30px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	background-position: 0 -1px;
}


/*Recent Posts Widget------------------*/

#sidebar .ttrust_recent_posts .meta,
#footer .ttrust_recent_posts .meta {
	margin: 0 0 15px 0 !important;
	display: block;
	padding: 0px 0 0 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 0px 0;	
}



/*Calendar Widget--------------------*/
table#wp-calendar {
	width: 280px;
}

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: 5px;
	-moz-border-radius: 5px;	
}

#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--------------------*/

#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;
}

#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;
}




/*///////////////////////////////////////////////////////////////////// 
//  10 - Comments
////////////////////////////////////////////////////////////////////*/
	
#commentBox{
	border-top: #ccc dashed 1px;	
}
	
#comments {
	position: relative;
	margin: 30px 0 30px 0px;
	width: 480px;		
	padding: 30px 0 0 0;
}

#comments ul{
	list-style: none;
	margin: 0 0 30px 0;
}

#trackbacks {
	margin: 30px 0 0 40px;
}

ol#commentslist {
	margin: 0 0 0 0px;
	list-style: none;
	padding: none;	
	padding: 0;
}

#commentslist .children li {
	padding: 15px 0 0 30px;
	background: transparent url(images/comment_marker.gif) no-repeat 0px 40px;
	border-left: 1px solid #cbcbcb;	
}
	
.comment {
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 20px 0;		
}

.comment .avatar {
	position: absolute;
	left: 0;
	top: 0;	
}

#commentForm h3 {
	font-size: 19px;
}

#commentForm label {
	padding-left: 20px;
}

.comment h5 {
	font-size: 16px;
	margin: 0 0 0 80px;
	padding: 0;	
}

.comment .date {	
	margin: 0 0 10px 80px;	
	display: block;
	color: #a5a5a2;
	font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;
	font-style: italic;		
}

.comment p {	
	margin: 0 0 10px 80px;
}

.comment-reply-link,
.comment-reply-login {
	margin: 0 0 0 80px;
}

.comment-reply {
	display: inline-block!important;
	padding: 0 0 0 10px;
}

#comment-add {
	position: absolute;
	top: -5px;
	right: 0px;
}

.moderation {
	margin: 0px;
	padding: 0 0 10px 25px;	
}

#comment-navigation {
	position: absolute;
	top: 0px;
	right: 0px;
}

.older-comments,
.newer-comments {
	display: block;
	float: left;
	width: auto;
	height: 24px;
	line-height: 24px;
	margin: 0px;
	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 30px 0px;
}

#comments #respond {
	position: relative;
	padding: 0 0 0;
	margin: 0;
}

#respond .form-allowed-tags {
	display: none;
}


#respond form {
	margin: none;
	padding: none;
	position: relative;
}

.cancel-comment-reply {
	float: right;
	margin: 5px 90px 0 0;
}

#comments textarea {
	width: 90% !important;
}

#comments input[type="text"] {
	width: 50%;
}




/*//////////////////////////////////////////////////////////////////// 
//  11 - Pagination
////////////////////////////////////////////////////////////////////*/
	
.pagination {
	width: 570px;
	padding: 0 0 20px;	
	clear: both;	
	margin: 0 0 15px 0;
	
}

.pagination-prev a,
.pagination-next a,
.wp-pagenavi a,
.wp-pagenavi .current,
.wp-pagenavi .pages,
.older-comments,
.newer-comments {
	display: block;
	float: left;
	width: auto;
	height: 24px;
	line-height: 24px;
	margin: 0 5px 0 0;
	padding: 0 8px;	
	text-align: center;
	text-decoration: none;
}

.pagination-prev a:hover,
.pagination-next a:hover,
.wp-pagenavi a:hover,
.wp-pagenavi .current {
		
}

.pagination-prev a,
.pagination-next a {
	float: none;
	margin: 0px;
}

.pagination-prev,
.pagination-next {
	float: left;
	width: auto;
	margin: 0px;
}

.pagination-prev {
	float: right;
}

.wp-pagenavi .pages {
	float: right;
	margin: 0px;
}


/*//////////////////////////////////////////////////////////////////// 
//  12 - Footer
////////////////////////////////////////////////////////////////////*/

#footer {	
	color: #a2a2a2;	
	border-top: 1px dashed #ccc;
	margin-top: 10px;
}

#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 0;	
	width: 960px;
	margin: 0 0 0 20px;	
}

.footerBox{
	margin: 0 0 40px 20px;	
	float: left;
	position: relative;	
}

.footerBox p{			
	padding: 0;	
}

#footer a {
	color: #333333;	
}

#footer.light a {
	color: #939393;	
}

#footer a:hover {
	color: #d59458;	
}

#footer.light a:hover {
	color: #6d6d6d;	
}

#footer .secondary {		
	margin: 0 0px 0;
	padding: 20px 0 20px;
}

#footer.light .secondary {	
	border-top: 1px solid #dfdfdf;
}


#footer .secondary .left {
	float: left;
}

#footer .secondary .right {
	float: right;
}

/*//////////////////////////////////////////////////////////////////// 
//  13 - 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);
}