@charset "utf-8";

/* CSS Document */

body {
	margin: 0;
	padding: 0;
	color: #666;
	font: 76% georgia, arial, "Trebuchet MS", tahoma, helvetica, sans-serif;
}

a { /* All undefined links */
	color: #090;
}

a:hover { /* All undefined hovering links */
	color: #000;
}

#wrapper { /* Body container */
	width: 960px;
	margin: 20px auto;
}

#header { /* Header container */
	height: 100px;
}

#logo { /* Logo */
	float: left;
	margin-top: 30px;
}

#logo h1 { /* h1 tag in logo */
	margin: 0;
	text-indent: 60px;
	font: normal 2em/2em arial, sans-serif;
	background: url("logo_image.png") 0 0 no-repeat;
}

#logo h1 a { /* h1 links in logo */
	color: #000;
	text-decoration: none;
}

#nav #home { /* round corner on the Home Nav button */
	background: #bfed1f url("r_column_h2_left.png") no-repeat;
}

#nav #contact { /* round corner after the Contact Nav button */
	background: #bfed1f url("r_column_h2_right.png") 100% 0 no-repeat;
}

#nav ul { /* Top Nav menu */
	padding: 0;
	float: right;
	list-style: none;
	margin: 30px 0 0 0;
}

#nav li { /* Listing in Nav menu */
	float: left;
	margin: 0 1px 0 0;
}

#nav a { /* All links in Nav menu */
	height: 25px;
	display: block;
	color: #545071;
	padding: 0 15px;
	line-height: 25px;
	background: #bfed1f;
	text-decoration: none;
}

#nav a:hover { /* Hovering links in Nav menu */
	color: #fff;
	text-decoration: underline;
}

#content { /* Container holding body contents */
	margin: 20px 0;
	padding: 0 10px;
}

#main { /* Container holding posts */
	width: 600px;
	float: left;
}

#main h1.title { /* Post titles */
	padding: 0;
	color: #555;
	margin: 3px 0 1em 0;
	border-bottom: 1px dotted #ccc;
	font: 2.4em/1.5em georgia, arial, sans-serif;
}

#main h2.title { /* Second level post titles */
	padding: 0;
	margin: 1em 0;
	color: #555;
	border-bottom: 1px dotted #ccc;
	font: 1.8em/1.5em georgia, arial, sans-serif;
}

#r_column { /* Container holding Right column */
	width: 250px;
	float: right;
}

#r_column h2 { /* h2 tags in logo */
	padding: 0;
	color: #fff;
	margin: 1.5em 0;
	text-indent: 20px;
	list-style-type: none;
	font: 1.3em/25px georgia, arial, sans-serif;
	background: #bfed1f url("r_column_h2_left.png") no-repeat;
}

#r_column form { /* Seach form */
	padding: 0;
	width: 240px;
	margin: 20px auto;
}

#r_column fieldset { /* Seach fieldset */
	padding: 20px;
	border: 1px solid #ccc;
}

#r_column legend { /* Seach description */
	font: bold 1.1em arial, tahoma, sans-serif;
}

#r_column .input { /* Search field */
	width: 143px;
	height: 18px;
	background: #eee;
	line-height: 18px;
	border: 1px solid #ccc;
	border-right: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
}

#r_column ul { /* Lists in Right column */
	margin: 0;
	padding: 0;
	list-style: none;
}

#r_column li { /* Lists in Right column */
	padding: 5px;
	border-bottom: 1px dotted #ccc;
}

#r_column a { /* Links in Right column */
	line-height: 1.8em;
	text-decoration: none;
}

#r_column a:hover { /* hovering links in Right column */
	text-decoration: underline;
}

.clear { /* Clears floats when needed */
	clear: both;
}

#footer { /* Footer & copyright text */
	color: #000;
	clear: both;
	margin: 10px 0;
	text-align: center;
	background: #bfed1f;
	font: 10px/4em verdana, sans-serif;
}

#footer a { /* Links in footer */
	color: #fff;
}