@import url(structure.css);
@import url(utilities.css);

/* ################ DEFAULT FORMATTING ################ */

/* ========== LINKS ========== */
a:link,
a:visited {
	font-family: inherit;
	font-size: inherit;
}

a:link {
	color: #6B8F2C;
	font-family:Georgia,Arial,Times,serif;
	font-size:14px;
}

a:visited {}

a:link:hover,
a:visited:hover,
a:link:hover *,
a:visited:hover * {}

a:link:active,
a:visited:active {}




/* ========== OTHER ELEMENTS ========== */

/* Any overall settings. Recommend font-family and line-height */
* {}

/* Set overall font and line-height */
h1, h2, h3, h4, h5, h6,
p, blockquote, address,
li, dt, dd,
legend, label, option,
th, td, caption {}

/* Set general left and right margins */
h1, h2, h3, h4, h5, h6,
p, blockquote, address,
ul, ol, dl,
form, table {
	margin-left: 0;
	margin-right: 0;
}

/* General header top and bottom margins */
h1, h2, h3, h4, h5 {
	margin-top: 1em;
	margin-bottom: 0;
}

/* General content and container element top and bottom margins */
h6, p, blockquote, address,
ul, ol, dl,
form, table, object {
	margin-top: 0;
	margin-bottom: 1em;
}

/* General header styling */
h1, h2, h3, h4, h5, legend {}

/* General content styling */
p, blockquote, address,
li, dt, dd,
label,
th, td, caption {}

/* Form field styling */
select, option, optgroup,
input, button, textarea {
	vertical-align: middle;
}

/* ========== BLOCK LEVEL AND CORE CONTENT ELEMENTS ========== */

h1 {
	color:#276268;
	font-family: Georgia,Times,serif;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}

h2 {
	color: #BF5E01;
	font-family: Georgia,Times,serif;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

h3 {}

h4 {}

h5 {}

h6 {
	float: left;
	margin: 0;
}

p {
	color:#276268;
	font-family: Georgia,Times,serif;
	font-size:15px;
	line-height: 22px;
}

.callout{
	color:#666600;
	font-style:italic;
}

.butterfly-left {
	background-image: url('../_img/butterfly-left.gif');
	background-position: top right;
	background-repeat: no-repeat;
}

.butterfly-right {
	background-image: url('../_img/butterfly-right.gif');
	background-repeat: no-repeat;
	background-position: center;
}


blockquote,
blockquote * {}

address { font-style: normal;
	color: #BF5D01; }

img {
	border: 0;
	display: block;
}

.right {
	float: right;
}

#pics img {
	margin-bottom:30px;
	border: 1px solid #BF5D01;
}

#right-col .header {
	margin-top:30px;
	background-image:url('../_img/orange-arrow.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
	float:right;
	padding-right: 80px;
}

.header{
	margin-bottom: 12px;
}

.noheader {
	padding-top: 34px;
}

pre {
	margin: 1em 15px;
	padding: 15px;
	color: #333;
	border: 1px solid #333;
	background-color: #CCC;
}

/* ========== LISTS ========== */

#booklinks ul{
	padding-top: 55px !important;
	border: 1px solid red !important;
}

#booklinks li {
	list-style-image:url('../_img/blue-li-arrow.gif');
	margin-left: 20px;
	color:#C05E03;
}

ul, ol, dl {}

ul {
	list-style-image:url('../_img/blue-li-arrow.gif');
	font-family: Georgia,Times,serif;
	margin-left: 20px;
	color:#C05E03;
}

ol {
	color:#276268;
	font-family: Georgia,Times,serif;
	font-size:15px;
	line-height: 22px;
	margin-left: 20px;
}

li {
	margin: 10px 0 10px 0;
	/*list-style-type:none;*/
}

#books li {
	list-style-type:none !important;
}

ul ul {}

ol ol {}

ul li {}

ol li {}

dl {}

dt {}

dd {}

/* ========== FOOTER ========== */

#footer a {
	color: #276268;
}

#footer li {
display: inline;
margin:0 5px;
	
}

#credits p {
	font-size: 10px;
	color: #364F0A;
	padding-left: 25px;
}

#credits a { 
	font-size: 10px;
	color: #364F0A;
	
	}

/* ========== FORMS ========== */

/* ========== FORMS ========== */
fieldset { 
 margin: 15px 25px !important; 
 padding: 0;
 border: 1px solid #FFE300;
/* background-image:url('../_img/form-gradient.jpg');*/
 background-color: #E4FFAF;
 background-repeat: no-repeat;
 background-position: top left;
} 

fieldset h1{
	margin-top: 0px !important;
}

fieldset h5{
	margin-left: -10px !important;
	font-size:18px;
}

fieldset ul{
	margin-left:22px !important;
}

fieldset ul li{
	display:inline;
	font-size: 18px;
	color:#660000;
}

fieldset ol li{
	font-size:14px;
}

fieldset li{
	list-style-image:none !important;
	margin-right:;
	margin-left:0px !important;
}

legend { 
 margin-left: 1em;  
 font-size:22px;
 color: #660000;
 font-family:Georgia,Arial,Times,serif;
} 

fieldset ol { 
 padding: 1em 1em 0 25px; 
 list-style: none; 
} 

fieldset li { 
 padding-bottom: 1em; 
} 

fieldset .submit { 
 border-style: none; 
} 

#checkboxes{
	border: 1px solid red;
	margin: 10px 0 0 0;
}

form {}

fieldset {}

legend {}

label { 
 float: left; 
 width: 100px; 
 margin-right: 1em !important; 
 text-align: left;
 padding-right: 10px;
 color: #660000;
 font-family:Georgia,Arial,Times,serif;
} 



input[type="submit"],
input[type="reset"],
input[type="button"],
button {
	float:right;
	margin-right: 127px;
	padding-left: 5px !important;
	margin-bottom:20px;
	border: 1px solid #660000;
}

input[type="checkbox"],
input[type="radio"] {
	display:inline;
}

input[type="text"],
input[type="password"],
input[type="file"],
textarea {}

textarea {}

button {}

input {
}

select {}

optgroup {}

option {}


/* ========== TABLES ========== */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

tr {}

th, td { padding: 0; }

th {}

td {}

caption {}

thead {}
tbody {}
tfoot {}


/* ========== INLINE/PHRASE ELEMENTS ========== */

/* Make sure left and right margins for inline elements are always disabled */
del, ins,
sup, sub, big, small,
em, strong, code, dfn, kbd, samp, var, q, cite, abbr, acronym,
a {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

/*
 	IE/WIn does not support automatic quoting of q tag.
	Must add quote entities manually OUTSIDE of the <q> tags.
*/
q:before,
q:after {
	content: "";
}

html>body abbr[title],
* html abbr {
	border: 0;
	cursor: help;
	font-style: normal;
}

q {}
cite {}
em {}
strong {}
sup {}
sub {}
del {}
ins {}
code {}
dfn {}
kbd {}
samp {}
var {}
big {}
small {}

/* ################ GENERAL STYLE OVERRIDES ################ */

/* Zeroes out left and right margins of nested elements so parent element will control them */
p *,
li *,
blockquote *,
form *,
fieldset * {
	margin-right: 0;
	margin-left: 0;
}

/* Sets all nested lists to not repeat any large left margin the top-level list has */
li ul, li ol {
	margin-left: 15px;
}

/* ################ PAGE SECTION REDEFINITIONS ################ */

/* ################ CUSTOM CLASS ################ */
