/*  
Theme Name: La marquesa!
Description: La marquesa personal blog, three-column, Tema de Wordpress d'alta qualitat.
Author: La marquesa
Author URL: http://www.laiamarques.cat
Version: 1.0
*/

body {
	font-family: Helvetica, Arial;
	background-color: white;
	background: repeat-x;
	color: black;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 11px;
	line-height: 14px;
}

/* Common Formatting */
a, a:link, a:active {
	outline: none;
	color: #ce4313;
	text-decoration: none;
}
a:hover {
	background: #ce4313;
	color: white;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	margin: 0;
	padding: 0;
}
p {
	margin: 0;
	padding: 0 0 15px;
}
blockquote {
	background: #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	border-left: 4px solid #B5B5B5;
	font-size: 11px;
	margin: 15px 0;
	padding: 15px 50px 0;
}
img {
	border: 0;
	text-decoration: none;
}
ul, ol {
	margin: 0;
	padding: 0 0 15px 30px;
}
ul li, ol li {
	margin: 0;
	padding: 0 0 0px;
	list-style-type: none;
}
form {
	margin: 0;
	padding: 0;
}

/* Wrapper */
#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 900px;
}

/* Head */
#head {
	background-image: url(images/capcalera.jpg);
	height: 200px;
	margin-bottom: 20px;
	float: left;
	width: 900px;
}

/* Logo */
#logo{
	float: left;
}
#logo h1 a {
	color: white;
	font-size: 56px;
	text-transform: lowercase;
	font-weight: bold;
	font-family: georgia;
}
#logo h1 a:hover {
	color: white;
	background: transparent;
}

/* Menu */
#menu {
	overflow: auto;
	font-size: 11px;
	font-family: Tahoma;
	float: right;
}
#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: right;
}
#menu ul li {
	display: inline; 
	margin: 0;
	padding: 0;
}
#menu ul li a {
	display: block;
	float: left;
	margin-right: 4px;
	padding: 5px 8px;
	font-weight: bold;
	color: white;
}
#menu ul li a:hover {
	background: #8c2b00;
}
#menu ul li.current_page_item a {
	background: #8c2b00;
}

/* Main */
#main {
	float: left;
	width: 675px;
	margin-left: 10px;
}

/* Content */
#content {
	float: left;
	width: 450px;
}
#content h1 {
	font-size: 15px;
	font-weight: bold;
}
#content h1 a {
	color: #ff3300;
}
#content h1 a:hover {
	text-decoration: none;
	background: transparent;
	color: black;
}
#content h2 {
	font-size: 15px;
	font-weight: bold;
}
#content h3 {
	font-size: 15px;
	font-weight: bold;
}
#content .post {
	padding-left: 0;
	padding-bottom: 25px;
	padding-right: 0;
	padding-top: 0;
	font-size: 11px;
}
#content .post .meta {
	padding-top: 15px;
	color: #000000;
	font-size: 11px;
}
#content .post .signa {
	padding-top: 15px;
	color: #000000;
	font-size: 10px;
}
#content .date {
	color: #000000;
	font-size: 11px;
	font-weight:bold;
	margin-top: 5px;
}
#content .post .entry {
	padding-top: 15px;
	font-size: 11px;
}
#content h1.archive_title, h1.search_title {
	margin-bottom: 15px;
}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

/* Sidebar */
.sidebar {
	font-size: 11px;
	float: left;
}
.sidebar h2.widgettitle {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 4px;
}
.sidebar .widget {
	margin-bottom: 15px;
}
.sidebar .twitter {
	font-size:11px;
	color:#000000;
	font-style: italic;
}
.sidebar .peq {
	font-size:10px;
	color:#666666;
	margin-bottom: 15px;
}
.sidebar li {
	list-style-type: none;
}
.sidebar ul {
	list-style-type: none;
	padding: 0;
}
.sidebar ul li a:hover {
	background-color: #ce4313;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	color: white;
}

/* Right Sidebar */
#rsidebar {
	float: left;
	width: 185px;
	margin-left: 30px;
}
#rsidebar .feedcount {
	padding-bottom: 5px;
	padding-left: 10px;
}
#rsidebar .search_input {
	font-size: 11px;
	width: 140px;
	margin-bottom: 17px;
	margin-top: 5px;	
}
#twitter {
		
}
#twitter_update_list {

}

/* Left Sidebar */

#lsidebar {
	float: left;
	width: 185px;
	margin-left: 30px;
	/*background-image: url(http://www.lamarquesa.cat/wp-content/themes/marquesa/images/paper.jpg);*/
	background-repeat: no-repeat;

}
#lsidebar .search_input {
	font-size: 11px;
	width: 140px;
	margin-bottom: 17px;
	margin-top: 5px;	
}
#lsidebar .imgno a:hover{
	background: none;
	background-color: none;
}

/* Footer */
#footer {
	margin-top: 25px;
	background: black;
	padding: 10px 5px;
	font-size: 11px;
}
#footer h3 a {
	font-family: georgia;
	color: white;
	font-size: 26px;
	font-weight: bold;
	text-transform: lowercase;
}
#footer h3 a:hover {
	background: white;
	color: black;
}

span.themeinfo {
	text-align:center;
	color: #FFFFFF;
	font-size: 10px;
	margin-top: 4px;
}
span.themeinfo a {
	color: silver;
	text-decoration: underline;
}
span.themeinfo a:hover {
	background: transparent;
}

/* Comments */
#comments {
	margin-top: 15px;
}
#comments img {
	background-color: white;
}
#comments h3 {
	color: #ff3300;
	font-size: 15px;
	font-weight: bold;
}
#comments ol {
	list-style-type: none;
	padding: 0;
	margin: 20px 0;
}
#comments ol li {
	padding: 0 0 10px;
	
}	
#comments .comment_text {
	margin-left: 20px;
	line-height: 18px;
	padding: 4px;
	color: black;
}
#comments .comment_meta {
	margin-left: 40px;
	padding: 4px;
	font-size: 11px;
}
#comments .comment_autor {
	margin-left: 20px;
	padding: 4px;
	font-size: 11px;
}
#comments .comment_meta a {
	color: #a1086a;
}
#comments .comment_meta a:hover {
	color: white;
	background-color: #a1086a;
}
#comments input {
}
#comments #respond {
	margin-bottom: 15px;
}
#comments textarea {
	font-size:11px;
	width: 300px;
}
#comments ol li p {
	padding: 0;
}


/* Global Class */
.clear {clear: both;}
.floatLeft {float: left;}
.floatRight {float: right;}
.aligncenter,div.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;
   /* optional rounded corners for browsers that support it */
   -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 p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}
