/*
Theme Name: Breeze
Theme URI: http://fruitle.com
Description: A simple, minimalist theme. Created by <a href="http://fruitle.com">Fruitle.com</a>.
Author: Jenny C.
Version: 1.0 
Tags: blue, green, white, two-columns, fixed-width

License:
License URI:

Do not remove this section!
*/


* {margin:0;padding:0}
html, body {
	font:13px Arial, Serif, Tahoma;
	line-height:25px;
	background:#C2EAF3;}

a {color:#68A5B9;text-decoration:none;font-weight:bold;}
a:hover {color:#a8d4df;}

img {border:0}
p {margin-top:20px;}
strong {color:#E1A846;}
code {color:green;font:13px Courier;}

blockquote {
	font-size:14px;
	color:#555;
	margin:20px 50px 20px;
	font-style:italic;}


/* Classes */
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.entry-date {
	color:#D6EEF6;
	text-shadow:1px 1px 1px #538596;
	padding:5px;
	}
.postcomment {
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	border-radius:50px;
	background:#C2EAF3;
	padding:15px;
	display: block;
	float: right;
	margin-top: -40px;
	margin-bottom:0;
	margin-right:-10px;
	text-align: center;
	font-size:30px;}
	.postcomment a {color:white;text-shadow:1px 1px 1px #0075A5;padding-top:55px;}
	.postcomment a:hover {color:#0075A5;text-shadow:1px 1px 1px #fff;}

.c {font-size:10px;}

.gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;

/* Header */
h1,h4{
	color:white;
	text-shadow:1px 1px 1px #999;}
	h1 {font-size:440%;padding:50px 0 0 80px;}
	h4 {font-size:100%;padding:0 0 0 80px;}
	h1 a {color:white;}
	h1 a:hover {color:#E2EEF1;}
h2 { 
	font-size:30px;
	padding:10px 0;
	border-bottom:2px dashed #C2EAF3;
	color:#7ec0d0;
	-webkit-border-radius:10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	}
	h2 a {color:#68A5B9;}
	h2 a:hover {color:#BCDEE9;}
h3 {
	color:#a8d4df;
	font-size:20px;
	padding:10px 0;}
	
	
/* Layout */
#container {
	width:704px;
	margin:0px auto;
	margin-top:30px;
	background-color:#fff;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px;
	margin-bottom:30px;
	text-shadow:1px 1px 1px #fff;}

#header {
	margin:0 auto;
	background:url(header.jpg) center no-repeat;
	height:231px;
	padding-top:80px;
	margin-bottom:50px;}

#main {
	width:410px;
	float:left;
	padding:0px 15px 15px 40px;
	border-right:1px dashed #ccc;}
	#main li {list-style-image:url(star.gif);margin:10px 0 0 50px;}
	
#sidebar {
	padding:0px 40px 15px 15px;
	width:183px;
	float:right;}
	#sidebar li {list-style:none;}

#footer {
	font-size:14px;
	clear:both;
	padding:50px;
	text-align:center;
	color:white;
	background-color:#333;
	text-shadow: #000 1px 1px 1px;
	border-top:20px solid #9DCFDB;
	-webkit-border-radius:0 0 30px 30px;
	-moz-border-radius:0 0 30px 30px;
	border-radius:0 0 30px 30px;}
	#footer ul {list-style:none;}
	#footer a {color:white;}
	
#clear {clear:both;}


/* Navigation */
#nav {
	background:#333;
	margin:0 auto;
	margin-top:82px;
	height:70px;
	width:624px;}
ul#menu {
	font-size:120%}
	
ul#menu li {
	text-align:center;
   list-style: none;
   float:left;
   padding:20px;}
ul#menu li a {
	display:block;
   color: white;}
ul#menu li a:hover {
   text-shadow:1px 1px 1px #ccc;}

  
/* Form */
label {font-style:italic;}

input,textarea {
	border:1px solid #999;
	padding:10px;
	background:white;max-width:400px;
	-moz-border-radius:10px;
	border-radius:10px;
	-webkit-border-radius:10px;
	max-width:350px;}
	
input:hover,textarea:hover {border:1px solid #ccc}
	
input[type="button"], input[type="submit"], input[type="reset"], input[type="file"]::-webkit-file-upload-button, button {
	text-shadow:1px 1px 1px #5d838a;
	color:white;
	border:0;
	-moz-border-radius:10px;
	border-radius:10px;
	-webkit-border-radius:10px;
background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.45, rgb(120,194,190)),
    color-stop(0.73, rgb(170,222,230)));
background-image: -moz-linear-gradient(
    center bottom,
    rgb(120,194,190) 45%,
    rgb(170,222,230) 73%);
	margin-bottom:20px;}
	
input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="file"]::-webkit-file-upload-button:hover, button:hover {
background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.45, rgb(102,173,168)),
    color-stop(0.73, rgb(148,201,209)));
background-image: -moz-linear-gradient(
    center bottom,
    rgb(102,173,168) 45%,
    rgb(148,201,209) 73%);

	label.screen-reader-text {display:none}
