/*  
Theme Name: Stables Club Theme
Theme URI: http://www.stablesclub.com/
Description: WordPress theme developed for the Stables
Author: Paul McCarthy
Author URI: http://www.paulmc.org/
Version: 1.0

*/

/* reset css styles */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background-color: #aaa9a9;
	color: #000;
	font-family: arial, verdana, sans-serif;
	width: 100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end reset css styles */

/* main theme styles */

#container {
	width: 960px;
	margin: 20px auto;
	display: block;
	border: 1px solid #aaa;
	box-shadow: -5px 5px 5px #444;
	-moz-box-shadow: -5px 5px 5px #444;
	-webkit-box-shadow: -5px 5px 5px #444;
}

#header {
	width: 960px;
	height: 283px;
	background: #63132d url('images/logo.png') no-repeat top left;
	color: #fff;
}

#header .floatimgl {
	float: left;
}

#header .floatimgr {
	float: right;
}

#header .title {
	display: none;
}

#header h1 {
	font-size: 36pt;
	padding: 20px;
}

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

#nav {
	width: 100%;
	background-color: #231f20;
	color: #fff;
	font-family: "times new roman", times, garamond, serif;
	font-variant: small-caps;
	font-size: 16pt;
}

#nav .menu {
	height: 40px;
	margin: 0 auto;
	text-align: center;
	display: table;
}

#nav .menu-item {
	height: 40px;
	float: left;
	display: block;
	margin-right: 40px;
	display: table-cell;
	vertical-align: middle;
}

#nav a:link, #nav a:visited {
	color: #fff;
	text-decoration: none;
	height: 30px;
	display: block;
	padding: 5px 10px;
}

#nav a:hover {
	background-color: #6f6969;
}

#contentwrap {
	float: left;
	background-color: #fff;
	color: #2f2c2c;
	line-height: 1.2em;
	padding: 0 20px;
	width: 920px;
	background-color: #fff;
}

#contentwrap h1 {
	font-family: "times new roman", times, garamond, serif;
	color: #86032a;
	font-size: 16pt;
	padding: 20px 0; 
	font-weight: lighter;
}

#contentwrap p {
	margin: 15px 0;
}

#contentwrap a {
	color: #000;
}

#contentmain {
	width: 55%;
	float: left;
}

#facebook {
	float: left;
	width: 30%;
	background-color: #fff;
	color: #000;
	margin-top: 40px;
	margin-left: 100px;
	margin-bottom: 40px;
}

#footer {
	clear: both;
	background: #63132d url('images/footer.png') repeat-x top center;
	color: #fff;
	text-align: center;
	height: 90px;
	margin-top: 40px;
}

#copyright {
	width: 960px;
	display: block;
	margin: 20px auto;
	color: #444;
	text-align: center;
}

#copyright a {
	color: #444;
}

