/* @override http://blog.multiblah.com/css/blogstyle.css */

body {
	background-color: #FFFFFF;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;

}


#container {
	padding: 1% 3%;
}

#content {
	margin-left: 2%;
	width: 70%;
	margin-right: 3%;
	float: right;

	border-left: 1px solid #EEEEEE;
	font-size: 1.4em;
	line-height: 1.8em;
	padding-left: 28px;

}

#sidebar {
	font-size:  1.1em;
	line-height: 1.4em;
	float:  left;
	width: 20%;
}

#sidebar a {
	text-decoration: none;
	border-bottom: 0;
}
#sidebar a:hover {
	text-decoration: underline;
}

#navbar {
	position:  absolute;
	top:  0;
	right: 0;
	list-style-type: none;
	text-align: right;
	padding-right: 33px;
}

#navbar li {
	display: inline;
	padding-left: 2em;
}


#footer {
	clear:  both;
	font-size: 1em;
	
	border-top: 1px solid #EEEEEE;
	margin-top: 4em;
	margin-bottom: 2em;
}

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

h1 { font-size: 4em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.1em; }
h5 { font-size: 1em; }


#header {
	border-bottom: 1px solid #F7F7F7;
}

h1 {
	margin:  0;
	color: #CC3333;
}

h2, h3 {
	/*margin-left: -300px;*/
	border-bottom: 1px solid #EEEEEE;
	margin-bottom: 0em;
	font-weight: normal;
}


.date, div.posted, .caption {
	font-size: 0.8em;	
	color: #a9a9a9;
}

.date {
	font-weight: normal;
}

div.meta-details {
	font-size: 0.8em;	
	color: #a9a9a9;	
}

a {
	color: #CC3333;
	border-bottom: 1px dotted black;
	text-decoration: none;
}

a:hover {
	border-bottom-style: solid;
	border-bottom-color: #CC3333;
}


.title a {
	color: black;
	border: 0;
	text-decoration: none;
}



div.clear {
	clear: both;
}

a[href $='.pdf'] { 
   padding-right: 18px;
   background: transparent url('http://www.multiblah.com/images/doctype_icons/icon_pdf.gif') no-repeat center right;
}
/* ................ Images */
img {
	border: 1px solid black;
}

img.noborder {
	border: none;
}

img.large {
	border: 1px solid #999999;
}


div.photo img {
	
}

div.photo p.caption {
	
	margin: 0;
	padding: 0;

}


/* ................ Table Styling */


table.simple {
	border-collapse: collapse;
	margin-bottom: 1em;
}

table.simple th {
	text-align: left;
}

table.simple td, table.simple th {
	border-top: 1px solid #F7F7F7;
	border-bottom: 1px solid #eee;
	
	padding-right: 1em;
}

