/*  
Theme Name: Resort Theme
Theme URI: 
Description: 
Version: 1.0
Author: 
Author URI: 
*/



/* General */

body {
	margin: 0;
	background: #10a9d8;
}

h1, h2, h3, h4 {
	margin: 0;
}

img {
	border: 0;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}


/* Page */

#page {
	margin: 0 auto;
	width: 1004px;
	background: url("images/page.gif") repeat-y;
}

#page-top {
	width: 1004px;
	min-height: 709px;
	background: url("images/page_top.jpg") no-repeat;
}

#page-bottom {
	width: 1004px;
	min-height: 994px;
	background: url("images/page_bottom.jpg") no-repeat left bottom;
}


/* Header */

#header {
	width: 1004px;
	height: 393px;
	position: relative;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 8px;
		left: 60px;
	}
	
	#header #header-info h1 {
		color: #ffffff;
		font: normal 40px Verdana;
	}
	
	#header #header-info h1 a {
		color: #ffffff;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #ffffff;
		font: normal 16px "Trebuchet MS", Verdana;
		padding-left: 110px;
		padding-top: 2px;
	}
	
	/* Header - Search */
	
	#header #header-search {
		position: absolute;
		top: 36px;
		left: 625px;
		width: 312px;
		height: 32px;
	}
	
	#header #header-search #searchform {
		margin: 0;
	}
	
	#header #header-search #s {
		width: 276px;
		height: 14px;
		border: 0;
		padding: 9px 15px;
		font: normal 11px Verdana;
		color: #087596;
		background: transparent;
	}
	
	#header #header-search #searchsubmit {
		background: transparent;
		visibility: hidden;
		width: 0;
	}


/* Main */

#main {
	width: 951px;
	padding-left: 53px;
}

	/* Main - Sidebar */
	
	#sidebar {
		float: left;
		width: 251px;
		font: normal 13px/19px Arial;
		color: #057698;
	}
	
	#sidebar a {
		color: #2f5378;
		text-decoration: none;
	}
	
	#sidebar a:hover {
		text-decoration: underline;
	}
	
		/* Sidebar - Titles */
		
		#sidebar h3 {
			text-align: center;
			width: 251px;
			height: 43px;
			font: normal 13px/43px Arial;
			color: #057698;
			background: url("images/sidebar_title.png") no-repeat;
			margin-bottom: 2px;
		}
		
		/* Sidebar - Menus */
		
		#sidebar ul {
			margin: 0 0 10px 0;
			padding: 0;
			list-style-type: none;
		}
		
		#sidebar ul li {
			color: #94120d;
			font: normal 13px/25px Arial;
			padding-left: 5px;
		}
		
		#sidebar ul li a {
			color: #2f5378;
			text-decoration: none;
		}
		
		#sidebar ul li a:hover {
			text-decoration: underline;
		}
		
		/* Sidebar - Tables */
		
		#sidebar #calendar_wrap {
			padding: 5px 0;
			margin-bottom: 10px;
		}
		
		#sidebar #calendar_wrap table {
			margin: 0 auto;
			width: 130px;
		}
		
		#sidebar #calendar_wrap caption {
			margin: 0 auto;
			width: 130px;
		}
		
		/* Sidebar - Forms */
		
		#sidebar #searchform {
			padding: 20px 0;
			text-align: center;
			margin: 0;
		}
		
		#sidebar #searchform #s {
			width: 180px;
		}
		
		/* Sidebar - Texts */
		
		#sidebar .textwidget {
			padding: 5px 10px;
			margin-bottom: 10px;
		}
	
	/* Main - Content */
	
	#content {
		float: left;
		width: 606px;
		padding-left: 28px;
	}
	
	/* Main - Content - Post */
	
	#content .post {
		color: #ffffff;
		float: left;
		margin-bottom: 30px;
		width: 606px;
	}
	
		/* Post - Title */
		
		#content .post .post-title {
			width: 629px;
			font: normal 12px Verdana;
			color: #2f5378;
			height: 60px;
		}
		
		#content .post .post-title a {
			color: #2f5378;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-date {
			float: left;
			color: #ffffff;
			text-align: center;
			height: 60px;
			width: 72px;
			font: normal 35px Arial;
			background: url("images/post_date.png") no-repeat;
			margin-right: 15px;
		}
		
		#content .post .post-title .post-date span {
			font: normal 10px/17px Arial;
			display: block;
			text-transform: uppercase;
		}
		
		#content .post .post-title h2 {
			padding: 2px 0 7px 0;
			color: #0599c7;
			font: normal 27px Verdana;
		}
		
		#content .post .post-title h2 a {
			color: #0599c7;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			font: normal 13px/19px Arial;
			color: #2f5378;
		}
		
		#content .post .post-entry a {
			color: #0599c7;
			text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry .picture {
			margin: 0 5px 5px 0;
			float: left;
		}
		
		#content .post .post-entry .more-link {
			font: bold 13px/20px Arial;
			color: #0599c7;
			float: right;
			padding-bottom: 5px;
		}
		
		#content .post .post-entry .more-link a {
			color: #0599c7;
			text-decoration: none;
		}
		
		#content .post .post-entry .more-link a:hover {
			text-decoration: underline;
		}
		
		/* Post - Info */
		
		#content .post .post-info {
			clear: both;
			width: 586px;
			height: 31px;
			background: url("images/post_info.png") no-repeat;
			padding: 0 12px 0 8px;
			font: normal 13px/23px Arial;
			color: #ffffff;
		}
		
		#content .post .post-info a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#content .post .post-info a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-info-left {
			float: left;
		}
		
		#content .post .post-info-right {
			float: right;
		}
		
		/* Post - Comments */
		
		#content .post h3 {
			height: 36px;
			color: #0599c7;
			font: normal 20px/36px Verdana;
			margin-top: 15px;
		}
		
		#content .post .comments {
			font: normal 13px/19px Arial;
			color: #2f5378;
		}
		
		#content .post .comments ol {
			margin: 10px 0 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .comments ol li.alt {
			background: #d6f1fa;
		}
		
		#content .post .comments ol li cite {
			color: #0599c7;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #0599c7;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #0599c7;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		#content .post #commentform {
			margin: 0;
			font: normal 13px/19px Arial;
			color: #2f5378;
		}


/* Footer */

#footer {
	width: 1004px;
	height: 150px;
	color: #057698;
	font: normal 12px/20px Verdana;
	text-align: center;
	position: relative;
}

#footer a {
	color: #057698;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover {
	text-decoration: underline;
}

#footer #footer-box {
	position: absolute;
	top: 77px;
	left: 226px;
	width: 522px;
}
