/**
 * Theme Name: AV-Design
 * Theme URI: http://www.adrianovaladao.com
 * Description: AV-Design, Creative Ideology. 
 * Version: 1.0
 * Author: Adriano Valadao
 * Author URI: http://www.adrianovaladao.com
 * Template: hybrid
 * Status: publish
 * Developer: Alexper Studio
 * Developer URI: http://www.alexper.com
 *
 * Copyright (c) 2008 - 2010 Justin Tadlock.  All rights reserved.
 * http://justintadlock.com
 *
 * Hybrid is released under the GNU General Public License, version 2 (GPL).
 * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 */

/* Get base CSS */
@import url('../hybrid/library/css/21px.css');

/* Get layout CSS */
@import url('../hybrid/library/css/2c-l-fixed.css');

/* Get plugins CSS */
@import url('../hybrid/library/css/plugins.css');

/* Get drop-downs CSS */
@import url('../hybrid/library/css/drop-downs.css');

/* Get default CSS */
@import url('../hybrid/library/css/screen.css');


body {
    font-face: "Times New Roman", Times, serif;
	font-size: 11px;
	background: #000 url(library/images/textura_portifa.jpg) repeat 0 0;
	text-align: justify;
	}
	
	/* Body container */
    #body-container {
	margin: 6px auto 21px auto;
	padding: 10px 0 0 30px; /* TOP/RIGHT/LEFT */
	color: #afaeb8;
	width: 860px;
	background: url(library/images/line.gif) repeat 0 0;
	}
	
	#container {
	overflow: hidden;
	float: left;
	margin: 23px 0 0 0;
	width: 830px;
	}
	
	.content {
	float: left;
	margin: 0;
	padding:0;
	background: url(library/images/BG_tit.png) repeat 0 0;
		}
		
	/* Blog title */
#site-title {
	font: italic normal normal 35px/35px "Times New Roman", Times, serif;
	display:none;
	}
	
	.no-widgets .content, .no-default-widgets .content {
	width: 800px;
	padding: 0 100px 10px 18px;
	}
	
	/* Navigation */
#navigation {
	overflow: visible;
	height: 34px;
	margin: 0 0 60px 0;
	z-index: 100;
	display:none;
	}
#page-nav li {
	margin-right: 15px;
	display:none;
	}
#page-nav li li {
	margin-right: 0;
	display:none;
	}
#page-nav li a {
	padding: 8px 15px 8px 15px;
	color: #111;
	background: #fff;
	border: 1px solid #ccc;
	display:none;
	}
	
	/* Headers */
	
#header {
	width: 830px;
		}

#menu-hori {
    width: 830px;
	height: 46px;
	}
	
.menu-hori-BT
{
   float: left;
   margin: 0 0 0 4px;
   height: 28px;
   padding: 12px 20px 0 20px;
   background: #000;
}

.menu-vert {
    width: 120px;
	margin: -63px 0 0 690px;
	}
	
.social-icons {
    width: 280px;
	margin: -80px 0 0 397px;
}

/* Breadcrumb */
.breadcrumb {
	margin: 0 0 30px 0;
	font-size: .9em;
	font-style: italic;
	color: #666;
	display:none;
	}
.breadcrumb a {
	color: #111;
	text-decoration: none;
	display:none;
	}
.breadcrumb a:hover {
	color: #d54e21;
	text-decoration: underline;
	display:none;
	}

/* Entry title */

.entry-title a {
	color: #FFF;
	}
	   
   
   /* HOME CUSTOM */
   
#BG-widgets-CZ {
   width: 400px;
   padding: 1px;
   background: #1a1a1a;
   }
   
.BG-widgets-BK {
   width: 375px;
   padding: 6px;
   margin: 6px;
   background: #000;
   }
   
   #menu_vert_home {
   width: 400px;
   padding: 1px;
   float:right;
   background:#666666;
   
   }
   
.search-form {
    font-face: "Times New Roman", Times, serif;
	font-size: 18px;
	float: left;
	margin: 0 0 0 4px;
}

.search-text {
   border: 0;
   color:#FFFFFF;
   font-weight:bold;
   background: #565466;
}

.search-button {
   font-face: "Times New Roman", Times, serif;
   font-size: 16px;
   font-weight:bold;
   border: 0;
   width: 42px;
   height: 42px;
   color:#565466;
   background: #000;
   margin: -3px 0 0 0;
}

.byline {
	font-face: "Times New Roman", Times, serif;
	font-size: 10px;
	margin: -22px 0 0 8px;
	padding: 0 0 0 4px;
	color: #ffea00;
	background:#594db8;
	width: 57px;
	height: 22px;
	}
	
	.entry-news {
	overflow: hidden;
	margin: 12px 0 0 80px;
	}
	
/* Entry title */
.entry-title {
	font-face: "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	margin: 8px 0 0 80px;
	}

/* Tables */
table {
	width: 100%;
	border:0px;
	border-collapse: separate;
	}
caption {
	font-size: .9em;
	font-style: italic;
	text-align: right;
	}
td, th {
	border:0px;
	padding: 3px 6px;
	}


/* Comment list */
#comments-template ol {
	list-style: none;
	margin: 0 0 21px 0;
	}
#comments li, #comments li li li, #comments li li li li li {
	overflow: hidden;
	margin: 0 0 15px 0;
	padding: 15px 15px 0 15px;
	background: #fff;
	border: 1px solid #ccc;
	}
#comments li li, #comments li li li li {
	background: #f9f9f9;
	}