/*
Theme Name: the great escape
Theme URI: https://www.quantumboyd.com
Description: Clean and easy customizable WordPress theme started by <a href="http://webdemar.com">webdemar</a> and polished by <a href="http://apiercedesign.com">Alissa</a>
Version: 0.0.1
Author: webdemar and alissa peirce
Author URI: http://apiercedesign.com
Tags: simple, clean, widgets, widget ready, two columns, fixed width, valid CSS, valid XHTML
*/

/*
	- GENERAL
	- BASIC LAYOUT
	- HEADINGS
	- HEADER
	- CONTENT
		+ CONTENT LEFT
		+ CONTENT RIGHT
	- COMMENTS
	- SEARCHFORM
	- FOOTER
	- USEFUL

/*	##################################
   	GENERAL
	################################## */
html{
	min-height: 100%;
	margin-bottom: 1px;
}


body {
	margin: 0px;
	padding: 10px;
	background: #223b5b;
	color: #010101;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;

}

a {
	color: #0372d2;
	outline: none;
}

p {
	margin: 0 0 20px 0;
}

ul, ol {
	margin-bottom: 20px;
}

blockquote {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	border-left: 5px solid #f7f7f7;
}

/*	##################################
   	BASIC LAYOUT
	################################## */
#wrapper{
	width: 792px;
	background-image: url('../../../../images/bg_page.gif');
	background-repeat: repeat-y;
	background-position: top right;
	margin-left:-5px; 
}	
#page {
	width: 782px;
	margin: 0px auto;
}
	
#header {
	position: relative;
	height: 159px;
	
}

#content {
	width: 754px;
	background-image: url('../../../../images/bg_content.gif');
	background-repeat: repeat-y;
	padding: 20px 0 0 0;
	margin-left: 28px;
}


#content-left {
	float: right;
	width: 540px;
	padding-right: 25px;
	padding-top: 20px;
}

#content-right {
	float: left;
	width: 170px;
	padding-left: 7px;
}

#footer {

}

/*	##################################
   	HEADINGS
	################################## */
	
h1 {
	position: absolute;
	bottom: 80px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	line-height: 1;
	font-size: 24px;
	font-weight: normal;
}

h1 a {
	color: #fff;
	text-decoration: none;
}

h2 {
	margin: 0 0 20px 20px;
}

h2#blog-description {
	position: absolute;
	bottom: 60px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: normal;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0 0 10px 0;
	font-size: 27px;
	color: #7d4284;
	font-weight: normal;
line-height: 27px;
}

h3 a {
	text-decoration: none;
	color: #7d4284;
}

h3 a:hover {
	text-decoration: underline;
}

h4 {
	margin: 0 0 10px 0;
	color: #000;
	font-size: 17px;
	color: #64758a;
	font-weight: normal;
	font-style: italic;
	}

/*	##################################
   	HEADER
	################################## */
	
#top-nav {
	position: absolute;
	top: 10px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#top-nav li {
	float: left;
	margin: 0 0 0 10px;
}

#top-nav li#rss {
	padding: 0 0 0 15px;
	background: url(img/rss-icon.gif) no-repeat left center;
}

/*	##################################
   	CONTENT
	################################## */
	
/** box left */

.box-left {
	margin: 0 0 10px 20px;
	line-height: 1.5em;
}
.box-left h2{
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #474747;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin-top: -15px;
	margin-bottom: 7px;
	margin-right: 0px;
	margin-left: 0px;

	}
.meta {
	clear: both;
	padding: 0px;
	color: #5e5e5e;
}

.meta-date {
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.3em;
	font-size: 12px;
	font-weight:400;
	color: #474747;
}

.meta-categories {
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;	
	font-weight: bold;
	text-decoration:none;
}
h4.categories{
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;	
	font-weight: bold;
	text-decoration:none;
	font-style:normal;
}
h4.categories a{
	color: #000;
	font-weight: bold;
	text-decoration:none;
}

.meta-comments a {
	color: #0372d2;
	text-decoration: none;
	font-weight: bold;
}

p.tags {
	clear: both;
}

/** box right */

.box-right {
	margin: 0 10px 10px 0;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom:20px;
	padding-top: -10px;
}

.box-right ul {
	margin: 0 0 5px 0;
	padding: 0px;
	list-style: none;
}

.box-right li {
	margin: 0px;
	padding: 5px;
	border-bottom: 1px solid #dedede;
}

.box-right li a {
	text-decoration: none;
	color: #0272cd;
	font-weight: bold;


	
}
.box-right a {
	text-decoration: none;
	color: #0272cd;
	font-weight: bold;


	
}
.box-right li a:hover {
text-decoration: underline;}

/*	##################################
   	COMMENTS
	################################## */
	
#commentform label {
	display: block;
	margin: 0 0 5px 0;
}

#commentform input.text, #commentform textarea {
	width: 500px;
	margin: 0 0 10px 0;
}

#commentform .text {
	height: 22px;
	padding: 6px 6px 0 6px;
	background: #fff url(img/bg-form-text.gif) repeat-x left top;
	border: 1px solid #dadada;
	color: #5e5e5e;
}

#commentform textarea {
	height: 150px;
	padding: 6px 6px 0 6px;
	background: #fff url(img/bg-form-text.gif) repeat-x left top;
	border: 1px solid #dadada;
	color: #5e5e5e;
}

#commentform .button {
	width: auto;
	height: 30px;
	margin: 0px;
	padding: 0 20px;
	background: #223b5b;
	border: none;
	color: #fff;
}

.commentlist {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.commentlist .quote {
	padding: 20px;
	background: #223b5b;

}

.commentlist li {
	margin: 20px 0 0 0;
	padding: 0px;
	color: #fff;
	background: #223b5b;
}

.commentlist cite {
	display: block;
	font-style: normal;
}

.avatar {
	float: left;
	margin: 0 20px 10px 0;
}

/*	##################################
   	SEARCHFORM
	################################## */
	
#searchform #search {
	float: left;
	width: 146px;
	height: 22px;
	padding: 6px 6px 0 6px;
	border: 1px solid #dadada;
	color: #5e5e5e;
}

#searchform .button {
	width: auto;
	height: 30px;
	margin: 0px;
	padding: 0 10px;
	background: #4a4f54;
	border: none;
	color: #fff;
}

/*	##################################
   	FOOTER
	################################## */

#footer {
	background-image: url('../../../../images/bg_footer.gif');
	background-repeat: no-repeat;
	width: 765px;
	margin-left: 23px;
	background-position: top right;
	padding-top: 20px;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #949CA7;
	margin-bottom: 20px;
	text-indent: 10px;


}

#footer p {
	margin: 0 0 10px 0;
}

#legal {
	float: left;
	width: 700px;
}
#footer a{ 	color: #949CA7; text-decoration:none}
#footer a:hover{ color:#FFFFFF; text-decoration:underline}

/*	##################################
   	USEFUL
	################################## */

.clear {
	clear:both;
}

/** WORDPRESS CSS */

.aligncenter,
div.aligncenter {
   	display: block;
   	margin: 0 auto;
}

.aligncenter {
	margin-bottom: 10px!important;
}

.alignleft {
   	float: left;
   	margin:10px 10px 10px 10px;
}

.alignright {
   	float: right;
   	margin: 10px 10px 10px 10px;
}

.wp-caption {
	margin-bottom: 20px;
	padding-top: 4px;
   	border: 1px solid #ccc;
   	text-align: center;
   	background-color: #f7f7f7;
}

.wp-caption img {
   	float: none;
   	margin: 0px;
   	padding: 0px;
   	border: none;
}

.wp-caption p.wp-caption-text {
   	padding: 0px;
  	margin: 0px;
}

/** WIDGETS CSS */

#calendar_wrap table {
	width: 100%;
}

#calendar_wrap td {
	text-align: center;
}

#wp-calendar caption {
	margin: 0 0 10px 0;
	background: #dedede;
}