/*
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
*/
html,body {height:100%; /* this is the key! */ }

body {
	background: url(images/clouds.jpg) fixed top center;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	color: #666666;
	text-align: justify;
	width:100%;
	height:100%; /* this is the key! */ 
}


h3 {font-size:20px;}
hr {
	height: 1px;
	color: #7dc4a7;
	background-color:#7dc4a7;
}
.clear {
	clear:both;
 	padding: 4px;
	border-top:1px solid #7dc4a7;
	width:100%;
	height:4px;
	margin: 10px;
}
#wrapper {
	height: 100%;
	width:960px;
	position:absolute;
	left:50%;
	top:0;
	margin-left:-480px;	
}
#flashindex {position:absolute; z-index:1;}

#container2 {
	height:100%;
	display:block;
	position:relative;
	margin: 0 auto;
	margin-bottom:150px;
	height: auto !important;
}
#container {
	width: 960px;
	display:block;
	position:absolute;
	margin-bottom:150px;
	margin-top:70px;
	background: url(images/containerbg.png);
	background-repeat: repeat-y;
	min-height:100%; /* this is the key! */ 
}
#footer {
	clear: both;
	position:relative;
	bottom:0;
	height: 100px;
	background: url(images/footer.jpg);
	background-repeat: no-repeat;
	width: 959px;
	margin: 0 auto;
	margin-left:28px;;
	margin-right:auto;
}
#header {
	height: 128px;
	/* padding: 40px 50px 0 50px; */
	background: url(images/header.jpg);
	background-repeat: no-repeat;
	margin: 0px 0 0 30px;
	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: 10px;
	right: 150px;
	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;
}

#login {
	text-align: right;
}

 #navbar {
	margin: 0 0 20px 0;
	width: 800px;
	height: 40px;
}

/* #navbar ul {
	margin: 0 0 0 30px;
	padding: 0;
}

#navbar li {
	display: inline;
}

#navbar a {
	display: block;
	float: left;
	height: 30px;
	padding: 0 30px 0 20px;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
	line-height: 30px;
	background: url(images/navbuttonbg.gif);
	background-position: right 50%;
}

#navbar a:hover {
	color: #666666;
	background: url(images/navbuttonbg-hover.gif);
	background-position: right 50%;
}

/**************
FEATURED IMAGE
**************/

.myexcerpt {
	display:block;
	width:390px;
}
.featured img{
	display:block;
	float:left;
	padding:6px;
	margin-right:12px;
	border-top:1px #e7e7e7 solid;
	border-left:1px #e7e7e7 solid;
	border-right:1px #e7e7e7 solid;
	border-bottom:1px #cccccc solid;
}

.featured img a{
	display:block;
	padding:6px;
	margin-right:12px;
	border-top:1px #e7e7e7 solid;
	border-left:1px #e7e7e7 solid;
	border-right:1px #e7e7e7 solid;
	border-bottom:1px #cccccc solid;
}

.moretext {
	color: #bb6338;
	font-weight:bold;
}

#posts {
	width: 600px;
	padding: 0 0 0 50px;
	margin: 0 0 20px 0;
	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;
}



#posts li {
	list-style:none;
}
#posts li  a{
	list-style:none;
	text-decoration:none;
	color: #3f8467;
}

.post h2 {
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	color:#3F8467;
}

.post h2 a{
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	color:#3F8467;
}

.post h3 {
	font-size: 16px;
	font-weight: bold;
	
}

.post a, .navigation a {
	color: #0195c5;
	text-decoration: none;
}

.post a:hover, .navigation a:hover {
	color: #333333;
}

.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-left: 700px;
	min-height: 100%;
	position:relative;
	width:260px;
	z-index:1;
}
#flashz { position:relative;
z-index:2;}

.sidebar ul {
	list-style-type: none;
	margin: 0 0 30px 0;
	padding: 0;
}

.sidebar h2 {
	margin: 0 0 5px 0;
	font-size: 16px;
	color: #666666;
	width: 210px;
	border-bottom: 1px solid #cccccc;
}

.sidebar a {
	color: #0195c5;
	text-decoration: none;
}

.sidebar a:hover {
	color: #333333;
}
#footer p {
	text-align: center;
	font-size: 12px;
	position: relative;
	top: 40px;
}

#footer a {
	color: #666666;
	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;
}
