/*
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.2
Author: Switchroyale
Author URI: http://www.switchroyale.com
Tags: blue, white, silver, light, two-columns, fixed-width, right-sidebar
*/

body 
{
background: url(images/bodybg.png) #FFF;
background-repeat: repeat-x;
margin: 0;
padding: 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
line-height: 1.7em;
color: #000;
text-align: justify;
}


#container 
{
width: 960px;
margin: 0 auto;
background: url(images/containerbg.jpg);
background-repeat: repeat-y;
}

#header 
{
height: 330px;
padding: 40px 50px 0 50px;
background: url(images/headerbg.png);
background-repeat: no-repeat;
font-size: 10px;
position: relative;
}

#header h1 
{
margin: 0;
font-size: 20px;
}


#header #search 
{
position: absolute;
top: 20px;
right: 10px;
height: 20px;
}

#header #s 
{
background: #ffffff;
border: 1px solid #999933;
color: #666666;
width: 205px;
margin: 0;
font-size: 12px;
color: #999933;
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: 0px 0px 20px 0px;
background: url(images/navbarbg.png);
background-repeat: no-repeat;
height: 50px;
}

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

#navbar li 
{
display: inline;
}

#navbar a 
{
display: block;
float: left;
height: 40px;
padding: 5px 30px 0px 20px;
font-size: 14px;
color: #FFF;
text-decoration: none;
line-height: 30px;
}

#navbar a:hover
{
color: #999933;
background: #FFF;
}


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

.post .commentbubble a
{
color: #fff;
}

.post .commentbubble a:hover
{
color: #FFF;
background: url(images/commentbubblehover.gif);
background-repeat: no-repeat;
background-position: 0 -1px;
width: 30px;
height: 30px;
}

.date 
{
font-size: 12px;
color: #999999;
line-height: 1.5em;
}

.post 
{
margin: 0px 0px 30px 0px;
}

.tags 
{
font-size: 10px;
line-height: 1.5em;
color: #999999;
}

.post h2 
{
font-size: 16px;
margin: 0px 0px 0px 0px;
font-weight: normal;
}

.post h3 
{
font-size: 14px;
margin: 5px 0px 0px 0px;
}

.post h4 
{
font-size: 13px;
padding: 0px 5px 0px 5px;
background: #EFEFEF;
border: 1px solid #CCC;
font-weight: normal;
}

.post h5 
{
font-size: 14px;
color: #999933;
font-weight: bold;
margin: 0px;
padding: 0px;
line-height: 1.7em;
}

.post h6
{
padding: 0px 5px 0px 5px;
font-size: 13px;
color: #000;
margin: 0px;
font-weight: normal;
background: #E0E0C1;
font-style: normal;
}


.post a 
{
color: #999933;
text-decoration: none;
}

.post a:hover 
{
color: #FFF;
background: #999933;
}

.post a img 
{
border: none;
}


.sidebar a img 
{
border: none;
}


.postmetadata 
{
font-size: 10px;
line-height: 1.5em;
}

/* images in body */
.post img.alignleft 
{
float: left;
margin: 5px 15px 0px 0px;
}

.post img.alignright 
{
float: right;
margin: 5px 0px 0px 15px;
}

.post img.aligncenter 
{
display: block; 
margin-left: auto;
text-align: center; 
margin-right: auto;
}

.post .feature
{
background: #EFEFEF;
padding: 10px 10px 5px 10px;
border: 1px solid #CCC;
width: auto;
}

.post .greenfeature
{
background: #E1E0A6;
padding: 10px 10px 5px 10px;
border: 1px solid #C4B74D;
width: auto;
}


/* images with links */
.post a img.alignright 
{
float: right; 
margin: 0px 0px 0px 12px;
}

.post a img.alignleft 
{
float: left; 
margin: 0px 12px 0px 0px;
}

.post a img.aligncenter 
{
display: block; 
margin-left: auto; 
margin-right: auto;
}

.wp-caption
{
margin: 5px 0px 0px 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: italic;
line-height: 1.5em;
}

/* resolves wrap on left and right aligned images with captions */

.wp-caption.alignleft, img.alignleft
{
float: left;
margin: 5px 5px 0px 0px;
padding: 0px;
}

.wp-caption.alignright, img.alignright
{
float: right;
margin: 5px 0px 0px 15px;
pading: 0px;
}

.wp-caption.aligncenter, img.aligncenter
{
margin: 0pt auto;
}


#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 
{
clear: none;
margin-left: 700px;
}

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


.sidebar ul li 
{
margin: 5px 0px 0px 0px;
padding: 0px;
}

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

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

.sidebar a:hover 
{
color: #FFF;
background: #999933;
}

#footer 
{
clear: both;
width: 100%;
height: 150px;
background: #E1E0A6;
}

#footercontainer
{
margin: 0px auto;
height: 150px;
width: 960px;
background: #E1E0A6 url(images/footerbg.png);
background-repeat: no-repeat;
}

.footerleft
{
float: left;
width: 400px;
margin: 30px 0px 0px 20px;
}

.footerright
{
float: right;
width: 400px;
margin: 30px 20px 0px 0px;
}

#footer p 
{
text-align: center;
font-size: 12px;
position: relative;
top: 40px;
}

#footer a 
{
color: #999933;
text-decoration: none;
}

#footer a:hover 
{
color: #FFF;
}

#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;
}

.subscribe
{
width: 210px;
height: 40px;
padding: 1px 0px 0px 45px;
margin: 0px 0px 10px 0px;
background: url(images/subscribe.png);
background-repeat: no-repeat;
}

.subscribe p
{
line-height: 1.1em;
}