/*
Theme Name: Bluelime Media Basic (Responsive Version)
Theme URI: http://www.byuncreative.com/rwd
Description: Basic Responsive Template featuring HTML5 and Media Queries
Version: 1.0
License: GNU General Public License
License URI: GPL.txt
Author: Christine Rondeau + James Byun
Author URI: http://www.bluelimemedia.com & http://www.byuncreative.com
Tags: black, gray, white, light, right-sidebar, flexible-width
*/



@import url("reset.css");

/* Images
----------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin: 4px 24px 12px 0;
}
.alignright {
	display: inline;
	float: right;
	margin:4px 0 12px 24px;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 4px auto 12px auto;
}
.wp-caption {
	background: #fff;
	margin-bottom: 20px; padding: 4px;
	border:1px solid #f6f6f6;
}
.wp-caption img { margin: 5px 5px 0;}
.wp-caption-text {
	margin: 5px;
	color: #aaa;
	text-align:center;
	font-size:11px; 
}

/* General Styles 
----------------------------------------------*/
a {color:#666;}
a:hover {color:#000;}
p {
	padding:0 0 15px 0; 
	font-size:14px; 
	line-height:22px;
}
h1 {
	margin:0 0 10px 0;
	color:#444;		
	font-size:24px; line-height:30px;
	font-family: georgia, serif;
}
h2, h2 a, h3, h4, h5, h6 { 
	margin:10px 0;
	color:#444;
	font-size:18px; line-height:26px;
	font-family: georgia, serif;
}
h2 a  {text-decoration:none; }
h1 a:hover, h2 a:hover {text-decoration:underline; }

blockquote{
	color: #d4d4d4;
	border-top:1px solid #d4d4d4;
	border-bottom:1px solid #d4d4d4;
	padding:10px; margin:10px 0;
	font-size:16px;
	font-style:italic;
	font-family: Georgia, serif;
}

/* Main Layout
-----------------------------------------------*/

body {
	margin: 0px; padding: 0px;
	background:#eee;
	color: #333;
	font:14px/20px Helvetica, Arial, sans-serif;	
}
#wrap {
	position:relative;
	width: 960px;
	margin: 0px auto 0px auto; padding:0;
	overflow:hidden;
	background:#FFF;
}
/* Header Area 
-----------------------------------------------------------*/
header {
	float:left;
	width:960px; height:180px;
	background:url(images/header.gif) 50% top no-repeat;
}
#logo a {
	display:block;
	float:left;
	width: 100px; height: 80px;
	margin:20px 0 0 60px;
	text-indent:-9999em;
	outline:0;
}
#tagline {
	width:400px;
	float:left; 
	font-size: 14px;
	font-style:italic;
	color:#333;
	padding:120px 0 0 30px;
}

/* Primary Navigation
-------------------------------------------------------------- */
nav#top {
	float:left;
	width:960px;
	background:#e5e5e5;
}
nav#top .menu-header ul, div.menu ul { 
	list-style: none; 
	font-size:16px;
	margin:0; padding:0;
}
nav#top .menu-header li, div.menu li {
	float:left;
	position: relative;
}
nav#top a {
	display:block;
	text-decoration:none;
	color:#000;
	padding:10px 15px;
}
nav#top ul li a:hover, 
nav#top ul li.current_page_item a,
nav#top ul li.current_page_ancestor a,
nav#top ul li.current-menu-ancestor a, 
nav#top ul li.current-menu-item a,
nav#top ul li.current-menu-parent a {
	color:#fff;
	background:#000;
}

/* Drop down menu */
nav#top ul ul {
	display:none;
	position:absolute;
	top:40px; left:0;
	float:left;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	width: 180px;
	z-index: 99999;
}
nav#top ul ul li {
	min-width: 180px;
	border-bottom:1px solid #d4d4d4;	
}

/* Third Level drop down menu */
nav#top ul ul ul {
	left:100%;
	top:0;
}
nav#top ul ul a,
nav#top ul li.current_page_item ul li a,
nav#top ul li.current-menu-ancestor ul li a {
	background:#FFF;
	color:#000;
	height:auto;
	line-height:1em;
	padding:10px;
	width: 160px;
}
nav#top ul ul a:hover,
nav#top ul li.current_page_item ul li a:hover,
nav#top ul li.current-menu-ancestor ul li a:hover {
	color:#fff;
	background:#000;
}
nav#top ul li:hover ul {display:block;}


/* Main Body Content Area 
-----------------------------------------------------------*/
#main {
	float:left;
	width:940px;
	padding:10px;
}
#content {
	float: left; /* Change to right if you want the content to appear on right */
	width:600px;
	padding: 20px;
}

/* Main body blog content formatting
--------------------------------------------------------------*/
.home .sticky {/* Only used when you have a sticky post on your home page */
	background: #eee;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.hentry {padding:0 0 20px 0;}
.hentry ul, .hentry ol {	
	margin: 0 20px 5px 20px; 
	padding:0 20px 5px 20px; 
	font-size:14px; 
	line-height:20px;
}
.entrymeta {
	margin:10px 0; padding:6px;
	color: #999;
	border-top:dotted 1px #d4d4d4;
}
.entrymeta p {padding:3px 0; font-size:12px;}
.post-navigation {padding:10px 0;} /* This is used at the bottom for next and previous posts */
.post-navigation a {padding:3px; background:#d4d4d4; color:#000; text-decoration:none;}
.post-navigation a:hover {background:#000; color:#FFF; text-decoration:none;}
.navigation-previous {
	float:left;
	width:50%;
	text-align:left;
}
.navigation-next {
	float:right;
	width:50%;
	text-align:right;
}

.page-link { /* This will be used when posts are split into more than one page */
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a {
	background: #FFF;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.page-link a:hover {background: #f1f1f1;}

/* Sidebar Area 
-------------------------------------------*/
#sidebar {
	float:right;
	width:240px;
	padding: 0px 20px;
	background:#eee;
}
.widget {padding: 20px 0; }
#sidebar h4 {
	margin: 0px 0 2px 0; padding: 0 0 2px 0;
	border-bottom: 1px solid #d4d4d4;
	text-transform: uppercase;
	font-size:14px;
	font-family:helvetica, arial, sans-serif;
}
#sidebar ul {list-style: none;}
#sidebar ul li {padding:5px 10px;}
#sidebar a {
	color: #4d4d4d;
	text-decoration: none;
}
#sidebar a:hover {color: #000;}
.widget_search label {display:none;}

/* Footer area
------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;
	width:960px;
	border-top: 1px dotted #d4d4d4;
	margin:0 auto 0 auto;
}
footer p {	
	font-size:12px; 
	padding:10px;
	color:#d4d4d4;
}
footer a {
	text-decoration:none;
	color:#d4d4d4;
}
footer a:hover {
	text-decoration:underline;
	color:#d4d4d4;
}

/* Comments													
-----------------------------------------------------*/
h3#comments { margin:30px 0 10px 0; }		
.avatar {
	float: left;
	display:block;
	padding: 0 20px 10px 0px;
}		
#commentlist {padding: 20px 0px;}
#commentlist .bypostauthor {}
.commentmetadata {margin-top: 0;}
ol#commentlist, ol#commentlist li {	
	list-style: none;
	margin:0; padding:0;
}
ol#commentlist li {
	padding:10px; margin:15px 0;
	border:1px solid #eee;
}
ol#commentlist ul.children {
	margin:10px 10px 0 25px;
	padding:0;
}
ol#commentlist ul.children li {
	border:none;
	border-top:1px solid #eee;
}
ol#commentlist li p {
	padding:6px 0;
	font-size:14px; 
	line-height:20px;
}
#commentform {padding:20px 0;}
#commentform p {margin-bottom:10px;}


/* Respond (comments form area)
-----------------------------------------------------*/
#respond {padding: 0 1px;}
#reply-title {}
#respond form {
	overflow: hidden;
	padding: 20px 19px 4px 19px;
	border: 1px solid #eee;
}
#respond label {
	padding: 0 0 10px 0px;
	font-size: 14px;
}
#respond p{margin: 0 0 15px;}
#respond .required {color: #ba0000;}
#respond input[type="text"], #respond input[type="email"], #respond input[type="url"] {
	display: block;
	width: 230px;
	height: 33px;
	padding: 0 10px;
	color: #333;	
}
#respond textarea {
	width: 93%;
	padding: 10px;
	color: #333;
	border: 1px solid #eee;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#submit,.reply a {
	background:#333;
	color:#fff;
	font-size: 14px;
	border: none;
	padding:3px 10px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
	text-decoration:none;
}
#submit:hover {cursor: pointer;	}

.form-allowed-tags {display:none;}/* Hides all the crap about html tags*/

/* =Gallery listing
Taken from TwentyTen
-------------------------------------------------------------- */
.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}
.gallery {	margin: 0 auto 18px;}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item { width: 50%;}
.gallery-columns-4 .gallery-item {width: 25%;}
.gallery img {border: 2px solid #cfcfcf;}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {margin: 0;}
.gallery img {border: 10px solid #f1f1f1;}
.gallery br+br {display: none;}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}