/*
Theme Name:         default
Theme URI:          http://themefortress.com/reverie/
Description:        Reverie is a versatile HTML5 responsive WordPress framework based on ZURB's Foundation.
Version:            3.0.0
Author:             Ling Buenos Aires
Author URI:         http://themefortress.com/

License:            MIT License
License URI:        http://www.opensource.org/licenses/mit-license.php
*/

/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Customized Adjustments of Foundation for WordPress
:: Styling Basic WordPress Outputs
:: Customize Foundation Style Pagination for WP-Pagenavi
:: Customize for BuddyPress
:: Your Customized Style
*/

/* ---------------------------------------------------
   Customized Adjustments of Foundation for WordPress
--------------------------------------------------- */
 
	/* Foundation-specific presentation CSS by ZURB */
	div.reverie-header { margin: 0 0 20px 0; padding: 20px 0 0 0; border-bottom: solid 1px #ccc; }
	div.reverie-header h1 { font-weight: 500; margin-bottom: 0; padding: 0;}
	div.reverie-header h1 a { color: #181818; border: none;}
	div.reverie-header h1 a:hover { color: #181818; }
	
	@media handheld, only screen and (max-width: 767px) {
	header { position: relative; }
	header .subheader { margin-bottom: 0; }
	header .menu-action { float: left; position: relative; top: 1px; margin-top: -12px; }
	header .menu-action .button.small { padding: 8px; }
	header .menu-action .button.small svg { opacity: 0.5; }
	header h1 { font-size: 27px; font-size: 2.7rem; margin-bottom: 18px; }
	header h4 { font-size: 17px; font-size: 1.7rem; }
	}

/* -----------------------------------------
   Styling Basic WordPress Outputs
----------------------------------------- */
	
	/* Global */
	h1, h2, h3, h4, h5 { font-family: 'Open Sans', "Helvetica Neue", "Helvetica", Arial, Verdana, sans-serif; font-weight: 300; }
	
	/* Add Divider for Listed Posts */
	.divider { background:url(images/divider.png) no-repeat center top; height:36px; margin:20px 0 27px; }	
	
	/* Add Class for Images */
	img.alignright { float: right; margin: 0 0 18px 18px; }
	img.alignleft { float: left; margin: 0 18px 18px 0; }
	img.aligncenter { display: block; margin: 18px auto; }
	
	/* Add HTML5 Class for Images */
	figure img {
	height: auto;
	border: 1px solid #DDD;
	margin: 0 auto;
	display: block;
	box-shadow: 0px 2px 10px #ddd;
	-moz-box-shadow: 0px 2px 10px #ddd;
	-webkit-box-shadow: 0px 2px 10px #ddd;
	border-image: initial;
	width: 100%;
	}
	
	/* Add HTML5 Caption Class for Images */
	figure.figure {	margin: 0 auto;	-webkit-border-radius: 3px;	-moz-border-radius: 3px; display: inline-block; }
	figure.figure figcaption { padding: 8px 10px; font-size: 13px; font-size: 1.3rem; line-height: 18px; color: #555; }
	figure.alignright.figure { float: right; margin: 0 0 18px 18px; }
	figure.alignleft.figure { float: left; margin: 0 18px 18px 0; }
	
	/* Sidebar Adjustment */
	.sidebar-section { padding-bottom: 10px; padding-top: 20px;	font-size: 13px; font-size: 1.3rem; font-weight: normal; }
	
	/* Footer Nav */
	.footer-section { padding-bottom: 10px; padding-top: 20px; font-size: 13px; font-size: 1.3rem; font-weight: normal; }
	.footer-nav li { display: block; float: right; padding-left: 3%; margin-bottom: 0; }
	
	/* Breadcrumb Adjustment */
	ul.breadcrumbs li span { padding-left: 3px; }
	ul.breadcrumbs li a { padding-left: 0; }
	
	/* Comment Textarea Adjustment */
	#respond textarea { height: 100px; }	

/*  -------------------------------------------------------
    Adjust Foundation 3 Pagination Style for WordPress
    ---------------------------------------------------- */ 
    
    ul.page-numbers { display: block; height: 24px; margin-left: -5px; }
    ul.page-numbers li {float: left; display: block; height: 24px; color: #999; font-size: 14px; margin-left: 5px; }
    ul.page-numbers li a { display: block; padding: 1px 7px 1px; color: #555; }
    ul.page-numbers li:hover a, ul.page-numbers li a:focus { background: #e6e6e6; }
    ul.page-numbers li.unavailable a { cursor: default; color: #999; }
    ul.page-numbers li.unavailable:hover a,ul.page-numbers li.unavailable a:focus { background: transparent; }
    ul.page-numbers li span.current { background: #2ba6cb; color: #fff; font-weight: bold; cursor: default; display: block; padding: 1px 7px 1px; }    
    
/*  ---------------------------
    :: Customize for BuddyPress
    --------------------------- */

	.padder label + textarea { margin-top: 0; }
	.padder #item-body #message-threads .thread-avatar img { max-width: 50px; }
	ul.item-list.activity-list li.new_blog_post { padding-bottom: 15px; }
    .padder select { display: inline-block; }
    .padder div.item-list-tabs { margin: 25px 0; }
    .padder form#whats-new-form textarea { height: 30px; }
    .padder .button { display: inline; }
    
	
/*  --------------------------
    Your Customized Style
    ----------------------- */

    body { 
		background-color:#FCE8C2;
		background-image:url(images/bg.png);
		background-position:initial initial;
		background-repeat:repeat repeat;
	}

	#main {
		background-color: #fff;
	}

	div.reverie-header {
		border-bottom-style: none;
		border-bottom-width:0px;
		margin:0 0 20px;
		padding:0px 0 0;
	}

	a {
		color:#FF712E;
	}

	.button {
		background: #739730;
		border: 1px solid #739730;
	}

	.button:hover{
		background: #00904B;
		border: 1px solid #00904B;
	}	

	#blog {
		background-image:url(images/title_bg.png);
		background-position:initial initial;
		background-repeat:no-repeat no-repeat;
		display:block;
		height:56px;
		margin:30px 0 0 -27px;
		padding:0px 0 0 20px;
		width:190px;
	}
	#blog h3 {
  		color:#FFFFFF;
  		padding:6px 0 0 0;
	}

	.subheader {
		/*color:#777777;
		font-weight:300;
		line-height:1.3;
		margin-bottom:17px;*/
		display:none;
	}

	/*  --------------------------
    NAVEGACION
    ----------------------- */

	.nav-bar {
    	background: #948291 url('images/nav_shadow.png') repeat-x center bottom;
    	height: 58px;
    	margin-top: 0px;
    	padding: 0;
    	padding-top: 10px;
    	padding-left: 10px;
    	margin-bottom: 0px;
    	-webkit-border-top-left-radius: 5px;
		-webkit-border-top-right-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-topright: 5px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		float:left;
		width: 70%;
	}

	.nav-bar > li {
		-webkit-box-shadow:none;
		border-bottom-width:0px;
		border-left-width:0px;
		border-top-width:0px;
		border-right-width:0px;
		box-shadow:none;
		display:block;
		float:left;
		line-height:38px;
		margin:0;
		margin-right: 10px;
		padding:0;
		position:relative;
	}

	.nav-bar > li.active {
    	background: #FFF;
    	border-width: 0px;
    	-webkit-border-top-left-radius: 5px;
		-webkit-border-top-right-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-topright: 5px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}

	.nav-bar > li:last-child {
		-webkit-box-shadow:none;
		border-right-width:0px;
		box-shadow:none;
	}

	.nav-bar > li a {
  		color:#FFF;
  		margin:5px 5px 5px 5px;
  			
	}

	.nav-bar > li a:hover {
  		color:#333;
  		margin:5px 5px 5px 5px;
  			
	}

	.nav-bar > li.active > a {
  		color:#333;
  		cursor:default;
	}
	.nav-bar > li > a:first-child {
	    font-size: 27px;
	}

	.nav-bar > li.active:hover { background: #ffffff; cursor: default; }

	.nav-bar > li:hover { 
		color:#333 !important;
    	background: #FFF;
    	border-width: 0px;
    	-webkit-border-top-left-radius: 5px;
		-webkit-border-top-right-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-topright: 5px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;

	}

	/*  --------------------------
    SEARCH BOX
    ----------------------- */

    #search-box {
    	background: #57475F url('images/nav_shadow.png') repeat-x center bottom;
    	height: 58px;
    	width: 30%;
    	float: right;
    	-webkit-border-top-right-radius: 5px;
		-moz-border-radius-topright: 5px;
		border-top-right-radius: 5px;
		padding: 10px;
    }

    #search-box form {
  		margin:5px 0 0px 0;
	}

	/*  --------------------------
    CAPTION IMAGENES
    ----------------------- */

	figure.figure figcaption {
		color:#555555;
		font-size:1.4rem;
		line-height:18px;
		padding:8px 10px;
		text-align: center;
		max-width: 100%;
	}

	/*  --------------------------
    SIDEBAR WIDGET TITLES
    ----------------------- */

	#sidebar-title {
		background-image:url(images/sidebar_bg.png);
		background-position:initial initial;
		background-repeat:no-repeat no-repeat;
		display:block;
		height:56px;
		margin:0px 0 0 61px;
		padding:0px 0 0 0px;
		width:250px;
	}
	#sidebar-title h3 {
  		color:#FFFFFF;
  		padding:6px 0 0 10px;
	}

	/*  --------------------------
    FOOTER
    ----------------------- */

    #content-info {
    	margin-top: -30px;
    	background: #352C3A;
    	padding-top: 20px;
    	min-height: 150px;
    }

	#bg {
		height:95px;
		margin-top: 3px;
	}

	#header-language {
    	
    	background: #352C3A;
    	
    	height: 28px;
    }

	/*.reverie-pagination {
		width: 160px;
		margin: 0 auto;
	}*/

	/* ------------------------------
	SOCIAL
	-------------------------*/
   .social-links { margin:20px 0px 10px 0px; height:35px; }
	.fb { float: left; margin-right : 10px; }
	.googplus { float: left; }
	.tweet { float: left; }
	.linkedinshare { float: left; margin-right : 20px; }
	.stumble { float: left; margin-top: 2px; }


	.depth-2 {
		margin-left: 30px;
	}
	.depth-3 {
		margin-left: 60px;
	}
	.depth-4 {
		margin-left: 90px;
	}
	.depth-5 {
		margin-left: 120px;
	}

	.comment {list-style: none;}