/*
Theme Name: Press Two
Design Studio: Obox Design http://www.obox-design.com/
Version: 1.4.6
Author: Obox Design
Author URI: http://www.obox-design.com/
License: Unrestricted for personal use
License URI: http://www.obox-design.com/terms_conditions.cfm
Description: A clean portfolio theme with a widget-driven homepage layout.
*-----------------------------*
WARNING! DO NOT EDIT THIS FILE!
*-----------------------------*
To make updates to your theme, do not edit the styles in this file. Rather use 
the custom.css file to add your style changes. By copying a style from this
file and pasting it in custom.css you will override the style in this file.

*/


@import url(reset.css);
@import url(social.css);	
@import url(clearfix.css);


/*-------------------------------------------------------------------------------------------*/
/*- SETUP STD CLASSES -----------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
body{margin: 0px; padding: 0px; background: #fff; color: #595959;
		font-size: 13px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; line-height: 1.6em;}

h1, h2, h3, h4, h5, h6{font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;}

p{margin-bottom: 16px;}
textarea, input{padding: 6px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 13px;  color: #595959;
					-moz-border-radius: 4px; -webkit-border-radius: 4px; -webkit-border-radius: 4px;}
	
a{color: #6684BF;}
a:hover{color: #111;}
					
input[type=text]{width: auto; background: #e7e7e7; border: none;}
textarea{width: 460px; background: #e7e7e7; border: none; color: #595959;}
input[type=button], input[type=submit]{padding: 5px 8px; font-weight: 600; cursor: pointer; background: #111; border: none; color: #fff;}
input[type=button]:hover, input[type=submit]:hover{background: #6684BF;}

a{text-decoration: none;}
strong{font-weight: bold;}
em{font-style: italic;}

/*--- Layouts ---*/
.no_bg{background-image: none;}
.clearboth{clear: both}
.floatleft{float: left;}
.floatright{float: right;}
.floatright{float:right;}
.no_display{display: none;}


/*-------------------------------------------------------------------------------------------*/
/*- GENERAL LAYOUT --------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
#header-container{padding: 40px 0px 0px;}
#header{width: 960px; padding-bottom: 0px; margin: 0px auto 30px; border-bottom: 1px solid #ccc;}
	
#navigation-container{}
	
#content-container{width: 960px; margin: auto; padding-bottom: 30px; }
.double-cloumn {padding-bottom: 30px;}

#left-column{float: left; width: 620px;}
#right-column{float: right; width: 300px;  padding-left:10px; margin-top: 5px;}

.portfolio #left-column{float: left; width: 220px;}
.portfolio #right-column{float: right; width: 700px;}

#full-width{width: 960px; margin: auto; border-bottom: 1px solid #ccc; padding-bottom: 30px;}
#gallery{}

#footer-container{padding: 30px 0px; background: #f0f0f0; overflow: hidden;}
#footer{width: 960px; margin: auto;}

/*-------------------------------*/
/*- DEFAULT WORDPRESS STYLING ---*/
.wp-caption { border: 1px solid #cccccc; text-align: center; background-color: #f0f0f0; padding: 5px 0px 10px 5px; margin-bottom: 10px; max-width: 96%;}
.wp-caption.alignleft { margin: 0px 10px 10px 0px; }
.wp-caption.alignright { margin: 0px 0px 10px 10px; }
.wp-caption img { margin: 0px; padding: 0px; border: 0px none; max-width: 98.5%;}
.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; padding: 0px 4px 5px; margin: 0px; }
.wp-caption.alignnone {margin: 5px 20px 20px 0px;}

.alignnone {margin: 5px 20px 20px 0px;}
.aligncenter, div.aligncenter {display:block; margin: 5px auto 5px auto;}
.alignright {float:right; margin: 5px 0px 20px 20px;}
.alignleft {float:left; margin: 5px 20px 20px 0px;}
.aligncenter {display: block; margin: 5px auto 5px auto;}

a img.alignright {float:right; margin: 5px 0px 20px 20px;}
a img.alignnone {margin: 5px 20px 20px 0px;}
a img.alignleft {float:left; margin: 5px 20px 20px 0px;}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto;}

pre {padding: 15px; margin: 0px 0px 22px 0px; border: 1px solid #dadada; text-indent: 0px; overflow-x: auto; overflow-y: auto; white-space: pre-wrap;  white-space: pre-line;  word-wrap: break-word;  font-variant: normal; text-align: left; ; font-family: Consolas, Monaco, 'Courier New', Courier, monospace; background-color: #f0f0f0; font-size: 12px; line-height: 1.3em;  color: #000000; font-weight: normal; font-style: normal; letter-spacing: normal; orphans: 2;  text-transform: none; widows: 2; word-spacing: 0px;}

.gallery-item img:hover{opacity:0.4; filter:alpha(opacity=40); /* For IE8 and earlier */ transition: ease-in-out 1s;}
.gallery-caption {margin-left: 0; font-size: 11px; width: 74%;}

small {font-size: 75%;}

sub, sup {font-size: 75%; line-height: 0; position: relative; vertical-align: baseline;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
table {border-collapse: collapse; border-spacing: 0;}

cite, em, i {font-style: italic;}

blockquote {font-style: italic; font-weight: normal; margin: 0 3em;}
blockquote em, blockquote i, blockquote cite {font-style: normal;}
blockquote cite {font-weight: 300; letter-spacing: 0.05em; text-transform: uppercase;}

abbr, acronym, dfn {border-bottom: 1px dotted #666;cursor: help;}
address {display: block; margin: 0 0 1.625em;}
ins {text-decoration: none;}

table{padding: 10px; margin-bottom: 20px;}
th{padding: 3px; font-weight: bold;}
tr{border-bottom: 1px solid #eee;}
tr:last-child{border: 0px;}
tr, td{padding: 3px 8px;}

/* WP3.4 Required */
.sticky{}
.bypostauthor{}
/*-------------------------------------------------------------------------------------------*/
/*- HEADER ----------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/

	/*--------------------------*/
	/*- HEADER ROW -------------*/
	.logo{float: left; }
	.logo img{display: block;}
	
	
	/*--------------------------*/
	/*- CATEGORY MENU ----------*/
	ul#nav{float: right;}
	ul#nav li{float: left; position: relative;}
	ul#nav li a{display: block; padding: 3px 10px 3px; font-weight: 600; font-size: 12px; color: #777;}
	ul#nav li a:hover{color: #111;}		
	
	/*--------------------------*/
	/*- SUB MENU ---------------*/
	ul#nav ul.sub-menu{display: none; position: absolute; top: 39px; left: 0px; z-index: 2; background: #111; width: 160px;}
	ul#nav ul.sub-menu li:last-child{border-bottom: none;}
	ul#nav ul.sub-menu ul{left: 162px; top: 0px;}
	ul#nav li:last-child ul.sub-menu ul{left: 162px; right: 162px; top: 0px;}
	
	ul#nav ul.sub-menu li{width: 160px; border-bottom: 1px solid #333;}
	ul#nav ul.sub-menu li a{display: block; padding: 3px 5px; margin: 5px; line-height: 1.5em; color: #fff; border-top: none;}
	ul#nav ul.sub-menu li a:hover{background: #fff; color: #111;}



/*-------------------------------------------------------------------------------------------*/
/*- HOME PAGE STYLING -----------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/

	/*-------------------------------------------*/
	/*- SLIDER ----------------------------------*/
	.slider{ padding-bottom: 10px; margin-bottom: 30px; border-bottom: 1px solid #ccc; overflow: hidden; position: relative;}
	
		/*---------------------*/
		/*- SLIDER IMAGES -----*/
		.gallery-container{width: 9999px; max-height: 420px; position: relative; z-index: 1; overflow: hidden; margin: 0px 0px 20px;}
		.gallery-container li{display: block; width: 960px; float: left; max-height: 420px;border-bottom: 5px solid #9F2322;border-top: 5px solid #9F2322;}
		.gallery-image img{display: block; margin: auto; max-width: 100%; height: auto;}		
		
		/*---------------------*/
		/*- SLIDER BUTTONS ----*/
		.slider .next, .slider .previous{display: block; width: 13px; height: 21px; background: url(images/layout/sprite.png) no-repeat; position: absolute; top: 40%; z-index: 99; text-indent: -999px; overflow: hidden;}
		.slider .previous{background-position: 0px 0px; left: 20px;}
		.slider .next{background-position: -35px 0px; right: 20px;}
		.slider .previous:hover{background-position: -56px 0px;}
		.slider .next:hover{background-position: -91px 0px;}		
		
		/*---------------------*/
		/*- SLIDER DOTS -------*/
		#slider-dots .dot{display: inline-block; width: 16px; height: 17px; margin: 0px 2px; overflow: hidden; text-indent: -9999px; background: url(images/layout/sprite.png) -0px -42px no-repeat;}
		#slider-dots .dot:hover{background-position: -28px -42px;}
		#slider-dots .dot-selected{background-position: -28px -42px;}
		
		.overlay {clear: both; width: 960px; height: 22px; margin: 0px auto; position: relative; z-index: 3; overflow: hidden; text-align: center;}
		.overlay .dot{display: inline-block; width: 22px; height: 22px; margin: 0px 2px; overflow: hidden; text-indent: -9999px;}		
		
		/*---------------------*/
		/*- SLIDER COPY -------*/
		.slider .copy{padding: 0px; font-size: 15px; border: none; margin-left: 0px;}
		.slider .copy ul{list-style: none; margin: 0px; padding: 0px;}
		.slider .post-title{font-size: 25px; font-weight: 200;}
		.slider .copy p{width: 600px;}
	
		.slider iframe, object, embed{width: 100%;}
		
		
	/*----------------------------*/
	/*- FOUR COLUMN LIST ---------*/
	.four-column{padding-bottom: 10px; margin-bottom: 30px; border-bottom: 1px solid #ccc;}
	.four-column li{float: left; width: 220px; margin-right: 20px;}
	.four-column li:nth-child(4n+4){margin-right: 0px;}
	.four-column li:nth-child(4n+5){clear: left;}
	.four-column .post-image{margin-bottom: 10px;}
	.four-column .post-image img{max-width: 100%; height: auto;}
	.four-column .post-title{margin: 0px 0px 10px 0px; font-size: 13px; font-weight: 600;}
		
	
	/*----------------------------*/
	/*- TWO COLUMN ---------------*/
	.two-column{padding-bottom: 10px; margin-bottom: 30px; border-bottom: 1px solid #ccc;}
	.two-column li.column{float: left; width: 460px; margin-right: 20px;}
	.two-column li:nth-child(2n+2){margin-right: 0px;}
	.two-column li:nth-child(2n+3){clear: left;}
	.two-column .post-image{margin-bottom: 20px; max-height: 258px; overflow: hidden;}
	.two-column .post-image img{max-width: 100%; height: auto;}
	.two-column .post-title{margin-bottom: 10px; font-size: 13px; font-weight: 600;}
		
	
	/*----------------------------*/
	/*- ONE COLUMN LARGE ---------*/
	.blog-main-post-container li.post{padding-bottom: 20px; margin-bottom: 40px; border-bottom: 1px solid #ccc;}
	.blog-main-post-container .post-image{margin-bottom: 20px;}
	.blog-main-post-container .post-image img{display: block;}
	.blog-main-post-container .post-title{margin: 0px 0px 20px;}
	.blog-main-post-container .date{margin-bottom: 5px;}
	
	
	/*----------------------------*/
	/*- FEATURE QUOTE ------------*/
	.featured-quote{padding: 60px 0px 30px; background: url(images/layout/quote-icon.png) top center no-repeat; text-align: center;}
	.featured-quote blockquote{color: #777; line-height: 1.3em; font-size: 24px; font-style: italic; font-family: "Droid Serif", Georgia, "Times New Roman", Times, serif;}
	.featured-quote cite{font-weight: 600; font-size: 12px;}
	
	
	/*----------------------------*/
	/*- PAGINATION ---------------*/
	.pagination{clear: both;}
	.pagination li{float: left;}
	.pagination li.page-count{margin-right: 15px; font-size: 13px; font-weight: 600;}
	.pagination .next a, .pagination .previous a{float: left; display: block; width: 30px; height: 19px; background: #333 url(images/layout/sprite.png) no-repeat; text-indent: -999px; margin: 0px 1px 20px 0px; text-indent: -999px; overflow: hidden;}
	.pagination .previous a{background-position: 12px -101px;}
	.pagination .next a{background-position: -28px -101px;}
	.pagination .previous a:hover, .pagination .next a:hover{background-color: #f33;}


/*-------------------------------------------------------------------------------------------*/
/*- POSTS CLASSES ---------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/

	
	/*------------------------------*/
	/*- POST CONTENT ---------------*/
	h2.post-title{font-weight: bold; font-size: 16px;}
	h2.page-title, h2.section-title{font-size: 20px; margin-bottom: 10px;}
	.post-content .post-image{margin-bottom: 20px;}
	.post-content .post-title{margin-bottom: 20px;}
	.post-content .copy{padding-bottom: 20px; margin-left: 160px; border-bottom: 1px solid #ccc; font-size: 13px;}
	#full-width .post-content .copy{margin: 0px;}
	
	.contact .post-image{margin-bottom: 20px;}
	.contact .post-title{margin-bottom: 20px;}
	.contact .copy{padding-bottom: 20px; font-size: 13px;}
	
	.post .copy img{max-width: 460px; height: auto;}
	/*------------------------------*/
	/*- POST PAGE META -------------*/
	.no-meta{display: none;}
	.post-meta{float: left; width: 140px; font-size: 11px; color: #878787;}
	.post-meta li{padding: 4px 0px;}
	.post-meta li:first-child{padding-top: 0px;}
	
	/*-------------------------*/
	/*- SHORT URL -------------*/
	.short-url{margin: 5px 0px; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc;}
	.short-url strong{color: #111; text-transform: uppercase;}
	.short-url input{width: 100px; padding: 0px; background: none; border: none; font-size: 11px; color: #595959;}
	

	/*-------------------------*/
	/*- SOCIAL ----------------*/
	.addthis{border-top: 1px solid #ccc; border-bottom: 1px solid #ccc;}
	a.addthis_default_style{padding: 0px !important;}
	a.addthis_button_tweet{width: 85px;}
	a.addthis_button_facebook_like{width: 80px;}
	
	/*- RESET SOME CLASSES FOR THE COPY AFTER CLEARING EVERYTHING AT THE TOP OF THE CSS  -*/
	.full-copy{margin-left: 0px !important;}
	.copy ul{list-style: disc; margin: 0px 0px 15px 18px; line-height: 22px;}
	.copy ol{list-style: decimal; margin: 0px 0px 15px 18px; line-height: 22px;}
	.copy ul li, .copy ol li{margin-bottom: 0px;}
	.copy code, .copy pre{}
	.copy img{display: block;}
	.copy h2{font-size: 22px; font-weight: 600; font-weight: lighter; margin-bottom: 15px;}
	.copy h3{font-size: 16px;  margin-bottom: 15px;}//font-weight: 600;
	.copy h4{font-size: 14px; font-weight: 600; margin-bottom: 15px;}
	.copy h5{font-size: 12px; font-weight: 600; margin-bottom: 10px;}
	.copy blockquote{padding-left: 15px; margin-left: 0px; font-style: italic;}

	
	/*------------------------------------*/
	/*- POST PAGE WP GALLERY -------------*/
	.copy .gallery{margin-bottom: 30px !important; overflow: hidden;}
	dt.gallery-icon img{margin-bottom: 3px;}


	/*-----------------------------*/
	/*- NEXT - PREV POST NAV ------*/
	.next-prev-post-nav{padding: 10px 0px;margin-left: 160px; border-bottom: 1px solid #ccc; overflow: hidden; font-size: 10px; text-transform: uppercase;}
	.portfolio .next-prev-post-nav{margin-left: 0px; border-bottom: none;}
	.next-prev-post-nav li{clear: none; float: right; margin: 0px; padding: 0px;}
	.next-prev-post-nav li:first-child{float: left;}
	

/*-------------------------------------------------------------------------------------------*/
/*- COMMENTS --------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
.comments{clear: both; width: 460px; margin-left: 160px; margin-top: 20px;}
.comments .section-title, h3#reply-title{margin: 30px 0px; font-weight: bold; color: #111; font-size: 13px;}

	ul.comment-container{font-size: 13px;}
	#full-width ul.comment-container{}
	li.comment{padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid #ccc; position: relative;}
	
	.comment-avatar{float: left; margin-left: -80px;}
	.comment h5.date{ position: absolute; top: 0px; right: 0px; font-size: 11px; color: #878787;}
	.comment h4.comment-name{margin-bottom: 15px; color: #111; font-weight: bold;}
	.comment h4.comment-name a{color: #111;}
	.comment h4.comment-name a:hover{color: #6684BF;}
	
	.reply-to-comment{font-weight: bold;}
	.logged-in-as {margin: 5px;}	
	.comment-form-comment label{display: none;}
    .form-allowed-tags{display: none;} 
	  
	/*------------------------*/
	/*- THREADED COMMENTS ----*/
	.comment-container{border-bottom: 1px solid #CCC;}
	.comment-container ul.children{padding: 20px 0px 20px 80px; margin: 20px 0px; clear: both;}
	.comment-container ul.children li:last-child{border-bottom: none; margin-bottom: 0px; padding-bottom: 0px;}
	
	
	
/*-------------------------------------------------------------------------------------------*/
/*- PORTFOLIO -------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/

	/*------------------------------*/
	/*- LEFT COLUMN ----------------*/
	.portfolio #left-column h4{margin-bottom: 10px; font-weight: bold; font-size: 13px; color: #111;}
	.portfolio #left-column ul li{padding-bottom: 6px; margin-bottom: 6px; border-bottom: 1px dotted #ccc;}
	.portfolio #left-column ul li a{display: block;}
	.portfolio #left-column ul li a.selected{font-weight: bold; color: #000;}

	/*------------------------------*/
	/*- RIGHT COLUMN ---------------*/
	.portfolio .post-title{font-size: 13px; font-weight: 600; margin-bottom: 20px;}

	.portfolio-list{overflow: hidden; border-bottom: none; margin-bottom: 0px;}
	.portfolio-list li h4{margin-bottom: 10px; padding: 0px; font-weight: bold;}
	
	.portfolio-image img{width: 100%; height: auto;}
	
		/*------------------------*/
		/*- THREE COLUMN ---------*/
		.portfolio-list.three-column li{float: left; width: 220px; margin: 0px 20px 20px 0px;}
		.portfolio-list.three-column li a.portfolio-image{display: block; width: 220px; margin-bottom: 10px; overflow: hidden;}
		.portfolio-list.three-column li:nth-child(3n+3){margin: 0px;}
		.portfolio-list.three-column li:nth-child(3n+4){clear: left;}
		
		/*------------------------*/
		/*- TWO COLUMN -----------*/
		.portfolio-list.two-column li{float: left; width: 340px; margin: 0px 20px 20px 0px;}
		.portfolio-list.two-column li a.portfolio-image{display: block; width: 440px; margin-bottom: 10px; overflow: hidden;}
		.portfolio-list.two-column li:nth-child(2n+2){margin: 0px;}
		
		/*------------------------*/
		/*- ONE COLUMN -----------*/
		.portfolio-list.one-column  li{clear:both; margin: 0px 0px 20px 0px;}
		.portfolio-list.one-column  li a.portfolio-image{display: block; margin-bottom: 10px; overflow: hidden;}
		
		
/*-------------------------------------------------------------------------------------------*/
/*- PORTFOLIO SUB PAGE ----------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/

	/*------------------------------*/
	/*- LEFT COLUMN ----------------*/
	.portfolio #left-column h4{margin-bottom: 10px; font-weight: bold; font-size: 13px; color: #111;}
	.portfolio #left-column ul li{padding-bottom: 6px; margin-bottom: 6px; border-bottom: 1px dotted #ccc;}
	.portfolio #left-column ul li a{display: block;}

	/*------------------------------*/
	/*- RIGHT COLUMN ---------------*/
	.portfolio .post-title{font-size: 13px; font-weight: 600; margin-bottom: 20px;}

	.portfolio-item{overflow: hidden; border-bottom: none; margin-bottom: 0px;}
	.portfolio-item li{clear:both; margin: 0px 0px 20px 0px;}
	.portfolio-item li a.portfolio-image{display: block; margin-bottom: 10px; overflow: hidden;}
	

/*-------------------------------------------------------------------------------------------*/
/*- ARCHIVES --------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
.archives{padding: 40px;}
.archives_list{width: auto; margin-bottom: 30px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;}
.archives_list li{height: 60px; padding: 20px 0px; margin: 0px; border-bottom: 1px solid #ccc;}
.archives_list li .archive-post-image{float: left; width: 50px; height: 50px; margin-right: 20px; position: relative; overflow: hidden;}
.archives_list li .archive-post-image a{display: block; width: 50px; height: 50px; overflow: hidden;}
.archives_list li .archive-post-image img{display: block; position: relative;}
.archives_list li a{font-weight: 600; font-size: 15px;}
.archives_list li .comment-count{margin-left: 20px; font-weight: lighter; font-size: 11px;}

.archives_list .date{display: block; margin-right: 20px; font-size: 10px; text-transform: uppercase;}
.archives_list .date sup{position: relative; top: -3px; text-transform: lowercase; font-size: 8px;}
.archives_list .label{float: right; display: inline-block;}
.archives_list .label a{font-weight: lighter; font-size: 11px;}

.archives_list li:first-child{padding-top: 0px;}
.archives_list li:last-child{margin-bottom: 0px;}

.archives-page .pagination li.page-count{display: none;}

/*-------------------------------------------------------------------------------------------*/
/*- GALLERY PAGES ---------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
ul.gallery_list{clear: both; margin-top: -29px;}
ul.gallery_list:nth-of-type(4){margin-right: 0px;}

li.gallery_description{float: left; width: 335px; min-height: 130px; padding: 20px; margin: 0px 1px 1px 0px; background: #111;}
li.gallery_description h1{line-height: 38px; margin: 0px 0px 10px; color: #fff;}
li.gallery_description p{color: #999;}

li.gallery_image{float: left; width: 187px; height: 170px; margin: 0px 1px 1px 0px; overflow: hidden; text-decoration: none;}
li.gallery_image a{position: relative; text-decoration: none; display: block; width: 191px; height: 191px; overflow: hidden;}
li.gallery_image a img{position: absolute; z-index: 1; margin: auto;}

span.gallery-image-overlay{display: none; text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);}

li.gallery_image a:hover span.gallery-image-overlay{display: block; position: absolute; z-index: 2; top: 0px; left: 0px; width: 192px; height: 192px; background: rgba(0, 0, 0, 0.6); text-indent: -9999px; text-decoration: none;}
li.gallery_image a:hover span.gallery-image-overlay span.gallery_name{padding: 20px; display: block; z-index: 3; color: #fff; text-indent: 0px; line-height: 22px;}
li.gallery_image a:hover span.gallery-image-overlay span.gallery_name span.gallery-date{display: block; color: #ccc; font-size: 10pt; font-style: italic;}
li.gallery_image a:hover, li.gallery_image a:hover span{text-decoration: none;}
	

/*-------------------------------------------------------------------------------------------*/
/*- ADVERTS ---------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
ul.widget-list li.widget .advert{float:left; padding: 0px 7px 8px; margin: 0px; width:125px; height: 125px;}
ul.widget-list li.widget .large_advert{width:300px; height:250px;}


/*-------------------------------------------------------------------------------------------*/
/*- RIGHT COLUMN ----------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
ul.widget-list{font-size: 13px;}
ul.widget-list li.widget{margin-bottom: 20px; clear: both;}
ul.widget-list li.widget .content{}
ul.widget-list li.widget li{padding-bottom: 6px; margin-bottom: 6px; border-bottom: 1px dotted #ccc;}
ul.widget-list li.widget li:last-child{margin-bottom: 10px;}
ul.widget-list li.widget a{color: #999; font-weight: 600;}
ul.widget-list li.widget a:hover{color: #6684BF;}

h4.widgettitle{color: #878787; font-weight: bold; padding: 0px 0px 10px; margin: 0px 0px 10px; font-size: 14px;}
ul.widget-list li.widget ul li ul.children li {margin-left: 20px; padding: 6px;	border-bottom: 0;}


	/*------------------------------------*/
	/*- SEARCH ---------------------------*/
	.search-form{overflow: hidden;}
	.search-form input[type=text]{float: left; width: 210px;}
	.search-form input[type=submit]{float: right;}


	/*------------------------------------*/
	/*- POPULAR/RECENT COMMENTS ----------*/
	.widget_recent_comments li{padding-left: 20px; background: url(images/layout/sprite.png) -488px 5px no-repeat;}
	.widget_recent_comments li a{color: #666; display: block; font-family: "Droid Serif", Georgia, "Times New Roman", Times, serif; font-size: 11px; font-style: italic;}
	
	
	/*------------------------------------*/
	/*- POPULAR/RECENT POSTS -------------*/
	.widget_popular_posts ul li{padding-left: 30px; background: url(images/layout/sprite.png) -488px -179px no-repeat;}
	.widget_popular_posts ul li h5{font-size: 11px; font-style: italic;}
	
	
	/*------------------------------------*/
	/*- TWITTER --------------------------*/
	.twitter-timeline{max-width: 100%;}
	
	/*------------------------------------*/
	/*- LATEST VIDEO LIST ----------------*/
	.latest-videos{width: 300px; overflow: hidden;}
	.latest-videos .content{width: 900px; position: relative; overflow: hidden;}
	.latest-videos div[id^='video_widget_']{float: left; display: inline; width: 300px;}
	.latest-videos img{max-width: 100%; height: auto;}
	.latest-videos li{margin-bottom: 0px !important; padding-bottom: 0px !important; border: none;}
	.latest-videos li.video-title{width: 146px; padding-left: 40px; margin-right: 15px; background: none !important; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 600;}
	.latest-videos ul.pagination{width: 300px; padding: 5px 0px 0px; float: right; display: block;}
	.latest-videos ul.pagination li{margin-bottom: 0px !important; padding: 0px !important; background: none !important;}
	.latest-videos .pagination li {border: none !important}
	.latest-videos .previous a, .latest-videos .next a {margin-bottom: 0px;}
	.latest-videos .previous, .latest-videos .next {float: right !important;}
	

    /*------------------------------------------------*/
    /*----------------- WP CALENDAR  -----------------*/
    #wp-calendar {empty-cells: show; margin: 10px auto 0; width: 100%;	}
	#wp-calendar a {display: block; text-decoration: none; font-weight: bold; }
	#wp-calendar a:hover {text-decoration: underline; }
	#wp-calendar caption {text-decoration: none; font: bold 13px Arial, Sans-Serif; }
	#wp-calendar td {padding: 3px 5px; color: #9f9f9f; }
	#wp-calendar td#today {color: #111; }
	#wp-calendar th {font-style: normal;text-transform: capitalize;	padding: 3px 5px; }
	#wp-calendar #prev a, #wp-calendar #next a { font-size: 9pt; }
	#wp-calendar #next a {padding-right: 10px; text-align: right; }
	#wp-calendar #prev a {padding-left: 10px; text-align: left; }
	

/*-------------------------------------------------------------------------------------------*/
/*- FOOTER ----------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
			
	/*-------------------------------------------*/
	/*- FOOTER ITEMS ----------------------------*/
	#footer{font-size: 13px;}
	#footer h4{margin-bottom: 10px; font-weight: 600; font-size: 13px; color: #111;}
	#footer a{color: #333; font-weight: normal;}
	#footer a:hover{color: #6684BF;}

	#footer ul{ overflow: hidden; }
	#footer ul li.column{float: left; width: 220px; margin-right: 20px;}
	#footer ul li.column:last-child{margin-right: 0px;}

	#footer ul li.column ul li{padding: 0px 0px 3px; margin: 0px 0px 3px; border-bottom: 1px dotted #ccc;}
	#footer ul li.column ul li:last-child{border-bottom: none;}

	.footer-text{clear: both; margin-top: 30px; padding-top: 15px; border-top: 1px solid #ccc; color: #878787;}
	.footer-text p{float: left; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 11px;}
	.footer-text .obox-credit{float: right;}
	
	#footer ul#twitter_update_list li span {margin-left: 20px;}
	#footer .search-form input[type=text]{width: 140px;}
	#footer ul li.column ul.social-bookmarks li {padding: 0px; margin: 0px;}
