/*  
Theme Name: Wise Wanderings
Theme URI: http://c3sart.com
Description: Custom WordPress theme built by Cesar Torres for Wise Wanderings.
Version: 1.0
Author: Cesar Torres
Author URI: http://c3sart.com
*/

/* Layout */
body {
background: #999 url(img/background.jpg) fixed;
font: 16px Rockwell, Georgia, Serif;
color: #999;
margin: 0 auto 30px;
text-align: center;
}

#wrapper {
width: 900px;
margin: 0 auto;
text-align: left;
}

#header {
display: block;
width: 900px;
height: 210px;
background: url(img/wise-wanderings-header.gif) no-repeat;
}

#amazon {
width: 100px;
height: 50px;
float: right;
background: url(img/amazon-tab.gif) no-repeat;
display: block;
margin: 40px 30px 0;
}

#navigation {
float: left;
}
	.menu {
	background-color: #E1C404;
	}

	.menu ul {
	height: 40px;
	width: 900px;
	padding: 0;
	margin: 0;
	}

	.menu ul li {
	display: inline;
	text-align: center;
	}
	
	.menu ul li a, .menu ul li a:hover {
	text-decoration: none;
	padding: 5px auto 5px;
	width: 12%;
	height: 30px;
	overflow: hidden;
	color: #eee;
	float: left;
	padding-top: 10px;
	}
	
	.menu ul li a:hover {
	background: #E9D131;
	}
	
	.menu ul li .current_page_item {
	background: #999;
	}
	
#container {
background: #EFEFEF;
float: left;
width: 900px;
}

#content {
float: left;
width: 600px;
background: #FFF;
padding: 30px 30px 0 30px;
overflow: hidden;
display: inline;
text-align: left;
}

.sidebar {
display: inline;
width: 270px;
background: #EFEFEF;
clear: inherit;
}

	.sidebar ul{
	list-style-type: none;
	padding: 0 0 0 10px;
	}
	
	.sidebar ul li{
	padding: 0;
	}
	
	.sidebar ul li h2{
	font-family: Glypha, Rockwell, Georgia, Serif;
	font-size: 14px;
	margin: 0 0 3px 0;
	}

	.sidebar ul ul li{
	line-height: 20px;
	padding: 0;
	float: left;
	}
	
	.sidebar ul li a {
	background-color: #8BC499;
	border-bottom: 1px solid #EFEFEF;
	border-right: 20px solid #D7E5A7;
	color: #EEEEEE;
	float: left;
	height: 40px;
	overflow: hidden;
	text-align: right;
	vertical-align: text-top;
	width: 210px;
	padding: 20px 10px 0 0;
	}
	
	.sidebar ul li a:hover {
	background-color: #8BC499;
	border-bottom: 1px solid #EFEFEF;
	border-right: 20px solid #CCC;
	color: #EEEEEE;
	float: left;
	height: 40px;
	overflow: hidden;
	text-align: right;
	vertical-align: text-top;
	width: 210px;
	padding: 20px 10px 0 0;
	text-decoration: none;
	}
	
	.sidebar #facebook-logo, .sidebar #twitter-logo {
		width: 180px;
		padding-right: 40px;
		background-image: url('img/facebook.png');
		background-repeat: no-repeat;
		background-position: center right;
	}
	
	.sidebar #twitter-logo {
		background-image: url('img/twitter.png');
		padding-right: 50px;
		width: 170px;
	}

	#rss-feed-widget {
	    margin: 0 0 3em;
	    padding: 0;
	    list-style: none;
	}

	#rss-feed-widget ul, #rss-feed-widget ul li {
	    margin: 0 0 1em; 
	    padding: 0 0 0 15px; 
	    list-style: disc;
	}

	.widgettitle {
	    margin: 0 0 1em;	
	}
	
#footer {
background: #CCC;
clear: both;
width: 900px;
height: 60px;
vertical-align: middle;
}

	#footer img {
	border-right: 1px solid #999;
	margin-right: 5px;
	padding-right: 5px;
	}

	#footer p {
	font-size: 12px;
	word-spacing: 2px;
	color: #999;
	text-align: center;
	padding-top: 15px;
	}
	
/* Typography */

h1, h2, h3, h4, h5, h6, blockquote, p {
margin: 0;
padding: 0;
}

h1 {
color: #FFF;
margin-left: 20px;
margin-top: 140px;
position: absolute;
}

#header h2{
color: #DDDDDD;
text-transform: none;
font-size: 100%;
border: 0;
margin-left: 20px;
margin-top: 175px;
position: absolute;
}

h2 {
text-transform: uppercase;
font-size: 20px;
border-bottom: 1px solid #276492;
}

p {
line-height: 28px;
text-align: justify;
margin-bottom: 15px;
}

	p.postmetadata {
	font-size: 12px;
	border-bottom: 1px solid #CCC;
	}

.post {
margin-bottom: 60px;
border-bottom: 1px solid #276492;
}


/* Links */
a, a:visited {
color: #276492;
text-decoration: none;
}

a:hover {
color: #276492;
text-decoration: underline;
}

h3 a, h3 a:visited {
font-size: 16px;
float: right;
text-transform: uppercase;
}

/* Alignment */
.alignleft{
float: left;
margin: 0px 20px 20px 0;
}
