/*  
Theme Name: Ben McLaughlin
Theme URI: http://www.benmclaughlin.org/
Description: New Style
Version: 1.0
Author: Keith McLaughlin
Author URI: http://www.wiredvision.com/
*/

body {
	font-size: 85%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: Black;
	text-align: center;
	margin: 0;
	padding: 0;
	/*background: transparent url(images/body-bg.gif) repeat left;*/
}

img {
	border: 0;
}

a:link, a:visited {
	text-decoration: none;
	border-bottom: 1px dashed;
}

a:hover, a:active {
	color: Red;
}

a:visited {
	color: #696969;
}

h1 {
	font: normal 200% "Trebuchet MS",Verdana,Arial,Sans-serif;
	color: Red;
}

h2 {
	font: bold 175% "Trebuchet MS",Verdana,Arial,Sans-serif;
	color: Blue;
}

#header {
	background: transparent url(images/header-bg.gif) repeat-x left;
	color: White;
	height: 150px;
	width: 100%;
	margin: 0 0 10px 0;
	text-align: left;
}

#topmenu a:link, #topmenu a:active, #topmenu a:visited, #logo a:link, #logo a:active, #logo a:visited {
	text-decoration: none;
	border: none;
}

#logo {
	width: 500px;
	height: 150px;
	margin: 0 0 0 10px;
}

#topmenu {
	color: Black;
	position: absolute;
	height: 35px;
	top: 80px;
	left: 170px;
}

div#wrapper {
	float: left;
	width: 100%;
	padding: 0;
}

div#content {
	margin-right: 300px;
	text-align: left;
	background-color: transparent;
	padding: 0 20px 20px 20px;
}

div#navigation {
	float: left;
	width: 300px;
	margin-left: -300px;
	background-color: transparent;
	text-align: left;
}

div#footer {
	background: Red;
	color: White;
	border-top: 2px solid Yellow;
	font: bold 85% Verdana,Arial,Sans-serif;
	text-align: center;
	border-bottom: 1px solid Black;
	clear: left;
	width: 100%;
}

div#footer p {
	margin: 0;
	padding: 5px 10px
}

div#navigation h2 {
	margin: 0;
}

div#navigation ul {
	margin: 0 0 0 5px;
	padding: 10px;
}

div#navigation ul li {
	list-style: disc;
	line-height: 1.75em;
}

#small-search-form {
	margin-bottom: 20px;
}

div.entry p {
	line-height: 1.5em;
}

.post {
	margin-bottom: 35px;
	clear: both;
}

.post h2 {
	margin-bottom: 0.25em;
}

.alignleft {
	float: left;
	margin: 1em auto;
}

.alignright {
	float: right;
	margin: 1em auto;
}

li.linkcat {
	list-style: none;
}

small {
	color: Gray;
	margin-bottom: 15px;
	display: block;
	font-size: 85%;
}

div#footer a:link, div#footer a:active, div#footer a:visited {
	color: White;
}

.hrule {
	color: #D3D3D3;
	height: 1px;
	border: 0;
	background-color: #D3D3D3;
}

div#gallery {
	text-align: left;
	padding: 0 20px;
}

.slideshowlink {
	margin-bottom: 20px;
	text-decoration: none;
}

.bsgDivWrapper {
	display: inline;
}

.bsgDivWrapper a:link {
	margin-right: 1em;
}