/* @override http://192.168.1.103:8888/zachwamp/css/main.css */

/*
Company:	Zach Wamp
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Common Text Styles - Styles for text
Default Headings - headings like h1, h2, etc
Default Lists - unordered and ordered lists
Nav - navigation bar
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
html {
	background: url(../images/page-bkg.jpg) repeat-x 0 155px #d4dfe6;
}
body {
	font-family: helvetica, arial, sans-serif;
	background: url(../images/hd-bkg.gif) repeat-x 0 0;
}
/* @end */

/* @group Layout */
/* Head */
div#hd {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding: 22px 0 0 0;
}

/* Body */
div#bd {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}
body.inside div#bd {
	border-left: 1px solid #00355f;
	border-right: 1px solid #00355f;
	width: 978px;
	overflow: hidden;
	background-color: #fff;
	padding-bottom: 20px;
}
div#bd-top {
	width: 980px;
	height: 17px;
	background: url(../images/content-top.gif) no-repeat 0 0;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

/* New Blog */

.newblogreadmore {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #003B6A;
}

a:link.newblogreadmore {color: #003B6A; text-decoration: none; font-family:Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold; text-transform: uppercase;}
a:active.newblogreadmore {color: #003B6A; text-decoration: none; font-family:Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold; text-transform: uppercase;}
a:visited.newblogreadmore {color: #003B6A; text-decoration: none; font-family:Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold; text-transform: uppercase;}
a:hover.newblogreadmore {color: #3003B6A; text-decoration: underline; font-family:Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold; text-transform: uppercase;}


/* End New Blog */

/* Footer */
div#ft {
	color: #00355f;
	font-size: 77%;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background: url(../images/ft-bkg.gif) repeat-x 0 0;
	padding: 20px 0;
}

.disclaimer {
	color: #024781;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align:center;
	width:275px;
	border:#024781 solid thin;
	padding:5px;
}

.disclaimerright {
	color: #3070a6;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align:right;
}

.disclaimerlink {
	color: #3070a6;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align:center;
	padding-right:10px;
	padding-top:6px;
}

a:link.disclaimerrightlink {color: #3070a6; text-decoration: underline; font-family:Arial, Helvetica, sans-serif; font-size:10px; text-transform: uppercase;}
a:active.disclaimerrightlink {color: #3070a6; text-decoration: underline; font-family:Arial, Helvetica, sans-serif; font-size:10px; text-transform: uppercase;}
a:visited.disclaimerrightlink {color: #3070a6; text-decoration: underline; font-family:Arial, Helvetica, sans-serif; font-size:10px; text-transform: uppercase;}
a:hover.disclaimerrightlink {color: #3070a6; text-decoration: none; font-family:Arial, Helvetica, sans-serif; font-size:10px; text-transform: uppercase;}

a:link.disclaimerlink {color: #024781; text-decoration: none; font-family:Arial, Helvetica, sans-serif; font-size:12px; text-transform: uppercase;}
a:active.disclaimerlink {color: #024781; text-decoration: none; font-family:Arial, Helvetica, sans-serif; font-size:12px; text-transform: uppercase;}
a:visited.disclaimerlink {color: #024781; text-decoration: none; font-family:Arial, Helvetica, sans-serif; font-size:12px; text-transform: uppercase;}
a:hover.disclaimerlink {color: #024781; text-decoration: underline; font-family:Arial, Helvetica, sans-serif; font-size:12px; text-transform: uppercase;}


/* @end */

/* @group Modules */

/* Logo */
div#logo {
	width: 255px;
	height: 76px;
	background: url(../images/zachwamp-logo.gif) no-repeat 0 0;
	text-indent: -9000px;
	margin: 6px 0 0 20px;
	float: left;
	display: inline;
}
div#logo a {
	display: block;
	height: 100%;
}

/* Callouts */
div.callouts div.callout {
	width: 266px;
	height: 199px;
	background: url(../images/callout-bkg.png) no-repeat 0 0;
	padding: 25px 30px;
	float: left;
	display: inline;
}
div.callouts div.callout img {
	margin: 0 10px 0 0;
	float: left;
	display: inline;
}
div.callouts span {
	color: #b11b20;
}
div.callouts {
	color: #003b6a;
}
div.callouts p {
	font-size: 93%;
	line-height: 145%;
}
div.callouts div.callout-left p {
	width: 150px;
	float: left;
	display: inline;
}
div.callouts div.callout-center {
	background: url(../images/callout_20-20book.png) no-repeat 0 0;
}
div.callouts a {
	font-weight: bold;
}
div.callouts a:link, div.callouts a:visited {
	text-decoration: none;
	color: #003b6a;
}
div.callouts a:hover {
	text-decoration: underline;
}
div.callouts h2 {
	font-style: italic;
	font-size: 182%;
	color: #003b6a;
	margin: 0 0 10px 0;
}

/* Main */
div.main {
	width: 584px;
	margin: 0 45px 0 45px;
	padding: 20px 0;
	float: left;
	display: inline;
}

div.mainnortmargin {
	width: 584px;
	margin: 0 0px 0 45px;
	padding: 20px 0;
	float: left;
	display: inline;
}

div.mainfull {
	width: 884px;
	margin: 0 45px 0 45px;
	padding: 20px 0;
	float: left;
	display: inline;
}

div.mainblog {
	width: 884px;
	margin: 0 45px 0 45px;
	padding: 20px 0;
	float: left;
	display: inline;
}


/* Side */
div.side {
	width: 246px;
	padding: 76px 0 0 0;
	float: left;
	display: inline;
}

div.side2 {
	padding: 76px 0 0 0;
	float: right;
	display: inline;
}


/* Navigation */
div.navigation {
	clear: both;
	padding: 5px 0 5px 0;
}
div.navigation:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

div.navigation {display: inline-block;}

/* Hides from IE-mac \*/
* html div.navigation {height: 1%;}
div.navigation {display: block;}
/* End hide from IE-mac */
/* @end */

/* @group Common Text Styles */
div.main {
	color: #00355f;
}

div.mainfull {
	color: #00355f;
}

div.mainblog {
	color: #00355f;
}

div.main p {
	font-size: 93%;
	line-height: 150%;
}

div.mainfull p {
	font-size: 93%;
	line-height: 150%;
}

div.mainblog p {
	font-size: 93%;
	line-height: 150%;
}



/* @end */

/* @group Default Headings */
div.main h1 {
	font-size: 276%;
	color: #00447a;
	font-style: italic;
	margin: 0 0 10px 0;
}

div.mainfull h1 {
	font-size: 276%;
	color: #00447a;
	font-style: italic;
	margin: 0 0 10px 0;
}

div.mainblog h1 {
	font-size: 276%;
	color: #00447a;
	font-style: italic;
	margin: 0 0 10px 0;
}

div.main h1 span {
	color: #b11b20;
}

div.mainfull h1 span {
	color: #b11b20;
}

div.mainblog h1 span {
	color: #b11b20;
}

div.main h2 {
	margin: 0 0 10px 0;
	font-size: 138.5%;
	color: #00447a;
}
div.main h2 a:link, div.main h2 a:visited {
	text-decoration: none;
}

div.main h3 {
	margin: 0 0 10px 0;
	font-size: 123.1%;
	color: #00447a;
}

div.side h2 {
	margin: 0 0 0 0;
	font-size: 123.1%;
	color: #3584bd;
}
/* @end */

/* @group Default Lists */
div.main li {
	font-size: 93%;
	line-height: 150%;
}
div.main li li {
	font-size: 100%;
}

div.side li {
	list-style: none;
	line-height: 145%;
	color: #003b6a;
}
div.side ul {
	margin: 0 0 20px 0;
}


/* @end */

/* @group Nav */
div#nav {
	clear: both;
	padding: 15px 0 15px 0;
	height: 48px;
	background: url(../images/nav-bkg.gif) no-repeat 0 50%;
	line-height: 48px;
}
div#nav ul {
	margin: 0;
	padding: 0;
	text-align: center;
	width: 980px;
}
div#nav ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
}
div#nav a {
	font-size: 116%;
	padding: 0 17px;
}
div#nav a:link, div#nav a:visited {
	color: #c9e2f2;
	text-transform:uppercase;
	text-decoration: none;
}
div#nav a:hover {
	color: #fff;
}
/* @end */

/* @group Forms */
div.email-signup {
	width: 370px;
	float: right;
	display: inline;
}
div.email-signup label {
	color: #003661;
	font-size: 108%;
	vertical-align: middle;
}
div.email-signup input.txt {
	border: 1px solid #3584bd;
	padding: 3px;
	vertical-align: middle;
	width: 145px;
}
div.email-signup input.btn {
	vertical-align: middle;
}

div.side form {
	padding-left: 0!important;
}
div.side form div {
	text-align: left;
}
/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #003b6a;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color:  #b11b20;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */

#flickrfooter img {
	margin:0 7px 7px 0;
	border: solid thin #036;
}
