/*
Theme Name: ArkACRAO
Theme URI: http://bmedia.us/
Description: ArkACRAO Theme
Version: 1.0
Author: Blayne A. Stewart for b|media
Author URI: http://bmedia.us
Tags: custom
*/

/*  Normalizes margin, padding  */
* {margin:0; padding:0;}

/*  Normalizes font-size for headers  */
h1, h2, h3, h4, h5, h6 {font-size:100%;}

/*  Normalizes font-style and font-weight  */
address, caption, cite {font-style: normal; font-weight: normal;}

/* Universal acronym and abbr styles */
abbr, acronym {border-bottom:1px dotted #666;}

/* blockquotes */
blockquote {margin: 0 1.5em;}
 
/*  Creates a Universal Setting for Lists  */
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul li, ol li {margin:0 1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}

/* Creates a bottom margin for paragraphs */
p {margin:0 0 1.5em;}

/*  Removes border from fieldset and img  */
a img,:link img,:visited img, img, fieldset { border:none }

/*  General HTML Styles  */

html {
}

body {
	font-family: Arial, Helvetica, san-serif;
	font-size: 14px;
	line-height: 1.5em;
	background: url(./images/body.jpg) center center repeat #191919;
}
#container {
	width: 750px;
	margin: 2em auto 0;
}
/*  Link Styles  */
a:link {
	color: #143a62;
}
a:visited {
	color: #143a62;
}
a:hover {
	color: #4f6b89;
}
a:focus {
}
/*  Table Styles  */
#content_main table {
	width: 90%;
	margin: 0 auto 20px;
	font-size: 12px;
	line-height: 14px;
	border: solid 1px #000;
	border-collapse: collapse;
}
#content_main table th {
	background: #143A62;
	color: #FFF;
}
#content_main table th, #content_main table td {
	padding: 3px;
	border: solid 1px #000;	
}
/*  List Styles  */
#content_main li.linkcat {
	margin-left: -1.5em;
	padding-left: 0px;
	list-style-type: none;
}
#content_main dl {}
#content_main dt {}
#content_main dd {font-size:12px;line-height:1.2em;}
/*  Branding Styles  */
#branding {
	height: 100px;
	width: 750px;
	background: url(./images/branding.png) center center no-repeat;
}
#branding h1 {
	height: 100px;
}
#branding h1 a {
	height: 100px;
	width: 250px;
	text-indent: -9999px;
	background: url(./images/branding_h1.png) center left no-repeat;
	outline: none;
	display: block;
}
/*  Content Styles  */

#content {
	width: 750px;
	min-height: 350px;
	margin: 0 auto;
	background: url(./images/container.png) top center repeat-y #f9f7f3;
	overflow: hidden;
}
#content_main {
	width: 555px;
	float: right;
}
#content_main p {
	padding: 0 20px 0 10px;
}
#content_main form {padding:0 20px 0 10px;}
#content_main #frontpage_news {
	width: 264px;
	height: 185px;
	margin: 10px 0 10px 0;
	border: solid 1px #143A62;
	float: left;
	overflow: auto;
}
#content_main #frontpage_events {
	width: 264px;
	height: 185px;
	margin: 10px 10px 10px 0;
	border: solid 1px #143A62;
	float: right;
	overflow: auto;
}
#content_sub {
	width: 185px;
	background: #c2b280;
	float: left;
}
/*  Content Headings  */

#content_main h1 {
	margin: 10px 10px 10px 0;
	text-indent: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #143A62;
	border-bottom: solid 1px #ED1C24;
}
#content_main h2 {
	width: 50%;
	margin: 10px 10px 10px 0;
	text-indent: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #143A62;
	border-bottom: solid 1px #C2B280;
}
#content_main h2 a {
	text-decoration: none;
}
#content_main h3 {
	margin: 10px 10px 10px 0;
	text-indent: 10px;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #C2B280;
}
#content_main #frontpage_news h2, #content_main #frontpage_events h2 {
	width: 100%;
	margin: 0 0;
}
#content_main #frontpage_news h2 a, #content_main #frontpage_events h2 a {
	text-indent: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background: url(./images/front_page_heading.png) top center repeat-x #143A62;
	text-decoration: none;
	display: block;
}
#content_main #frontpage_news h2 a:hover, #content_main #frontpage_events h2 a:hover {
	background: url(./images/front_page_heading_hover.png) top center repeat-x #2d4f73;
	display: block;
}

#content_main h3 {
}
/*  List Styles  */
#content_main #frontpage_news ul, #content_main #frontpage_events ul {
	font-size: 12px;
}
/*  Navigation  */
#content_sub #nav_main {
	margin: 0;
	padding: 0;
	line-height: 20px;
	font-size: 14px;
}
#content_sub #nav_main li {
	height: 20px;
	margin: 0 0 1px; 0;
	padding: 0;
	list-style-type: none;
	position: relative;
}
#content_sub #nav_main li a {
	height: 20px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #615940;
	border-bottom: solid 1px #918560;
	display: block;
}
#content_sub #nav_main li a:link, #content_sub #nav_main li a:visited {
	background: url(./images/nav_main_link.png) top left repeat-x;
}
#content_sub #nav_main li a:hover, #content_sub #nav_main li a:focus {
	background: url(./images/nav_main_hover.png) top left repeat-x;
}
#content_sub #nav_main li ul {
	width: 185px;
	border-left: solid 1px #918560;
	display: block;
	position: absolute;
	top: 0;
	left: -9999px;
}
#content_sub #nav_main li:hover ul {
	left: 164px;
}
/*  Site Info Styles  */
#site_info {
	padding: 10px;
	color: #e1d9c0;
	background: #143a62;
}
#site_info p {
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-weight: bold;
	line-height: 1em;
}
#site_info a:link, #site_info a:visited {
	color: #e1d9c0;
}
#site_info a:hover {
	color: #eeeeee;
}
#site_info a:focus {
	color: #143a62;
	background: #e1d9c0;
}
/*  Form Styles  */
#content_main form {
	margin: 1em 0;
	font-size: 12px;
}
#content_main form legend span {
	margin: 1em 0;
	font-size: 14px;
	font-weight: bold;
	color: #143A62;
}
#content_main form fieldset {
	margin: 1em 0;
}
#content_main form input {
	padding: 1px;
	border: solid 1px #000;
}
#content_main form input:focus {
	border: solid 1px gold;
}

#content_main form #articulation_submit, #searchsubmit {
	background: #E1D9C0;
}
#content_main form #articulation_submit:hover, #searchsubmit:hover {
	background: #E6E0CC;
	cursor: pointer;
}
#content_main form #articulation_submit:focus, #searchsubmit:focus{
	background: #143A62;
	color: #FFF;
	border: solid 1px gold;
}
/*  Image Style  */
.wp-caption {
	padding: 10px;
}
.wp-caption img {
	border: solid 1px #918560;
}
p.wp-caption-text {
	font-size: 10px;
	font-weight: bold;
	color: #918560;
	text-align: center;
	margin: 0;
	padding: 0;
}
.alignleft {
	float: left;
}
.aligncenter {
	margin: auto;
}
.alignright {
	float: right;
}