/* ----------------------------------------
Theme Name: basic
Theme URI: http://www.visual-assault.org/projects/wp_theme-basic/
Description: A totally stripped down and basic WordPress Theme
Version: 1.0
Author: Ron "eclip5e" Adams
Author URI: http://eclip5e.visual-assault.org
Last Modified: 2005.04.21
Provides: Theme definition file for WordPress 1.5
---------------------------------------- */
/*@import 						url("design/styles/default/screen.css");
@import 						url("design/styles/default/print.css");*/

/*Colors
#bf2f00 red
#31331c dark
#3f411d
#777746
#b3af90 light
*/


body {
    color: #000;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 13px;
    line-height: 17px;
    margin: 0;
    padding: 0;
    text-align: center;
	background-color: #31331c;
}

#wrapper {
    width: 610px;
    \width: 620px; /* Add 10 to your actual width or your container will not display correctly in IE */
    w\idth: 610px; /* Original width */
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    text-align: left;
    overflow: hidden;
	background-color: #fff;
	/*border-left: 10px solid #3f411d;
	border-right: 10px solid #3f411d;*/
	background: url(images/bg.png) repeat-y;
}

.thumbs {
	border: 10px solid #3f411d;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#header {
	margin-left: 101px;
}

.entry {
	border-bottom: 3px solid #777746;
	margin: 10px 10px 10px 110px;
	clear: left;
}

.entry h3 {
	background: url(images/mask.png) no-repeat left top;
	padding-left: 23px;
	height: 18px;
	color: #3f411d;
	margin-bottom: 0;
	padding-bottom: 0;
}

.entry h3 a {
	color: #3f411d;
	text-decoration: none;
	font-size: 18px;
}

.entry .date {
	font-style: italic;
	color: #777746;
	font-size: 11px;
}

a {
	color: #bf2f00;
}

a:hover {
	color: #3f411d;
}

#bottomLinks {
	margin: 10px 10px 10px 110px;
}

.rails {
	margin: 10px 10px 10px 110px;
}    