/* HTML Tags */
body {
	font-family: 'Palatino', 'Georgia', serif;
	font-size: 14px;
	background-color: #003399;
	color: #000;
	font-family: 'courier', 'Avenir LT Std', 'Gotham', 'Gotham HTF', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
	text-align: left;
}

div.seagull {
	width: 530px;
	padding-left: 375px;
}

div.seagull p {
	font-size: 14px;
	line-height: 25px;
	margin-top: 2em;
	margin-bottom: 2em;
	text-align: left;
}

div.popout {
	position: relative;
	margin-left: -375px;
	float: left;
}

h2.seagull {
	font-size: 22px;
	color: #003399;
	font-weight: normal;
	padding-top: 20px;
	padding-bottom: 0px;
	text-align: left;
}

a:link, a:active, a:visited {
	text-decoration: none;
	color: #003399;
}
/* The id selectors */
/*The id selector is used to specify a style for a single, unique element.*/
/*The id selector uses the id attribute of the HTML element, and is defined with a "#".*/
#post_title {
	position: absolute;
	top: 31px;
	left: 0px;
	width: 970px;
	border-bottom: 1px solid #e0e0e0;
	height: 195px;
	text-align: center;
	font-size: 50px;
	text-indent: -3000px;
	background: url(../images/femte/title.png) 375px 40px no-repeat;
	background-color: #fff;
	height: 600px;	
}

#seagull_stick {
	position: absolute;
	z-index: 300;
	width: 325px;
	height: 2520px;
	background: 310px -250px no-repeat;
}

#seagull_img {
	margin-left: -100px;
	margin-top: 330px;
}

#secondary {
	position: absolute;
	top: 230px;
	left: 0px;
	width: 960px;
	padding-top: 10px;
	padding-left: 10px;
	background-color: #fff;
	top: 480px;
}

#foot {
	clear:both;
	margin-left: -10px;
	border-top: 1px solid #e0e0e0;
	padding: 30px;
	height: 100px;
}

#colophon {
	position: absolute;
	top: 0px;
	left: 970px;
	width: 600px;
	background: url(../images/fish_small_white.png) 30px 11px no-repeat;
}

#colophon h2 {
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 20px;
	line-height: 1.3em;
	color: #fff;
	font-weight: normal;
	font-size: 17px;
}

#colophon h3 {
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 30px;
	line-height: 1.3em;
	color: #fff;
	font-weight: normal;
	font-size: 12px;
}

#colophon p {
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 0px;
	line-height: 1.1em;
	color: #fff;
	font-weight: normal;
	font-size: 11px;
}

#colophon a:link, #colophon a:visited, #colophon a:active, #colophon a:hover {
	color: #fff;
	border-bottom: 1px solid #b1b1b1;
}

#colophon a:hover {
	border-bottom: 1px solid #fff;
}

/* The class selectors */
/*The class selector is used to specify a style for a group of elements. Unlike the id selector, the class selector is most often used on several elements.*/
/*This allows you to set a particular style for any HTML elements with the same class.*/
/*The class selector uses the HTML class attribute, and is defined with a "."*/



/*REDUNDANT

p { 
	margin-bottom: 1em;
	margin-top: 1em;
	line-height: 1.7em;
}

p.main {
	font-size: 16px;
}

a.previous_article {
	clear:left;
	float: left;
	width: 85px;
	height: 30px;
	text-indent: -3000px;
	background: url(../images/prev_button.png) top left no-repeat;;
	padding-bottom: 20px;
}

a.next_article {
	clear:right;
	float: right;
	width: 85px;
	height: 30px;
	text-indent: -3000px;
	background: url(../images/next_button.png) top left no-repeat;
	padding-bottom: 20px;
}

span.titles {
	text-transform: uppercase;
	font-size: .8em;
	font-weight: bold;
}

.sixcols {
	width: 690px;
	padding-left: 10px;
	padding-right: 20px;
}
.fourcols {
	width: 480px;
	padding-left: 10px;
	padding-right: 20px;
}
.twocols {
	width: 220px;
	padding-right: 10px;
	padding-left: 10px;
}



div.left {
	float: left;
}

#primary {
	height: 34px;
	border-bottom: 1px solid #e0e0e0;
	width: 970px;
}

#primary #logo {
	position: absolute;
	top: 8px;
	left: 20px;
	text-indent: -3000px;
	width: 174px;
	height: 19px;
	background: url(../images/logo.png) top left no-repeat;
}

#primary #post_number {
	position: absolute;
	left: 610px;
	top: 0px;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	width: 100px;
	height: 23px;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	padding-top: 11px;
}

#post_number .back {
	float: left;
}

#post_number .next {
	 float: right;
}

#post_number .number {
	text-align: center;
	width: 70px;
	float: left;
}

#primary #date {
	position: absolute;
	left: 790px;
	top: 0px;
	height: 22px;
	width: 155px;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	padding-top: 13px;
	color: #000;
	background: url(../images/date_bg.png) 0px 9px no-repeat;
}

#colophon h4 {
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 40px;
	line-height: 1.3em;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}

#colophon p.article {
	font-style: italic;
	font-family: 'Palatino', 'Georgia', serif;
	color: #fff;
}


#colophon div.navigation {
	position: relative;
	margin-top: 30px;
	padding-left: 30px;
	background: url(../images/small_right_arrow.png) 0px 8px no-repeat;
}

#colophon p.navigation img.next {
	margin-left: 5px;
}

#colophon p.navigation img.prev {
	margin-right: 5px;
}

#colophon span.number {
	position: relative;
	left: 95px;
	top: 0px;
	font-size: 30px;
	font-family: 'Palatino', 'Georgia', serif;
}

#colophon a.previous_button {
	position: absolute;
	width: 85px;
	height: 27px;
	text-indent: -3000px;
	background: url(../images/1/prev_red.png) top left no-repeat;
	border: none;
}

#colophon a.next_button {
	position: absolute;
	left: 155px;
	width: 85px;
	height: 27px;
	text-indent: -3000px;
	background: url(../images/1/next_red.png) top left no-repeat;
	border: none;	
}

#master_navigator {
	width: 970px;
}

#primary {
	background-color: #fff;
}

.number {
	color: #fff;
}

*/
