/*  
Theme Name: Calm Breeze Theme

Theme URI: http://bloggingzone.info
Description: Summer Breeze theme for Wordpress
Version: 1.0

Author: http://bloggingzone.info

Author URI:http://bloggingzone.info
 
*/

/* 
General
 */

body {
	margin: 0;
	background: #4d82d1;
}

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

img {
	border: 0px;
	padding: 5px;
}

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

/* Page */

#page {
	margin: 0 auto;
	width: 1000px;
	background: url("images/page.jpg") no-repeat;
}

/* Header */

#header {
	width: 1000px;
	height: 297px;
	position: relative;
}

.navigation {
	font: normal 15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#tagcloud a {
	color: #ffffff;
	font: normal 15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: lowercase;
	text-decoration: none;
	margin-top: 15px;
}

h4 {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-top: 15px;
}

/* Header - Info */

#header #header-info {
	position: absolute;
	top: 35px;
	left: 235px;
	width: 465px;
	text-align: center;
}

#header #header-info h1 {
	color: #ffffff;
	font: normal 30px "Trebuchet MS", Verdana;
}

#header #header-info h1 a {
	color: #ffffff;
	text-decoration: none;
}

#header #header-info .description {
	color: #ffffff;
	font: normal 15px "Trebuchet MS", Verdana;
}

/* Header - Menu */

#header #header-menu {
	position: absolute;
	bottom: 8px;
	right: 0;
	height: 31px;
}

#header #header-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 31px;
}

#header #header-menu ul li {
	float: left;
	height: 31px;
	font: bold 16px/31px "Trebuchet MS", Verdana;
	color: #4d82d1;
	padding: 0 15px;
	background: url("images/header_menu.gif") repeat-x;
	margin-right: 5px;
}

#header #header-menu ul li a {
	color: #4d82d1;
	text-decoration: none;
}

#header #header-menu ul li a:hover {
	text-decoration: underline;
}

/* Header - Feed */

#header #header-feed {
	position: absolute;
	bottom: 62px;
	right: 11px;
	width: 74px;
	height: 74px;
}

/* Main */

#main {
	width: 991px;
	padding-left: 9px;
}

/* Main - Content */

#content {
	float: left;
	width: 625px;
}

/* Main - Content - Post */

#content .post {
	color: #ffffff;
	float: left;
	margin-bottom: 20px;
	width: 614px;
	background: url("images/post.gif") repeat-y;
}

/* Post - Title */

#content .post .post-title {
	width: 614px;
	font: bold 12px "Trebuchet MS", Verdana;
	color: #b51c17;
	height: 58px;
	background: url("images/post_title.gif") no-repeat;
}

#content .post .post-title a {
	color: #b51c17;
	text-decoration: none;
}

#content .post .post-title a:hover {
	text-decoration: underline;
}

#content .post .post-title .post-date {
	float: left;
	background: #4e74b7;
	color: #ffffff;
	text-align: center;
	text-transform: lowercase;
	height: 45px;
	margin: 7px 15px 0 8px;
	width: 70px;
	font: normal 12px "Trebuchet MS", Verdana;
}

#content .post .post-title .post-date span {
	font: bold 20px "Trebuchet MS", Verdana;
	margin-top: 1px;
	display: block;
}

#content .post .post-title h2 {
	padding-top: 6px;
	color: #b51c17;
	font: bold 20px "Trebuchet MS", Verdana;
}

#content .post .post-title h2.not-found-title {
	line-height: 58px;
	padding-left: 25px;
	padding-top: 0;
}

#content .post .post-title h2 a {
	color: #b51c17;
	text-decoration: none;
}

#content .post .post-title h2 a:hover {
	text-decoration: underline;
}

/* Post - Entry */

#content .post .post-entry {
	font: normal 12px/18px "Trebuchet MS", Verdana;
	color: #ffffff;
	padding: 0 15px;
}

#content .post .not-found-entry {
	height: 200px;
}

#content .post .post-entry a {
	color: #869bc5;
	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 12px/20px "Trebuchet MS", Verdana;
	color: #869bc5;
	float: right;
	padding-bottom: 5px;
}

#content .post .post-entry .more-link a {
	color: #869bc5;
	text-decoration: none;
}

#content .post .post-entry .more-link a:hover {
	text-decoration: underline;
}

/* Post - Info */

#content .post .post-info {
	clear: both;
	width: 604px;
	height: 53px;
	background: url("images/post_info.png") no-repeat;
	padding: 12px 0 0 15px;
	font: bold 12px/23px "Trebuchet MS", Verdana;
	color: #c24642;
}

#content .post .post-info a {
	color: #c24642;
	text-decoration: none;
}

#content .post .post-info a:hover {
	text-decoration: underline;
}

/* Post - Comments */

#content .post h3 {
	height: 36px;
	color: #869bc5;
	font: bold 18px/36px "Trebuchet MS", Verdana;
	margin-top: 15px;
	padding: 0 15px;
}

#content .post .comments {
	padding: 0 15px;
	font: normal 12px/18px "Trebuchet MS", Verdana;
	color: #ffffff;
}

#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: #4e74b7;
}

#content .post .comments ol li cite {
	color: #869bc5;
	font-style: normal;
	font-weight: bold;
}

#content .post .comments ol li cite a {
	color: #869bc5;
	text-decoration: none;
}

#content .post .comments ol li cite a:hover {
	text-decoration: underline;
}

#content .post .comments ol li .commentmetadata a {
	color: #869bc5;
	text-decoration: none;
}

#content .post .comments ol li .commentmetadata a:hover {
	text-decoration: underline;
}

#content .post #commentform {
	margin: 0;
	font: normal 12px/18px "Trebuchet MS", Verdana;
	color: #ffffff;
	padding: 0 15px;
}

/* Main - Sidebar */

#sidebar {
	float: left;
	width: 360px;
	font: bold 12px "Trebuchet MS", Verdana;
	color: #b51c17;
}

#sidebar a {
	color: #4d82d1;
	text-decoration: none;
}

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

#sidebar #sidebar-left {
	float: left;
	width: 175px;
}

#sidebar #sidebar-right {
	float: right;
	width: 175px;
}

#sidebar .sidebar-box {
	width: 162px;
	background: #4975c4;
	margin-bottom: 25px;
	padding: 2px 2px 2px 2px;
}

/* Sidebar - Titles */

#sidebar h3 {
	padding-left: 16px;
	width: 155px;
	height: 25px;
	font: bold 12px/25px "Trebuchet MS", Verdana;
	color: #ffffff;
	background: url("images/sidebar_title.gif") repeat-x;
}

/* Sidebar - Menus */

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#sidebar ul li {
	color: #b51c17;
	width: 155px;
	height: auto;
	font: bold 12px/28px "Trebuchet MS", Verdana;
	padding-left: 16px;
	background: #ffffff;
	margin-bottom: 2px;
}

#sidebar p {
	color: #b51c17;
	width: 155px;
	height: auto;
	font: bold 12px/28px "Trebuchet MS", Verdana;
	padding-left: 16px;
	background: #ffffff;
	margin-bottom: 2px;
}

#sidebar ul li a {
	color: #4d82d1;
	text-decoration: none;
}

#sidebar ul li a:hover {
	text-decoration: underline;
}

/* Sidebar - Tables */

#sidebar #calendar_wrap {
	padding: 5px 0;
	text-align: center;
	background: #ffffff;
}

#sidebar #calendar_wrap table {
	margin: 0 auto;
	width: 130px;
}

#sidebar #calendar_wrap caption {
	margin: 0 auto;
	width: 130px;
}

/* Sidebar - Forms */

#sidebar #searchform {
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
	background: #ffffff;
}

#sidebar #searchform #s {
	width: 140px;
}

/* Sidebar - Texts */

#sidebar .textwidget {
	padding: 5px 10px;
	background: #ffffff;
}

/* Footer */

#footer {
	width: 1000px;
	height: 70px;
	color: #003079;
	font: bold 12px/70px "Trebuchet MS", Verdana;
	text-align: center;
	clear: both;
	border-left: 9px;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

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

/* Captions */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	margin: 0 0 2px 2px;
	display: inline;
	padding: 2px 0 2px 2px;
}

img.alignleft {
	margin: 0 2px 2px 0;
	display: inline;
	padding: 2px 2px 2px 0;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
