/* - - - - - - - - - - - - - - - - - - - - -

Title : General CSS file
Author : Paul Reid
URL : www.paulwreid.com

Description : Created as a base for Coding Metrix to modify later

Created : 4/25/06
Modified : 4/25/06 

- - - - - - - - - - - - - - - - - - - - - */

/* ----- CSS ----- */

*{
}	
html{
}	
body{
	background: url(../images/bkgd-diagblue-dk.gif);
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

/* ----- IDS ----- */

#container{
		background: url(../images/bkgd-sidebar.gif);
		margin-right: auto;
		margin-left: auto;
		margin-top: 0px;
		border-right: 1px solid #5c7396;
		border-left: 1px solid #5c7396;
		padding: 0px;
		width:750px;
		top: 0;
		right: 0;
		left: 0;
}

/* html>body .container {
  width:750px;
} */

#headerContent{
	margin: 0px;
	padding: 0px;
}
#primaryContent{
	float: left;
	margin: 0px;
	padding: 0px;
	background: #ffffff;
	border-left: 1px solid #cbcbcb;
	width: 499px;

}	
#secondaryContent{
	float: left;
	width: 250px;
	margin: 0px;
	background: transparent url(../images/bkgd-sidebar.gif);
}

#secondaryContent form p {
	margin: 10px;
	padding: 0;
	border-style: none;
}

#secondaryContent form {
	margin: 0;
	padding: 0;
}	
#footer{
	clear: both;
	background: #ffffff;
	border-top: 15px solid #5c7396;
	width: 750px;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	height: 110px;
}
#footer p{
	float: left;
	margin: 10px;
	background: transparent;
	font-size: .71em;
	line-height: 13pt;
	color: #939393;
}

#footerNav {
	float: right;
	background: #bce244;
	width: 499px;
	font-size: 8.5pt;
	height: 30px;
	padding: 0;
	margin: 0;
}

#footer ul {
	text-align: center;
	width: 499px;
	background: transparent;
	padding: 0px;
	margin: 7px 0 0 0;
}

#footer ul li{
	display: inline; 
	font-size: .8em;
	text-align: center;
	line-height: 15px;
	background: transparent;
	padding-right: 16px;
	padding-left: 16px;
	margin: 0;
}
/* #footer ul {
	height: 50px;
	background: #ff3e4d;
	color: #5e7293;
	width: 498px;
	display: inline;
	margin: 0;
	padding: 0;
}

#footer li {
	padding: 0px;
	background: #768eff;
	display: inline;
	width: 90px;
	margin-left: 10px;
}*/

/* ----- CLASSES ----- */

.hide{
	display: none;
}
.show{
}
.floatright{
	float: right;
}

.mooovie {
	margin-left: 50px;
	padding: 0;
}

/* ----- HEADINGS ----- */

h1{
	color: #bade45;
	font-size: 1.3em;
	margin: 15px 15px 0 0;
	background: url(../images/arrow-big-dk.gif) no-repeat 10px 45%;
	padding-left: 50px;
	padding-bottom: 15px;
	padding-top: 10px;
}

#primaryContent h2 {
	color: #5c7396;
	font-size: 1em;
	margin: 15px 15px 15px 50px;
	padding: 0;
}
h3{
}

#secondaryContent h3 {
	background: #5c7396;
	color: #ffffff;
	font-size: .8em;
	font-style: normal;
	margin: 0 0 10px;
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
}
h4{
}

/* ----- PARAGRAPHS ----- */

p{
}
#primaryContent p{
	margin-top: 0;
	margin-right: 15px;
	font-size: .94em;
	line-height: 15pt;
	color: #7d7d7d;
	padding: 0;
	margin-left: 50px;
}
#secondaryContent p {
	font-size: .84em;
	color: #7d7d7d;
	line-height: 12pt;
	padding-left: 10px;
	margin: 0;
	padding-bottom: 10px;
	padding-right: 40px;
}

/* ----- QUOTES ----- */

blockquote{
	border-left: 1px dotted #5c7396;
	padding-left: 0;
	margin-left: 52px;
}
blockquote p{
}
cite{
}
blockquote cite{
}

/* ----- CODE ----- */

pre{
}
code{
}
p code{
}
pre code{
}

/* ----- LISTS ----- */

li{
}
li p{
}
ol{
}
ul{
}

#primaryContent ol {
	list-style: decimal inside;
	font-size: .8em;
	padding-left: 60px;
	color: #7d7d7d;
	line-height: 13.5pt;
	margin-left: 0;
}
#primaryContent ul {
	list-style: square outside url(../images/arrow-tiny.gif);
	font-size: .8em;
	padding-left: 77px;
	color: #7d7d7d;
	line-height: 13.5pt;
	margin-left: 0;
}

#secondaryContent ul {
	list-style: square outside url(../images/arrow-tiny.gif);
	font-size: .8em;
	color: #7d7d7d;
	line-height: 13.5pt;
	margin-right: 20px;
	margin-bottom: 0;
	margin-top: 0;
}

ol li{
}
ul li{
}

#navigation li{
}

#navigation ul{
}

#navigation ul li{
}

#navigation ol{
}

#navigation ol li{
}

/* ----- IMAGES ----- */

#primaryContent img{
	margin-left: 50px;
}
img a{
}
img a:hover{
}

/* ----- BREAK ----- */

#primaryContent hr{
	padding: 0;
	margin-bottom: 22px;
	margin-top: 20px;
	color: #CCC;
}

#secondaryContent hr{
	margin-bottom: 13px;
	margin-top: 5px;
	color: #CCC;
}

/* ----- TEXT FORMATTING ----- */

strong{
}
em{
}
b{
}
i{
}

/* ----- LINKS ----- */

a{
	color: #9ab737;
}

#footerNav a{
	color: #5e7293;
}
a:hover{
	text-decoration: none;
}
a:visited, a:active, a:focus{
}
a:visited{
	text-decoration: none;
}
a:active{
}
a:focus{
}

p a{
}
cite a{
}
li a{
}
dt a{
}
dd a{
}

/* ----- TABLES ----- */

table{
}
caption{
}
thead{
}
tbody{
}
tfoot{
}
tr{
}
tr .alt{
}
th{
}
td{
}

/* ----- FORMS ----- */

form{
	margin: 0;
	padding: 0;
}
fieldset{
}
legend{
}
label{
		display: none;
}
input{
	font-size: .8em;
	color: #5c7396;
}

#secondaryContent input.btn{
	margin-bottom: -4px;
	margin-left: 15px;
}
textarea{
}
input, textarea{
}
select{
}
optgroup{
}
option{
}

/* ----- DEFINITIONS ----- */

dl{
}
dt{
}
dd{
}
