/*
Theme Name: Hybrid Div
Theme URI: http://divinaria.com
Description: Divinaria
Version: 0.1
Author: K&R
Author URI: N/A
Tags:
Template: hybrid
*/

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

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

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



/* LAYOUT */
body {
	background: url('images/body_bg.png') repeat-x;
	font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;

}
#body-container {
	background: url('images/container_bg.png') repeat-y fixed center;
	overflow: hidden;
	width: 975px;
	margin: 0 auto;
}

#header-container {
	/*height:342px;*/
	width:975px;
}
#header1 {
	position:relative;
	background-image:url('images/header_top_bg.png');
	height: 127px;
	border-left: 1px solid #4f001f;
	border-right: 1px solid #4f001f;
}

#logo {
	float: left;
	margin-left: 60px;
	width: 166px;
	height: 100px;
}
#topemailus {
	float: right;
	margin-right: 78px;
	width: 261px;
	height: 39px;
}

#menu {
	position:relative;
	background-image:url('images/header_menu_bg.png');
	height: 42px;
	border-top: #5a0527;
	/*z-index:-1;*/
}

#topimage {
	position:relative;
	margin-top: -6px;
	/*background-image:url('images/topimage.jpg');*/
	height: 175px;
	border: 1px solid #5f6814;
	border-top: 0px;
	z-index:-2;
}
#container {
	position: relative;
	left:1px;
	/*background: url('images/content_bg.png') repeat-x fixed center 336px;*/
	background: url('images/content_bg.png') repeat-x center 336px;
	background-position: 0 0px;
	width: 933px;
	min-height:200px;
	padding:20px;
}

.content {
	/*background: url('images/content_bg.png') repeat-x fixed center;*/
	overflow: hidden;
	float: left;
	width: 973px;
	margin-top:10px;
	font-size: 13px;
	border: 0px solid green;
}
/*
.entry img {
	margin: 20px;
}
*/
.entry p{
	color: #242424;
	padding-left: 0px;
	padding-right: 40px;
	border: 0px solid blue;
}
.entry h2 {
	font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
	color: #242424;
	border-bottom: 1px solid #dfdfde;
}

/* dynamic columns */
div.dynamic-col-1 { float: left; width: 48%; padding-right: 2%;}
div.dynamic-col-2 { float: left; width: 48%;padding-right: 2%;}
/*div.dynamic-col-3 { float: left; width: 20%;}*/
div.clear { clear: both; }

/*#left {
	float: left;
	clear: both;
	width: 400px;
	border: 0px solid blue;
	margin-left: 50px;
}

#right {
	float: right;
	width: 400px;
	border: 0px solid green;
	margin-right: 50px;
}*/

.no-widgets .content, .no-default-widgets .content {
	width: 973px;
	}
/*
#primary {
	position: relative;
	float: right;
	width: 300px;
	}

#secondary {
	position: relative;
	clear: right;
	float: right;
	width: 400px;
}*/

#subsidiary {
	overflow: hidden;
	}

#subsidiary .widget {
	overflow: hidden;
	float: left;
	width: 300px;
	margin: 0 20px 0 0;
	}

#footer-container {
	clear: both;
	overflow: hidden;
	border: 0px solid blue;
	background: url('images/footer_bg.png') center bottom no-repeat;
	height: 372px;
	margin: 0 0 0px 0;
}

#footer {
	clear: both;
	overflow: hidden;
	border: 0px;
	margin: 345px auto;
	width: 700px;
	text-align: center;
	font-style: normal;
	border: 0px solid blue;
	font-size: 0.8em;
}
#footer .copyright {
	display: normal;
	float: none;
	margin-right: 0px;
	padding-top: 10px;
	border-top: 1px solid red;
	}

a {
	color: #aebd26;
}
/* Navigation */

.menu ul {
	/*display: table;*/
	width: 100%;
	/*text-align: center;*/
	padding-top:5px;
	margin-left: 0px;
}
/** TOP LEVEL **/
.menu ul>li {
	/*display: table-cell;*/
	display:inline;
	position: relative;
	border-left: 1px solid #690d30;
	/*border: 1px solid red;*/
	padding-left: 16px;
	padding-right: 16px;

}

.menu ul>li a {
	font-size: 12px;
	letter-spacing:-0.1px; 
	color: #c7c6c6;
	text-decoration: none;
	border-left: 0px solid #690d30;
}

.menu ul>li a:hover {
	color: #aebd26;
	text-decoration: none;
}

.menu ul>li:hover ul {
	/*display: table-cell;*/
	display:block;
	position: absolute;
	left: 0px;
	top: 15px;
}

/** SECOND LEVEL **/
.menu ul>li>ul {
	display: none;
	position: relative;
	/*background: #400119;*/
	background: #480021;
	border: 1px solid #690d30;
	border-top: 0px;
	margin-left: -1px;
	padding-bottom: 5px;
	
/*	FF: #480021
	chrome: #44011a
	IE8: #44011a
	ie7: #43011b
*/
}
*:first-child+html .menu ul>li>ul { background: #43011b } /* IE7 */
.menu ul>li>ul{background /*\**/:#44011a\9;} /* IE8 */
@media screen and (-webkit-min-device-pixel-ratio:0) { .menu ul>li>ul  { background: #44011a  }} /* CHROME */

.menu ul>li>ul>li {
	float: left;
	border: 0px;
	clear: both;
	padding-top: 5px;
	line-height: 1.0;
	width: 90%;
	padding-left: 5px;
}

.menu ul>li>ul a {
	font-size: 11px;
	letter-spacing:-0.1px; 
	color: #c7c6c6;
	text-decoration: none;
	border: 0px;
}


.breadcrumb {font-style: normal;}


/* Make sure theme clears WP.org theme repository checklist */

.alignright {}
.alignleft {}
.alignnone {}
.aligncenter {}
.avatar {}
.wp-caption {}
.gallery {}
.wp-smiley {}