/*
Theme Name: Azul
Theme URI: http://www.switchroyale.com/?page_id=21
Description: Azul is a clean and modern theme with a techy/corporate feel. This theme is meant to be easy to edit and completely standards compliant. Free to use for whatever you want.
Version: 1.1
Author: Switchroyale
Author URI: http://www.switchroyale.com
Tags: blue, white, silver, light, two-columns, fixed-width, right-sidebar
*/

body {
	background: url(images/bodybg.gif) #f4f5fc;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	font-family: 'Georgia', 'Times New Roman','Sans-serif';
	font-size: 13px;
	line-height: 1.75em;
	color: #666666;
	text-align: left;
}

table {font:12px 'Verdana', Arial, Helvetica, sans-serif; background:#ffffff;

}

#container {
	width: 1024px;
	margin: auto;
	background: url(images/containerbg.gif);
        background-repeat: repeat-y;
        
}

#header {
	height: 109px;
	paddingX: 40px 50px 0 50px;
	background: url(images/headerbg7.gif);
	background-repeat: no-repeat;
	font-size: 10px;
	position: relative;
}

#header h1 {
	margin: 0;
	font-size: 20px;
}

#header a {
	text-decoration: none;
	color: #666666;
}

#header a:hover {
	color: #333333;
}

#header #search {
	position: absolute;
	top: 154px;
	right: 50px;
	height: 20px;
}

#header #s {
	background: #ffffff;
	border: 1px solid #cccccc;
	color: #666666;
	width: 205px;
	margin: 0;
	font-size: 12px;
	color: #999999;
	padding: 2px;
}

#header #searchsubmit {
	height: 20px;
	width: 20px;
	border: none;
	cursor: pointer;
	background: url(images/searchsubmit.gif);
	background-repeat: no-repeat;
	display: none;
}

#about {
	position: absolute;
        background: url(images/aboutbg.gif);
        background-repeat:no-repeat;
        margin: 0 0 0 0;
        padding: 0 10px 0 8px;
        background-position: left 100%;
        line-height: 12px;
        color: #ccc;
        float: right;
	top: 116px;
	right: 94px;
	height: 14px;
}

#about a { 
        font-family: 'Times', serif;
        margin: 0 4px 0 4px;
        font-size: 10px;
        color: #ccc;
        text-decoration: none;
}

.phone {
       font-size: 12px;
       background-image: none;
}

#login {
	text-align: right;
}

#navbar {
	marginX: 0 0 20px 0;
	background: url(images/navbarbg2.gif);
        background-color:#b3b3b3;
	background-repeat: no-repeat;
	height: 229px;
}

#navbar ul {
	margin: 0 0 0 126px;
	padding: 0;  
}

#navbar li {
	display: inline;
         
}

#navbar a {
	display: block;
	float: left;
	height: 30px;
	padding: 0 10px 0 20px;
	font-size: 15px;
        font-weight:500;
	color: #edebeb;
	text-decoration: none;
	line-height: 25px;
        background: url(images/bullet.gif);
        background-repeat: no-repeat;
	background-position: .1em 50%; 
	
}

#navbar li:first-child a {
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: -30% 40%;
}

#navbar a:hover {
	color: #cfcfce;
        background: url(images/bullet.gif);
        background-repeat: no-repeat;
	background-position: .1em 50%; 
}

#posts {
	width: 600px;
	padding: 0 0 0 50px;
	margin: -180px 0 20px 94px;
	float: left;
}

.commentbubble a {
	float: left;
	background: url(images/commentbubble.gif);
	background-repeat: no-repeat;
	background-position: 0 -1px;
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 10px;
	margin: 0 5px 0 0;
}

.date {
	font-size: 12px;
	color: #999999;
	line-height: 1.5em;
}

.post {
	margin: 0 0 30px 0;
}

.tags {
	font-size: 10px;
	line-height: 1.5em;
	color: #999999;
}

.post h2 {
	font-size: 22px;
        color:#d8a51b;
        font-family: Georgia, Times, serif; 
        line-height: 26px;        
        font-weight: normal; 
        margin: 0;
}

/*.post p + h2 {font-weight: bold;}*/


#special { color: #006699; background: transparent; }

#special:visited { color: #006699;}

#special2 { color: #006699; background: transparent; 
            font-family: 'Arial','Helvetica', Sans-serf;
            font-size: 10px;
}

#special2:visited { color: #006699;}

.post h3 {
	font-size: 12.5px;
        font-weight: bold;
        font-family: 'Verdana', 'Arial','Sans-serif';
        color: #3b497f;
        margin-top: 2em;
        margin-bottom: -1em;
	
}

.post h4 {
	font-size: 12px;
        font-weight: normal;
        font-family: 'Verdana', 'Arial','Sans-serif';
        color: #2b3e6c;
        margin-top: 1em;
        margin-bottom: 1em;
	
}

.post a, .navigation a {
         color: #D8A51B;	
         text-decoration: none;
}

.post li { 
        font-size: 12px;
        font-weight: normal;
        font-family: 'Verdana', 'Arial','Sans-serif';

}        

.post a:hover, .navigation a:hover {
	color: #cfcfce;
}

.post a img {
	border: none;
}

.postmetadata {
	font-size: 10px;
	line-height: 1.5em;
}

.post img.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}

.post img.alignright {
	float: right;
	margin: 0 0 20px 20px;
}

.post img.aligncenter {
	text-align: center;
}

.post .wp-caption {
	border: 1px solid #cccccc;
	background: #ebebeb;
	text-align: center;
	padding: 10px 5px 0 5px;
}

.post .wp-caption-text {
	margin: 0;
	font-size: 12px;
}

#commentform #author, #commentform #email, #commentform #url, #commentform #comment {
	background: #ffffff;
	border: 1px solid #cccccc;
	color: #666666;
}

.commentlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.commentlist li {
	background: #ebebeb;
	padding: 20px;
	border: 1px solid #cccccc;
	margin: 0 0 20px 0;
}

.avatar {
	float: left;
	margin: 0 5px 0 0;
}

.sidebar {
	margin: -100px 0 0 760px;
        width: 190px;
}

.sidebar ul {
	list-style-type: none;
	margin: 0 0 30px 0;
	padding: 0;
}

.sidebar h2 {
	margin: 0 0 5px 0;
	font-size: 13px;
	color: #3c5b7e;
	width: 190px;
	border-bottom: 1px dotted #cccccc;
        
}

.sidebar h5 {
	margin: 0 0 5px 0;
	font-size: 10px;
	color: #3c5b7e;
	width: 210px;
	border-bottom: 1px solid #cccccc;
        
}

.sidebar p {
        font-size: 14px;
        color: #898888;
        font-style: italic;
        width: 180px;
        border-left: 1px solid #716c42X;
        background: url(images/quotebg.jpg);
        padding-left: 20px;
        margin-top: -140px;
}

.tag {
        font-size: 10px;
        color: #716c42
        width: 160px;
        font-family: "Verdana", "Helvetica", "Sans-serif";
        line-height: 1.5em;
        font-style: normal;
        font-weight: bold;
}

.tag a:link {
        font-size: 10px;
        color: #716c42
        width: 160px;
        font-family: "Verdana", "Helvetica", "Sans-serif";
        line-height: 1.5em;
        font-style: normal;
        font-weight: bold;
}


.sidebar a {
	color: #999999;
        font-size: 12px;
	text-decoration: none;
}

.sidebar a:hover {
	color: #333333;
}

#footer {
	clear: both;
	height: 61px;
	background: url(images/footerbg.gif);
	background-repeat: no-repeat;
}

#footer p {
	text-align: center;
        color: #666;
	font-size: 12px;
        line-height: 1em;
	position: relative;
	top: 30px;
}

#footer a {
	color: #b17c29;
	text-decoration: none;
}

#footer a:hover {
	color: #333333;
}

#wp-calendar {
	width: 210px;
	background: #ebebeb;
	border: 1px solid #cccccc;
	margin: 0 0 30px 0;
	font-size: 12px;
	text-align: center;
}

#wp-calendar caption {
	text-align: left;
}

#wp-calendar #today {
	background: #cccccc;
}

#wp-calendar a {
	display: block;
	width: 100%;
	height: 100%;
}

#wp-calendar a:hover {
	background: #cccccc;
}

#breadcrumbs {
        font-size: 12px;
        position: relative;
        text-align: left;
        margin: 0 0 40px 114px;
	
}

#breadcrumbs a {
	color: #2b3e6c;
	}

#breadcrumbs a:visited {
	color: #2b3e6c;;
	}

#breadcrumbs-home {
	visibility: hidden;
	}

.attHead {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#666;  /*d8a51b;*/
	padding-bottom: 10px;
	}
	
.attText {
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	color:#666666;
	}
	
.attHead2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#3d4c83;
        padding-bottom: -2px;
	}
	
.contact {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666666;
	}

.style2 {
        font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#d8a51b;
}

hr {
        border: 0;
        colorX: #ccc;
        background-colorX: #ccc;
        margin-bottom:30px;
        height: 1px;
        width: 100%;
        text-align: left;
        border-bottom: 1px dotted #ccc;
}

#text-3 {
        font-style:italic;
        margin: 0 0 0 10pxX;
        border-top: 1px dotted #ccc;
        padding-top: 20px;
}

#text-4 {
        margin: 0 0 30px 0;
        padding-bottom: 20px;
}

#text-5 {
        font-style:italic;
        width:180px;
        margin-left:10px;
}
       