/*
Theme Name: Sleek
Theme URI: http://www.hablogs.com/demo/index.php?wptheme=Sleek-Wordpress
Description: A Sleek Wordpress Theme. This theme and several hundred of others are available for free download at <a href="http://www.wordpresstemplates.com/">Wordpress Templates</a>.
Version: 1.0
Author: Creixems Web Studio
Author URI: http://creixems.com
*/


/*Real Author: Elad Domb
Real Author URI: http://wordpress.reviewitonline.net*/

/*Nifty Corners Cube CSS by Alessandro Fulciniti
The following classes are added dinamically by javascript,
and their use should be avoided in the markup */


/*
CSS General Reset
*/
* {
	font-family: "Trebuchet MS";
	font-size: 1em;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	text-decoration: none;
	vertical-align: baseline;
	white-space: normal;
}

html, body { }
hr {display: none}
blockquote:before, blockquote:after, q:before, q:after {content: ''}
blockquote, q {quotes: "" ""}
ul {list-style-type: none}
ol {list-style-type: decimal}
.clear {clear: both}

a {
	color: #D14ACC;
}

a:hover {
	color: #fff;
}

/*
Layout CSS Information
*/
body {
	background: #0c0c0c url(images/bggeneral.jpg) repeat-x top;
	text-align: center;
}

#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

/*
Header CSS
*/
#header {
	width: 960px;
	height:188px;
	
}
	.head1 { background: url(images/header01.jpg) no-repeat; }
	.head2 { background: url(images/header2.jpg) no-repeat; }

	
#header_logo {
	float: left;
	padding: 30px 30px 10px 200px;
	background: url(images/logo.png) no-repeat;
	background-position: 3px 3px;
	display:none;
}

#header_logo h1.blogtitle {
}

#header_logo h1.blogtitle a {
	color: #acd700;
	font-size: 1.7em;
	line-height: 1.2em;
	letter-spacing: -2px;
}

#header_logo h1.blogtitle a:hover {
	color: #ccff00;
}

#header_logo .description {
	display: block;
	color: #899;
	font-size: 0.9em;
	line-height: 1.2em;
}

/*
Search bar
*/
#searchbar {
	float: right;
	display: inline;
	margin-top: 1px;
	background: #333;
	padding: 11px;
	width: 270px;
	height: 31px;
	-moz-border-radius-topright: 9px;
	-moz-border-radius-topleft: 9px;
	-webkit-border-top-right-radius: 9px;
	-webkit-border-top-left-radius: 9px;
}

.searchform {
	font-size: 0.7em;
	display: inline;
	vertical-align: middle;
}

.searchform fieldset {
	display: inline;
	vertical-align: middle;
}

.searchform label {
	display: inline;
	vertical-align: middle;
}

.searchform input {
	display: inline;
	vertical-align: middle;
}

.searchform .searchlabel {
	color: #aaa;
	font-weight: bold;
	text-transform: uppercase;
	margin-right: 5px;
	font-family: verdana;
	letter-spacing: -1px;
}

.searchform .searchterm {
	width: 200px;
	padding: 5px;
	color: #444;
	background: #777;
}

.searchform .searchterm:hover {
	background: #c3c3c3;
}

.searchform .searchbutton {
	text-transform: uppercase;
	background: #fff;
	cursor: pointer;
	color: #666;
	font-weight: bold;
	padding:4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.searchform .searchbutton:hover {
	color: #90C;
}

/*
Very Top Bar
*/
#top {
	width: 990px;
	margin-top: 10px;
	background: #444;
	padding: 5px;
	display:none;
}

#pagemenu {
	float: left;
	height: 24px;
}

#pagemenu li {
	float: left;
	display: block;
	height: 24px;
	border-right: 1px solid #777;
}

#pagemenu li a {
	float: left;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
	font-size: 0.8em;
	text-transform: lowercase;
	color: #fff;
	background: #999;
	line-height: 24px;
	height: 24px;
}

#pagemenu li a:hover {
	background: #ddd;
	color: #333;
}

#pagemenu li.current_page_item a {
	background: #ddd;
	color: #333;
}

#pagemenu li.current_page_item a:hover {
	background: #ddd;
	color: #333;
}

/*
Page Menu CSS
*/
#bar {
	width: 100%;
	background: #666 url(images/bgmenubar.jpg) repeat-x;
	height: 24px;
	padding: 5px;
}

#catmenu {
	float: left;
	display: inline;
	height: 24px;
	margin-left: 10px;
}

#catmenu li {
	float: left;
	display: block;
	/*border-right: 1px solid #B00E9E;*/
	height: 24px;
}

#catmenu li a {
	float: left;
	display: block;
	font-size: 0.8em;
	font-weight: bold;
	color: #FFF;
	padding: 0px 10px 0px 10px;
	margin: 0 5px;
	line-height: 24px;
	height: 24px;
}

#catmenu li a:hover {
	background: #DB2EA5;
	color: #333;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	
}

#catmenu li.current-cat a {
	color: #fff;
	background: #B00E9E;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border:none;
}

#catmenu li.current-cat a:hover {
	color: #333;
	background: #fff;
}

/*
Content Layout
*/
#content {
	width: 1000px;
}

#content #column {
	float: left;
	width: 640px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: inline;
	margin: 0 20px 0 0;
}

#content #sidebar {
	float: left;
	width: 290px;
	display: inline;
	margin: 0px 0 0px 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #333;
	-moz-border-radius-bottomright: 9px;
	-moz-border-radius-bottomleft: 9px;
	-webkit-border-bottom-right-radius: 9px;
	-webkit-border-bottom-left-radius: 9px;
}

/* Box */
.box {margin-top: 15px;margin-left:10px;margin-right:10px;}
.box {color:#fff;font-size:0.8em;}
.box a {color:#ff000;font-weight:bold;}
.box a:hover {color:#fff;}

.box h2 {
	font-size: 1em;
	letter-spacing: -1px;
	line-height: 1.3em;
	color: #fff;
	padding: 3px 3px 3px 3px;
	border-bottom: 1px dotted #555;
	margin-bottom: 5px;
}

.box p {font-weight:bold;margin-top: 10px;margin-bottom: 5px;}

.round {
	display: block;
	padding: 15px;
	background: #222;
}

.feedlink {
	margin: 0px 0px 7px 0px;
}
.feedlink a {
	display: block;
	float: left;
	padding-left: 40px;
	padding-right: 20px;
	height: 29px;
	line-height: 29px;
	background: url(images/rss.png) no-repeat left center;
	font-weight: bold;
}

/* Feed form */
.feedform, .feedform fieldset, .feedform input {vertical-align:middle}

.feedemail {
	width: 200px;
	color: #666;
	background: #fff;
	padding: 2px;
}
.feedemail:hover {

}

.feedsubmit {
	font-size: 0.9em;
	text-transform: uppercase;
	color: #fff;
	background: #9ec600;
	cursor: pointer;
	font-weight: bold;
}

.feedsubmit:hover {
	background: #86a700;
}

/*
Sidebar Widgets
*/
.center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.sidebar1 {
	width: 270px;
	padding: 10px;
}

.sidebar2 {
	width: 150px;
	padding: 10px;
	float: left;
	display: inline;
}

.sidebarhome {
	width: 300px;
	padding: 10px;
	float: left;
	display: inline;
}

.sidebarhome h2 {
	font-size: 1.2em;
	letter-spacing: -1px;
	line-height: 1.3em;
	color: #fff;
	padding: 3px 3px 3px 3px;
	border-bottom: 1px dotted #555;
	margin-bottom: 5px;
	
}

.sidebarhome .widget { margin: 0 0 35px 0; }

.sidebar1 h2, .sidebar2 h2  {
	font-size: 1em;
	letter-spacing: -1px;
	line-height: 1.3em;
	color: #fff;
	padding: 3px 3px 3px 35px;
	border-bottom: 1px dotted #555;
	margin-bottom: 5px;
	background:url(images/engranaje.png) no-repeat;
}

.sidebar1 ul ul, .sidebar2 ul ul, .sidebar1 ul div, .sidebar2 ul div, .sidebarhome ul div {
	font-size: 0.8em;
	color: #fff;
	line-height: 1.5em;
	margin: 0 0 0 20px;
}

.sidebar1 ul div div, .sidebar2 ul div div, .sidebarhome ul div div  {
	font-size: 1em;
}

.sidebar1 li, .sidebar2 li, .sidebarhome li {
	margin-top: 15px;
}

.sidebar1 li li, .sidebar2 li li, .sidebarhome li li {
	font-size: 1em;
	margin-top: 0;
	background: url(images/bullet.png) no-repeat;
	background-position: left 9px;
	padding-left: 10px;
}

.sidebar1 li li li, .sidebar2 li li li, .sidebarhome li li li {
	font-size: 1.2em;
	margin-top: 0;
	margin-left: 15px;
	background: url(images/bullet.png) no-repeat;
	background-position: left 8px;
}

.sidebar1 li li a, .sidebar2 li li a, .sidebarhome li li a {
	display: block;
	border-bottom: 1px dotted #555;
	color: #fff;
	padding: 2px;
}
.sidebar1 li li a:hover, .sidebar2 li li a:hover, .sidebarhome li li a:hover {
	color: #EF0ED5;
}

.sidebar1 li li li a, .sidebar2 li li li a,  .sidebarhome li li li a {
	display: block;
	border-bottom: 1px dotted #555;
	color: #fff;
	padding: 2px;
}
.sidebar1 li li li a:hover, .sidebar2 li li li a:hover, .sidebarhome li li li a:hover  {
	color: #EF0ED5;
}

.sidebar1 a, .sidebar2 a, .sidebarhome a {color:#999}
.sidebar1 a:hover, .sidebar2 a:hover, .sidebarhome a:hover {color:#fff}

/*
Footer CSS
*/
#footer {
	width: 940px;
	height: 125px;
	background: #333;
	padding: 10px;
	margin: 30px 0 10px 0;
	font-size: 0.7em;
	color: #797979;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#footer a {
	color: #797979;

}

#footer a:hover {
	color: #999;
}



.copyright, .middledata, .credit { width:32%;   float:left; line-height: 2em; margin: 0 5px 0 5px; }

.copyright { height: 60px; padding: 10px 0 0 0; text-align:center; }
.copyright div a { 	background: url(http://www.creixems.com/images/credits/creditwhite.png) no-repeat right; padding: 0 120px 0 0; 
				float:left; width: 80px; height:20px; line-height: 20px; margin: 25px 0 0 50px; }

.middledata a { background:url(images/footercenter.png) no-repeat center; float:left; width: 100%; height:120px; }

.credit a#rssfooter { background:url(images/footerright.png) no-repeat center; float:left; width: 100%; height:120px;  }

a.sitename {
	border-bottom: 1px dotted #bbb;
}

/*
General Styles THE POST
*/
.post {
	background: #333 url(images/bgarticle.jpg) repeat-x top;
	padding: 6px 10px 10px 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin: 10px 0;
}

.post h1, .post h2, .post h3, .post h4, .post h5, .post h6 {
	line-height: 1.3em;
	margin: 0px 0px 5px 0px;
}

.post p {
	line-height: 1.6em;
	margin: 0px 0px 7px 0px;
}

.post h1 {font-size: 1.4em}
.post h2 {font-size: 1.3em}
.post h3 {font-size: 1.2em}
.post h4 {font-size: 1.1em}
.post h5 {font-size: 1em}
.post h6 {font-size: 0.9em}
.post p {font-size: 0.8em}
.post h1 {color: #fff;letter-spacing:-1px;}
.post h2 {color: #c0f700;letter-spacing:-1px;}
.post h3 {color: #fff;letter-spacing:-1px;}
.post h4 {color: #eee}
.post h5 {color: #fff}
.post h6 {color: #fff}
.post p {color: #fff; margin: 25px 0 5px 0;}

.post ul, .post ol {
	font-size: 0.9em;
	color: #aaa;
	margin: 0px 0px 7px 25px;
}
.post li, .post li li {line-height: 1.5em; list-style-type:circle; }
.post ol {margin-left: 16px}

.post ul ul, .post ol ol {
	font-size: 1em;
	margin-bottom: 5px;
	margin-top: 5px;
}
.post ul li, .post ul li ul li {
	background: url(images/bullet.gif) no-repeat;
	background-position: left 8px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.post ol li, .post ol li ol li {
	padding-top: 2px;
	padding-bottom: 2px;
}

.post img {
	vertical-align: middle;
}

.more-link {
	display: block;
	font-weight: bold;
	font-size: 1em;
	font-family: "Trebuchet MS";
}

.post ins {
	text-decoration: underline;
}

.post del {
	text-decoration: line-through;
}

.post code {
	display: block;
	border: 1px dotted #ddd;
	width: 400px;
	padding: 10px;
	background: #eee;
	color: #666;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

.post blockquote {
	display: block;
	border: 1px dashed #ddd;
	width: 400px;
	padding: 10px 10px 0px 10px;
	background: #FFF;
	color: #000;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}


.post blockquote p {
	background: url(images/blockquote.gif) no-repeat;
	background-position: left top;
	padding-left: 40px;
	color: #5a727b;
	font-weight: bold;
}

.post a:hover {
	border-bottom: 1px dotted #bbb;
}

.post h2 a {
	color: #fff;
}

.post h2 a:hover {
	border-bottom: 1px dotted #ccc;
}

.post .entry {
	margin-top: 10px;
	margin-bottom: 10px;
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 20px;

}

.post .entry ul li { column-break-after: always; -moz-column-break-after: always; -webkit-column-break-after: always; 	 }

.post .info {
	font-size: 0.7em;
	color: #999;
	line-height: 1.5em;
}

.post .category {
	font-size: 0.7em;
	color: #999;
	line-height: 1.5em;
	border-bottom: solid 1px #555;
	padding: 0 0 5px 0;
}

.post .tags {
	font-size: 0.7em;
	color: #999;
	line-height: 1.5em;
	padding: 5px;
}

.post .tags a {
	color: #fff;
}

.post .tags a:hover {
	color: #bfee01;
	border-bottom: 1px dotted #bbb;
}

/*
Post Images - Alignments
*/
img.alignleft, img.alignright, img.aligncenter, img.alignnone {
	border: 3px solid #eee;
}

.alignleft {
	float: left;
	display: inline;
	margin-right: 10px;
	margin-bottom: 2px;
}

.alignright {
	float: right;
	display: inline;
	margin-left: 10px;
	margin-bottom: 2px;
}

.aligncenter {
	display: inline;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.alignnone {
	display: inline;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

p.wp-caption-text {
	padding: 3px;
	color: #999;
}

/*
Default Navigation _Next entries _Previous entries
*/
.nav {
	margin-top: 10px;
	font-size: 0.8em;
	color: #fff;
}

.nav a:hover {
	color: #fff;
}
	

.nav_left {
	float: left;
	display: inline;
	margin-left: 5px;
}

.nav_right {
	float: right;
	display: inline;
	margin-right: 5px;
}

/*
Other Post Boxes
*/
.post_header {
	padding-top: 10px;
	margin-left: 10px;
	padding-right: 10px;
	font-size: 1.1em;
}

.post_header h1 {
	font-size: 1em;
	color: #fff;
	letter-spacing: -1px;
}

.post_follow {
	padding: 10px;
	font-size: 0.75em;
	color: #fff;
	line-height: 1.5em;
	margin-top: 10px;
}

.post_follow a {
	font-weight: bold;
}

/*
Comments
*/
.commentlistdiv {
	margin-top: 10px;
	padding: 10px;
	font-size: 0.8em;
	color: #fff;
}

.commentlistdiv h1 {
	font-size: 1.3em;
	color: #fff;
	border-bottom: 1px solid #666;
	line-height: 1.5em;
}

.commentlist li {
	border-bottom: 1px dotted #555;
	padding: 20px;
}

.commentlist li.alt {
}

.pane_l {
	float: left;
	display: inline;
	width: 160px;
	min-width: 160px;
	max-width: 160px;
	border-right: 1px dotted #555;
	padding-right: 20px;
	margin-right: 20px;
}

.pane_r {
	display: block;
	line-height: 1.5em;
	margin-left: 201px;
}

.c_author {
	font-size: 0.85em;
	font-weight: bold;
	margin: 0px 0px 7px 0px;
}

.c_avatar {
	display: block;
	margin: 0px 0px 7px 0px;
}

.c_avatar img {border: 3px solid #c6ff00}

.c_date {
	color: #aaa;
	font-size: 0.85em;
	margin: 0px 0px 7px 0px;
}

.c_approved {
	color: #aaa;
	font-size: 0.85em;
}

/*
Trackbacks / Pinbacks
*/
.post_ping {
	padding: 10px;
	border: 1px solid #eeeee4;
	font-family: "Trebuchet MS";
	font-size: 0.7em;
	color: #fff;
	line-height: 1.5em;
}

.post_ping h1 {
	font-size: 1.2em;
}

.post_ping ol {
	margin-left: 20px;
}

.post_ping ol li {
	padding-top: 3px;
}

/*
Reply
*/
.reply {
	margin-top: 10px;
	padding: 10px;
	font-size: 0.8em;
	color: #fff;
}

.reply h1 {
	font-size: 1.3em;
	color: #ccc;
	border-bottom: 1px solid #555;
	line-height: 1.5em;
}

.reply label {
	font-family: "Trebuchet MS";
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	vertical-align: middle;
	color: #fff;
	margin-left: 5px;
}

.replytext {
	width: 200px;
	background: #000;
	margin-top: 5px;
	margin-bottom: 5px;
	vertical-align: middle;
	color: #fff;
	padding: 3px;
	border-right: 1px solid #444;
	border-bottom: 1px solid #444;
}

.replytext:hover {
background: #222;
}

.replyarea {
	width: 600px;
	height: 140px;
	background: #000;
	margin-top: 5px;
	margin-bottom: 5px;
	vertical-align: middle;
	color: #fff;
	padding: 3px;
	border-right: 1px solid #444;
	border-bottom: 1px solid #444;
}

.replyarea:hover {
background: #222;
}

.replybutton {
	cursor: pointer;
	font-size: 1em;
	font-weight: bold;
	background: #545454;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 6px;
	vertical-align: middle;
	color: #fff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.replybutton:hover {
	background: #909;
}

.ratings, .views {
	font-size: 0.9em;
	line-height: 1.4em;
	margin: 0px 0px 10px 0px;
}



/* ------------------------ */

form.wpmcsw { font-size: 0.9em; color:#999; padding:3px; margin: 3px 10px; }

.wpmcsw select, select#cat { margin: 7px; font-size:1.1em; color:#c2c2c2; padding: 2px; background:#636363; width:220px; }

.wpmcsw select:hover, select#cat:hover { color:#333; background:#939393; }

.wpmcsw input { margin: 15px 0 0 0 ; }

.wpmcsw input[type="submit"] {
		-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #333; padding: 6px; margin-left: 40px; }


#suscribete { float:right; width: 320px; margin: 10px 0 0 0; }
#suscribete ul { list-style:none; }
#suscribete ul li { font-size:0.8em;  }
#suscribete ul li#susrss a { background:url(images/rss.png) no-repeat left; margin-right:10px;  }
#suscribete ul li#susmail a { background:url(images/mail.png) no-repeat left;  }
#suscribete ul li a { float:left; width:125px; padding-left: 30px; color:#FFF;  height:24px; line-height:24px; }
#suscribete ul li a:hover { color: #C92892; text-decoration:underline; }

/* ------------------------ */


.publicidad { background: #333; text-align:center; }

.central { width:640px; height: 100px; line-height:100px; }

.topright { width: 300px; height: 85px; line-height:85px; margin: 10px 0 5px 0; float:right; }


#wp125adwrap_2c { overflow:auto; margin:0;}

.sidebar1 ul li div.wp125ad {
float:left;
padding:5px;
width:260px;
margin:0;
}

/* ------------------------ */

.sidebar1 ul ul.children { margin:0; }

.hilite { background-color: #CF3; color:#333; font-size:1.1em; padding:2px; }



/* pagenavi */

.wp-pagenavi span.pages {
background-color:#323232 !important;
border:1px solid #555  !important;
color:#ccc  !important;
margin:2px  !important;
padding:2px 4px  !important;
}

.wp-pagenavi a, .wp-pagenavi a:link {
background-color:#323232 !important;
border:1px solid #555  !important;
color:#ccc  !important;
margin:2px  !important;
padding:2px 4px  !important;
text-decoration:none;
}