/*
master stylesheet for http://benjaminchait.net
created by Benjamin Chait, contact@benjaminchait.net

rev 1.0.3 (2/22/2010)
*/

/* SWATCH COLORS!!
#fff white
#000 black
#ccc gray
#777 gray
#aaa gray
#3aa7e1 light blue
*/

@import url("/styles/slideshow.css");

* {
	margin: 0;
	padding: 0;
	font-family: 'Helvetica Neue', Helvetica, Verdana, Arial;
	font-size: 12px;
	line-height: 1.25em;
	list-style: none;
	-webkit-text-size-adjust: none;
	}

body {
	background-color: #fff;
	}

#page {
	margin: 20px;
	width: 800px;
	overflow: hidden;
	}

#titles {
	float: right;
	width: 600px;
	}

#content {
	float: right;
	width: 600px;
	}

#menu {
	float: left;
	width: 200px;
	}

h1 {
	}

h2 {
	}

h3 {
	}

img {
	margin: 0 0 5px 0;
	}

p {
	color: #333;
	margin: 0 0 11px 0; /* was 0 0 10px 0 */
	text-align: justify;
	}

ul {
	margin: 0 0 10px 0;
	}

li {
	color: #777;
	}

/* "li#benjaminchait a" represents the left sidebar's "Benjamin Chait" and is linked to "/" */

li.title, li#benjaminchait a {
	color: #000;
	font-weight: bold;
	}

a:link,a:visited {
	text-decoration: none;
	color: #aaa;
	}

a:active,a:hover {
	color: #3aa7e1;
	}

a.new:link,a.new:visited,a.new:active,a.new:hover {
	color: #650f3b;
}

