/*
Theme Name: Principles
Description: A minimal blogging theme, built for blogging only. Nothing else. Simple.
Design Studio: Obox Design http://www.obox-design.com/
Author: Obox Design
Author URI: http://www.obox-design.com/
Version: 1.0.2
License: Wordpress derivate http://www.gnu.org/licenses/gpl-2.0.html, CSS, JS, Graphics http://themeforest.net/wiki/buying/howto-buying/licensing/
License URI: http://themeforest.net/wiki/buying/howto-buying/licensing/
Tags: dark, light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, custom-colors, featured-images, theme-options, translation-ready
*-----------------------------*
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);
@import url(social.css);


/*-------------------------------------------------------------------------------------------*/
/*- SETUP STD CLASSES -----------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
body{margin: 0px; padding: 0px; font-size: 17px; font-family:  "proxima-nova", "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif; line-height: 1.6em;
		color: #333; background: #0099CC url(images/layout/sidebar-bg.png) repeat;}

textarea, input, button {padding: 10px; border: 3px solid #f0f0f0; background: none; font-size: 15px; font-family:  "proxima-nova", "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif; line-height: 1.6em; border-radius: 100px;}
textarea{width: 90%; max-width: 520px; border-radius: 10px;}
input[type=text]{width: 90%; max-width: 280px;}

button, input[type=button], input[type=submit]{padding: 5px 10px; background: none; border: 3px solid #f0f0f0; border-radius: 100px; font-weight: bold; color: #000; cursor: pointer;}
button:hover, input[type=button]:hover, input[type=submit]:hover{border-color: #000;}
button:active, input[type=button]:active, input[type=submit]:active{border-color: #000; position: relative; top: 3px;}

input[type=button]:active, input[type=submit]:active{position: relative; top: 1px;}

a{text-decoration: none; color: #000; -webkit-transition: all .15s ease-in-out; -moz-transition: all .15s ease-in-out;}
a:hover{color: #0099CC;}
strong{font-weight: bold;}
em{font-style: italic;}

img{max-width: 100%; height: auto;}



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

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

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

/*-------------------------------------------------------------------------------------------*/
/*- GENERAL LAYOUT --------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
#wrapper{padding: 0px 0px; overflow: hidden;}

#header-container{float: left; width: 17%; padding: 4%; float: left; margin-bottom: 0px; position: fixed;}
#header{position: relative;}

#navigation-container{padding: 0px; margin: 0px auto 0px;}
#content-container{float: left; width: 67%; min-height: 900px; padding: 4%; margin: 0 0 0 25%; background: #fff; position: relative;}
#full-width{max-width: 620px;}

#footer-widget-container{display: none; clear: both; padding: 4%; margin: 0 0 0 25%; background: #333;}
#footer-container{display: none;}


/*-------------------------------------------------------------------------------------------*/
/*- COMMON ELEMENTS -------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
.date{display: inline-block; margin: 0px 0px 20px; color: #999; font-size: 13px; font-weight: 700;}

.section-title{clear: both; margin-bottom: 20px; font-size: 23px; font-weight: lighter;}
.section-title-404{max-width: 540px; padding: 40px; margin-bottom: 40px; background: #006699 url(images/layout/sidebar-bg.png) repeat; color: #fff; font-weight: 900; font-size: 40px; line-height: 50px; text-transform: uppercase;}

a.action-link{padding: 5px 10px; border: 3px solid #f0f0f0; border-radius: 100px; font-weight: bold; font-size: 12px; color: #000; text-transform: uppercase;}
a.action-link:hover{border-color: #000;}
a.action-link .comment-count{padding: 5px 0px 5px 30px; margin: -5px 0px -5px 10px; background: url(images/layout/sprite.png) -476px 5px no-repeat; border-left: 3px solid #f0f0f0; color: #999;}

.page-intro{margin-bottom: 14px; font-size: 20px; color: #888;}

#menu-drop-button{display: none;}
.show-footer{display: block; width: 40px; height: 40px; background: url(images/layout/sprite.png) bottom left no-repeat; color: #fff; position: absolute; bottom: 0px; left: 0px; line-height: 1em; text-indent: -999px; overflow: hidden;
					-webkit-transition: none; -moz-transition: none;}
.show-footer:hover{background-position: -50px -460px;}


/*-------------------------------------------------------------------------------------------*/
/*- HEADER ----------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/

	/*--------------------------*/
	/*- HEADER ROW -------------*/
	.logo{margin-bottom: 30px;}
	.logo img{margin: 0px 0px 20px; padding: 0px; display: block;}
	.logo h1{font-size: 40px; line-height: 50px;}
	.logo h1 a{color: #fff; text-transform: uppercase; font-weight: 900;}
	.logo h1 a:hover{color: #000;}
	.logo .tagline{padding: 0px; margin: 0px 0px 0px; font-size: 15px; color: #fff;}
	
	
	/*--------------------------*/
	/*- CATEGORY MENU ----------*/
	ul#nav{padding: 0px; margin-bottom: 40px; font-weight: bold; font-size: 13px;}
	ul#nav li{margin-bottom: 15px; position: relative;}
	ul#nav li:last-child{margin-bottom: 0px;}
	ul#nav li a{padding: 4px 10px; border: 3px solid rgba(255, 255, 255, 0.5); color: #fff; border-radius: 100px;}
	ul#nav li a:hover{color: #fff; border-color: #fff; background: rgba(255, 255, 255, 0.3);}
	ul#nav li a:active{position: relative; top: 1px; padding-bottom: 3px;}
	
	
	/*--------------------------*/
	/*- SUB MENU ---------------*/
	ul#nav ul.sub-menu, ul#nav .children{display: none; padding: 0px; position: absolute; top: 38px; z-index: 10;
											background: #333; border: 3px solid #555; border-radius: 8px;}
	ul#nav ul.sub-menu ul, ul#nav .children ul{top: -2px; left: 230px;}
	ul#nav ul.sub-menu li, ul#nav .children li{clear: both; width: 220px; padding: 0px; margin: 0px;}
	ul#nav ul.sub-menu li:last-child, ul#nav .children li:last-child{border-bottom: none;}
	ul#nav ul.sub-menu li a, ul#nav .children li a{display: block; padding: 3px 10px; border: none; background: none;}
	ul#nav ul.sub-menu li a:hover, ul#nav .children li a:hover{padding: 3px 7px 3px 13px; color: #ccc;}
					
	
/*-------------------------------------------------------------------------------------------*/
/*- BLOG LIST AND BLOG POST PAGES -----------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/


	/*----------------------------*/
	/*- BLOG LIST ----------------*/
	.blog-main-post-container{max-width: 620px;}
	.blog-main-post-container li.post{clear: both; padding-bottom: 60px; margin-bottom: 60px; border-bottom: 5px solid #000;}
	.blog-main-post-container .post-image {margin: 0px 0px 40px; display: block;}
	.blog-main-post-container .post-image img{margin: 0px; display: block;}
	.blog-main-post-container .post-title-block{padding: 0px; text-align: left;}

    .copy embed{max-width: 100%;height: auto;}
		
	
	/*----------------------------*/
	/*- POST TITLE ---------------*/
	.post-title{margin: 0px 0px 40px; font-size: 40px; line-height: 50px; font-weight: 900; text-transform: uppercase;}
	.post-title span{color: #999;}
		
		
	/*----------------------------*/
	/*- COPY BLOCK ---------------*/
	.copy{line-height: 1.6em;}
	.copy p{margin-bottom: 26px;}
	.copy dl{margin-bottom: 26px;}
	.copy address{display: block; margin-bottom: 26px;}
	.copy ul{list-style: disc; margin: 0px 0px 26px 36px;}
	.copy ol{list-style: decimal; margin: 0px 0px 26px 36px;}
	.copy ul li, .copy ol li{margin-bottom: 0px;}
	.copy img{display: block; background: #f5f5f5;}
	.copy a{font-weight: bold; color: #000;}
	.copy a:hover{color: #0099CC;}
	.copy h1{font-size: 30px; font-weight: 700; margin-bottom: 26px;}
	.copy h2{font-size: 24px; font-weight: 700; margin-bottom: 26px;}
	.copy h3{font-size: 20px; font-weight: 700; margin-bottom: 26px;}
	.copy h4{font-size: 16px; font-weight: 700; margin-bottom: 26px;}
	.copy h5{font-size: 15px; font-weight: 700; margin-bottom: 20px;}
	.copy blockquote{padding-left: 30px; margin: 30px 0px; font-weight: 500; font-weight: 900; font-size: 30px; line-height: 1.35em; border-left: 10px solid #f0f0f0;}
	.copy pre {clear: both; padding: 20px; margin: 14px 0px 40px; background-color: #f5f5f5; border-top: 3px solid #dadada; border-bottom: 3px solid #dadada;
				white-space: pre-wrap; white-space: pre-line; word-wrap: break-word; overflow-x: auto; overflow-y: auto;
				orphans: 2; text-align: left; line-height: 1.3em; color: #333;
				font-size: 14px; font-weight: normal; font-style: normal; font-family: "Courier New", Courier, monospace;}
	
	
	/*------------------------------*/
	/*- POST PAGE META -------------*/
	.post-meta{padding: 0px; overflow: hidden;}
	.post-meta li.meta-block{float: left; padding-bottom: 0px; margin: 0px; overflow: hidden; font-weight: 600; overflow: hidden;}
	.post-meta li.meta-block.social{float: right;}
	
	
		/*-------------------------*/
		/*- SOCIAL ----------------*/
		.social{float: right; padding: 5px 0;}
		.social li{float: left; line-height: 14px;}
  		.social li.addthis{float: right;}
		a.addthis_default_style{padding: 0px !important;}
		a.addthis_button_tweet{width: 90px;}
		a.addthis_button_facebook_like{width: 85px;}
		
		
		/*-------------------------*/
		/*- TAGS ------------------*/
		.tags{padding: 5px 0; text-transform: uppercase; font-size: 10px;}
		.tags li{display: inline; margin-right: 5px;}
		.tags a{padding: 3px 8px; border: 3px solid #f0f0f0; border-radius: 100px; font-weight: bold; font-size: 10px; color: #000; text-transform: uppercase;}
		.tags a:hover{border-color: #000;}
		
	
	/*--------------------------*/
	/*- POST FORMATS -----------*/	

		/*------------------*/
		/*- QUOTES -----------*/
		.format-quote .date{display: none;}
		.format-quote .post-title{display: none;}
		.format-quote .copy{padding: 40px 40px 40px 80px; background: #333 url(images/layout/quote-icon.png) 20px 30px no-repeat; color: #fff;}
		.format-quote .copy p{margin: 0px;}
		.format-quote .action-link{display: none;}
		

	/*--------------------------*/
	/*- PAGINATION -------------*/
	.pagination{text-align: center; max-width: 620px; padding: 5px 0px; margin: 0px 0px 0px; font-size: 12px; overflow: hidden;}
	.pagination li{display: inline; text-align: center;}
	.pagination a{padding: 3px 15px; margin: 0px auto 5px; border: 3px solid #f0f0f0; font-weight: 900; letter-spacing: 2px; text-transform: uppercase; border-radius: 100px; font-size: 20px;}
	.pagination a:hover{color: #000; border-color: #000;}
	.pagination span{font-size: italic; text-align: center;}
	.page-count{display: block; clear: both; max-width: 620px; text-align: center; font-size: 12px; font-style: italic;}
	

/*-------------------------------------------------------------------------------------------*/
/*- COMMENTS --------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
.comments{clear: both; margin-top: 20px;}
.comments h3{margin: 20px 0px; font-weight: bold;}

.comment{padding: 0px 0px 40px; margin: 0px 0px 40px; position: relative; border-bottom: 3px solid #f0f0f0;}
.comment-post{margin-left: 13.461538%; margin-bottom: 3.3%;}

.comment-avatar{float: left;}
.comment-avatar img{border-radius: 100%;}

.comment .date{margin: 0px; position: absolute; top: 0px; right: 0px; margin: 0px; font-size: 11px;}
.comment .comment-name{margin-bottom: 15px; font-weight: bold;}

.comment-post p{margin-bottom: 26px;}

.reply-to-comment{display: inline-block; padding: 0px 15px; border: 3px solid #f0f0f0; border-radius: 100px; font-size: 12px; font-weight: bold; color: #000;}
.reply-to-comment:hover{border-color: #000; color: #000;}

.logged-in-as{margin-bottom: 16px; font-weight: bold; font-size: 15px;}


	/*------------------------*/
	/*- THREADED COMMENTS ----*/
	.threaded-comments{clear: both; padding: 0px 0px 0px 13.461538%; margin: 30px 0px 0px;}
	.threaded-comments li.comment{padding: 20px 0px 0px; border-top: 3px solid #f0f0f0; border-bottom: none;}
	.threaded-comments li.comment:last-child{border-bottom: none; margin-bottom: 0px; padding-bottom: 0px;}
	.threaded-comments li.comment .date{top: 20px;}
	.threaded-comments .comment-avatar{margin-right: 0px;}
	
	.comment-form-content .checkbox{float: left; font-size: 11px; font-weight: bold;}
	.comment-form-content p{margin: 0px 0px 15px;}
	.comment-form-content p span{ margin-left: 20px; font-size: 12px; text-transform: uppercase;}
	.comment-form-content textarea{width: 90%; padding: 10px; margin: 0px 0px 20px; border: 3px solid #f0f0f0;}


/*-------------------------------------------------------------------------------------------*/
/*- PORTFOLIO SECTION -----------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
.single-portfolio .full-width{max-width: 620px;}


	/*----------------------------*/
	/*- PORTFOLIO CATEGORY LIST --*/
	.portfolio-category-list{margin-bottom: 40px; overflow: hidden;}
	.portfolio-category-list li{float: left; padding: 3px 0px; margin-right: 15px;}
	.portfolio-category-list a{padding: 3px 10px; border: 3px solid #f0f0f0; border-radius: 100px; font-weight: bold; font-size: 12px; color: #000; text-transform: uppercase;}
	.portfolio-category-list a:hover{border-color: #000;}


	/*----------------------------*/
	/*- PORTFOLIO LIST -----------*/
	.portfolio-list li{float: left; width: 30.1075%; margin: 0 4.83871% 30px 0;}
	.portfolio-list li:nth-child(3n+3){margin-right: 0px;}
	.portfolio-list li:nth-child(3n+4){clear: left;}
	.portfolio-list li .post-image{margin-bottom: 20px;}
	.portfolio-list li .post-title{font-size: 17px; line-height: 17px; margin-bottom: 20px;}
	.portfolio-list li p{margin-bottom: 20px; font-size: 15px; line-height: 1.6em; color: #888;}
	.portfolio-list img{display: block; width: 100%; height: auto;}
	
	
		/*------------------------*/
		/*- TWO COLUMN -----------*/
		.two-column.portfolio-list li{float: left; width: 47.5%; margin: 0 5% 40px 0;}
		.two-column.portfolio-list li:nth-child(3n+3){margin-right: 5%;}
		.two-column.portfolio-list li:nth-child(3n+4){clear: none;}
		.two-column.portfolio-list li:nth-child(2n+2){margin-right: 0%;}
		.two-column.portfolio-list li:nth-child(2n+3){clear: left;}
		
		/*------------------------*/
		/*- ONE COLUMN -----------*/
		.one-column.portfolio-list{max-width: 620px;}
		.one-column.portfolio-list li{float: none; width: 100%; margin: 0 5% 40px 0;}
		.one-column.portfolio-list li:nth-child(3n+3){margin-right: 0%;}
		.one-column.portfolio-list li:nth-child(3n+4){clear: left;}
		
	
	/*----------------------------*/
	/*- PORTFOLIO NEXT PREV POST ------*/
	.next-prev-post-nav{padding: 30px 0px 10px; margin-top: 30px; border-top: 3px solid #f0f0f0; overflow: hidden; color: #ccc;}
	.next-prev-post-nav li{float: left;}
	.next-prev-post-nav li:last-child{float: right;}
	.next-prev-post-nav a{font-weight: bold; font-size: 12px; text-transform: uppercase; color: #ccc;}
	.next-prev-post-nav a:hover{color: #000;}
	
	

	/*----------------------------*/
	/*- SLIDER -------------------*/
	.slider{overflow: hidden; max-width: 620px; margin-bottom: 40px; position: relative;}
	
		/*---------------------*/
		/*- SLIDER IMAGES -----*/
		.gallery-container{width: 99999px; position: relative; z-index: 1;}
		.gallery-container li{display: block; float: left; max-width: 100%; position: relative;}
		.gallery-container li a{display: block; height: auto;}
		.gallery-container img{display: block; max-width: 100%; height: auto;}
		

		/*---------------------*/
		/*- SLIDER CONTROLS ---*/
		.controls{width: 62px; position: absolute; top: 10px; left: 10px; z-index: 3;}
		
			/*---------------------*/
			/*- SLIDER BUTTONS ----*/
			.slider .next, .slider .previous{float: right; display: block; width: 30px; height: 20px; margin-right: 1px; background: url(images/layout/sprite.png) no-repeat; margin-bottom: 1px; z-index: 3; text-indent: -999px; overflow: hidden;
												-webkit-transition: none; -moz-transition: none;}
			.slider .previous{background-position: -0px -205px;}
			.slider .next{background-position: -31px -205px;}
			.slider .previous:hover{background-position: -62px -205px;}
			.slider .next:hover{background-position: -93px -205px;}
		
			
			/*---------------------*/
			/*- SLIDER DOTS -------*/
			.slider-dots{display: none;}
			
			
/*-------------------------------------------------------------------------------------------*/
/*- WIDGETS ----------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/			
	
	/*-------------------------------------------*/
	/*- CONTENT WIDGET  -------------------------*/
	.content-widget ul{display: block; padding: 2.0408%; clear: both; border-width: 0px 1px 1px 1px;}
	.content-widget li a.read-on{float: right; margin: 0px 0px 0px 0px;}
	.content-widget li .copy{padding-bottom: 10px;}
	.content-widget li .copy p{margin: 0px;}
	.content-widget li img{display: block; width: 100%; height: auto;}
	.content-widget li .post-title{margin: 0px;; font-size: 18px; font-weight: bold;}
	.content-widget li .post-image{margin-bottom: 15px;}
		
	/*--------------------------*/
	/*- SEARCH -----------------*/
	.search-form{overflow: hidden;}
	.search-form input[type=text]{float: left; width: 58%; padding: 5px 4%; margin-right: 10px; border-radius: 100px; color: #fff; font-weight: bold;}
	.search-form input[type=submit]{float: left; font-size: 13px; padding: 5px 10px; border-width: 3px; text-align: center; color: #fff}
	.search-form input[type=submit]:hover{color: #fff; border-color: #fff; background: rgba(255, 255, 255, 0.3);}
	.archives .search-form{margin-bottom: 20px;}
	
	/*--------------------------*/
	/*- RECENT COMMENTS --------*/
	a.widget-comment{font-style: italic !important; display: block; font-size: 11px;}
	
	/*--------------------------*/
	/*- POPULAR POSTS ----------*/
	.popular_posts p{font-size: 10px; font-style: italic;}
	.popular_posts a{font-weight: 400;}
	
	/*--------------------------*/
	/*- TWITTER ----------------*/
	.chirp span a{display: inline; font-size: 14px; font-style: italic; font-weight: normal;}
	.chirp span.meta{display: block; font-size: 12px; padding-bottom: 4px; margin-bottom: 4px; border-bottom: 2px solid #444;}
	.chirp span.meta a{font-size: 11px;}
	.chirp a{font-weight: 600; font-size: 14px; font-style: normal;}
	
		
/*-------------------------------------------------------------------------------------------*/
/*- FOOTER ----------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/

	.footer-widgets{overflow: hidden; max-width: 970px; font-size: 15px; color: #999;}
	.footer-widgets .widget{float: left; width: 31.271478%; margin: 0 3.092784% 30px 0;}
	.footer-widgets .widget:nth-child(3n+3){margin-right: 0;}
	.footer-widgets .widget:nth-child(3n+4){clear: left;}
	.footer-widgets .widget .widgettitle{color: #fff; font-weight: bold; margin-bottom: 20px;}
	.footer-widgets .widget a{color: #999;}
	.footer-widgets .widget a:hover{color: #fff;}
	.footer-widgets .widget ul li{padding-bottom: 4px; margin-bottom: 4px; border-bottom: 2px solid #444;}
	
	/*--------------------------*/
	/*- FOOTER TEXT ------------*/
	.footer-text{clear: both; margin: 80px 0 0; color: #999; font-size: 13px; line-height: 1.4em; overflow: hidden; color: #fff;}
	.footer-text a{text-decoration: underline; color: #fff;}
	.footer-text a:hover{text-decoration: none;}
	.copyright{margin-bottom: 10px; color: #fff;}
	.obox-credit{font-size: 10px;}
	
	#footer-container .footer-text{margin: 0px; padding: 0px;}