/*
Theme Name: Construction Program Management
Theme URI: http://www.cpmfocus.com/
Description: This is the exclusive theme for Construction Program Management, LLC. Use of this theme outside of this domain is prohibited.
Version: 1.0
Author: Drew Fravert
Author URI: http://www.ainsle.com/
*/

/*
	Resets
*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
	margin: 0;
	padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var, optgroup {
	font-style: inherit;
	font-weight: inherit;
}
del, ins {
	text-decoration: none;
}
li {
	list-style: none;
}
caption, th {
	text-align: left;
}
p, h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
sup {
	vertical-align: baseline;
}
sub {
	vertical-align: baseline;
}
/*because legend doesn't inherit in IE */
legend {
	color: #000;
}
input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input, button, textarea, select {
	*font-size: 100%;
}

/*
	Background-Styles
*/

html {
	width: 100%;
	height: 100%;
}
body {
	position: relative;
	background: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	letter-spacing: 0px;
	color: #333;
	width: 100%;
	height: 100%;
}

/*
	Header-Styles
*/

#header {
	background: #ef3f35 url(img/logo.jpg) top right no-repeat;
	margin: 0px;
	padding: 0px;
	height: 275px;
}
.header_img {
	border-right: 1px solid #ddd;
	vertical-align: sub;
	*vertical-align: top;
}

/*
	Main-Styles
*/

#main {
	margin: 0px;
	padding: 0px;
}
#sidebar {
	margin: 36px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	width: 255px;
	float: left;
}
#sidebar li {
	display: block;
	margin: 0px;
	padding: 6px 15px 6px 35px;
}
#sidebar li a {
	color: #ef3f35;
	font-size: 10px;
	letter-spacing: 0px;
	font-weight: bold;
	text-decoration: none;
	padding: 6px 0px 6px 0px;
}
#sidebar li a:hover {
	color: #333;
	text-decoration: none;
}
#nav {
	margin: 25px 0px 25px 275px;
	padding: 0px;
}
#nav li {
	display: inline;
	margin: 0px 40px 0px 0px;
	padding: 0px;
}
#nav li a {
	color: #ef3f35;
	font-weight: bold;
	text-decoration: none;
}
#nav li a:hover {
	color: #333;
	text-decoration: none;
}
#content {
	margin: 0px 0px 0px 275px;
	padding: 0px;
	width: 600px;
	min-height: 300px;
}
#content li {
	list-style: disc;
	margin: 0px 0px 5px 20px;
	padding: 0px;
}

/*
	Footer-Styles
*/

#footer {
	margin: 25px 0px 0px 0px;
	padding: 0px;
	text-align: center;
	font-size: 10px;
}
#brochure {
	position: absolute;
	right: 20px;
	bottom: 0px;
}
#brochure p a {
	color: #ef3f35;
	font-size: 11px;
	letter-spacing: 0px;
	font-weight: bold;
	text-decoration: none;
}
#brochure p a:hover {
	color: #333;
	text-decoration: none;
}

/*
	Text-Styles
*/

h3 {
	color: #ef3f35;
	font-size: 14px;
	letter-spacing: 0px;
	font-weight: bold;
	margin: 28px 0px 15px 0px;
}
h4 {
	color: #ef3f35;
	font-size: 12px;
	letter-spacing: 0px;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
}
h5 {
	color: #222;
	font-size: 12px;
	letter-spacing: 0px;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
}
p{
	margin: 0px 0px 15px 0px;
	line-height: 16px;
}
a {
	color: #ef3f35;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: none;
}
.current_page_parent {
	color: #333;
}
.current_page_item {
	color: #333;
}

/*
	Miscellaneous-Styles
*/

.clear {
	clear: both;
}
#project_login {
	font-size: 11px;
}
.text_box {
	background: #f7f7f7;
	border-top: 1px solid #666;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 0px 0px 10px 0px;
	padding: 5px 5px 3px 5px;
	width: 250px;
	color: #333;
}
.text_box:focus {
	background: #fff;
	border: 2px solid #ef3f35;
	margin: 0px 0px 8px 0px;
	width: 248px;
}
.submit {
	background: #ef3f35;
	padding: 6px 10px 4px 10px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 14px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-box-shadow: 0px 1px 2px #777;
	-webkit-box-shadow: 0px 1px 2px #777;
	text-shadow: 0px 0px 1px #777;
	border: none;
	cursor: pointer;
}
.submit:hover {
	background: #333;
}
*:focus {outline: 0;}