/*
Theme Name: Jolicloud
Theme URI: http://www.jolicloud.com/
Description: Jolicloud WordPress theme.
Version: 3.0
Author: Jolicloud
Author URI: http://www.jolicloud.com/
Tags: jolicloud
*/

div#top h1#title-building-jolicloud {
	text-align: center;
	background: none;
}
div#top h1#title-building-jolicloud a {
	text-indent: -5000px;
	overflow: hidden;
	display: block;
	margin: auto;
	width: 864px;
	height: 28px;
	background-image: url(http://www.jolicloud.com/images/titles/building-jolicloud.png);
}

#main {
	padding-top: 50px;
}
#content .page {
	-webkit-box-shadow: 0px 0px 8px #333;
	-moz-box-shadow: 0px 0px 8px #000;
	overflow: hidden;
	padding: 0 20px 20px 20px;
	background-color: #F4F4F4;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#content, #content h3, #content h2 {
	color: #333642;
	text-shadow: 0 1px 3px #fff;
}
#content h2, #content h2 a {
	color: #FB6E08;
}
#content .page .date {
	color: #585B69;
}
#content .page .rounded_link a {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#content .entry p, .rss_feed {
	color: #2E303B;
	text-shadow: none;
}
#content .comment {
	padding: 3px;
	margin-bottom: 20px;
}
#content .comment {
	background: #E1E1E1;
}
#content .trackback-link {
	font-size: 12px;
	font-style: italic;
}
#content a {
	color: #333642;
	text-shadow: 0 1px 3px #fff;
}
#content .comment .imag {
	margin-left: 20px;
	margin-top: 20px;
	float: left;
}
#content .comment .entry, #content .comment .author {
	margin: 20px;
}
#content .comment .author {
	margin-top: 20px;
	color: #515562;
	text-shadow: 0 1px 3px #fff;
	font-size: 11px;
}
#content .comment .author span {
	font-size: 13px;
	font-weight: bold;
}
#content .comment .entry p {
	clear: none;
}
#content .page_right {
	text-shadow: none;
}
#content .categorybox {
	font-weight: bold;
	padding-left: 10px;
	color: #333642;
}
#content .categorybox li {
	font-weight: normal;
	padding-left: 0;
	margin-left: 0;
	list-style-type: none;
}

.rounded_link a {
	display: block;
	-webkit-border-radius: 4px;
	-mozilla-border-radius: 4px;
	height: 11px;
	font-size: 11px;
	font-weight: bold;
	padding: 7px 7px 7px 23px;
	text-shadow: none;
	color: #cad1e0;
	text-decoration: underline;
}

.page .page_left {
	float: left;
	width: 640px;
}
.page .page_right {
	float: right;
	padding: 0;
}

.rss_feed {
	background: url(img/rss_feed.png) no-repeat 2px 2px;
	font-size: 12px;
	padding: 2px 0 0 18px;
	margin: 5px 0 5px 4px;
	display: block;
}

.field input, .field textarea, .field select {
	background: #fff;
	border: 1px solid #D6D6D6;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color:#858892;
}

.field input:focus, .field textarea:focus {
	color: #000;
	border-color: #797979;
	background-color: #fff;
}


.post {
	clear: both;
	padding: 20px 0 0 0;
	overflow: hidden;
}
.post .post_title {
	overflow: hidden;
}
.comment .date,
.post .post_title .date {
	clear: left;
	float: left;
	text-shadow: none;
	color: #cad1e0;
	font-size: 11px;
	font-weight: bold;
	margin: -10px 0 0 0;
}
.comment .date {
	margin-top: 4px;
	margin-bottom: 10px;
}
.post .post_title .comments_link a {
	clear: right;
	float: right;
	margin-top: -10px;
	background-image: url(img/comment.png);
	background-position: 6px 8px; 
	background-repeat: no-repeat;
}

.entry img {
	display: block;
	margin: 5px auto;
	text-align: center;
}
.entry img.wp-smiley {
	display: inline;
}

.entry_read {
	float: right;
}
.entry_read a {
	background-image: url(img/read_more.png);
	background-position: 8px 8px; 
	background-repeat: no-repeat;
}

.post_inter {
	width: 100%;
	height: 2px;
	margin: 40px 0 20px 0;
}

.post .entry p {
	line-height: 22px;
}

.post h2 {
	font-size: 24px;
	font-weight: bold;
	clear: both;
	margin-top: 0;
}

#searchform {
	margin: 0;
}
#searchform input {
	width: 223px;
	height: 26px;
	background: url(img/search_box.png) no-repeat 0 -56px;
	border: 0;
	color: #000;
	padding: 0 1px 0 20px;
}
#searchform input:focus {
	background-position: 0 -28px;
}
#searchform input.placeholder {
	color: #333;
	background-position: 0 0;
}
#searchform input:focus {
	outline: none;
}

.comment {
	overflow: hidden;
}
.comment p {
	clear: left;
}

#respond, #commentslist {
	clear: left;
	padding-top: 30px;
}


/* Comment form */
#respond form {
	clear: left;
	padding-top: 20px;
}
#respond .row {
	clear: left;
	padding-bottom: 10px;
}
#respond label {
	clear: left;
	display: block;
	float: left;
	width: 200px;
	text-align: right;
	padding-right: 10px;
	padding-top: 9px;
}
#respond .row input,
#respond .row textarea {
	background: #262730;
	margin: 0;
	padding: 6px;
	border: 1px solid #21222b;
	color: #858892;
}
#respond .row input:focus,
#respond .row textarea:focus {
	outline: none;
	color: #fff;
	border-color: #000;
	background-color: #0d0e11;
}
#respond .row input.placeholder,
#respond .row textarea.placeholder {
	color: #47494f;
}
#respond .row input {
	font-size: 14px;
	width: 250px;
}
#respond .row textarea {
	width: 400px;
	font-size: 14px;
	height: 150px;
	max-width: 400px;
}
#respond #send-button {
	margin-left: 210px;
	width: 89px;
	height: 37px;
	background: url(img/send_button.png) no-repeat;
	display: block;
	cursor: pointer;
}
#respond #send-button:active {
	background-position: left -37px;
}
#respond #send-button span {
	display: none;
}
