/*
	Theme Name: dePosito
	Theme URI: http://themeshift.com/theme/deposit
	Description: Responsive Portfolio WordPress Theme created by Simon Rimkus
	Version: 1.0
	Author: ThemeShift
	Author URI: http://themeshift.com
	Tags: black, blue, gray, white, light, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-width, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, full-width-template, post-formats, sticky-post, theme-options, threaded-comments, translation-ready	
	License: GNU General Public License v2.0
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/**
 * PLEASE NOTICE! The main CSS styles of this
 * theme are located in /lib/assets/css/layout.css
 */

/**
 * WARNING! You can add your custom styles here. But keep in mind
 * that this file will be overwritten when you update the theme.
 * If you add styles here, BACKUP this file before updating.
 */

/* Footer
================================================== */

#footer-wrap {
	background: #fff;
}
    
#footer {
	padding-top: 50px;
	padding-bottom: 10px;
	border-top: 1px dotted #d8d8d8;
	color: #fff
}

#footer .widget {
	margin-bottom: 10px;
}

.footer-title,
.footer-title h4 {
	margin: 0 0 20px;
	line-height: normal;
	font-size: 18px;
}

#subfooter-wrap {
	padding: 20px 0;
	background: #fff !important;
	color: #000;
}

.social-icons {
	margin-bottom: 10px;
	text-align: center;
}

.social-icons a {
	margin: 0 10px;
	-moz-opacity:.50;
	-ms-filter:"alpha(opacity=50)";
	filter:alpha(opacity=50);
	opacity:.50;
}

.social-icons a:hover {
	-moz-opacity:1;
	-ms-filter:"alpha(opacity=100)";
	filter:alpha(opacity=100);
	opacity:1;
}


/* Credit
================================================== */
    
#credit-wrap {
	background: transparent !important;
}
    
#credit {
	line-height: 1;
}

#credit a {
	color: #000;
}

#credit p {
	margin-bottom: 20px;
}

.credit-top,
.credit-bottom {
	text-align: center;
}

/* Header
================================================== */

#header-wrap {
	background-color: #fff;
}

#header {
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	background: url(../img/bg-dots-header.png) repeat-x;
	border-bottom: 1px dotted #d8d8d8;
}
    
#header-right {
	position: absolute;
	right: 0px;
	bottom: 30px;
	text-align: right;
}


