/* 
Theme Name: Refugee
Theme URI: http://www.refugeedevelopmentcenter.com
Description: A playful color palette for the Refugee Development Center
Author: Matt Penniman
Author URI: http://arnoldpenniman.com
Version: 1.1
Template: hybrid
*/

/* Get base 21px CSS */
@import url('../hybrid/library/css/21px.css');

/* Get default Hybrid CSS 
@import url('../hybrid/library/css/screen.css'); */

/* Get the plugins CSS */
@import url('../hybrid/library/css/plugins.css');

/* Get the default layout */
@import url('../hybrid/library/css/2c-l-fixed.css');

/* Body */
body {
	color: #000;
	background: #adfa89;
	font: 80% Arial, Tahoma, Verdana, sans-serif;
	text-align: center;
	}
#body-container {
	width: 940px;
	margin: 15px auto 0 auto;
	background: #d1fabe;
	overflow: hidden;
	}

/* Links */
a { color: #0000FF; text-decoration: none;	}
a:hover { text-decoration: underline; }
#content a, #full-posts a { color: #0000FF; }

/************************************************
	Header
************************************************/
#header-container { 
	width: 100%; 
	float: left; 
	overflow: hidden; }
#header {
	float: left;
	width: 850px;
	margin: 10px 0 10px 0;
	text-align: left;
	}
#site-title a {
	width: 600px;
	height: 150px;
	margin-left: 10px;
	display: block;
	color: #f7f7f7;
	background: url(rdc_logo2.png) no-repeat 0 0;
	}
#site-title a span { display: none; }
#header h2 {
	float: left;
	clear: left;
	font-size: 1.1em;
	margin: 3px 0 0 10px;
	}

/************************************************
	Navigation
************************************************/

#navigation, #sub-navigation {
	float: left;
	letter-spacing: .03em;
	text-align: left;
	color: #0000FF;
	}
#navigation {
	width: 940px;
	font-size: 1em;
	background: #3cf4fa; // d1d0c8;
	}
#sub-navigation {
	width: 940px;
	font-size: .9em;
	background: #deded4;
	}
#navigation ul {list-style-type: none;}

/* Nav */
#page-nav { float: left; padding: 0 0 0 15px; }
#page-nav li { float: left; }
#page-nav a { color: #333; display: block; padding: 12px 16px; }
#page-nav a:hover, #page-nav li.current_page_item a { color: #0000FF; background: #eee; }
#page-nav li li { float: left; width: 150px; background: #d1d0c8; border-top: 1px solid #ddd; }
#page-nav li li a { margin: 0; padding: 10px 10px; }

/* Navigation drop-down positioning */
#page-nav li ul, #sub-nav li ul { position: absolute; width: 10em; left: -999em; z-index: 999; }
#page-nav li:hover ul, #sub-nav li:hover ul { left: auto; display: block; }

/**********************
   Text alignment
**********************/

#container { width: 940px; text-align: left; }
.breadcrumbs { padding: 12px; }
dl { margin: 0px 0px 18px 0px; }
.post, .widget { background: white; border-bottom: 1px #333; margin: 0px 0px 12px 0px; padding: 12px; }