
/*  

Theme Name: Agorra

Description: Agorra Custom Theme.

Version: 1.0

Author: Shaun Martin

Author URI: http://www.designstunt.com/



*/


body, h1, h2, h3, h4, h5 ,h6, blockquote, p, form{ /*GETTING RID OF ALL THE DEFAULT MARGINS*/
margin: 0;
padding: 0;
}

body{
margin:0; /*GETS RID OF THE DEFAULT MARGIN OR BORDER AROUND THE PAGE*/
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
text-align:center;
vertical-align:top;
background-color:#144c87;
background-image: url('images/page_bg.gif');
background-position:top;
background-repeat:repeat-y;
}

strong{
font-size:12px;
color:#333333;
}

h2{
padding:0 0 8px 0;
}

a:link{ /*CHANGE THE COLOUR AND STYLES OF ALL THE LINKS*/
color: #336699;
text-decoration:none;
}

a:visited{
text-decoration: none;
color: #336699;
}

a:hover{ /*CHANGE WHAT THE LINKS LOOK LIKE ON A MOUSOVER*/
text-decoration:underline;
}

p{ /*ADDING 10px OF PADDING TO THE TOP OF EACH PARAGRAPH TAG*/
padding: 10px 0 0 0;
}

#wrapper{ /*DETERMINES THE TOTAL WIDTH OF THE PAGE, USING THE WRAPPER DIV, USE # TO ASSIGN A DIV, USE . TO ASSIGN A CLASS*/
margin: 0 auto 0 auto;  /*---------------------------------WRAPPER CONTAINER, THIS COULD BE THE PROBLEM*/
width: 750px;
word-wrap: break-word;
text-align: left;
background: url('images/bg_image.gif') repeat-y;
}

#container{  /*---------------------------------POST CONTAINER, THIS COULD BE THE PROBLEM*/
float:left;
text-align:left;
width:450px;
min-height: 100%;
padding:35px 50px 0 50px;

}

#title{
font-family:Arial, Helvetica, sans-serif;
color:#003367;
font-size:10px;
padding: 0px 0px 0px 0px;
text-align:left;
}

#tagline{
color:#003367;
font-size:10px;
}

* html #container {
height:100%
}

html, body {
height: 100%;
}

/*---------------------------------HEADER STYLING STARTS HERE*/

#header{
float: left;
width: 750px;
height:245px;
background-color:#003365;
}

#banner{
float:left;
width:750px;
height:200px;
background: url('images/header_bg.jpg');
}

#navcontainer{  /*---------------------------------NAV CONTAINER*/
float:left;
width:750px;
height:45px;
}

#rss{
display:block;
float:left;
height:45px;
width:45px;
background:url(images/rssbtn.gif) no-repeat 0 0;
}

#rss:hover{
background-position: 0 -45px;
}

#rss span{
display: none;
}

#search{  /*---------------------------------SEARCH CONTAINER*/
width:190px;
height:25px;
float:left;
text-align:left;
padding: 10px 0px 10px 10px;
background: url('images/navbar_bg.gif');
}

#search input{
float:left;
border:none;
height:20px;
}

#searchsubmit {
float:right;
width: 25px;
height: 25px;
margin: 0 0 0 3px;
padding: 0;
background: transparent url('images/search_but.png') no-repeat center;
text-indent: -5000em;
cursor: pointer; /* hand-shaped cursor */
cursor: hand; /* for IE 5.x */
}

#navbar{
width:550px;
height:45px;
float:left;
background: url('images/navbar_bg.gif');
}

#spacer{
float:left;
padding:25px;
}

.d{
float:left;
width:3px;
height:45px;
background:url('images/devider.gif');
}

/*---------------------------------CSS NAVIGATION BAR BUTTON STYLING STARTS HERE*/
.cssnav	{
position:relative;
float: left;
margin: 0; 
padding: 0;
font-family:Arial, "Helvetica", sans-serif;
background: url('images/overbtn.gif') repeat-x;
width: 90px;
height: 44px;
overflow:hidden;/* for ie to hide extra height*/	
}
 
.cssnav a {
display: block;
color: #000000;
font-size: 15px;
font-weight:normal;
width: 90px;
height: 44px;
display: block;
float: left;
color: black; 
text-decoration: none;
overflow:hidden;/* for ie to hide extra height*/
}

.cssnav a:hover{
color: #ffffff;
text-decoration:none;
}
 
.cssnav img {width: 90px; height: 45px; border: 0; }
* html a:hover {visibility:visible}
.cssnav a:hover img{visibility:hidden}

.cssnav span {
position: absolute;
left:-30px;
top: 14px;
text-align: center;
color:#FFFFFF;
width: 150px;
cursor: pointer;
}

/*---------------------------------SIDEBAR STYLING STARTS HERE*/

.sidebar{
float:left;
width:200px;
min-height: 100%;
background-color:#a5cf95;
background-image:url('images/sidebar_bg.gif');
background-position:top;
background-repeat:repeat-x;
}

.sidebar ul{ /*parent unordered list (UL) tag for the Sidebar, all child ULs or nested ULs will inherit the same style*/
list-style-type:none;
margin: 0;
padding: 0;
}

.sidebar ul li{/*SIDEBAR TEXT PADDING*/
padding-bottom:23px;

}

.sidebar ul li h2{
color:#1e3f60;
font-family:Arial, Helvetica, sans-serif;
font-size:13px; /*SIDEBAR HEADINGS*/
border-top:#daefd2 1px solid;
padding: 20px 0 0 20px; /*GAP BETWEEN HEADING AND UNDERLINE, AND HEADING LEFT INDENT*/
}

.sidebar ul ul li{
padding: 10px 0 0 20px;
}


/*---------------------------------POST STYLING STARTS HERE*/

.post{ /*POST POSITIONING*/
padding: 10px 0 10px 0;
}

.post h2{ /* POST HEADINGS*/
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
}

.entry{ /*SPACE BETWEEN EACH LINE OF TEXT WITHIN THE ENTRY DIV*/
line-height:18px;
}

p.postmetadata{ /*STYLING A SPECIFIC PARAGRAPH TAG*/
border-top: 1px solid #ccc;
margin: 10px 0 0 0;
font-size:11px;
}

.navigation{
color:#1e3f60;
padding: 10px 0 0 0;
font-size:12px;
line-height:18px;
}

blockquote{
font-family:Georgia, Arial, Serif;
font-size:13px;
color:#336699;
font-style:italic;
padding:10px 20px 20px 20px;
}

blockquote style2{
float:right;
font-family:Georgia, Arial, Serif;
font-size:13px;
background:none;
width:150px;
border-top:#f7922d 2px solid;
border-bottom:#f7922d 2px solid;
margin:1em;
padding:1em;
}

/*---------------------------------COMMENTS STYLING STARTS HERE*/

.comments-template{  
margin: 10px 0 0;
background:#e8edf3; /*comments section bg color*/
padding: 20px 20px 20px 20px;
}

.comments-template ol{
margin: 0;
padding: 0 0 20px;
list-style: none;
}

.comments-template ol li{
margin: 10px 0 0;
line-height: 18px;
padding: 10px 0 20px;
border-bottom: 1px dotted #white;
}

.comments-template h2, .comments-template h3{
font-family:Arial, Helvetica, sans-serif;
font-size: 13px;
color:#336699;
}

.commentmetadata{
font-size: 9px;
color:#336699;
}

.comments-template p.nocomments{
padding: 0;
}

.comments-template textarea{
width: 400px;
font-family: Arial, Helvetica, Georgia, Sans-serif;
font-size: 12px;
}

/*---------------------------------FOOTER STYLING STARTS HERE*/

#footer{
font-size:11px;
padding: 20px 0 20px 50px;
clear: both; /*stops footer from attaching to anything above it*/
width: 240px;
}

/*---------------------------------MISC STYLING STARTS HERE*/

#calendar{
font-size:10px;
padding: 50px 0 0 25px;
}
