/*   
Theme Name: Pura Vida Sunsets
Description: A custom design for a specific website
Author: Adad64
Author URI: http://asdfdesign.com
Version: 1
*/

/*
	HTML5 Reset Wordpress Theme :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:
	
	Eric Meyer					:: http://ericmeyer.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com
	
	Special thanks: The Wordpress theme owes its start to an empty theme authored 
		by Chris Coyier & Jeff Starr: http://digwp.com
	
*/
body{
	background:#997d34;
	font-family:trebuchet MS, Arial;
}

a:link {color:#463406;}
a:visited {color:#5b450e;}
a:active {color:#7c6324;}
a:hover {color:#FF8A00}
#header {
	width:1022px;
	height:278px;
	background:url(_/img/header.jpg);
}
#page-wrap {
	width:1022px;
	margin:auto;
	background:#997d34;
}
#page-wrap2 {
	width:1006px;
	margin-left:16px;
	background:#917631;
}
#links{
	text-align:center;
	
}
#mainbody{
	margin-left:22px;
	width:960px;
	background:#B5D982;
	border:solid 1px #000;
	padding-top:34px;
}
#sidebar{
	width:200px;
	min-height:950px;
	float:left;
	padding-left:10px;
}
#maincontent{
	font-size:small;
	color:#666666;
	width:720px;
	padding-top:10px;
	padding-left:10px;
	margin-left:5px;
	background:#FFF;
	border: 1px solid #333;
	float:left;
	min-height:950px;
}

#bottomwidget{
	padding-top:10px;
	clear:both;
	width:900px;
	padding-left:50px;
	padding-right:50px;
	color:#FFF;
}

#sidebar #linkcat-4{
	padding-left:7px;
}
#maincontent h1{
	text-decoration:none;
	display:block;
	text-align:center;
	margin:auto;
	margin-top:20px;
	margin-bottom:20px;
	color:#85b81e;
	font-family:trebuchet MS,Arial;
	font-size:xx-large;
}
h1 {
	font-size: 1.7em;
	margin-bottom:5px;
}
#sidebar h2 {
	color: #3d2e06;
	font-size: small;
	margin-bottom:0px;
}
#sidebar ul,li{
	list-style-type:none;
	padding-left:4px;
	font-size:small;
	margin:0px;
}

.posttitle{
	font-size:1.7em;
	text-decoration:none;
}
.hwidget{
	width: 200px;
	float:left;
}
#links{
	padding-top:5px;
	padding-bottom:5px;
	font-size:large;
}
#links a:hover{
	color:#FFF;
}
#links li{
	font-size: large;
	list-style-type:none;
	display:inline;
}


/* And here begins the Wordpress fun.
-------------------------------------------------------------------------------*/

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
	margin-right:10px;
	margin-bottom:10px;
}

.post {}

.entry-content {}
.entry-content a {}
.entry-content a:hover {}

#meta {}
.postmetadata {}

#sidebar {}

.navgation {}
.next-posts {}
.prev-posts {}

#searchform {}
#s {}
#searchsubmt {}
	
ol.commentlist {list-style: none;}
ol.commentlist li {}
ol.commentlist li.alt {}
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment {border-bottom: 1px dotted #666; padding: 10px;}
ol.commentlist li.comment div.comment-author {}
ol.commentlist li.comment div.vcard {}
ol.commentlist li.comment div.vcard cite.fn {font-style: normal;}
ol.commentlist li.comment div.vcard cite.fn a.url {}
ol.commentlist li.comment div.vcard img.avatar {float:right; margin: 0 0 10px 10px;}
ol.commentlist li.comment div.vcard img.avatar-32 {}
ol.commentlist li.comment div.vcard img.photo {}
ol.commentlist li.comment div.vcard span.says {}
ol.commentlist li.comment div.commentmetadata {}
ol.commentlist li.comment div.comment-meta {font-size: 10px;}
ol.commentlist li.comment div.comment-meta a {color: #ccc;}
ol.commentlist li.comment p {}
ol.commentlist li.comment ul {}
ol.commentlist li.comment div.reply {font-size: 11px;}
ol.commentlist li.comment div.reply a {font-weight: bold;}
ol.commentlist li.comment ul.children {list-style: none; margin: 10px 0 0;}
ol.commentlist li.comment ul.children li {}
ol.commentlist li.comment ul.children li.alt {}
ol.commentlist li.comment ul.children li.bypostauthor {}
ol.commentlist li.comment ul.children li.byuser {}
ol.commentlist li.comment ul.children li.comment {}
ol.commentlist li.comment ul.children li.comment-author-admin {}
ol.commentlist li.comment ul.children li.depth-2 {border-left: 5px solid #555; margin: 0 0 10px 10px;}
ol.commentlist li.comment ul.children li.depth-3 {border-left: 5px solid #999; margin: 0 0 10px 10px;}
ol.commentlist li.comment ul.children li.depth-4 {border-left: 5px solid #bbb; margin: 0 0 10px 10px;}
ol.commentlist li.comment ul.children li.depth-5 {}
ol.commentlist li.comment ul.children li.odd {}
ol.commentlist li.even {background: #fff;}
ol.commentlist li.odd {background: #f6f6f6;}
ol.commentlist li.parent {border-left: 5px solid #111;}
ol.commentlist li.thread-alt {}
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}


/* Print styles!
-------------------------------------------------------------------------------*/
@media print {



}


/* Media queries!
-------------------------------------------------------------------------------*/

/* Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {
	
		
}

@media all and (orientation: portrait) {
	
}

@media all and (orientation: landscape) {
	
}
