/* page reset */

* { margin: 0; padding: 0 }


html { overflow-y: scroll; } 

body {
	font-family: helvetica, sans-serif;
	font-size: 62.5%;
} 

p { font-size: 1.2em; line-height: 1.4em; margin-bottom: 1.2em; } 

p a { color: #660000; font-weight:bold; } 


a { text-decoration: none; color:#000000;  }

a:link:hover, a:link:hover *, a:visited:hover, a:link:hover *  { 
  text-decoration: line-through; color:#000000; }


a img { border: none; } 

ul { padding: 0; margin: 0; list-style: none; }

/* end page reset */ 

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	margin-bottom: 1.3em;
	color: #000000;
	font-weight: bold;
}

h2 { color:#660000;} 


/* LAYOUT */
/* ----------------------------------------- */

/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. Edit as you see fit. More info: http://codex.wordpress.org/CSS */
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }
.clear {clear: both;}

/* You might find the following useful */
br.dirtyLittleTrick { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* Use this br class to clear your floated columns */
div { position:relative } /* This will save you having to declare each div's position as 'relative' and allows you to absolutely position elements inside them */
li#theme-switcher { background:#fff; border:10px solid red; padding:20px; position:fixed; top:0; right:0 } /* Use this if you have the Theme Switcher Reloaded plugin (http://themebot.com/webmaster-tools/1-wordpress-theme-switcher-reloaded) installed and want to make it nice and obvious */

#page-wrap { width: 759px; margin: auto; } 

h1#logo { background-image: url(style/images/header.png); text-indent: -9999px; width: 700px; height: 70px; } 

#maincontent { width: 500px; margin-left:50px; float: left; }

#page-wrap #top-bar {margin-bottom:20px;} 

#sidebar { margin-left: 100px; float: left; } 

#footer {width 500px; margin: auto; padding-top: 20px; } 

#page-wrap #top-bar #nav li { display: inline; margin-left:25px; font-size: 1.2em; } 

.post { width: 500px; margin-left:50px; } 