/*   
Theme Name: Your Theme
Theme URI: http://example.com/example/
Description: A search engine optimized website framework for WordPress.
Author: You
Author URI: http://example.com/
Version: 1.0
.
Your theme will be your copyrighted work.
Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

/* Reset default browser styles */
@import url('styles/reset.css');

/* Rebuild default browser styles */
@import url('styles/rebuild.css');

/* Import a basic layout */
@import url('styles/2c-l.css');

/* Basic WordPress Styles */
@import url('styles/wp.css');


body {
	background-color: #222;
}

#wrapper {
	width: 950px;
	margin: 15px auto;	
}
#secondary {
	width: 180px;
	float: left;
}
#container {
}
.roundCorners {
border-radius: 10px;
-ms-border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;	
}

/* =Header
-------------------------------------------------------------- */
#header {
	
}
#branding {
}

#blog-title {
	width: 180px;
	height: 68px;
	float: left;
}
#blog-description {
	text-indent: -9999px;
	width: 1px;
	height: 1px;
}

.menu-menu-container {
	float: left;
	margin-left: -20px;
}
#busqueda {
	padding-left: 10px;
	margin-top: 15px;
	padding-top: 5px;
	width: 163px;
	height: 28px;
	float: right;
	background: transparent url('img/searchform.jpg') no-repeat;	
}
#searchform input {
	background: transparent;
	border: 0;
	color: #999;	
}

h2 {
font-size: 16px;
font-weight: bold;
}
/* =Menu
-------------------------------------------------------------- */

#access {
        margin: 0 0 1.5em 0;
        overflow: auto;
}
.skip-link {
        display: none;
}
ul.menu {
        list-style: none;
		margin-left: 40px;
        padding: 10px 0;
		display: block;
		width: auto;
}
ul.menu ul {
        display: none;
}
ul.menu li {
        display: inline;
}
ul.menu a {
        display: block;
        float: left;
		padding: 5px 15px;
		background-color: #444;
		text-transform: uppercase;
		color: #b1b130;	
		margin-right: 15px;
		font-size: 30px;
		text-decoration: none;
border-radius: 14px;
-ms-border-radius: 14px;
-moz-border-radius: 14px;
-webkit-border-radius: 14px;
-khtml-border-radius: 14px;	 
}


/* =Content
-------------------------------------------------------------- */

.post, .type-page {
		background-color: #FFF; 
		width: 740px; 
		padding: 10px;  
		margin-bottom: 20px !important;
		min-height: 350px;
		height: auto;
border-radius: 10px;
-ms-border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;	 
}
.entry-content, .entry-summary {
        margin: 1.5em 0 0 0;
}


#date {
	background-color: #222;
	width: 62px;
	height: 54px;
	color: #FFFFFF;
	text-align: center;
	float: left;
border-radius: 10px;
-ms-border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;	  
}
#date .date-year {
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
}
#date .date-day {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight: bold;
}


#entry-title a {
	font-size: 36px;
	color: #54a7e4;
	text-decoration: none;	
	background-color: #222;
	padding: 8px 12px 7px 12px;
	width: 650px;
	float: right;
border-radius: 10px;
-ms-border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;	 
}

#entry-meta {
	color: #54a7e4;
	text-decoration: none;	
	background-color: #222;
	padding: 5px 10px;
	margin-top: 5px;
	margin-right: 10px;
	width: 720px;
	height: 35px;
	overflow: hidden;
border-radius: 10px;
-ms-border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;	 
}

.meta-author, .meta-comments, .meta-tags { margin-right: 10px; float: left; }


.meta-tags {
	color: #444;
	display: block;
}
.meta-tags a:link, .meta-tags a:visited {
	color: #999;
	text-decoration: none;
}
.meta-tags a:hover {
	text-decoration: underline;
}

#entry-content {
	margin-top: 10px;
	margin-left: 40px;
	margin-right: 40px;
}


/* =Comments
-------------------------------------------------------------- */
#respond {
	width: 500px;
	background-color: #303030;	
	padding: 20px;
	color: white;
border-radius: 10px;
-ms-border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;	
}

#commentss {
	width: 550px;
	margin-left: 90px;
	background-color: #505050;	
	padding: 20px;
border-radius: 10px;
-ms-border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;	
}

h3#comments {
	font-size: 28px;
	color: #CCC;	
}

.commentlist {
	color: white;
}

/* =Navigation
-------------------------------------------------------------- */

.navigation {
        margin: 0 0 1.5em 0;
        overflow: auto; 
}

#nav-above a, #nav-below a {
	font-size: 24px;
	color: #b1b130;	
	text-decoration: none;
}

.nav-next {
	float: right;
}
.nav-previous {
	float: left;
}

.meta-nav-left {
	display: block;
	width: 17px;
	height: 17px;
	background: transparent url('img/left.jpg') no-repeat 1px 5px;
	float: left;
}
.meta-nav-right {
	display: block;
	width: 17px;
	height: 17px;
	background: transparent url('img/right.jpg') no-repeat 1px 5px;
	float: right;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
        list-style: none;
        margin-left: 0;
}
.widget-area ul ul {
        list-style: disc;
        margin-left: 1.1em;
}
.widget-area ul ul ul {
        margin-left: 2.5em;
}
.widget-container {
        margin: 0 0 1.5em 0;
}

.widget-area select {
	margin-top: 5px;
	margin-bottom: 10px;	
}

#rsslink {
	margin-bottom: 30px;
}

h3.widget-title {
	color: #808080;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 11px;
}

.ipadloops-description {
	color: #888;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 11px;
}

/* =TagCloud
-------------------------------------------------------------- */
.widget-container a:link, .widget-container a:visited {
	text-decoration:none; 
	color: #54a7e4;
}
.widget-container a:hover, .widget-container a:active {
	text-decoration:none; 
	color: #54a7e4;
}