/*
	Author Name	: cb
	Author Site	: http://clementebernad.com
	Style Name	: CB
	Style URI	: http://clementebernad.com
	Version		: 0.1
	Comments	: + Stormy Horizon (http://www.rcboyce.com/projects/web/k2/stormy-horizon/)
                          + X9800 Dark Green (http://vanblogzor.co.cc/k2-scheme/)
                          = CB
	Header Width    : 950px
	Header Height   : 206px
*/



/*	----------------
Main body
----------------	*/

body
	{
	/*background: #333;*/
	background: #444;
	}
	
#page
	{
	color: #fff;
	background: #222222;
	/*background: #191919;*/
	padding: 0;
	border: 1px solid #000;
	position: relative;
	}

.content
	{
	/*border: 1px solid #000;
	border-top: 0px solid #000;*/
	background: #222222;
	/*background: #191919;*/
	}


	

/*	----------------
Header
----------------	*/

#header 
	{
	height: 206px;
	margin: 0 auto;
	/*background: #111 url('header950x206.jpg') no-repeat scroll top center;*/
	background: #111 url('styles/clementebernad/header950x206.jpg') no-repeat scroll top center;
	color: #aaa;
	}


#header h1
	{
	color: #ddd;
	}
#header h1 a
	{
	color: #ddd;
	text-decoration: none;
	}
#header .description
	{
	font-size: 1em;
	margin: 0 0 0 40px;
	color: #ccc !important;
	}
#header .description a
	{
	color: #ccc !important;
	}
	
ul.menu li a
	{
	font: 1em Verdana, Helvetica, Arial, Sans-Serif;
	text-transform: lowercase;
	color: #ccc;
	background-color: #49535b;
	opacity:.40;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	}
ul.menu li a:hover
	{
	background: #636c78;
	color: #333 !important;
	text-decoration: none;
	opacity:.60;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	}
ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover
	{
	background: #b97;
	color: #333 !important;
	text-decoration: none;
	opacity:.50;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	}


/*	This positions the navigation menu at the top of the header.	*/
ul#menu-top
	{
	display: inline !important;	/*	This line prevents the top menu from showing up in styles that don't support it.	*/
	position: absolute;
	top: -2px;
	left: 25px;
	}
ul#menu-top li a
	{
	background: #333;
	color: #ccc !important;
	opacity:.50;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	}
ul#menu-top li a:hover
	{
	background: #000;
	color: #ccc !important;
	opacity:.60;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	}

/*	----------------
Rolling archives
----------------	*/

#rollingarchives
	{
	background: #191919 !important;
	border-color: #444 !important;
	}

/*	----------------
Post images
----------------	*/

.primary img
	{
	margin-left: -5px;
	padding: 4px;
	border: 0px;
	max-width: 100%;
	}
	
img.center
	{
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
img.alignright
	{
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}
img.alignleft
	{
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
img.noborder
	{
	border: none;
	}



/*	----------------
Titles
----------------	*/

h1, 
h2, 
h3, 
h4 
	{
	font-family: 'Century Gothic' Lucida Grande, Verdana, Sans-Serif;
	}
	
h1, 
h1 a, 
h1 a:hover, 
h1 a:visited,
#header .description
	{
	text-decoration: none;
	color: #aaa;
	}
h2, h2 a, h2 a:visited,
h3, h3 a, h3 a:visited,
h4, h4 a, h4 a:visited
	{
	color: #888;
	}


/*	----------------
Meta info
----------------	*/	

.entry-meta
	{
	font-size: 1em;
	display: block;
	color: #ccc;
	/*color: #777;*/
	}

/*	I went ahead and dropped the icon for post time, since I found it annoying.	*/

.chronodata
	{
	background: none !important;
	padding: 2px 0 !important;
	}
.chronodata abbr
	{
	font: inherit;
	}
.commentslink
	{
	padding: 2px 0 2px 17px;
	margin: 0 10px 0 5px;
	}
.entry-edit a
	{
	padding: 2px 0 2px 17px;
	margin: 0;
	}

/*	----------------
Main content
----------------	*/

.entry-content
	{
	color: #cccccc;
	}

a:hover,
a:visited:hover 
	{
	text-decoration: underline;
	}
h2 a:hover,
h2 span a:hover
	{
	color: #ccc !important;
	}
a
	{
	color: #bbb;
	text-decoration: none;
	}
.entry-content a:visited
	{
	color: #b97;
	}
blockquote
	{
	color: #666 !important;
	}

	
/*	----------------
Quick posts
Any post with the category of "quick" will follow these styles.
----------------	*/

.category-quick h3.entry-title
	{
	font-size: 2em !important;
	display: inline;
	}
.category-quick .entry-meta
	{
	font-size: .9em;
	display: inline;
	margin-left: 10px;
	}
.category-quick .entry-category
	{
	display: none;
	}
.category-quick .entry-content
	{
	font-size: 1.1em;
	line-height: 1.3em;
	}
.category-quick .entry-content p,
.category-quick .entry-content ul,
.category-quick .entry-content ol,
.category-quick .entry-content div,
.category-quick .entry-content blockquote
	{
	margin: 8px 0;
	}

/*	 Restores normal styling to quick posts on individual pages.	*/

body.single .category-quick h3.entry-title
	{
	font-size: 2.4em !important;
	}
body.single .category-quick .entry-meta
	{
	font-size: 1em;
	display: block;
	margin-left: 0;
	}
body.single .category-quick .entry-category
	{
	display: inline;
	}
body. single .category-quick .entry-content
	{
	font-size: 1.2em;
	line-height: 1.8em;
	}
body.single .category-quick .entry-content p,
body.single .category-quick .entry-content ul,
body.single .category-quick .entry-content ol,
body.single .category-quick .entry-content div,
body.single .category-quick .entry-content blockquote
	{
	margin: 13px 0;
	}

#footer
	{
	color: #ccc;
	}

#footer a
	{
	color: #fff;
        border-bottom: 0px solid #CCCCCC;
	text-decoration: underline;
	}
#footer a:hover
	{
	color: #ccc;
	text-decoration: underline;
	}


	
/*	----------------
Comments
----------------	*/
li.byuser
	{
	background: #444;
	}

li.bypostauthor
	{
	background: #999;
	color: #191919;
	}


/* fuentes X9800 */

.secondary {
	font-size: 1.1em;
	line-height: 1.1em;
	}

h1, h2, h3, h4 {
	font-family: 'Trebuchet MS', Verdana, Sans-Serif;
	}

.secondary h4 { 
	font-size: 1.2em!important;
	font-weight: bold!important;
	border-bottom:1px solid #444;
	padding-bottom:5px!important;
	display: block;
	}

.feedlink img { 
	display: inline;
	top: 0px !important;
	}

#primary h3, #primary h4, .single #primary .k2-asides h3 { 
	font-size: 2.1em;
	letter-spacing:-1px;
	font-weight:bold;
	border-bottom:1px solid #444;
	padding-bottom:5px;
	}

h3 a:hover {
	color: #eee!important;
	text-decoration:none!important;
	}

#primary .entry-content h3 {
	font-size: 1.3em;
	font-weight:bold;
	}

.entry-meta { 
	font-size: 1.1em;
	}

.entry-meta a, .entry-meta a:visited, .comment-meta a, .comment-meta a:visited {
	color: #666;
	/*color: #AACC66;*/
	}

.entry-content {
	font-size: 1.3em;
	line-height: 1.2em;
	text-align: justify;
	color: #ccc;
	}

.entry-content p,
.entry-content ul,
.entry-content ol,
.entry-content div,
.entry-content blockquote {
	margin: 10px 0;
	}

#commentlist li .comment-content {
	font-size: 1.1em;
	line-height: 1.3em;
	}

.comment-content p,
.comment-content ul,
.comment-content ol,
.comment-content div,
.comment-content blockquote {
	margin: 5px 0;
	}

#commentlist {
	color:#aaa;
	}

#pinglist {
	background: #333;
	}


.comments input[type=text], .comments textarea {
	background: #222;
	}

.comments input[type=text]:focus, .comments textarea:focus {
	background: #333;
	color:#eee;
	}

/*
input[type=text]:focus, textarea:focus {
	background: #333;
	color:#eee;
	}*/

#wp-calendar {
	width: 100%;
	padding:5px 10px;
	margin:0 auto;
	}

#wp-calendar td {
	color: #aaa;
	}

#wp-calendar caption {
	font-size: 1em;
	font-weight: normal;
	padding: 5px;
	margin:0 auto;
	}

#wp-calendar #today {
	background: #4f4f4f;
	}

/* */
.secondary {
	font-size: 1.1em;
	line-height: 1.1em;
	}

.secondary h4 { 
	font-size: 1.2em!important;
	font-weight: bold!important;
	border-bottom:1px solid #444;
	padding-bottom:5px!important;
	display: block;
	}

h1, h2, h3, h4 {
	font-family: 'Trebuchet MS', Verdana, Sans-Serif;
	}

h2, h2 a, h2 a:visited,
h3, h3 a, h3 a:visited,
h4, h4 a, h4 a:visited {
	color: #ccee99;
	}

a, a:visited {
        color:#aacc66;
}

.entry-content a, .entry-content a:visited {
	color:#aacc66;
}

a.more-link, a:visited.more-link {
	color:#BB4411;
}

#primary h3, #primary h4, .single #primary .k2-asides h3 { 
	font-size: 2.1em;
	letter-spacing:-1px;
	font-weight:bold;
	border-bottom:1px solid #444;
	padding-bottom:5px;
	}

h3 a:hover {
	color: #eee!important;
	text-decoration:none!important;
	}

#primary .entry-content h3 {
	font-size: 1.3em;
	font-weight:normal;
}

#primary {
        width:510px;
	/* background-color:white;*/
}

.secondary {
        width:190px;
}

.entry-content img {
	border:0px solid #000000;
}

.hentry {
        margin:5px 0pt 45px;
}

.comment-author {
	color: #cccccc;
}

#primary h2 {
        text-align:left;
        border-bottom:1px solid #444444;
}

#primary h2 a, #primary h2 a:hover, #primary h2 a:visited, #primary h2 a:visited:hover {
	text-decoration: none;
}

.related_post {
	font-size:1.3em;
}

.related_post li {
	margin-left:25px;
	/*list-style-image: url(pto-flechadoble.gif);*/
	list-style-image: url(styles/clementebernad/pto-flechadoble.gif);
}

#ngg_widget_slideshow1 {
	margin:0pt;
}

.comments textarea {
	width:500px;
}

#searchform div {
	margin:0pt 0pt 0pt 0px;
}

ul.menu li a {
	-moz-border-radius-topleft:0px;
	-moz-border-radius-topright:0px;
	-webkit-border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
}

#header h1 {
	font-family:'Century Gothic',Lucida Grande,Verdana,Sans-Serif;
}

.secondary div div.textwidget {
	margin:0pt;
}

#rollingarchives {
	background:#222222 !important;
	border-color:#222222 !important;
	width:510px;
}

body.smartposition #rollingarchives {
	background:#fff !important;
	border-color:#eee !important;
	width:510px;
}

body.smartposition #nav-above {
	width:510px;
}


.navigation a, .navigation a:visited {
	color:#999999;
}

.entry-head {
	background:#222222 !important;
}


.content {
    padding-bottom:20px;
}

#agenda li {
list-style-type:square;
margin:10pt;
padding:1px 1pt;
}

.entry-content .ngg-album-link {
  margin-top: 0px;
}

#primary .ngg-albumoverview h4 { 
  font-size: 0.9em;
  font-weight: normal;
}

