/*
Theme Name: Brothers Ray
Theme URI: http://brothersray.com
Description: The Brothers Ray
Version: 0.1
Author: Brian Ray
*/

/* Layout... */
body {
	margin: auto;
	padding: 0;
	background: #cccccc;
	font-size: .85em;
	font-family: "Trebuchet MS", arial, sans-serif;
	/* font-family: Georgia, "Times New Roman", Times, serif; */
	color: #666666;
	text-align:center; /* because IE sucks ass... */
}

#page {
	margin: 10px auto;
	padding: 10px;
	width: 639px;
	text-align: center;
	background: #ffffff;
	border: 2px solid #999999;
}

#header {
	margin: auto;
	padding: 0px;
	font-family: "Courier New", Courier, monospace;
	font-size: 2em;
	text-align: center;
	background: #ffffff; /* ff9900 FFCC00*/
}

#menu {
	margin: auto;
	padding: 5px;
	font-size: 1em;
	text-align: center;
	text-transform: lowercase;
}

#main {
	margin: 0 0 30px 0;
	padding: 20px;
	text-align: left;
	background: #ffffff;
}

#footer {
	clear: both;
	margin: 20px 0 0 0;
	padding: 10px;
	text-align: center;
	font-size: .80em;
	font-style: italic;
}

#contact {
	margin: 0 90px;
	padding: 20px;
	text-align: left;
	background: #ffffff;
}

/* styles and such... */
a:link {
	color: #0066cc; /* 6666FF - ff9900*/
	text-decoration: none;
}

a:visited {
	color: #0066cc; /* 9966CC - 9933FF - CC9966 */
	text-decoration: none;
}

a:hover {
	color: #3399ff; /* ff9900 - FFCC00*/
	text-decoration: none;
}

h1 {
	font-size: 2em;
	line-height: .2em;
}

hr {
  margin: 20px auto;
  width: 60%;
  border: 1px dotted #cccccc;
}

.blue {
  border: 1px solid #cccccc; 
  margin: 15px 0; 
  padding: 15px; 
  background-color: #f5f5f5;
}

.quote {
  color: #a52a2a;
  font-style: italic;
}

.small {
	font-size: .85em;
}

img {
	border: 0;
}

ul li:before, ul {
	content: "\00BB \0020";
}

ul {
	margin: 0 0 0 15px;
	padding: 0;
	list-style: none;
	text-indent: 0px;
}

ol {
	list-style: decimal; 
}
