/*  
Theme Name: Solidarios
Theme URI: http://ccs.org.es/
Description: CCS WordPress theme
Version: 1.1
Author: Catalin Rosu
Author URI: http://ccs.org.es/
Tags: white, grid, whitespace, minimal, clean, widgets
*/

* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #fde8bd;
	color: #333;
	font-size: 62.5%;
	font-family: arial, verdana, sans-serif;
	text-align: center;
} 
h1 {
	font-size: 2em;
}
h2 {
	color: #020265;
	font-size: 15px;
	margin: 10px 0 20px 30px;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
a {
	color: #020265;
	outline: none;
	text-decoration: none;
}
a:hover {
	color: #3c6c92;
}

/* =----------------------------------- oh the convenience */
#wrapper {
	/* 
		sets the minimum(s) for the entire site
		off of which everything else is based on
	*/
	font-size: 1.2em;
	line-height: 1.4em;
}
.nav li {
	line-height: 1.2em;
}
.nav li a {
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.nav li a span {
	color: #888;
	font-size: 0.9em;
	font-weight: normal;
	text-transform: lowercase;
}
.nav li a.focus span {
	color: #ccc;
}
.nav li a:hover,
.nav li a.focus {
	color: #fff;
}
.nav .searchField input {
	color: #777;
}
.postMeta {
	font-size: 0.9em;
	text-transform: uppercase;
}
.postMeta span.date {
	color: #777;
}
.postMeta span.comments a,
.postMeta span.date a {
	color: #3c6c92;
}
.post h2 {
	line-height: 1.2em;
}
.entry a {
	color: #3c6c92;
	font-weight: normal;
}
.entry a:hover {
	color: #3c6c92;
}

.entry ul,
.entry ol,
.entry blockquote {
	color: #555;
}
.entry blockquote {
	font-style: italic;
}

#paginateIndex {
	font-size: 0.9em;
	text-transform: uppercase;
}


/* =----------------------------------- main structure */
#wrapper {
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: 100%;
}
#mainColumn {
	clear: both;
	margin: 28px 0 0 0;
	width: 100%;
}

/* =----------------------------------- header elements */
#masthead {
	padding: 0;
	background: transparent url(images/logo.jpg) no-repeat 0px 0px;
	height: 130px;
	text-align: left;
}

#masthead a {
	display: block;
	width: 540px;
	height: 130px;
	margin-left: 50px;
}

/* =----------------------------------- top + bottom navigation */
.navStripWrapper {
	position: relative;
	clear: both;
	background: transparent;
	margin: 0px;
}
.nav { background: transparent; padding: 0 0px 0 30px; /*border-bottom: 1px solid #fff;*/ margin: 0px 10px;}
.nav li {
	display: block;
	float: left;
}
.nav li a {
	color: #020265;
	font-family: 'Century Gothic', Arial, Verdana, Tahoma, sans-serif;
	font-size: 15px;
	font-weight: bold;
	display: block;
	padding: 12px;
	background: transparent url(images/bckgr_menu.png) no-repeat top right;
}

.nav li a:hover,
.nav li.current_page_item a,
.nav li.current_page_parent a { color: #ffffff; background-color: #020265/*transparent*/;}

.nav li.searchField {
	float: right;
	border: 0;
}
.nav .searchField div {
	margin: 0px 10px 0 0;
}
.nav .searchField span {
	float: left;
	display: block;
	padding: 0;
}

.nav .searchField input {
	outline: none;
	padding: 1px;
	margin-top: 1px;
	width: 200px;
	font-size: 12px;
}

.nav .searchField span a {
	background: #ffffcf;
	padding: 2px 6px 2px 6px;
	margin-left: 3px;
	font-size: 11px;
	width: 50px;
	color: #020265;
	text-align: center;
	text-transform: none;
	border: 1px solid #020265;
}


/* =----------------------------------- general post */
.post {
	color: #1a205c;
	margin: 0 5px 10px 19px;
	padding: 0;
	background-color: transparent;
}
.post h2 {
	padding: 0px; 
	margin: 0px;
}
.post h2 a {
	display:block;
	color: #020265;
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	background-color: transparent;
	line-height: 17px;
	padding: 1px 10px 1px 32px;
}

.post h2 a:hover { color: white; background-color: #020265;}
.post h2 span, .post h2 a span { color: #020265; font-size: 11px; cursor: pointer; float:right}
.post h2 a:hover span { color: white;}

.single h2 {
	color: #020265;
	margin-bottom: 0px;
	padding: 5px 10px 5px 30px;
}

.single h2 a { font-size: 15px; padding: 5px 10px 5px 0px;}
.single h2 a span { color: white; font-size: 14px;}
.single .entry p {
	color: #020265;
	font-size: 13px;
	font-weight: normal;
	margin: 2px 20px 10px 30px;
}

/* =----------------------------------- home post */

.special { 
	margin: 20px 5px 10px 32px;
	padding-left: 10px;
}
.special .entry { margin: 5px 5px 10px 10px; background-color: transparent;}
.special .entry a { font-size: 11px;}

.special .entry .title { margin-right: 0px;}
.special .entry .title a {font-family: 'Century Gothic', Arial, Helvetica, sans-serif; font-weight: bold; font-size: 13px;}
.special .post { 
	width: 350px;
	min-height: 60px;
	float: left; 
	color: #1a205c;
	margin: 0 16px 0 0;
	padding: 0;
	background-color: transparent;
} 
.special .post h2 {	padding: 0; margin: 0px; }
.special .post h2 {
	display: block;
	color: #020265;
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 17px;
	padding: 1px 10px 1px 10px;
}

/* =----------------------------------- entry body */
.entry { padding: 0px; overflow: hidden; clear: both; }
.entry a {color: #1c205d;}
.entry a:hover {color: #1c205d; text-decoration: none;}

.entry .author { 
	color: #020265; 
	text-transform: uppercase; 
	font-size: 10px; 
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
}

.entry p {
	font-size: 13px;
	font-weight: normal;
	margin: 2px 10px 10px 32px; 
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
}
.entry ul,
.entry ol,
.entry blockquote {
	margin: 0 14px;
}
.entry ol {
	list-style: decimal;
}
.entry ul li,
.entry ol li {
	margin: 5px 0 5px 0px;
}
.entry ul li {
	list-style: none;
}

.entry ul li a { font-size: 14px; color: #020265; }

.entry ul.categories {
	margin-left: 30px;
}

.entry ul.categories li {
	list-style: square;
}

.entry ul.categories li a { font-size: 16px; color: #020265; }

.entry blockquote {
	border-left: 1px solid #ccc;
	font-size: 1.1em;
	line-height: 1.4em;
	margin-left: 21px;
	padding-left: 10px;
}
.entry img,
.entry a img {
	background: #fff;
	border: 1px solid #bbb;
	padding: 2px;
}
.entry a:hover img {
	border-color: #3c6c92;
}

/* =----------------------------------- main index pagination */
#paginateIndex { 
	margin-bottom: 25px;
}
#paginateIndex a,
.commentlist li .reply a {
	color: #777;
	font-size: 0.9em;
	text-transform: uppercase;
	display: block;
	padding: 4px 7px 3px;
	background: #fff;
	border: 1px solid #ddd;
}
.commentlist li .reply a {
	color: #aaa;
}
#paginateIndex a:hover,
.commentlist li .reply a:hover {
	color: #3c6c92;
	/*border-color: #3c6c92;*/
	background: #eee;
}

/* =----------------------------------- widget enabled sidebar */
.secondaryColumn h3 {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #eee;
	margin: 0 0 10px 0;
	padding: 7px 4px;
}
.widgetContainer {
	margin: 0 0 20px 0;
}
.widgetContainer ul li {
	margin: 0 3px 7px 21px;
	list-style: circle;
}
.widgetContainer ul li ul {
	margin-top: 5px;
}
.widgetContainer .textwidget {
	margin: 0 3px;
	line-height: 1.5em;
}
.widgetContainer #wp-calendar {
	border-collapse: collapse;
	width: 100%;
}
#wp-calendar caption {
	font-weight: bold;
	margin-bottom: 7px;
}
#wp-calendar thead {}
#wp-calendar thead th {
	padding: 4px 0 4px 3px;
	border: 1px solid #ccc;
	border-width: 1px 0;
}
#wp-calendar td {
	padding: 3px 0 4px 3px;
	color: #777;
}
#wp-calendar td a {
	font-weight: bold;
}

/* =----------------------------------- style some comments */
#commentsContainer {
	margin-bottom: 30px;
}
#commentsContainer span.hook {
	position: relative;
	display: block;
}
#commentsContainer h3 {
	display: block;
	margin: 10px 0;
	padding: 7px 4px 0;
	border-top: 1px solid #3c6c92;
}
.cancel-comment-reply {
	position: absolute;
	top: -1px;
	right: 4px;
}
.commentlist {
	list-style: none;
	margin: 0 0 20px;
}
.commentlist .comment-author {
	border-top: 1px solid #ccc;
	padding-top: 7px;
	margin-top: 10px;
	overflow: hidden;
}
.commentlist .comment-author img.avatar {
	display: block;
	float: left;
	height: 16px;
	width: 16px;
	margin: 0 4px 0 0;
}
.commentlist .comment-meta {
	margin: 0 0 0 20px;
}
.commentlist li .reply {
	text-align: right;
	padding-bottom: 10px;
}
.commentlist li .reply a {
	display:inline;
}
.commentlist li p {
	margin: 1em 0;
	padding: 0 3px;
}
.commentlist li ul,
.commentlist li ol,
.commentlist li blockquote {
	margin: 0 20px;
}
.commentlist .children {
	margin: 0 0 0 40px;
}
.commentlist .children li {
	list-style: none;
}
#commentform .contain {
	margin: 0 0 10px 0 !important;
}
#commentform #author,
#commentform #email,
#commentform #url,
#commentform textarea {
	padding: 4px 3px;
	border: 1px solid #ccc;
	border-left-color: #bbb;
	border-bottom-color: #bbb;
	background: #fff;
	margin-right: 4px;
}
#commentform #author,
#commentform #email,
#commentform #url,
#commentform textarea {
	border: 1px solid #bbb;
	outline: none;
	padding: 4px 3px;
	width: 160px;
}
#commentform p label {
	margin: 4px 0 0 0;
}
#commentform textarea {
	float: none;
	width: 98%;
	overflow: auto;
}

/* =----------------------------------- boring footer */
#footer {
	clear: both;
	text-align: left;
	bottom: 0px;
	margin: 0px 0px 0px 0px;
}
#footer .sponsors { 
	height: 66px; 
	border-top: 1px solid white; 
	background: transparent url(images/bckgr_sponsors.png) repeat-x 0px 0px;
	padding-left: 50px;
}

#footer .separador { margin: 0px 20px; }

/* =----------------------------------- floats + clearing rule */
.floatleft,
.alignleft {
	float: left;
	margin: 3px 7px 0 0;
}
.floatright,
.alignright {
	float: right;
	margin: 3px 0 0 7px;
}
.right {
	float:right;
}
.left {
	float: left;
}
.clear {
	clear: both;
}
.fix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.fix {
	display: inline-block;
}
* html .fix{
	height: 1%;
}
.fix{
	display: block;
}
.hidden { display: none;  }
