/* @override http://localhost/jolicloud_blog/wp-content/themes/jolicloud-v2/style.css */

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



#content .page {
	overflow: hidden;
}

.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;
	background-color: #3b3d4a;
}
.rounded_link a:hover {
	color: #fff;
}
.rounded_link a:active {
	color: #fff;
	background-color: #24262e;
}

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

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

.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;
}
.post .post_title .comments_link a:active,
.post .post_title .comments_link a:hover {
	background-position: 6px -12px;
}

.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;
}
.entry_read a:active,
.entry_read a:hover {
	background-position: 8px -23px;
}

.post_inter {
	width: 100%;
	height: 2px;
	background: url(img/inter.png) repeat-x;
	margin: 40px 0 20px 0;
}

.post .entry p {
}

.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: #fff;
	padding: 0 1px 0 20px;
}
#searchform input:focus {
	background-position: 0 -28px;
}
#searchform input.placeholder {
	color: #898fa2;
	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;
}
