/* Body */
body {
	
background-color: #171e29;
	color: #fff;

	font-family: sans-serif;

	font-size: 75%;


}

a {

	color: #c2b88e;

}

h2, h3 {



}


/* Posts */
.post {
	background: #eeeee7;
color: #000;

 padding: 3px 10px 5px 10px;

	width : 70%;


}

.post a {

	color: #162c4d;

}

.post a:hover {

	background: #162c4d;
color: #fff;

}

.post .storytitle a {

text-decoration: none;

}

.meta {

	font-size: 80%;
	
}

/* Header */

#header {

	background: url('http://robertdundon.com/themes/boston/background.png') no-repeat #2f3547 right center;
	color: #fff;

	padding: 5px 10px 0 10px;


}

#header h1 a {

color: #fff;

}

#header a {

	color: #c2b88e;

font-weight: bold;
	text-decoration: none;

}



}


div.description  {
	background-color: #f9f7dc;
	width: 35%;
}

/* Menu */
#menu {

float: right;

	background: #edeede bottom no-repeat url('http://blog.theoriginalmrbob.com/wp-content/themes/dundon/images/body.gif');
	color: #000;

	width: 250px;

	padding: 5px 10px 10px 10px;
	margin: 0px 0px 10px 10px;
	
	font-size: small;


	opacity: 74;
	filter: alpha(opacity=74);
	-moz-opacity: .74;	


}

#menu a {

	color: #222;
	opacity: 100;
	filter: alpha(opacity=100);
	-moz-opacity: 1;	
	

}

#menu a:hover {

background-color: #f9f7dc;
	color: #000;

}

#menu h2 {

font-size: 1.2em;

}

#menu ul {

margin: 0 0 10px 0;

padding: 0 0 0 0;

}

#menu li {

margin: 0 0 0 5px;

}

/* Menu items */

#page_list ul {

	background: #171e29;

position: relative;
left: -10px;

margin-bottom: 0;

padding: 12px 5px 12px 5px;

width: 50em;

}

#page_list ul li {

display: inline;

}


#page_list ul li a {

	background-color: #162c4d;

	width: 250px;

	padding: 5px;
	margin: 0px 0px 10px 10px;
	
	text-align: center;	

	color: #c2b88e;

}


#page_list ul li a:hover {

background-color: #f9f7dc;
	color: #000;

	opacity: 90;
	filter: alpha(opacity=90);
	-moz-opacity: .90
	
	padding: 3%;

}

a:visited {
	color: blue;
}


#menu ul li {

	list-style: none;

}
