/*  
Theme Name: Arts Alive
Theme URI: http://art.org.au
Description: Arts Alive 
Version: 1.0
Author: Megan Casey
Author URI: http://www.art.org.au/

*/

body, h1, h2, h3, h4, h5, h6, blockquote, p, form {
	margin: 0;
	padding: 0;
	}	

body {
margin: 0;
	font-family: Trebuchet MS, Helvetica, Arial, Tahoma, Geneva, sans-serif; 
	font-size: .9em;
	text-align: center;
	color: #000; 
	background: url(img/semitransgif50.gif) top left repeat  #b9b9b9;
	background-attachment: fixed;
}
	
#wrapper {
	margin: 20px auto;
	width: 80%;
	text-align: left;
	background-color: #fff;
	height: 100%;
	}

#header {
	background: url(img/arts-alive-text.gif) no-repeat #000;
	background-position: 10px 10px;
	color: #fff;
	margin: 0;
	padding: 0;
}

/*image replacement for logo*/
h1 {
text-align: left;
margin-left: -9999px;
}

#header p {
font-weight: bold;
			font-size: 1.5em;
			text-transform: uppercase;
			text-align: right;
			margin-top: 50px;
			margin-right: 20px;
}

#imagestrip {
background: url('img/imagestrip.jpg') repeat-x;
height: 80px;
margin-top: 10px;
}


#header a {
color: #fff;
text-decoration: none;
font-weight: bold;
/*background: #000;The fix for IE7 hover bug below seems to make the menu jump sideways on hover in IE6.  Specifying background color here as well stops that happening. Gotta love IE!*/
}

#header a:hover
{
text-decoration: underline;
/*background-color: #000; Needed or IE7 displays white on white on hover which doesn't go away when you mouse out!*/
}



#navcontainer {
list-style-type: none;
	margin-left: 20%;
	margin-top: 10px;
	padding: 0;
	font-size: 1.1em;
}

#navcontainer  li {
	padding: 0;
	margin: 0 10px 0 10px;
	float: left;
		}
		
#navcontainer  li ul, #navcontainer li ul a
{
margin: 0;
padding: 0;
}
	
#navcontainer  li ul li, #navcontainer  li ul li a
 {
	padding: 0;
	font-size: 1em;
	list-style-type: none;

	}

	
#container {
	float: left;
	width: 70%;
	background-color: #fff;
	padding: 0 10px 10px 10px;
	/*margin-top: 20px;*/
	margin-right: 0;
	}

h2
{
margin: 20px 0 10px 0;
text-align: center;
font-size: 1.5em;
line-height: 1.8em;
letter-spacing: .0775em;
}

h3
{
margin-bottom: 10px;
text-align: center;
font-size: 1.2em;
line-height: 1.4em;
letter-spacing: .0575em;
}

h4
{
padding-left: 5px;
text-align: left;
font-size: 1.05em;
line-height: 1.2em;
}
	
h5
{
padding-left: 5px;
font-size: .95em;
}

h6
{
padding-left: 5px;
font-size: .85em;
}

.post
{
border-bottom: 1px solid #222;
padding-bottom: 10px;
}

.post p
{
letter-spacing: .0975em;
margin: 0 5px 5px 5px;
}

.size-full
{
margin : 0px;
padding : 0px;
width : 100%;
max-width: 700px;
height: auto;
}	

.wp-caption
{
width: 100% !important;
}

.wp-caption img 
{
margin : 0px;
padding : 0px;
width : 100%;
max-width: 700px;
height: auto;
}


.size-thumbnail
{
border: none;
display: inline;
margin: 0 auto;
}

.wp-caption-text
{
display: none;
}

img
{
border: none;
}

.time
{
font-style: italic;
font-size: .9em;
}

/*.post ul
{
margin: .5em 0; 
padding: 0;
text-align: left; 
}
	
.post 
{
margin: 0;
padding: 0;


}	
	*/
	
.sidebar {
	
	background: #EBF5FC;
	color: #000;
	float: right;
display: inline;	
margin: 0;
padding: 0;
width: 25%;
	}

.sidebar h3
{			text-align: left; 
			margin: 0 0 2px 0; 
			font-weight: 300; 
			padding: 2px 5px; 
			color:#000; 
			background: #0d8bbe; 
			 }	
			
.sidebar p
{
padding: 5px;
}

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

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

#footer {
	clear: both;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	/*border-top: 1px solid #000;*/
	border-bottom: 1px solid #000;
	background-color: #000;
	color: #fff;
	text-align: center;
	}
	
#footer a
{
color: #fff;
text-decoration: none;
}

#footer a:hover
{
border-bottom: 1px dotted #fff;
}
	
div#postfooter 
{			margin: 0; 
			padding: 0; 
			 
			/*height: 95px; */
			width: 100%;
}

div#postfooter p 
{			margin: 10px 0 0 0; 
			padding: 5px 0; 
			font-size: .8em; 
			text-align: center; }
	
div#postfooter ul
{
text-align: center;
margin: 0 auto;
}

div#postfooter li 
{
display: inline;
padding-left: 5px;
padding-right: 5px;
text-align: center;
}

#postfooter img
{
margin: 0 auto;
text-align: center;
border: 1px solid #fff; /*stops image jumping when border is applied on hover below*/
}

#postfooter ul li img:hover
{
border: 1px solid #000;
margin: 0;
}
			
.clear
{
clear: both;
}

.addthis_container
{
margin-top: 20px;
margin-bottom: 10px;
}