/*
 * main.css - 28 February 2007
 * Screen Stylesheet
 * 
 * Created by the webteam@lifebiscuit.com
 */

@import "tabber.css";

/* general */


* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFF;
	color: #000;
	font-family: Verdana, "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.7em;
	text-align: center;
}

a:link, a:visited { 
	color: #20539C;
	text-decoration: none;
	border-bottom: 1px dotted #20539C;
}

a:hover {
	color: #AA1713;
	border-bottom: 1px dotted #AA1713;
}

.wrapper { 
	text-align: left;
	margin: 0 auto;
	width: 900px;
}

/* header */

#header { 
	margin: 0;
	padding: 0;
}

	#globalnav {
		background: #EFF2F8;
		padding: 2px;
		border-top: 1px solid #3F5DAD;
		border-bottom: 1px solid #3F5DAD;
		margin: 0;
	}

	#logo { 
		background: #386292;
		margin: 0;
		padding: 15px 0 2px;
	}
	
	#logo h1 {
		margin: 0;
		padding: 0;
		color: #FFF;
	}
	
	#menu li {
		display: inline;
		margin: 0;
		padding: 0;
		list-style-type: none;
	}

	#menu li a, #menu li a:link, #menu a:visited {
		font: bold 12px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
		border: 0;
		margin: 0 20px 5px 0;
		text-decoration: none;
	}

	#menu li a:hover, #menu li a.selected {
		font: bold 12px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
		color: #6688CC;
	}
	
/* main structure */

#container {
	padding-top: 25px;
	}

#main {
	width: 600px;
	float: left;
	padding-top: 15px;
	padding-bottom: 25px;
}

	#sidebar {
		width: 250px;
		float: right;
		padding-top: 15px;
		padding-bottom: 25px;
	}

	#footer {
		clear: both;
		color: #20539C;
		background: #CDEDFB;
		padding: 10px;
		border: 1px solid #E0E0E0;
	}

		#footer p { margin: 0; }
		
	p {
		line-height: 1.8;
		margin-bottom: 1em;
	}

	.hide { display: none; }

	.content {
			padding: 0 0 15px 5px;
	}	
	
		
/* Headings */

h1, h2, h3 {
	font-weight: normal;
	margin-bottom: 0.8em;
	line-height: 1.4em;
}

h1 {
	font-family: Helvetica, Arial, sans-serif;
}


	h1.intro {
		font-size: 1.6em;
		line-height: 1.3em;
	}

		h1.intro span {
			color: #20539C;
			background: #CDEDFB;
			padding: 2px;
		}

h2 {
	font: 1em Palatino, Georgia, serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	line-height: 1.8em;
	border-bottom: 1px solid #E0E0E0;
	color: #335371;
}


h3 {
	font: 1.4em "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	margin-top: 1em;
	margin-bottom: 0.5em;
	line-height: 1em;
}

/* Lists */

ul {
	font-size: 11px;
	list-style-type: square;
	margin: 5px 0;
}

	ul li {
		margin: 0 0 5px 25px;
	}

ul.nobullet {
	margin: 0 0 15px 0;
	padding: 0;
	list-style-type: none;
}

	ul.nobullet li {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
ol {
	font-size: 11px;
	margin: 5px 0;
}

ol li {
	margin: 0 0 5px 30px;
}

.notice {
	font-size: 10px;
	font-style: italic;
}
	
/* microformats */

ul li.vevent span.summary {
	display: block;
}

ul li.vevent abbr {
	border: none;
}

/* Blog related */

.post { 
	margin-bottom: 15px;
}

ul.post-info {
	margin: 1em 0 1em 0;
	padding: 5px 0 0 0;
	list-style: none;
	display: inline;
	}

ul.post-info li {
	list-style: none;
	display: inline;
	margin-right: 8px;
	margin-left: 0;
}

	ul.tags, ul.tags li, h3.tags { display:inline; margin:0; }
	h3.tags,ul.tags { font-size: 12px; border-bottom: none; margin-bottom: 5px; }
	ul.tags, ul.tags li { padding: 0; }
	
	.entry-content {
		margin: 15px 0;
	}
	
	h3#comments, h3#respond { 
	margin-top: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #e0e0e0;
	padding-bottom: 2px;
	font-size: 1.4em;
	}
	
	h3.page-icon, h3.entry-title {
		background: url(/images/icon-page.png) no-repeat 0 4px;
		padding: 5px 0 0 20px;
	}
	
	.commentbody {
		border-bottom: 1px solid #E0E0E0;
		padding-top: 5px;
	}
	
	.info, .post-info {
		border-top: 1px dotted #E0E0E0;
		padding-top: 2px;
	}
