/*

//
//  publicStyle
//
//  Created by Steve Woodward on 2006-10-08.
//  Copyright (c) 2006 Paperjam. All rights reserved.
//


*/

/**** structure ****/

body
	{
		font-family: helvetica, arial, sans-serif;
		background-color: #CCC;
		color: #333;
	}
	
#siteContainer
	{
		margin-right:auto;
		margin-left:auto;
		width:770px;
		text-align:left;
		background: #fff none;
		margin-top:10px;
		margin-bottom:20px;
		border:1px solid #bbb;
	}	
		
/**** header ****/


a#headerLink
	{
		text-indent: 0px;
		padding:50px;
		width:100px;
		height:50px;
	}

#banner
	{
		margin-top:8px;
		width:730px;
		height:120px;
		background:no-repeat transparent;
	}

/**** footer ****/

#footer
	{
		width:730px;
		background-color:#d4d4d4;
		font-weight:bold;
		padding:8px 0;
		margin:10px auto 0 auto;
		border-bottom:15px solid white;
		clear:both;
		line-height:130%;
	}
	
#footer a, #footer
	{
		color:white;
	}

#copyright
	{
		margin-left:20px;
		float:left;
		width:200px;
	}

#footerNav
	{
		float:right;
		margin-right:20px;
	}	

/**** navigation ****/

#mainNav 
	{
		width:730px;
		margin:1px 0 0 0;
		padding:8px 0;
		background-color:#d4d4d4;
		color:white;
		font-weight:bold;
	}

#mainNav ul
	{
		float:right;
		margin-right:10px;
	}

#mainNav a:link, #mainNav a:visited, #mainNav a:hover, #mainNav a:active 
	{
		color:white;
		text-decoration:none;
	}
	
#mainNav a:hover
	{
		text-decoration:underline;
	}
	
/**** sidebar ****/


ul#listCategories, ul.listDates
	{
		clear:both;
		margin-bottom:20px;
	}

#listCategories li, .listDates li
	{
		list-style: none inside;
		float:left;
	}

#listCategories li
	{
		width:100px;
	}
	
.listDates li
	{
		width:67px;
	}

.arcYear
	{
		clear:both;
	}
	
	
/**** headings ****/

h1 
	{
		text-indent: -5000px;
		width: 100px;
		float: left;
		background: url(/skins/public/cleanGrey/icons/site_logo.gif) no-repeat;
		height: 72px;
		margin: 0 0 6px 12px;
       	}

#siteName {

        display:none;
        text-indent:-5000px;
}

	
#header
	{
		padding-bottom: 0;
	}

	
/**** text ****/

#mainColumn p
	{
		margin-bottom:10px;
	}

a
	{
		text-decoration: none;
		color:#0066FF;
	}
	
a:hover 
	{
		text-decoration:underline;
	}

/**** article ****/
	
.articleItem, .segment
	{
		padding-top:19px;
		background:url(/skins/public/cleanGrey/bg/itemBorder.gif) top repeat-x;
		margin-bottom:10px;
		clear:both;
	}
	
.articleTitle
	{
		font-size:1.3em;
		margin:0;
		font-weight:bold;
	}

.articleInfo
	{
		margin:0 0 30px 0 !important;
		padding:0;
		font-size:1em;
		color:#aaa;
		font-weight:normal;
	}

.pageTitle, #archive .pageSubTitle
	{
		margin-bottom:20px;
	}

#archive .pageTitle
	{
		margin-bottom:3px;
	}
	
#archive .pageSubTitle
	{
		color:#777;
	}


.articleInfoBit 
	{
		padding-left:12px;
		background:transparent url(/skins/public/cleanGrey/icons/squareBullet.gif) no-repeat left top;
		margin-right:14px;
	}


	
/**** content ****/

.segment
	{
		padding-bottom: 0px;
		margin-bottom:40px;
	}

.segment li
	{
		color:#888;
	}

.segment h3
	{
		color:#555;
	}
	
	
.segment dt
	{
		font-weight:bold;
		font-size:1em;
	}
	
.segment dd
	{
		margin-bottom:18px;
		font-size:0.95em;
	}
	
	/* image alignment */
	/* three states
		.imageleft	- puts it on the left
		.imageright	- puts it on the right
		.imagecentre	- puts it in the centre, cleared */


.imageright, .imageleft, .imagecentre
	{
		text-align:center;
		margin-bottom:5px;		
	}

.imageright img, .imageleft img, .imagecentre img
	{
		padding:1px;
		border:3px solid #ddd;
		margin-top:3px;
	}

p.caption
	{
		margin:3px 0px 0px 0px;
		font-weight:bold;
	}
	
span.caption
	{
		display:block;
		width:100%;
		text-align:center;
		margin:-12px 0 20px 0;
		font-weight:bold;
	}
	

.imageright
	{
		margin-left:10px;
		float:right;
	}

.imageleft
	{
		float:left;
		margin-right:10px;
	}

.imagecentre
	{
		margin-top:20px;
		margin-bottom:20px;
		clear:both;
		margin-left:auto;
		margin-right:auto;
		text-align:center;
	}
	
h5.linkshead		
	{
		clear:both;
		width:100%;
		border-top:1px dotted #777;
		font-size:1em;
		margin:13px 0;
		padding-top:4px;
	}

.articleItem img
	{
		padding:2px;
		border:2px solid #CCCCCC;
		margin-bottom:20px !important;
	}

.articleItem .thumbnail
	{
		float:left;
		width:90px;
	}

/**** comments ****/

.countComment
	{
		width:40px;
		text-align:right;
		padding:6px 20px 0 0;
		}

	
.bodyComment
	{
		width:380px;
	}

.commentFoot
	{
		color:#999;
	}

.comments
	{
		clear:both;
	}
	
#commentForm h3
	{
		margin:10px 0 20px 0;
	}

#commentForm div.optional, #commentForm div.required {
width:445px;
}


/**** links ****/

.listLinks li 
	{
		list-style: none;
		margin-bottom:10px;
	}


/**** forms ****/

textarea
	{
		width:320px !important;
	}
	
/**** quoting ****/

blockquote, q
	{
		background-color:#F4F8FC;
		border:1px solid #DBEBFA;
		width:70%;
		margin:0 auto 10px auto;
		padding:15px 15px 2px 15px;
	}
	
/**** recommendations ****/

.recommendText {
margin-bottom:20px;
}
