/*

Theme Name: Idomeneo Enterprises
Description: Theme for Idomeneo Enterprises
Author: David Villatoro

*/

.alignleft { float: left; margin: 0 6px 6px 0; }
.alignright { float: right; margin: 0 0 6px 6px; }
.aligncenter { display: block; margin: 0 auto 6px; }

#social-buttons { text-align: center; }

#sb-links li {
	position: relative;
}

.sidebar-popup ul {
	font-size: .8em;
	margin: 0 15px 0 25px!important;
	padding: 0!important;
	background: none!important;
	list-style-image: url(images/bullet-blue.png)!important;

}
.sidebar-popup li {
	margin: 0!important;
	padding: 0 0 2px!important;
	background: none!important;
	/*border-bottom: 2px solid #01476a;*/
	height: auto!important;
}
.sidebar-popup li a {
	color: #fff!important;
}
.sidebar-popup {
	/*background: url(images/sidebar-popup-top.png) no-repeat top;*/
	background: #0075b1;
	padding: 8px 0;
	width: 180px;
	display: none;
	z-index: 10;
}
#sb-links li:hover .sidebar-popup {
	display: block;
	position: absolute;
	top: 5px;
	right: -70px;
}
.sidebar-popup .top {
	/*background: url(images/sidebar-popup-bottom.png) no-repeat bottom;
	padding: 0 0 14px;*/
}
.sidebar-popup .bottom {
	/*background: url(images/sidebar-popup-bg.png) repeat-y;*/
}

#search-bar #searchform {
	position: absolute;
	top: 30px;
	right: 5px;
}

#search-bar #s {
	border: 1px solid #c4c4c4;
	width: 160px;
	color: #878988;
	font-size: .9em;
	}

#searchsubmit {
	border: 1px solid #c4c4c4;
	background: #f5f6f8 url(images/search-button-bg.png) repeat-x top;
	font-size: .9em;
	color: #555;
	}

#sidebar .wpcf7 input, #sidebar .wpcf7 textarea, #sidebar .wpcf7 select { width: 100%; margin-bottom: 4px; border: 1px solid #c1c1c1; font-family: Arial, san-serif; font-size: 1em; color: #555; }
.wpcf7-checkbox { color: #555; }
.wpcf7-checkbox input { padding: 0!important; margin: 0 0 4px!important; width: 15px!important; }
#sidebar .wpcf7 textarea { height: 75px; }
#sidebar .wpcf7 .submit { width: 75px; float: right; }

/*--- Layout --*/

html, body, h1, h2, h3, h4, h5, h6, p, div, ul, li {
	padding: 0;
	margin: 0;
}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, 'Lucida Grande', Verdana, Sans-Serif;
}

#container {
	width: 970px;
	padding: 0 10px;
	margin: 0 auto;
}

#logo {

}

#search {
	width: 348px;
	float: right;
	padding: 0 5px 5px 5px;
}

#header {
	position: relative;
	width: 100%;
	text-align: center;
	}

#header-links {
	position: absolute;
	top: 0;
	right: 5px;
	padding: 5px;
	font-size: .8em;
}

#menu {
	height: 30px;
	width: 970px;
}

#menu li {
	position: relative;
}

#menu .dropdown {
	position: absolute;
	display: none;
	top: 30px;
	left: 0;
	width: 300px;
	padding: 10px;
}

#menu li:hover .dropdown {
	display: block;
	background: #0175b2;
}

#menu .dropdown ul {
	float: left;
	margin: 0 0 0 20px;
	padding: 0;
}

#menu .dropdown ul li {
	float: none;
	list-style-image: url(images/bullet-blue.png);
	padding: 2px 0;
}

#menu .dropdown a {
	color: white;
}

#sidebar {
	font-size: 1.2em;
	width: 215px;	
	float: left;
	margin-top: 20px;
	padding-left: 10px;
}

#sb-links {
	width: 215px;
	margin: 0 auto;
	font-size: 1.1em;
}

#sb-contact {
	width: 185px;
	margin: 10px auto;
	padding: 15px;
}

#main {
	width: 735px;
	float: right;
	padding-right: 10px;
}

#banner {
	margin-top: 20px;	
}

#content {
	margin-top: 20px;
	padding: 15px;
	font-size: 1.2em;
}

#top-buttons {
	margin-top: 10px;	
}

#bottom-buttons {
	margin: 10px 0;	
}

#footer-links-container {
	width: 1000px;
	margin: 0 auto;
}

#pg-logo {
	float: right;	
}

.service-left {
	/*width: 165px;*/
	float: left;
	padding-right: 0px;
}

.footer-about, .footer-review, .footer-request, .footer-services {
	width: 250px;
	float: left;
}

.clear {
	clear: both;	
}

/*--- Text and Link colors ---*/

body {
	font-family: Arial, Helvetica, sans-serif;	
}

p {
	padding: 5px 0;
}

#main ul {
	padding: 5px 0;
}

#search, #search a {
	font-size: 1.2em;	
	color: #636363;
	text-decoration: none;
}

#search .blue {
	font-size: 1.5em;	
	color: #0075b1;
	font-weight: bold;
}

a:hover { color: #4d98c2!important; }

#menu a {
	color: #636363;
	text-decoration: none;
}

#sidebar a {
	color: #333;
	text-decoration: none;
}

#menu a:hover, #sidebar a:hover {
	text-decoration: none;	
}

#sb-contact {
	background: url(images/sb-contact-bg.png) top left no-repeat;
}

h2, h2 a{
	color: #0075b1;
}

#footer {
	font-size: 1.1em;	
	background: url(images/footer-bg.png) no-repeat top center;
	text-align: center;
	padding-top: 20px;
}

#footer, #footer a {
	color: #333;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: none;	
}

.grey {
	color: #C1C1C1;	
}

/*--- Backgrounds and Images ---*/

a img {
	border: none;	
}

body {
	background: #e8ebf0;	
}

#container {
	background: #FFF url(images/bg.png) repeat-y center;	
}

#menu {
	background: url(images/menu-bg.jpg) repeat-x top left;	
}

.service-left img {
	float: left;
}

/*--- Borders and Lists ---*/

#header-links {
	border-left: #848889 thin solid;
	border-right: #848889 thin solid;
	border-bottom: #848889 thin solid;
}

#menu ul {
	list-style: none;	
}

#menu ul li {
	float: left;
}

#sidebar ul {
	list-style: none;	
}

#sidebar ul li {
	background: url(images/bullet-bg.jpg) top left no-repeat;
	min-height: 25px;
	padding: 5px 0 0 25px;
}

#main ul {
	list-style: url(images/bullet.jpg);
	margin-left: 30px;
}

.footer-about ul, .footer-review ul, .footer-request ul, .footer-services ul{
	list-style: none;
}

.footer-about ul {
	margin-left: 16px;	
}

.footer-review ul {
	margin-left: 20px;
}

.footer-request ul {
	margin-left: 24px;	
}

.footer-services ul {
	margin-left: 28px;	
}

#footer ul li {
	padding: 5px 0;	
}