/*  
Theme Name: 	Andrew Christie 2011
Theme URI: 		
Description: 	Designed by Swim Communications
Version: 		1.0
Author: 		Swim Communications
Author URI: 	http://www.swim.com.au
*/
/* abridged reset */

* { margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
	html { }
	body, input, textarea, button, select, option{
		font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
		color: #666;
	}
	body { font-size: 12px; line-height: 1.8em; }
	a { text-decoration:none; outline: 0; color: #242E5E; }
	a:hover, a:active { text-decoration: underline; }
	
a.more-link{
	display: block;
	margin-top: 0.8em; 
}


#bar{
	height:40px;
	border-top:1px solid;
	border-bottom:1px solid;
	
}

.primary a{
	color:#fff;
	
	text-decoration:none;
}

.primary a:hover{
	color:#aaaaaa;
	text-decoration:none;
	
}


.primary a:visited{
	color:#fff;
	text-decoration:none;
}


#blue{
	
	
	height:20px;
background:#242E5E;
}

#header ul{

}

h2 a, h3 a{
	text-decoration: none;
	 font-weight: bold;
}
	
	a img, input, textarea, button, select, option { border: none; }
	h1, h2, h3, h4, h5, h6 { font-weight: normal; }
	blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
	table { border-collapse: collapse; border-spacing: 0; }
	ins { text-decoration: none; } del { text-decoration: line-through; }
	code, pre { font-family: Consolas, "Lucida Console", Monaco, "Courier New", monospace; }
	ins, em, i, dt, dfn, cite { font-style: italic; } strong, b { font-weight: bold; }
#wrap, #footer{
	width:1024px;
	margin: 0 auto;
}

#wrap{
	background: url(images/bg.gif) repeat-y top left;
	padding-top:30px;

}

#header, #posts .post, #sidebar, .sidebar, #footer {
	
}
#header  {
	width: 624px;
}


#posts{
	
width:600px;	
	
}
#header, #posts {
	float: left; display: inline;
}
#header {
	
}
#header ul li, #sidebar ul li{
	list-style: none;
	
	
}
	#header h1 {
    margin-bottom: 5px;
		border-bottom: 1px solid #242E5E;
		width:1024px;
	}

	#header .menu li {
		display: block; float: left;
	
		border-bottom: 1px solid #242E5E;
	}
	#header .menu li a {
		display: block;
		line-height: 20px;
		height: 20px;
		background: url(images/navbg.png);
		color: #fff;
		text-align: center;
		text-decoration: none;
		padding-left:29px;
		padding-right:29px;
		padding-top:10px;
		padding-bottom:10px;

  margin-bottom: 5px;
  
  	}
	
#header .menu li a:hover, #header .menu li.current_page_item a {
		background: #fff url(images/activebg.png);
		text-decoration: none;
		color: #242E5E;
	
	}
#posts {
	clear: left;
	margin: 20px 0;
	font-size: 12px;
	border-bottom:1px solid #aaaaaa;
}
	#posts .post {
		margin: 0 0 20px;
		padding: 0 0 40px;

	}
	#posts .post h2 {
		font-size: 22px !important;
		line-height: 1.1;
		margin: 0 0 10px;
		color: #242E5E;
		
	}
	
	
	
	#posts .post .meta {
		margin: 0 0 10px;
		text-transform: uppercase;
		font-size: 0.75em;
		color: #777;
	}
	#posts .post .meta a {
		font-weight: bold;
		color: #242E5E;
	}
	#posts .post .meta a:hover {
		color: #aaaaaa;
	}
	#posts .post .content {
	
	
	}
	
#posts .content{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 13px;
	line-height: 1.7em;
}
	
	#posts p, #posts table, #posts dl, #posts .content h3, #posts .content h4, #posts .content h5, #posts .content h6 {
		margin: 10px 0 20px;
	}
	#posts table, #posts .content h3, #posts .content h4, #posts .content h5, #posts .content h6 {
		clear: both;
	}
	#posts blockquote {
		margin: 20px 40px;
		border: 1px solid #242E5E;
		border-width: 1px 0;
		color: #555;
	}	
	#posts ul, #posts ol {
		margin: 20px 30px;
	}
	#posts dd {
		margin: 0 0 0 30px;
	}
	#posts .content h3 {
		font-size: 16px;

		color: #242E5E;
		
	}
	#posts .content h4 {
		font-size: 1.4em;
	}
	#posts .content h5 {
		font-size: 1.3em;
	}
	#posts .content h6 {
		font-size: 1.2em;
	}
	
#commentsection .commentlist li .content a {
		border-bottom: 1px solid #aaaaaa;
}

	#posts .post .content a img {
		border: 1px solid #ccc;
		display: block;
	}
	
#posts .post .content p img{
	float: right;
	margin: 0.7em 0 1em 1.5em;
}
	
	#posts .post .content a:hover {
	color:#aaaaaa;
	}
	#posts #pagetitle {
		margin: 0 0 20px;
		font-style: italic;
		color: #555;
		
		font-size: 1.2em;
	}
	#posts .navigation {
		width: 100%;
		margin: 0 0 40px 0;
		overflow: hidden;
	}
		#posts .navigation div {
			width: 45%
		}
		#posts .navigation .alignleft {
			float: left;
		}
		#posts .navigation .alignright {
			float: right;
			text-align: right;
		}
	#commentsection {
		clear: both;
	}
		#commentsection h3 {
			font-size: 1.4em;
			color: #333;
			clear: both;
			margin: 20px 0;
		}
		#commentsection h4 {
			text-transform: uppercase;
			font-weight: bold;
			letter-spacing: 5px;
			font-size: 0.85em;
			color: #555;
			clear: both;
			margin: 20px 0;
			text-align: center;
		}
		#commentsection label {
			display: block;
			margin: 10px 0 0;
			font-weight: bold;
		}
		#author, #email, #url, #comment, #submit {
			border: 1px solid #999;
			padding: 5px;
			font-style: normal;
			color: #222;
			display: block;
			background: #fff;
		}
		#author, #email, #url { width: 200px; }
		#comment { width: 95%; }
		#submit {
			background: #aaaaaa;
			padding: 10px;
			font-weight: bold;
			color: #242e5e;
			border-color: #777;
		}
		#commentsection .commentlist {
			margin: 20px 0 10px;
			border-bottom: 1px solid #D0C8CA;
		}
		#commentsection .commentlist li.comment, #commentsection .commentlist li.pingback, #commentsection .commentlist li.trackback, #commentsection .commentlist li.alt {
			padding: 10px;
			border-top: 1px solid #ccc;
			clear: both;
			background: #fff;
			list-style: none;
		}
		#commentsection .commentlist li.alt { background: #fff; }
		#commentsection .commentlist li.pingback, #commentsection .commentlist li.trackback { background: #fff; }
		#commentsection .commentlist li .reply a { background: #fff; padding: 5px; border: 1px solid #ccc; }
		#commentsection .commentlist .children { 	margin: 0; }
		#commentsection .commentlist li blockquote { 	margin: 20px; }
		#commentsection .commentlist .commentmetadata {
			font-size: 0.7em;
			text-transform: uppercase;
			color: #777;
			letter-spacing: 2px;
		}
		#commentsection .commentlist .commentmetadata a {
			font-weight: bold;
			color: #777;
		}
		#commentsection .commentlist .avatar {
			margin: 0 0 0 10px;
			float: right;
		}
		#commentsection .commentlist .comment-author {
			font-size: 1em; font-style: italic;
		}
#sidebar {
	float: left;
	width: 424px;
	/*margin: 0 0 0 15px !important; /* fixes 3-pixel bug */

	position: relative;
	top: -208px;
}
	#sidebar .primary, #sidebar .secondary {
		float: left;
		padding: 0 0 40px;
	}
	#sidebar .primary  {
	padding-top:60px;
	background:url(images/barbg.png) repeat-x;
    width: 230px;
	margin-left:25px;
		/*background: #eee8d8;*/
	
	}
		#sidebar .primary li {
			margin: 0 15px;
			color:#fff;
		}
		
#sidebar .primary li#subscribe{

}
		
		#sidebar .primary li li {
			margin: 5px;
			border-bottom:1px solid #fff;
		}
	#sidebar .secondary {
		width: 149px;
		float:left;
		font-size:11px;
		  padding-left: 20px;
		
	}
	
	
	
#sidebar .secondary li a:link, #sidebar .secondary li a:visited{
	text-decoration: none;
	font-size:11px;
	
}

#sidebar .secondary li a:hover{
	text-decoration: underline;
}
	
	#sidebar .about {
		margin: 20px 15px 0 !important;
		font-size: 19px;
		font-family: Georgia, Arial, Helvetica, sans-serif;
		line-height: 1.4em;
		color: #fff;
	}
	
#sidebar .about a{
	font-size: 0.9em;
	font-weight: bold;
}
	
#sidebar .about.large{
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.5em;
}

#sidebar li#subscribe{
	
	display: block;
	
	height: 150px;
	}
	
	#sidebar #subscribe a {

		display: block;
		color: #fff;
		height: auto;
		border: none;
		background: url(images/feedicon2.png) 10px 10px no-repeat;
		padding-left: 50px;
		font-style: italic;
		
		font-size: 1.9em;
	}
	#sidebar #search {
		height:40px;
		background:url(images/navbg.png);
		margin-top:163px;
		 border-bottom: 1px solid #242E5E;
		 margin-left: -17px;
	
	}
		#sidebar #search #searchform {
			background: #555;
			height: 40px;
			line-height: 40px;
		}
		#sidebar #search #s {
			width: 160px;
			height: 20px;
			line-height: 20px;
			display: block;
			margin: 0 auto;
			position: relative;
			top: 10px;
			background: #fff url(images/searchicon.gif) 99% 50% no-repeat;
			padding: 2px 0 0 5px;
		}
		#sidebar #search h2, #sidebar #search label, #sidebar #search #searchsubmit {
			display: none;
		}
		
		#sidebar #articles{
		margin-top:40px;	
			
		}
		
		
	#sidebar #articles li {
		margin: 0 0 20px;
	}
		#sidebar #articles li .excerpt {
			padding: 0 0 10px;
			font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
			font-size: 10px;
			line-height: 1.6em;
			color:#666;		
		}
	#sidebar .secondary li li {
		font-size: 1.1em
	}
	#sidebar .secondary li li li {
		font-size: 1em
	}	
	#sidebar .secondary li a {
		display: block;
		line-height: 1.3em;
		padding: 6px 0;
		border-bottom: 1px solid #242E5E;
		height: 1%;
	}	
	
#sidebar ul#twitter_update_list li{
	line-height: 1.3em;
	padding-bottom: 0.5em;
}
	
#sidebar ul#twitter_update_list li a{
	display: inline;
	border: none;
}
	
	#sidebar li.page_item li a, #sidebar li.cat-item li a {
		padding-left: 20px;
	}
	#sidebar li h2 {
		margin: 30px 0 10px;
		padding: 0 5px;
		background: #61688C;
		letter-spacing: 1px;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 12px;
		line-height: 25px;
		color: #fff;
	}
	
#sidebar ul.secondary li h2{
	margin: 20px 0 10px;
}
	
	#sidebar li h3 {
		font-size: 1.1em;
		font-weight: bold;
		margin: 0 0 10px;
	}
	#sidebar li p {
	 line-height: 18px;
		font-size:11px;
	}
	#sidebar li.blurb ul li {
		list-style-type: square;
		margin: 0 0 0 15px;
	}
	#sidebar li.blurb ul {
		margin: 0 0 10px;
	}
#footer {
	clear: both;
	padding: 0 0 40px 0;
	   font-size: 10px;
	   
}
	#footer li {
		display: inline;
		padding-right: 3px;
		margin-right: 3px;
		border-right: 1px solid #242E5E;
	
	}
	#footer li.last {
		border: none;
	}
/* image styles */
	#posts .alignnone { display: block; margin: 10px 10px 20px 0; }
	#posts img.alignleft { margin: 10px 10px 20px 0; float: left; clear: left; }		
	#posts img.alignright { margin: 10px 0 20px 10px; float: right; clear: right; }
	#posts img.aligncenter { display: block; margin: 0 auto 10px auto; float: none; clear: both; }
	#posts div.wp-caption { margin: 10px 10px 20px; border: 1px solid #ccc; overflow: hidden; }
	#posts div.alignleft { text-align: left; float: left; margin-left: 0; }
	#posts div.alignright { text-align: right; float: right; margin-right: 0; }
	#posts div.aligncenter { text-align: center; margin: 0 auto; }
		#posts .wp-caption img { display: block; margin: 5px auto; border: 1px solid #ccc; }	
		#posts .wp-caption-text { margin: 5px; font-style: italic; font-size: 0.85em; line-height: 1.3em; color: #555; }
	#posts .gallery { margin: auto auto 20px; }
		#posts .gallery .gallery-item { clear: none; margin: 0; }
		#posts .gallery .gallery-icon, #posts .gallery .gallery-caption { margin: 5px 0 5px 0; }
		#posts .gallery .gallery-caption { text-align: left; font-style: italic; font-size: 0.85em; line-height: 1.3em; color: #555; margin-right: 10px; }
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}