/*
Theme Name: Ubuntu Loco Light Theme
Theme URI: http://launchpad.net/wordpress-loco
Description: A child theme for Ubuntu Loco websites
Version: 0.1-stable
Author: Stas Sușcov
Author URI: http://stas.nerd.ro/
Template: thematic
.
This work, like WordPress, is released under GNU General Public License, version 2 (GPL). 
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 
.
Colors: http://www.colourlovers.com/palette/1140455/Ubuntu_Lucid_Lynx
.
*/

/* Reset browser defaults */ 
/*@import url('../thematic/library/styles/reset.css');*/

/* Apply basic typography styles */  
/*@import url('../thematic/library/styles/typography.css');*/  

/* Apply a basic layout */  
/*@import url('../thematic/library/layouts/2c-r-fixed.css');*/

/* Apply basic image styles */  
/*@import url('../thematic/library/styles/images.css');*/

/*
Real stuff starts here
*/
@import url('general.css');  
@import url('extra.css');  

#wrapper
{
	width: 976px;
	margin: 0 auto;
	-moz-box-shadow: 0 3px 5px #ccc;
	-webkit-box-shadow: 0 3px 5px #ccc;
}

#header
{
	background: transparent url("images/header-bg.png") repeat-x top;
	width: 944px;
	height: 72px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 16px;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-box-shadow: 0 1px 1px #ccc;
	-webkit-box-shadow: 0 1px 1px #ccc;
	position: relative;
	z-index: 2;
}

#branding
{
	width: 120px;
	height: 72px;
	float: right;
	overflow: hidden;
}

#blog-title span a { display: block; background: transparent url("images/ubuntu-logo.png") no-repeat 0 15px; width: 120px; height: 45px; text-indent: -1000px; }
#access { width: 800px; height: 72px; overflow: hidden; margin: 0; padding: 0; }

#primary-header-menu
{
	margin: 0;
	list-style: none;
	padding: 0;
}

#primary-header-menu li { margin: 0; padding: 0; height: 72px; }
#primary-header-menu ul { margin: 0; padding: 0; }

#primary-header-menu ul li
{
	border-left: 1px solid #EF7149;
	height: 72px;
	float: left;
	margin: 0;
	list-style: none;
}

#primary-header-menu ul li:hover,
#primary-header-menu ul li.current-menu-item,
#primary-header-menu ul li.current-page-ancestor
{
	background: transparent url("images/header-bg-hover.png");
}

#primary-header-menu ul li a { display: block; }

#secondary-header
{
	width: 976px;
	height: 42px;
	margin: 0 auto -2px;
	overflow: hidden;
	background-color: #FFF;
	position: relative;
	z-index: 1;
}

#secondary-access
{
	margin: 0 16px;
	background-color: #F7F7F7;
	padding: 0 8px 0 0;
	height: 40px;
	overflow: hidden;
}

#loco-search-form
{
	float: right;
	margin: 8px 0;
}

#secondary-header-menu,
#dynamic-secondary-header-menu { width: 720px; margin: 0; padding: 0; list-style: none; }

#secondary-header-menu li
{
	float: left;
	height: 40px;
	list-style: none;
}

#secondary-header-menu li:hover,
#secondary-header-menu li.current_page_item { background-color: #EEE; }
#secondary-header-menu li ul { display: none; }
#dynamic-secondary-header-menu .menu { width: auto; }
#dynamic-secondary-header-menu li:first-child { float: left; padding: 0 15px; height: 40px; list-style: none; }
#dynamic-secondary-header-menu li { float: left; padding: 0; height: 40px; list-style: none; }
#dynamic-secondary-header-menu li:first-child:hover,
#dynamic-secondary-header-menu li ul li:hover,
#dynamic-secondary-header-menu li.current_page_item { background-color: #EEE; }
#dynamic-secondary-header-menu li div,
#dynamic-secondary-header-menu li a { height: 40px; display: block; }
#dynamic-secondary-header-menu li div { line-height: 40px; }
#dynamic-secondary-header-menu li ul li { padding: 0 15px; }
#dynamic-secondary-header-menu ul li ul { display: none; }

#main
{
	width: 944px;
	margin: 0 auto;
	padding: 0 16px 64px 16px;
	background-color: #FFF;
	overflow: hidden;
	position: relative;
	z-index: 0;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-box-shadow: 0 3px 5px #ccc;
	-webkit-box-shadow: 0 3px 5px #ccc;
}

#page-top ul { margin: 0 20px; list-style: none; }
#primary > ul,
#secondary > ul { margin: 0; list-style: none;}
body.home .entry-title { display: none; }
#content .entry-meta { display: inline; float: right; clear: both; background-color: #F7F7F7; border-top: 0; padding: 2px 5px; margin-top: -1px; }
#content .entry-content .page-link { border: 1px dotted #CCC; border-bottom: 0; display: inline; padding: 3px 5px; }
body.four04 #content .entry-content { border: 0; }
#content .entry-utility { margin: 0 0 40px; padding: 5px; background: transparent url('images/extra-dotted-bg.png') repeat; }
#content .entry-utility span { background-color: #FFF; padding: 2px; }
#content .entry-utility .meta-sep { margin: 0 -2px 0 -3px; }
#content .more-link { padding: 3px 5px; margin: 0; }
body.blog #content #nav-above.navigation { display: none; }
#content .navigation { padding: 10px 0 40px; }
#content .navigation .nav-previous,
#content .navigation .nav-next { width: 320px; }
#content .navigation .nav-previous { float: left; text-align: left; border-right: 1px dotted #CCC; padding-right: 4px; }
#content .navigation .nav-next { float: right; text-align: right; }
#respond { background-color: #F7F7F7; margin: 10px 0 30px; padding: 10px 20px; }
#respond input,
#respond textarea { padding: 1px; }
#respond h3 { margin-bottom: 0; }
#respond #cancel-comment-reply { float: left; }
#respond .form-label { width: 155px; float: left; margin-right: 15px; padding-top: 2px; }
#respond #form-section-comment .form-label { width: 100%; }
#respond .form-textarea { clear: both; padding-top: 5px; }
#respond .form-textarea textarea { width: 100%; }
#respond #form-allowed-tags { width: 100%; margin: 5px 0; clear: both; }
#respond #form-allowed-tags p { padding: 5px; }
#comments-list div.comment-reply-link { height: 30px; }
#respond .form-submit { text-align: right; }
#comments-list,
#trackbacks-list { border: 1px dotted #CCC; padding: 10px; }
#comments-list ol,
#trackbacks-list ol { list-style: none; margin-left: 0; }
#comments-list ol .children { list-style: none; margin-left: 0; }
#comments-list ol li,
#trackbacks-list ol li { border: 1px dotted #CCC; padding: 10px 10px 5px; margin-bottom: 10px; }
#trackbacks-list .comment-author { border-bottom: 1px solid #F7F7F7; }
#comments-list .comment-author img { width: 30px; height: 30px; float: left; margin-right: 5px; }
#comments-list .comment-author { display: inline;  }
#comments-list .comment-author span { display: block; line-height: 16px; }
#comments-list .comment-meta { float: left; margin-bottom: 5px; }
#comments-list .comment-content { clear: both; border-top: 1px solid #F7F7F7; }
#comments-list .comment-content p { margin-bottom: 0; }
#comments-list a.comment-reply-link { margin-right: 0; }
#page-bottom { width: 940px; margin: 0 20px 30px 0; background-color: #F7F7F7; float: right; }
#page-bottom ul { margin: 0; padding: 20px; }
#page-bottom > ul > li { float: left; list-style: none; width: 15%; padding: 0 15px 15px 0; }

#footer
{
	padding: 56px 16px 16px 16px;
	width: 944px;
	background: #EEECEA;
	color: #aea79f;
	font-size: 10px;
	line-height: 14px;
}

#subsidiary .aside { width: 15%; }
#subsidiary a { display: block; margin-bottom: 2px; }
#first { padding-left: 0; }
#second { margin-right: 0; }
#first ul, #second ul, #third ul { margin: 0; list-style: none; }
.edit-link { clear: both; }
.widgettitle { margin-bottom: 0; }
.widgetcontainer { margin-bottom: 10px; }

.widgetcontainer ul
{
	list-style: none;
	padding: 0 0 0 16px;
}

.main-aside h3 { margin-bottom: 10px; }

/*
Typography
*/
#primary-header-menu ul li a
{
	line-height: 72px;
	color: #FFF;
	text-decoration: none;
	padding: 0 16px;
	text-shadow: 1px 1px 1px #333;
}

#secondary-header-menu li a
{
	font-size: 12px;
	line-height: 16px;
	padding: 12px;
	color: #333;
	text-decoration: none;
	display: block;
	height: 16px;
}

#secondary-header-menu li:hover a
{
	background: url('images/subnav_active_bg.png');
	color: #dd4814;
}

#dynamic-secondary-header-menu li a { line-height: 35px; color: #333; text-decoration: none; }
#dynamic-secondary-header-menu li:first-child:hover a,
#dynamic-secondary-header-menu li ul li:hover a { color: #DD4814; }
body.single #content .entry-title { font-weight: normal; text-decoration: none; font-size: 140%; font-weight: bold; color: #DD4814; }
#content .entry-meta,
#content .entry-meta a,
#content .entry-utility a { text-decoration: none; }
#content .navigation,
#respond h3 { border-bottom: 1px dotted #CCC; color: #DD4814; text-transform: uppercase; }
#respond .form-label { color: #DD4814; text-transform: uppercase; border-bottom: 1px dotted #CCC; }
#comments-list h3,
#trackbacks-list h3 { text-align: right; border-bottom: 1px dotted #CCC; text-transform: uppercase; color: #DD4814; }
#trackbacks-list .comment-author a { text-decoration: none; }
#comments-list .bypostauthor { border: 1px dotted #DD4814; }
#comments-list .comment-author span,
#comments-list div.comment-reply-link { text-align:right; }
#subsidiary a { text-decoration: none; color: #444; border-bottom: 1px dotted #444; }
#subsidiary a:hover { color: #DD4814; }

/*
Additional Styles
*/
blockquote { color:#666; font-style:italic; }
table { border:1px solid #ccc; border-width:1px 1px 0 1px; font-size:13px; text-align:left; }
caption { text-align:left; }
tr { border-bottom:1px solid #ccc; }
th, td { padding: 5px; }
hr { background-color:#ccc; border:0; color:#ccc; height:1px; margin-bottom:22px; }
.clearall { clear: both; height: 1px; }

/*
Fancyness
    Buttons from http://www.zurb.com/article/266/super-awesome-buttons-with-css3-and-rgba
*/
.awesome,
.awesome:visited {
    background-color: #222; 
    display: inline-block; 
    padding: 5px; 
    text-decoration: none;
    box-shadow: 0 1px 1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
    border-bottom: 1px solid rgba(0,0,0,0.25);
    position: relative;
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    margin: 5px;
}

.awesome:hover { background-color: #111; color: #fff; text-decoration: none; background-color: #d45500; }
.awesome:active { top: 1px; }
.awesome,
.awesome:visited { color: #fff; background-color: #ff5c00; }
#content .navigation .awesome,
#comments-list a.comment-reply-link { background-color: #F7F7F7; color: #444; }

/*
Slider customization
    Arrows
    Captipon
*/
.nivo-directionNav a { display:block; width:32px; height:34px; background:url("images/slider-arrows.png") no-repeat; text-indent:-9999px; border:0; }
a.nivo-nextNav { background-position:-32px 0; right:10px; }
a.nivo-prevNav { left:10px; }
a.nivo-nextNav:hover { background-position:-32px -34px; right:10px; }
a.nivo-prevNav:hover { background-position:0px -34px; left:10px; }
.nivo-caption, .nivo-caption p { background: #FFF !important; color: #772953; font-weight: bold; }
