/*--------------------General Classes---------------*/
body {

        background-image: url("OC_ GreatestEscape_bg_2.jpg");
  	background-repeat: xy;
        background-position:center;
        background-attachment: fixed;
	padding: 0px 0px 10px;
	margin: 0px;
       font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	font-size:10px;
	} 
a {
	color: #e00000;
	text-decoration: none;
}
a:visited {
	color: #e00000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}

a img {
	border: 1px solid #dcdcdc;
	}

#page {
	margin: 0 auto;
	width: 760px;
	background: #FFFFFF url("bg_header.jpg") repeat-x top left;
}
h2 {
	color: #e00000;
	font-size:22px;
	margin:0px;
	padding:0px;
}

h2 a:visited{
	color: #e00000;
}

::selection {
	color: #0d62aa; /* Safari */
	background:#ffffff;
	}
::-moz-selection {
	color: #71c2e3; /* Firefox */
	background:#ffffff;
}
.center {
	text-align: center;
	}

.aligncenter,
.center {
	text-align: center;
	}

img.alignleft {
	float: left;
	padding: 2px;
	margin: 0 20px 20px 0;
}

img.alignright {
	float: right;
	padding: 2px;
	margin: 0 0 20px 20px;
}

img.aligncenter {
	text-align: center;
	padding: 2px;
}

/*---------------------------------Header-----------------------------*/

#header{
		position: relative;
		padding:0px;
		height: 450px;
		}
		
#headerimg {
	position: relative;
	padding: 0px 0px 0px 0px;
	height: 450px;
}

#headerimg a, #headerimg a:visited{
	color:#e00000;
	font-size:25px;
}
#headerimg .blog-title{
	float:left;
	margin-right:0px;
	margin-top:0px;
}
#headerimg .description{
	width:165px;
	border-left:1px solid #dcdcdc;
	float:left;
	font-size: 1em;
	height:30px;
	margin-top:18px;
	padding-left:10px;
	padding-bottom:3px;
}

#nav {
	padding-left:8px;
	list-style: none;
	margin: 0px;
	position: absolute;
	left: 0px;
	top:277px;
}
#nav li {
	float: left;
	margin-left: 1px;
	list-style:none;
}
#nav li a {
	color: #555555;
	text-decoration: none;
	text-transform:uppercase;
	background: #ffffff;
	padding: 5px 7px;
	display: block;
    opacity:.60;
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	-ms-filter: "alpha(opacity=100)";
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
#nav li a:visited {
	color: #e00000;
	text-decoration: none;
}
#nav li a:hover {
	color: #000000;
	background:#e0e0e0;
	border-bottom:1px solid #e00000;
	
}
#nav li.current_page_item{
	border-bottom:1px solid #e00000;
	background: #ffffff;
}
#nav li.current_page_item a:hover{
	background:#ffffff;
	border-bottom:0px;
	color: #555555;
}

/*---------------------------------Content----------------------------------*/
#content {
	padding: 10px 15px 20px 10px;
	float: center;
	overflow: hidden;
	margin: 140px 0px 10px 0px;
}

.post {
	clear:both;
	padding-top: 10px;
}
.post-title {
	width: 100%;
	border-bottom:1px solid #dcdcdc;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-weight:lighter;
}
.post-tags{
   font-size: 95%;
	color: #999999;
}
.post-info {
	float:left;
	font-size: 95%;
	color: #999999;
}
.post-date {
	position:relative;
	width: 45px;
	height: 39px;
	float:right;
	margin-top:1px;
}
.post-month {
	font-size: 11px;
	text-transform: uppercase;
	color: #000000;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 2px;
	margin-left: -3px;
}
.post-day {
	font-size: 18px;
	color: #e00000;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 2px;
	margin-left: -3px;
}
.entry img {
	padding: 2px;
	border: 1px solid #DADADA;
}
.entry {
	clear: both;
	padding-top: 0px;
	font-size: 1.1em;
	line-height: 1.8em;
	text-align: justify;
}
.entry-title, .entry-title a, .entry-title a:visited,
h2, h2 a, h2 a:visited,
h3, h3 a, h3 a:visited,
h4, h4 a, h4 a:visited {
	color: #e00000;
	text-decoration:none;
	}


.navigation {
	clear: both;
	padding: 10px 0px;
}
.navigation a, .navigation a:visited {
	color: #999999;
}
.previous-entries {
	float: left;
	padding-left: 18px;
}
.next-entries {
	float: right;
	padding-right: 18px;
}


/*----------------------Comment Form -------------------------------------*/
#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	font-weight: bold;
	color: #666666;
	font-size: 100%;
}
#commentform input{
	width: 153px;
	background:#f2f2f2;
	border: 1px solid #d0d0d0;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	width: 99%;
	height: 115px;
	background:#f2f2f2;
	border: 1px solid #d0d0d0;
	padding: 2px;
	margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
	border:1px solid #71c2e3;
}
#commentform #submit{
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #e00000;
	border: 1px solid #d0d0d0;
	float:left;
	width: 144px;
	height: 29px;
}


