@charset "UTF-8";
/* CSS Document */

/*   
Theme Name: The Pacific
Theme URI: http://
Description: A clean, structured layout for anoceanapart.org
Author: Jasmin & Amy
Author URI: http://anoceanapart.org
.
.
*/



/* -----------------------------------*/
/* ---------->>> GLOBAL <<<-----------*/
/* -----------------------------------*/

body { 
	margin: 0;
	padding: 0;
	background: #fff;
	font: 13px Helvetica, Arial, sans-serif;
	color: #505050;
	}

a {
	color: #456ec1;
	text-decoration: none;
	font-weight:bold;
	}
	
	a:hover {
		text-decoration: underline;
		}

/* -------------------------------------------*/
/* ---------->>> PAGE STRUCTURE <<<-----------*/
/* -------------------------------------------*/

#content {
	width: 850px;
	margin: 50px auto 0;
	padding-left: 50px;
	padding-right: 50px;
	background: #fff;
	overflow: auto;
	}
	
#header {
	height: 70px;
	width: 850px;
	}
	
	#header #left {
		height: 70px;
		width: 415px;
		margin-right: 20px;
		float:left;
		}
		
	#header #right {
		height: 70px;
		width: 415px;
		padding-top: 13px;
		text-align: right;
		float:left;
		color: #959595;
		}

#main {
	margin-top: 40px;
	width: 850px;
	}
	
	#main #jasmin {
		width: 415px;
		margin-right: 20px;
		float:left;
		}
	
	#main #amy {
		width: 415px;
		float:left;
		}

#bottom {
	width: 100%;
	background: #a2a2a2;
	padding: 20px 0 20px;
	overflow:auto;
	}

#footer {
	width: 850px;
	margin: 0 auto 0;
	overflow:auto;
	}
	
	#footer #jasmin {
		width: 415px;
		margin: 0 20px 20px 0;
		float:left;
		}
		
	#footer #amy {
		width: 415px;
		margin-bottom: 20px;
		float:left;
		}

/* ---------------------------------------*/
/* ---------->>> NAVIGATION <<<-----------*/
/* ---------------------------------------*/

.nav a {
	padding-top: 5px;
	margin-right: 10px;
	margin-left: 10px;
	color: #959595;
	text-decoration: none;
	font-size: 15px;
	font-weight:normal;
	}
	
	.nav a:hover {
		border-top: 3px solid #98abd2;
		color: #777;
		}

#pagenav { 
        margin-top: 10px;
        margin-bottom: 30px;
	width: 850px;
	float: left;
	}

	#pagenav #jasmin {
		width: 415px;
		margin-right: 20px;
		float: left;
		}
		
	#pagenav #amy {
		width: 415px;
		float: left;
		}
	

/* -------------------------------------*/
/* ---------->>> HEADINGS <<<-----------*/
/* -------------------------------------*/

h1 {
	font: bold 15px Helvetica, Arial, sans-serif;
	color: #1a49a8;
	margin-bottom: 10px;
	}

	.date {
		font: normal 11px Helvetica, Arial, sans-serif;
		padding-left: 25px;
		text-transform: uppercase;
		color: #98abd2;
		}
		
		.date a {
			color: #98abd2;
			text-decoration:none;
			font-weight:normal;
			}
			
			.date a:hover {
				text-decoration: underline;
				}

h2 {
	font: bold 15px Helvetica, Arial, sans-serif;
	color: #999;
	margin-bottom: 10px;
	}

	#left h2 {
		margin: 0;
	}

/* ----------------------------------------*/
/* ---------->>> TEXT STYLES <<<-----------*/
/* ----------------------------------------*/

p { }

	#main p {
		line-height: 20px;
		margin-bottom: 20px;
		}
		
	#footer p {
	 font-size: 12px;
	 line-height: 18px;
	 margin-bottom: 24px;
	 color: #fff;
	 }

.colophon {
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #c1c1c1;
	}

.lightness {
	font-size: 11px;
	text-transform: uppercase;
	color: #777;
	line-height: 20px;
}

#footer small {
	font-size: 9px;
	text-transform: uppercase;
	color: #f9f9f9;
	}
	
#footer a {
	color: #fff;
	}
/* ----------------------------------*/
/* ---------->>> FORMS <<<-----------*/
/* ----------------------------------*/

label {
	font-size: 11px;
	text-transform: uppercase;
	color: #777;
}

#comments input {
	font: 13px Helvetica, Arial, sans-serif;
	width: 360px;
	padding: 3px;
	color: #505050;
	background:#fff;
	margin: 0 5px 15px 0;
	float: left;
	}

#comments textarea {
	font: 13px Helvetica, Arial, sans-serif;
	width: 360px; height: 100px;
	padding: 3px;
	color: #505050;
	background:#fff;
	margin-bottom: 18px;
	}

/* -------------------------------------*/
/* ---------->>> COMMENTS <<<-----------*/
/* -------------------------------------*/
#comments { 
        margin: 20px 0 20px;
	width: 850px;
	padding: 30px 0 30px;
	clear: all;
	}

	#comments #left {
		width: 415px;
		margin-right: 20px;
		text-align: right;
		float: left;
		}
		
	#comments #right {
		width: 380px;
		float: left;
		}
/* -----------------------------------*/
/* ---------->>> EXTRAS <<<-----------*/
/* -----------------------------------*/

#main img {
	margin-bottom: 10px;
	border: 0;
	}

