/*
Theme Name: QWSG
Theme URI: http://www.freshr.com.au
Description: Web site template designed for the Queensland Wader Study Group with multi-level dropdown menu
Version: 1.0
Author: freshr web design
Author URI: http://www.freshr.com.au

Modifications by Paul Campbell 2013
 
 */

	
body 
{
margin: 0px;
padding: 0px;
background: #FFF url(img/bg.jpg) repeat-x left top;
color: #000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
line-height: 1.7em;
}


img 
{
border: none;
}


/*	##################################
   	BODY LAYOUT
	################################## */
	
#page 
{
width: 960px;
margin: 0 auto;
}

/* birds image at top of sidebar */
.birds
{
float: right;
width: 194px;
height: 305px;
margin: 0px 30px 0px 0px;
background: url(img/birds.png) top left no-repeat;
}
	
#header 
{
position: relative;
height: 150px;
background: url(img/bg-header.jpg) no-repeat left top;
z-index: 2; /* IE z-index bug */
}

#content 
{
background: url(img/bg-content.png) top left repeat-y;
z-index: 1; /* IE z-index bug */
padding-top: 40px;
}

#content-left 
{
float: left;
width: 680px;
padding-top: 10px;
}

#content-right 
{
float: right;
margin-top: 0px;
padding-top: 20px;
width: 250px;
overflow: hidden;
background: none;
}

/* CONTENT LEFT */

.box-left, .post, .page 
{
margin: 0 0 10px 0;
}

.box-left ol, .post ol, .page ol 
{
line-height: 1.7em;
clear: left;
margin-left: 20px;
padding-left: 0px;
}
 
 
.box-left ul, .post ul, .page ul 
{
clear: left;
margin-left: -8px;
padding-left: 0px;
list-style: none;
}

.box-left ul li, .post ul li, .page ul li 
{
background-image: url(img/bullet-square.png);
background-repeat: no-repeat;
padding-left: 22px;
background-position: 0.5em 0.2em;
line-height: 1.7em;
}


/* CONTENT RIGHT */

.sidebar1 
{
float: right;
margin: 10px 0px 0px 0px;
width: 250px;
height: 125px;
background: url(img/sidebar1.png) top left no-repeat;
}

.sidebar2 
{
float: right;
margin: 20px 0px 0px 0px;
width: 250px;
height: 125px;
background: url(img/sidebar2.png) top left no-repeat;
}

.sidebar3 
{
float: right;
margin: 20px 0px 0px 0px;
width: 250px;
height: 125px;
background: url(img/sidebar3.png) top left no-repeat;
}

/* text below sidebar images */
.sidebar-caption
{
float: right;
margin: 5px 0px 0px 0px;
padding: 0px 5px;
width: 240px;
}

/* QWSG logo in sidebar */
.qwsg-sidebar 
{
float: right;
margin: 20px 0px 10px 10px;
width: 250px;
height: 155px;
background: url(img/sidebar-logo.jpg) bottom right no-repeat;
}


/*	##################################
   	FONTS
	################################## */
	
h1#blog-title 
{
margin: 50px 10px 0 0;
padding: 0px;
font-size: 28px;
font-weight: normal;
}

h1
{
margin: 10px 0px 10px 0px;
padding: 0px;
font-size: 28px;
line-height: 1.5em;
font-weight: normal;
}

h2
{
margin-bottom: 10px;
font-size: 16px;
font-weight: bold;
}

h3 
{
margin: 0px 0px 10px 0px;
padding: 0px;
font-size: 18px;
font-weight: normal;
font-style: italic;
}

h4 
{
font-size: 13px;
margin: 5px 0px 5px 0px;
padding: 0px 0px 0px 0px;
line-height: 1.4em;
color: #FFF;
}

h5
{
clear: left;
font-size: 13px;
font-weight: normal;
clear: left;
margin: 0px 0px 10px 0px;
padding: 5px;
line-height: 1.7em;
background: #EAEAEA;
}

p
{
padding: 0px;
}

.sidebar-caption p
{
font-size: 12px;
color: #FFF;
line-height: 1.4em;
margin: 0px;
}

#menu p
{
color: #FFF;
}

.box-right p
{
color: #FFF;
}

#footer h2
{
font-size: 15px;
color: #FFF;
line-height: 1em;
}

#footer h1
{
font-size: 15px;
color: #FFF;
line-height: 1.5em;
}

/*	##################################
   	FOOTER
	################################## */
	
#footer-wrap 
{
width: 100%;
background: #C4C4C4;
}

#footer 
{
width: 960px;
margin: 0 auto;
padding: 15px 0px 25px 0px;
background: url(img/bg-content.png) top left repeat-y;
}

#footer p 
{

margin: 0px;
padding: 0px;
line-height: 1.8em;
color: #FFF;
}


/*	##################################
   	LINKS
	################################## */
	
a 
{
color: #696938;
text-decoration: none;
border-bottom: 1px dotted #696938;
}

a:hover
{
color: #FFF;
background: #696938;
text-decoration: none;
border-bottom: 1px solid #696938;
}

#menu a 
{
color: #FFF;
text-decoration: none;
}

#menu a:hover
{
color: #FFF;
text-decoration: none;
}
	
#footer a 
{
color: #000;
text-decoration: none;
border-bottom: 1px dotted #000;
}

#footer a:hover
{
color: #C4C4C4;
background: #000;
text-decoration: none;
border-bottom: 1px solid #000;
}
	
.sidebar-caption a 
{
color: #FFF;
text-decoration: none;
border-bottom: 1px dotted #FFF;
}

.sidebar-caption a:hover
{
color: #A5A587;
background: #FFF;
text-decoration: none;
border-bottom: 1px solid #FFF;
}

#header a
{
border-bottom: 0px;
}

#header a:hover
{
border-bottom: 0px;
}


/*	##################################
   	TABLES
	################################## */


/* Styles for the tablehead (<th>) (if enabled) */
table.wp-table-reloaded thead tr th, table.wp-table-reloaded tfoot tr th {
background: none;
border: none;
color: #FFF;
font-size: 14px;
padding: 6px;
}

	
hr 
{
height: 1px;
margin: 20px 0px;
background: #FFF;
border: none;
}
	
table 
{
width: 100%;
margin: 0px 0px 20px 0px;
background: #FFF;
}

th, td 
{
padding: 5px 10px;
background: #FFF;
}

th 
{
background: #FFF;
color: #fff;
}

tr.even 
{
background: #FFF;
}

pre 
{
margin: 0 0 20px 0;
padding: 20px;
background: #FA995A;
line-height: 22px;
border: 1px solid #3a3a3a;
font-family: Courier, serif;
overflow-x: scroll;
overflow-y: visible;
}

blockquote 
{
padding: 0 0 0 20px;
border-left: 5px solid #FFF;
}



/*	##################################
   	FORMS
	################################## */
	
/** GENERAL */

fieldset 
{
margin: 0 0 40px 0;
padding: 0 40px 40px 40px;
background: #FCE9D6;
border: 1px solid #EF8F33;
}

legend 
{
color: #006990;
font-size: 14px;
}

label 
{
display: block;
margin: 0 0 5px 0;
}

/*******************************/

/* this is used in sidebar forms */
input, textarea 
{
width: auto;
height: 18px;
margin: 0px 0px 8px 0px;
padding: 2px 4px 6px 4px;
color: #000;
background: #FCE9D6;
border: 1px solid #EF8F33;
}

/*******************************/

textarea 
{
width: 80%;
height: 150px;
}

select 
{
margin: 0 0 20px 0;
}

input.radio, input.checkbox 
{
width: auto;
height: auto;
margin: 0px;
padding: 0px;
background: #fff;
}
/*
Login Form

 */

form#login{
    display: none;
    background-color: #696938;
    border-radius: 8px;
    font-family: Arial, Helvetica, sans-serif;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 200px;
    padding: 40px 25px 25px 25px;
    width: 350px;
    z-index: 999;
    left: 50%;
    margin-left: -200px;
    color: #FFF;
    font-size: 11px;
}

form#login h1{
    color: #333333;
    font-family: 'Georgia', 'Times New Roman', Times, serif;
    font-size: 27px;
    font-weight: 100;
    text-align: center;
    line-height: 1;
    margin: 0 0 30px 0;
}

form#login input#username,
form#login input#password{
    border: 1px solid #EDEDED;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) inset;
    color: #333333;
    font-size: 15px;
    padding: 10px 10px 10px 13px;
    width: 325px;
    margin: 7px 0 30px 0;
    background-color: #F9F9F9;
    font-family: 'Georgia', 'Times New Roman', Times, serif;
}

form#login input#username:focus,
form#login input#password:focus{
    background-color: #FFF;
}


form#login input.submit_button{
    font-size: 13px;
    color: #FFF;
    border: 1px solid #1C1C0A;
    background-color: #4D4D24;
    border-radius: 3px;
    text-shadow: 0 1px 0 #1C1C0A;
    padding: 9px 31px 9px 31px;
    background: -moz-linear-gradient(top, #ea6656, #df5949);
    border-top: 1px solid #1C1C0A;
    border-bottom: 1px solid #1C1C0A;
    float: right;
    height: auto;
    box-shadow: 0 1px 0 #1c1c00 inset;
}

form#login a{
    text-decoration: none;
}

form#login a.close{
    color: #DCDCDC;
    position: absolute;
    right: 15px;
    top: 15px;
}

form#login a.lost{
    color: #B4B2B2;
    float: left;
    margin: 10px 0 0 0;
}

form#login p.status{
    text-align: center;
    margin: -25px 0 20px 0;
    display: none;
}

a.login_button{
    font-family: Arial, Helvetica, sans-serif;
    padding: 7px 15px 7px 15px;
    background-color: #4D4D24;
    border-radius: 3px;
    border: 1px solid #1C1C0A;
    color: #FFF;
    text-decoration: none;
    font-size: 13px;
    height: 20px;
    width: 30px;
    
}

.login_overlay{
    height: 100%;
    width: 100%;
    background-color: #F6F6F6;
    opacity: 0.9;
    position: fixed;
    z-index: 998;
}
#login_button{
	float: right;
	
	
}

#input_data{

	
}





/*
input.submit, input.button 
{
clear: none;
float: left;
width: auto;
height: 34px;
margin: 0px;
padding: 0px 10px;
background: #FCE9D6;
border: 1px solid #EF8F33;
color: #FFF;
}
*/	

/** COMMENTFORM */

#comments, #trackbacks 
{
margin: 40px 0 0 0;
}

#trackbacks 
{
margin: 20px 0 0 0;
}

.comment 
{
padding: 0 40px 40px 40px;
background: #FFF;
}

#trackbacks ul 
{
margin: 0 0 40px 0;
padding: 40px 40px 30px 40px;
background: #FFF;
list-style: none;
}

#trackbacks li 
{
margin: 0 0 10px 0;
padding: 0 0 0 20px;
line-height: 22px;
background: url(img/bg-list-item-content.png) no-repeat 0px 4px;
}

.first 
{
padding: 40px;
}

#response 
{
margin: 60px 0 0 0;
}

#response fieldset 
{
padding: 40px;
}

.comment-left, #commentform-left 
{
float: left;
width: 120px;
height: 120px;
background: url(img/bg-commentform-left.gif) no-repeat right top;
}

.comment-right, #commentform-right 
{
float: left;
width: 430px;
min-height: 120px;
}

.comment-text 
{
padding: 20px;
background: #CCC;
color: #000;
line-height: 22px;
}

#response textarea 
{
width: 420px;
height: 100px;
margin: 0px;
padding: 5px;
}

#response label 
{
display: block;
line-height: 20px;
}

#response input.text 
{
width: 420px;
height: 20px;
margin: 0px;
padding: 5px;
}

#response input.submit 
{
float: right;
height: 30px;
margin: 20px 0 0 0;
padding: 0 20px;
}

.comment-author 
{
margin: 0px;
padding: 5px 0;
color: #000;
font-size: 14px;
}

.comment-author a 
{
color: #000;
text-decoration: none;
}

.comment-author a:hover 
{
text-decoration: underline;
}

/** COMMENTS IN WP 2.7 */

#commentfieldset 
{
padding: 20px 40px;
}

.commentlist ul 
{
margin: 0px;
padding: 0px;
list-style: none;
}

.commentlist li 
{
margin: 20px 0 0 0;
padding: 20px 0 20px 20px;
background: #FFF;
list-style: none;
}

.commentlist .avatar 
{
float: right;
margin: 0 20px 10px 20px;
}

.commentlist li a 
{
color: #000;
}

.commentlist li p 
{
margin: 0 20px 20px 0;
}

.commentlist .comment-meta 
{
margin: 0 0 20px 0;
}

.commentlist .comment-author a 
{
padding: 0 0 5px 0;
color: #000;
font-weight: bold;
}

.commentlist ul.children 
{
margin: 0px;
padding: 0px;
}

.commentlist .children li 
{
margin: 20px 0 0 0;
padding: 20px 0 20px 20px;
background: none;
border: 1px solid #CCC;
border-right: none;
}

.reply 
{
width: 50px;
height: 25px;
line-height: 25px;
text-align: center;
background: #CCC;
color: #000;
border-right: none;
border-bottom: none;
}

.reply a 
{
display: block;
height: 25px;
line-height: 25px;
}

#cancel-comment-reply 
{
margin: 5px 0 20px 0;
}

#cancel-comment-reply a 
{
color: #CCC;
}

.commentlist li.depth-1, .commentlist li.depth-3, .commentlist li.depth-5 
{
background: #FFF;
}

.commentlist li.depth-2, .commentlist li.depth-4, .commentlist li.depth-6 
{
background: #FFF;
}


/*	##################################
   	USEFUL
	################################## */

.clearfix:after 
{
content: " ";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}

.clearfix 
{
display: inline-block;
}

html[xmlns] .clearfix 
{
display: block;
}

* html .clearfix 
{
height: 1%;
}

.clear 
{
clear: both;
}

/** WORDPRESS CSS */

.aligncenter,
div.aligncenter 
{
display: block;
margin: 0 auto;
}

.aligncenter 
{
margin-top: 10px;
margin-bottom: 20px!important;
}

.alignleft 
{
float: left;
margin: 8px 15px 0px 0px;
}

.alignright 
{
float: right;
margin: 8px 0px 0px 15px;
}

.wp-caption 
{
margin-bottom: 0px;
padding-top: 4px;
text-align: center;
background-color: #EAEAEA;
}

.wp-caption img 
{
float: none;
margin: 0px;
padding: 0px;
border: none;
}

.wp-caption p.wp-caption-text 
{
font-size: 11px;
line-height: 1.5em;
text-align: left;
padding: 0px 5px;
margin: 0px;
}

/** WIDGETS CSS */

#calendar_wrap table 
{
width: 100%;
}

#calendar_wrap td 
{
text-align: center;
}

#wp-calendar caption 
{
margin: 0 0 10px 0;
padding: 2px;
background: #3a3a3a;
}