/*
THEME NAME: Empty Canvas
THEME URI: http://rubiqube.com
DESCRIPTION: Empty Canvas v1.0 : Simple, minimalistic theme, ideal for corporate blogs or creating more complex designs
VERSION: 1.0
AUTHOR: <a href="http://www.rubiqube.com">Adrian Diaconescu</a>
AUTHOR URI: http://www.rubiqube.com
*/

@import "reset.css";

body {
	background: #FAFAFA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	color: #585858;
}

a {
	/*color: #ffc20e;*/
	color: #1f8c1f;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

.green { 
	color: #1f8c1f;
	font-weight: 700;
}

.red { 
	color: #800517;
	font-weight: 700;
}
strong {
	font-weight: 700;
}

h1 {
	font-weight: bold;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffc20e;
	margin-bottom: 10px;
	line-height: 20px;
}
h1 a {
	color: #ffc20e;
	text-decoration: none;
}

hr {
	border: none 0;
	border-bottom: 1px solid #E0E0E0;
	height: 1px;
	margin: 10px 0;
}

blockquote {
	font-style: italic;
	background: url(images/quotes.gif) no-repeat top left;
	background-position: 12px 12px;
	color: #595959;
	margin: 5px 0;
	padding: 8px 15px 8px 60px;
}

#wrapper {
	width: 1000px;
	background: #FFF;
	margin: 0 auto;
}

#header {
	overflow: hidden;
	width: 940px;
	border-bottom: 3px solid #EFEFEF;
	border-top: 1px solid #EFEFEF;
	margin: 0 auto;
	background: #ffc20e;
}

#logo {
	float: left;
	width:300px;
	margin: 10px 10px;
	font-weight: bold;
}

#logo a {
	color: #333333;
}

#phone {
	float: left;
	text-align: left;
	width:300px;
	margin: 14px 10px 10px 0px;
	font-weight: bold;
	font-size: 20px;
	color: #1f8c1f;
	line-height: 24px;
	font-family: Arial, Helvetica, sans-serif;
}
#ipd {
	float: right;
	text-align: right;
	width:210px;
	margin: 5px 15px 10px 0px;
	
}


#description {
	font-size: 130%;
	color: #666666;
	margin: 5px 0 50px 30px;
}





/* The container wrapping ul.dropdown */
#navwrap {
width: 940px;
height: 20px;
margin: 10px auto 5px;
background: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
}
 
/* Top level Unordered list */
ul.menu {
list-style:none;
float:left;
width: 940px;
padding: 0 10px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color:#666666;
}
 
ul.menu  li{
color:#666666;
float:left; /* makes horiz list */
position:relative; /* hey Submenu ULs, appear below! */
}
 
ul.menu a {
padding:8px; /*space the items, occupy entire height too.*/
color:#666666;
text-decoration:none;
text-transform: uppercase;
}
 
/* Style the link hover */
ul.menu li:hover a {
background:#ffc20e;
}
 
/* Displays the link as blocks. */
ul.menu li ul a {
color:#666666;
display:block;
}
 
/* sub menus!!  */
 
ul.menu ul {
list-style: none;
margin:0; /* Appear just below the hovering list */
padding:0;
width:300px; /* specify the width. */
position:absolute; /* needed */
z-index:500; /* specify the order */
}
 
ul.menu li ul {
top:20px; /* Positioning:Calc with top level horz list height */

}
 
ul.menu ul ul {
top:0;
left:100%; /* Position the sub menus to right. */
}
 
ul.menu ul li {
float:none; /* umm.. Appear below the previous one. mmkay? */
}
 
/* Drop Down! */
 
/* Hide all the dropdowns (submenus) */
ul.menu ul,
ul.menu li:hover ul ul,
ul.menu ul li:hover ul ul
{ display: none; }
 
/* Display the submenus only when li are hovered */
ul.menu li:hover ul,
ul.menu ul li:hover ul ,
ul.menu ul li ul li:hover ul
{ display: block;}
 
ul.menu li * a:hover {
/* Change color of links when hovered */
background: #ffc20e;
}


#container {
	width: 940px;
	overflow: hidden;
	margin: 5px auto;
}

#content {
	float: left;
	width: 940px;
}

.post {
	margin-bottom: 50px;
}

.post-title {
	font-size: 200%;
	line-height: 1.2;
	font-weight: normal;
}

.post-title a {
	color: #333333;
}

.page-subtitle {
	font-weight: 700;
	color: #CCC;
	font-size: 90%;
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
	margin-bottom: 15px;
}

.post-meta {
	font-size: 85%;
	color: #999;
	margin-top: 5px;
}

.post-meta a {
	color: #666666;
}

.post-comments {
	float: right;
	background: url(images/cbubble_left.gif) no-repeat top left;
	padding: 3px 0 7px 7px;
}

.post-comments a {
	background: url(images/cbubble_right.gif) no-repeat top right;
	padding: 3px 7px 7px 0;
	color: #FFFFFF;
}

.post-comments a:hover {
	color: #FFFFFF;
}

.post-content {
	margin-top: 15px;
}

.post-content h2 {
	font-size: 140%;
	margin-bottom: 10px;
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 0 5px;
}

.post-content h3 {
	font-size: 110%;
	font-weight: 700;
	margin-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 0 5px;
}

.post-content p {
	line-height: 1.3;
	margin-bottom: 10px;
}

.post-content img.alignnone {
	background: #FFF;
	padding: 4px;
}

.post-content img.alignleft {
	float: left;
	border: 1px solid #EFEFEF;
	margin: 0 25px 15px 0;
	padding: 4px;
}

.post-content img.alignright {
	float: right;
	border: 1px solid #EFEFEF;
	margin: 0 0 15px 25px;
	padding: 4px;
}

.post-content ul,.post-content ol {
	margin-left: 30px;
	margin-bottom: 20px;
}

.post-content ul {
	list-style: outside;
}

.post-content ol {
	list-style: decimal;
}

.post-content ul li,.post-content ol li {
	line-height: 1.3;
	margin-bottom: 5px;
}

.more-link {
	font-weight: 700;
	display: block;
	margin-top: 10px;
}

.section-title {
	font-size: 140%;
	margin-bottom: 10px;
}

.navleft {
	float: left;
	margin: 0 15px 15px 0;
}

.navright {
	float: right;
	margin: 0 0 15px 15px;
}

.navigation div a {
	font-size: 110%;
}

#comments ol li {
	margin-top: 2px;
	border-bottom: 1px solid #F0F0F0;
	padding: 10px 0;
	overflow: hidden;
	height: 1%;
}

.comment-gravatar {
	float: left;
	margin-right: 10px;
	background: #FFF;
	border: 1px solid #F0F0F0;
	padding: 3px;
}

.comment-data {
	float: left;
	width: 400px;
}

.comment-data p {
	margin-bottom: 6px;
	line-height: 1.3;
}

.comment-author {
	font-weight: 700;
	margin-bottom: 3px;
}

.comment-meta {
	color: #666;
	margin-bottom: 5px;
	font-size: 85%;
}

.unapproved {
	font-style: italic;
}

#respond {
	margin-top: 30px;
}

#comment-form {
	margin-top: 15px;
	margin-bottom: 10px;
}

#comment-form label {
	font-size: 90%;
	display: block;
	margin-bottom: 5px;
}

#comment-form input {
	width: 240px;
	margin-bottom: 10px;
	padding: 5px;
}

#comment-form textarea {
	width: 455px;
	height: 200px;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 10px;
}

#sidebar {
	float: right;
	width: 300px;
}

.sidepanel {
	margin-bottom: 30px;
}

.sidepanel h3 {
	text-transform: uppercase;
	border-bottom: 1px solid #EFEFEF;
	padding: 0 0 5px 0;
	color: #333333;
	font-weight: bold;
	font-size: 90%;
}

.sidepanel ul li {
	border-bottom: 1px solid #EFEFEF;
	padding: 5px 0;
	line-height: 1.2;
}

.sidepanel p {
	margin-top: 8px;
	line-height: 1.3;
}


#slideshow {
	float: right;
	margin: 0px 0px 20px 0px;
	background: #595959;
	width: 940px;
	height: 280px;
	position:relative;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
	z-index:10;
	opacity:1.0;
}

#slideshow IMG.last-active {
	z-index:9;
}

#home01 {
	float:left;
	width: 450px;
	padding: 12px;
	margin-left:0px;
	line-height: 1.3;
	margin-bottom: 10px;
}
#home02 {
	float:left;
	width: 200px;
	padding: 10px;
	margin-left:10px;
	line-height: 1.3;
	margin-bottom: 10px;
}
#home03 {
	float:left;
	width: 200px;
	padding: 10px;
	margin-left:10px;
	line-height: 1.3;
	margin-bottom: 10px;
}
#home04 {
	float:right;
	width: 175px;
	padding: 10px;
	line-height: 1.3;
	margin-bottom: 10px;
}



#footer {
	margin: 0 auto;
	width: 940px;
	height: 230px;
	padding: 0px;
	background: #202020;
}

#footerlogo {
	float:left;
	width: 290px;
	padding: 10px;
	background: #202020;
}

#footercenter {
	float:left;
	width: 290px;
	padding: 10px;
	background: #202020;
}

#footerright {
	float:right;
	width: 290px;
	padding: 10px;
	background: #202020;
}

#footer-links {
	list-style: none;
}

#footer-links li {
	float: left;
	margin-right: 15px;
}

.sep {
	color: #CCC;
	margin: 0 8px;
}

.ico-small {
	vertical-align: middle;
	margin: 0 5px 2px 0;
}