/*
Theme Name: Clouds and Fishies
Theme URI: http://www.raluca-toth.com/
Description: A cute vector theme.
Version: 1.0
Author: Raluca Toth
Author URI: http://www.raluca-toth.com/
Tags: fixed width, two columns, cute, vector, blue
*/


/**
 * RESET (inspired from yahoo reset 2.6.0 - don't mess with this one)
 *
 * I only use these html tags, so the reset only applies to the following:
 *		div, span, p, br, pre
 *		h1, h2, h3, h4, h5, h6
 *		a, img, map, area
 *		object, param
 *		ul, ol, li
 *		form, label, input, textarea, select, option, optgroup, button
 *		em, b, i, ins, del, sub, sup
 */
 
body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, input, textarea, p {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

em {
	font-style: normal;
	font-weight: normal;
}

li {
	list-style: none;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

body {
	font: 13px/1.231 arial,helvetica,clean,sans-serif;
}

select, input, button, textarea {
	font: 99% arial,helvetica,clean,sans-serif;
}

:focus {
	outline: none;
}

/*CSS*/

body{
	background-color: #D7F7FD;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #704C4C;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #6699EE;
}

a:hover {
	color: #8F7C47;
}

.clear {
	clear: both;
}

.site-container {
	margin: 10px auto;
	width: 1000px;
}

.banner {
	background: transparent url(images/banner2.png) no-repeat scroll;
	height: 330px;
	width: 100%;
}

.banner a {
	display: block;
	height: 330px;
}

.post-container {
	float: left;
	width: 690px;
	background-color: #ECFCFF;
	margin-top: 25px;
	margin-right: 10px;
	margin-left: 5px;
	padding: 20px 10px 10px 10px;
}

.post-date-container {
	float: left;
	overflow: hidden;
	background-image: url(images/post-date.jpg);
	height: 50px;
	width: 93px;
}

p.post-date {
	float: left;
	padding: 18px 4px;
}

.post-info {
	float: left;
	padding-top: 10px;
	padding-left: 5px;
}

.post-title {
	width: 530px;
	height: 26px;
	overflow: hidden;
	font-size: 18px;
}

.post-entryinfo {
	float: left;
	clear: both;
}

.post-body {
	clear: both;
	text-align: justify;
	line-height: 20px;
	padding: 20px 5px 2px 5px;
}

.post-body p {
        padding: 10px 0;
}

.post-separator {
	border-bottom: 1px dashed #6699EC;
	width: 500px;
	margin: 30px 50px 30px 100px;
}

.view-comments a {
	float: left;
	display: block;
	background: transparent url(images/comments-number.jpg) no-repeat scroll;
	width: 61px;
	height: 54px;
	margin-top: 10px;
}

div.view-comments-number {
	text-align: center;
	width: 20px;
	height: 20px;
	margin-left: 35px;
	margin-top: 5px;
}

h4 {
	margin: 10px 0 10px 0;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: lighter;
}

.comment-container {
	border: 1px solid #A3EFFF;
	background-color: #D1F7FF;
	width: 500px;
	margin-top: 10px;
	padding: 10px;
	text-align: justify;
}


.navigation {
	padding-top: 40px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
} 

.sidebar {
	float: left;
	width: 250px;
	background-color: #ECFCFF;
	margin-top: 25px;
	padding: 10px;
}

input.search {
	background-color: #D1F7FF;
	border: none;
	color: #6699EE;
	width: 180px;
	height: 20px;
}
input.submit {
	vertical-align: middle;
	border: none;
	color: #6699EE;
	background-color: #ECFCFF;
}

.quick-links-container {
	float: left;
	margin: 20px 0 0 5px;
}

.quick-links-icon {
	float: left;
	width: 44px;
	height: 42px;
	margin: 20px 5px 0 0;
}

.quick-links-title {
	margin-bottom: 5px;
	text-transform: uppercase;
	color: #6699EE;
}

li.cat-item {
	border-bottom: 1px #99C0E6 dashed;
	padding: 5px 0 8px 15px;
        width: 180px;
        height: 13px;
        overflow: hidden;
}

li.quick-links-subtitle a:link, li.quick-links-subtitle a:visited,li.quick-links-subtitle a:active {
	color: #704C4C;
}

li.quick-links-subtitle a:hover {
	color: #8F7C47;
}

.copyright {
	clear: both;
	width: 690px;
	padding-top: 15px;
	text-align: center;
	font-size: 11px;
}

.footer {
	clear:both;
	background: transparent url(images/footer-rocks2.jpg) repeat-x scroll;
	height: 257px;
}

.footer-small {
	background: transparent url(images/footer-fish2.jpg) no-repeat scroll;
	height: 269px;
	width: 546px;
	margin: 0 auto;
}

/*Comments*/

form.contact-box {
	width: 550px;
	height: 365px;
}

label.form-label {
	float: left;
	width: 30%;	
}

p.form-elem {
	float: left;
	width: 70%;
	padding-bottom: 15px;
}

input.form-box, textarea.form-box, select.form-box, button.form-box {
	border: 1px solid #000;
	width: 99.6%;
}

.input-size {
	border: 1px solid #A3EFFF;
	background-color: #D1F7FF;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 300px;
}

.leave-comment-container {
	margin-top: 30px;
}

p.error {
	color: #C00;
	font-weight: bold;
	padding: 5px 0;
}