/* =============== Clean Slate =======================*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}

/* ================ Begin Structure ================= */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(../img/background.png) repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666666;
}


/* ================= Header Elements ======================= */
#header {
	width: 770px;
	height: 170px;
	margin: 0 auto;
}

#header h1 {
	float: left;
	width: 200px;
	height: 130px;
	margin: 0;
	padding:40px 0 0 20px;
	background: url(../img/logo.png) no-repeat;
	text-align: left;
	font-size: 36px;
}

#header h2 {
	float: right;
	width: 530px;
	height: 86px;
	margin: 0;
	background: url(../img/header.png) no-repeat;
	padding: 84px 20px 0 0;
	text-align: center;
}

#header a {
	text-transform: lowercase;
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
}

/* ================= Header Navigation ======================= */
#menu {
	width: 770px;
	height: 65px;
	margin: 0 auto;
	border-right: 1px solid #EDEBD5;
}

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

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 109px;
	height: 45px;
	padding: 20px 0 0 0;
	border-left: 1px solid #EDEBD5;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	font-size: 144%;
	color: #BABABA;

}

#menu a:hover {
	background: #F7F7F4;
	opacity: 0.6;
	
}

#menu .active a {
	background: #4A1111;
	color: #FFFFFF;
	opacity: 0.8;

}


/* ================= Page Elements ======================= */

#page {
	width: 770px;
	margin: 0 auto;
	padding: 20px 0;
}

#content {
	float: left;
	width: 550px;
	padding-top: 10px;
}

.post {
	margin-bottom: 20px;
	padding: 0 20px;
}

.hr {
	border-bottom: 1px solid #EDEBD5;
}


/* ================= Sidebar Elements ======================= */
#sidebar {
	float: right;
	width: 200px;
	padding: 5px;
	background: #EDEBD5;
	border:5px solid #4A1111;
}

#sidebar h2 {
	margin: 0;
	padding: 5px 15px;
	color: #4A1111;
}

#sidebar h3 {
	font-size: 85%;
	color: #4A1111;
}

#sidebar ul {
	margin: 0;
	padding: 15px;
	list-style: none;
}

#sidebar li {
}

#sidebar a {
	color: #4A1111;
	text-decoration:none;
}

#sidebar a:hover {
	text-decoration:underline;
}

.sideBox {
	background: url(../img/img05.gif) repeat-y;
}

.sideBox h2 {
	background: url(../img/img06.gif) repeat-y;
}

/* ================= Footer ======================== */

#footer {
	clear: both;
	height: 100px;
	padding: 25px 0;
	background: #EDEBD5 url(../img/footer.png) repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#footer a {
	color: #666666;
}

/* ================= Headings ============================= */

h1, h2 {
	color:#4A1111;
}

h1 a:link {
	color:#4A1111;
}


h1, h2 {
	margin-bottom: 20px;
	font-weight: normal;
}

h3 {
	color: #333333;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 152%;
}

h3 {
	font-size: 100%;
}



/* ================= Text Elements ======================== */

p, ul, ol {
	margin-bottom: 20px;
	line-height: 1.8em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	padding-left: 3em;
	background: url(../img/quote.gif) no-repeat;
	font-style: italic;
}

a:link {
	color: #1953A7;
}

a:active {
	color: #ED5C0C;
}

a:visited {
	color: #666666;
}

a:hover {
	text-decoration: none;
	color: #067600;
}

ul#objectiveslist {
list-style:circle;
}

/* ================= Table Elements ======================== */

table   { margin-bottom: 1.4em; }
th      { border-bottom: 2px solid #ccc; font-weight: bold; }
td      { border-bottom: 1px solid #ddd; }
th,td   { padding: 4px 10px 4px 0; }
tfoot   { font-style: italic; }
caption { background: #ffc; }

/* Use this if you use span-x classes on th/td. */
table .last { padding-right: 0; } 


/* ================= Default Classes ======================== */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.quiet      { color: #666; }

.hide       { display: none; }
.highlight  { background:#ff0; }
.added      { color:#060; }
.removed    { color:#900; }

.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

.right 		{float:right; margin:0 5px 0 20px;}
.left		{float:left; margin:0 10px 0 5px;}

/* ================ Element Specific Styles ================== */

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 10px 0;
}
