/*
Theme Name: CSAPC
Theme URI: http://wordpress.org/
Description: The CSAPC theme was developed for the Law Offices of Christopher S. Armstrong (Christopher S. Armstrong – A Professional Corporation) by Ian Armstrong for its sole use at http://www.rmstrnglaw.com and its affiliated domains.
Author: Ian Armstrong
Version: 1.1
*/

/* ===== global styles ===== */

@media screen {

html {
	height: 100%
}

body {
	background-color: #262b34;
	color: #000;
	margin: 0;
	padding: 0;
	height:100%;
	overflow: hidden;
}

a:link {
	color: #243f6d;
	text-decoration: none;
}

a:visited {
	color: #243f6d;
	text-decoration: none;
}

a:hover {
	color: #cd1a11;
	text-decoration: underline;
}

h1 {
	font-family: "Candara Bold", Arial, sans-serif;
	font-size: 1.5em;
	line-height: 2em;
	margin: 0;
	color: #2d374d;
}

h2 {
	font-family: Candara, Arial, sans-serif;
	font-size: 1.3em;
	line-height: 1.7em;
	color: #2d374d;
	margin: 0;
}

h3 {
	font-family: Candara, Arial, sans-serif;
	font-size: 1.15em;
	line-height: 1.3em;
	color: #2d374d;
	margin: 0;
}

h4 {
	font-family: Candara, Arial, sans-serif;
	line-height: 1.15;
	color: #2d374d;
	margin: 0;
}

p {
	font-family: "Book Antiqua", Georgia, "Times New Roman", serif;
	font-size: .85em;
}

.topbar {
	font-family: "Book Antiqua Bold", Georgia, "Times New Roman", serif;
	font-size: 1.25em;
	margin: 0 auto;
	color: #fff;
}

.footBar {
	font-family: "Book Antiqua", Georgia, "Times New Roman", serif;
	font-size: 0.75em;
	line-height: 25px;
	float: right;
	margin-right: 25px;
	color: #fff;
}

ul.menu {
	list-style-type:none;
	width:900px;
	display:block;
	height:27px;
	font-size:12px;
	font-weight: bold;
	background:url(images/navMenu_light.png) repeat-x top left;
	font-family:Verdana,Helvetica,Arial,sans-serif;
	margin:0;
	padding:0;
}

ul.menu li {
	display:block;
	float:left;
	margin:0;
	padding:0;
}

ul.menu li a {
	float:left;
	color:#fff;
	text-decoration:none;
	height:18px;
	padding:5px 15px 0;
	font-weight:bold;
}

ul.menu li a:hover,.current {
	color:#fff;
	background:url(images/navMenu_light.png) repeat-x top left;
	text-decoration:none;
}

ul.menu .current a {
	color:#fff;
	font-weight:700;
}

/* Hi-light */

ul.menu.stripe{
	background-color:#fff;
}

ul.menu.stripe li a:hover, .menu.stripe li.current {
	background-color:yellow;
}

.clear { 
	clear: both; 
}

/* ===== Fix terrible Scribd CSS ===== */

.entry .scribd-docwidget-footer {display: none;}
.entry .scribd-docwidget-collection-new {display: none;}
.entry .scribd-docwidget-collection-new-link {display: none;}
.entry .scribd-docwidget-collection-logo-link {display: none;}
.entry .scribd-docwidget-header { display: none;}
.entry .scribd-docwidget-styled ul.scribd-docwidget-collection { clear: none; height:auto !important; border: 0;}
.entry .scribd-docwidget-styled { border: 0 }
.entry .scribd-docwidget-styled .scribd-docwidget-collection li {margin: 0 0 15px 0; clear: none }
.entry .scribd-docwidget-doc-summary { font-weight: normal; font-size: .85em; }
.entry .scribd-docwidget-doc-title  { font-weight: normal; font-size: .85em; }
.scribd-docwidget-styled .scribd-docwidget-header .scribd-docwidget-collection-owner, .scribd-docwidget-styled .scribd-docwidget-header .scribd-docwidget-collection-name {
    display: block;
    font-weight: normal;
    line-height: .85em;
}

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

#clear {
	clear: both;
}

div#container { /* primary bounding box for header & content section */
	position: relative;
	background: url(images/content-bg.gif);
	background-color: #fff;
	background-repeat: repeat-x;
	width: 900px;
	height: 100%;
	margin: 0 auto;
}

/* Header Styles */

div#header {
	margin: 0 auto;
}

div#companyName {
	position: absolute;
	top: 14px;
	margin-left: 10px;
}

/* Search Box */

#searchform {
	background: url(images/search-bar.gif) no-repeat top left;
	float: right;
	height: 33px;
	margin-top: 12px;
	margin-right: 25px;
	width: 279px;
	}
	
#s {
	background: 0;
	border: 0;
	color: #666;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	padding: 5px;
	width: 200px;
	}
	
#searchsubmit {
	background: 0;
	border: 0;
	cursor: pointer;
	font-size: 1px;
	height: 30px;
	text-indent: -9999em;
	width: 68px;
	}
	
/* Navigation Menu Styles */

div#menubar {
	position: absolute;
	top: 54px;
	width: 900px;
}

/* Body Content */

div#contentBox {
	position: absolute;
	top: 81px;
	bottom: 0;
	margin: 0 auto;
	overflow: auto;
	background: url(images/side-stripe.gif);
	background-repeat: repeat-y;
}
	
div#officePic {
	float: left;
	background: url(images/425-california-sf-ca.jpg) #000 no-repeat top left;
	width: 234px;
	margin: 0 auto;
	height: 100%;
}

div#CSA-Pic {
	position: absolute;
	left: -244px;
	top: 68px;
	background: url(images/csa-photo.jpg) no-repeat top left;
	border-style: inset;
	border-width: 2px;
	border-color: #757575;
	width: 200px;
	height: 290px;
	
	/* CSS3 standard */
	border-radius: 15px 15px 15px 15px;
	/* for Firefox */
	-moz-border-radius: 15px 15px 15px 15px;
	/* for Webkit */
	-webkit-border-radius: 15px 15px 15px 15px;
}

div#contentElement {
	position: relative;
	background: #fff;
	min-height: 200px;
	padding: 15px;
	margin-top: 25px;
	margin-left: 259px;
	margin-right: 40px;
	width: 571px;
	/* CSS3 standard */
	border-radius: 15px 15px 15px 15px;
	/* for Firefox */
	-moz-border-radius: 15px 15px 15px 15px;
	/* for Webkit */
	-webkit-border-radius: 15px 15px 15px 15px;
}

div#scribd {
	position: absolute;
}

/* Footer */

div#footerBar {
	position: fixed;
	background: #495264;
	width: 900px;
	bottom: 0px;
	height: 25px;
}



} /* End Screen Media */
