/*  
Theme Name: DragEmAlong magazine
Theme URI: http://www.dragemalong.com/
Description: A child theme for Mimbo
Version: 0.1
Author: Dave and Lena
Author URI: http://www.dragemalong.com/
Template: mimbo

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

*/


@import url("../mimbo/style.css");


/*HTML*/

body {
	background: #D3D3D3; 
	}

a, a:visited {
	color:#7DA939;
	text-decoration:none;
	}	
	
a:hover, a:active {
	color:#333333;
	text-decoration:underline;
	}


/*Structure*/

#page {
/*	width: 80%;
	min-width:800px;
	max-width:1300px;
*/
	margin:0 auto;
	padding-top:8px;
	}
	
#content {
	width:645px;
	float:left
	}
	
#sidebar {
	width: 240px;
	float:right
	}

#more-posts {
	width:400px;
	float:right;
	}
	
	
#featured-cats {
	width:220px;
	float:left
	}

#masthead {
	border:none;
	background:url(images/travel_header.png) no-repeat center right;
	padding: 10px 0px;
	}

#wrapper {
	border:none
	}

#lead-text {
	float:left;
	width:350px;
	padding:10px 0px 0px 0;
	}

#lead h2 {
	font: 2.2em Georgia, "Times New Roman", Times, serif;
	line-height:105%;
	margin:3px 0 -5px 0;
	padding:0;
	}	

/* header */

#description {
	display: inline;
	font: italic 1.2em Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	padding: 0 0 0 10px;
	border-left:1px dotted #5479AF;
	vertical-align: middle;
	float:left;
	letter-spacing:0.01em;
}


/*Page Nav*/


#nav a, #nav a:visited {
	color: #5479af !important;
	}

#nav a:hover {
	color: #009933 !important;
	}
	
#nav a:active {
	background:#f8f8fc !important;
	}

#nav li{
}
#nav li.current_page_item a, #nav li.current_page_item a:visited {
	color: #333333 !important;
	}

#nav li li.current_page_item a, #nav li li.current_page_item a:visited {
	color: #5479af !important
	}





/*Cat Nav*/
	
#nav-cat {
	background:#5479AF !important; /* this is the menu bar for categorgies */
	border:none !important
	line-height: 1.0;
	position:relative;
	margin:0 auto;
	padding:6px 0 6px 10px;
	
	}

#nav-cat a, #nav-cat a:visited {
	color:#d8d8d8 !important;
	}

#nav-cat a:hover, #nav-cat a:active {
	color: #009933 !important;
	}
	
#nav-cat li li a, #nav-cat li li a:visited {
	color:#dadada !important;
	}	

#nav-cat li li a:hover, #nav-cat li li a:active {
	color:#009933 !important
	}
	
#lead{
/*
	background: #CCCCCC; /* only changed the on hover for lead story */
}

/*Headers*/

h1{
	color: #feea0e;
	}

h3 {
	border-bottom:1px solid #5479AF;
	border-top:4px solid #5479AF;
	text-transform:uppercase;
	font-size:0.9em;
	letter-spacing:0.1em;
	}

.entry h3 {
	text-transform:none
	}

/* search */	

#searchform {
	display: inline;
	float:right;
	width:135px;
	text-align:right;
	padding-top:34px;
	vertical-align:middle;

}			
#s {
	width:90px;
	font-size:0.90em;
	height: 14px;
	vertical-align:middle;
	padding: 2px 3px 2px 3px;
	}
	
#s:focus {
	background:#f8f8f8 !important;
	}

#searchsubmit {
	vertical-align:middle;
	padding-right: 5px;
	}		
	


/*Content Styles*/


/* dqa*/	
h1 a {
	color: #feea0e;   /* header color dq */
	padding-left:  10px;
}

h1 a, h1 a:visited {
	color: #feea0e;   /* header color dq */
	text-decoration:none;
}	
	
h1 a:hover, h1 a:active {
	color:#5479AF;
	text-decoration:none;
}	


#writer {
	background:#EEF5E1;
	border:none
	}

	
/*Post Styles*/


/*
.suboptions_widget h3 { 
	display:inline-block;
	margin-right: 40px;
}
*/
#suboptions_widget {
	font-size:1em;
	background:none;
	letter-spacing:0.07em;
}

/* amazon showcase widget sidebar */
.amzshcs-item { display: inline-block; width: 120px;}

/*Footer*/

#footer {
	padding: 5px 2px 2px 2px;
	}
	
#copyright {
	float:left;
	width:550px;
	}
#rss {
	float:right;
	width:350px;
	text-align: right;
	}
	
#footer a, #footer a:visited {

	}	

#footer a:hover, #footer a:active {

	}	
	
/* table */
table {
	border-collapse:collapse;
	width:100%;
	margin:10px 0;
	}
td {
	padding:4px 6px;
	background: #fffffd;
	}
		
table caption {
	background:#fffffd;
	padding:2px 2px 0px 2px;
	}		


.button {
	padding: 8px 14px;
	background:#a2b3cd;
	color:#FFF !important;
	border:none;
	font-size:1.1em;
	}

.button:hover {
	background:#5479af;
	color:#FFF;
	text-decoration:none
	}

.button:active {
	background:#000;
	}