/*  
Theme Name: Ciudad Capital Theme
Theme URI: ciudadcapital.net 
Description: This is a theme :)
Version: 1.0
Author: Neverbot
Author URI: http://www.neverbyte.net/
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #f9edcd url(images/fondo.jpg) repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #555555;
}

#page {
	width: 750px;
	height: 100pc;
	margin: 0 auto;
	padding: 45px 0;
}

#content { }

h1 { font-size: 28px; }
h2 { font-size: 20px; }
h3 { font-size: 16px; }
h1, h2, h3, h1 a, h2 a, h3 a {
	color: #555555;
	margin-bottom: 10px;
	letter-spacing: -0.05em;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1 a:hover, h2 a:hover, h3 a:hover { text-decoration: underline; }

a {	color: #346086; }
a:hover { text-decoration: none; }
a img { border: none; }

.left { float: left; }
.right { float: right; }

/* Logo */
#logo { 
	height: 135px; 
	text-align: center;
}

/* Menu */
#menu {
	height: 90px;
	padding: 0 5pc;
}

#menu ul {
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	padding: 0 20px 0 22px;
}

#menu a {
	font-weight: bold;
	color: #555555;
	text-decoration: none;
}
#menu a:hover {
	text-decoration: underline;
}

/* Content */
p, ul, li {
	margin-top: 10px;
	line-height: 170%;
}

ul, li { margin: 10px 0 0 15px; }

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

.post { }

.post-date {
	color: #A1A1A1;
    margin: 0 0 15px 0;
    padding: 0px;
    font-size: 14px;
    line-height: 20px;
	border-bottom: 1px solid;
}
.post-date a {
	color: #A1A1A1;
}

.avatar {
    margin: 0px 10px 0px 0px;
    float: left;
    padding: 3px;
    border: 1px solid #8D8D8D;
}

.post .entry {
	padding: 0 20px;
}

.post-foot {
	color: #A1A1A1;
	height: 47px;
	margin: 15px 0 25px 0;
	padding: 13px 0 0 0;
	line-height: normal;
}
.post-foot a {
	color: #A1A1A1;
}

.navigation {
	font-weight: bold;
    padding: 0 0 30px 0;
}

.longmeta {
	margin: 10px 0 40px 0;
	font-size: 12px;
}

/* Comments */

#commentfieldset {
    padding: 0 40px;
	border: none;
}

#comments, #respond {
}

.commentlist {
	margin: 0;
	padding: 0;
	list-style-position: inside;
}

.commentlist li {
	padding: 0 20px;
	border-bottom: 1px solid #E5E5E5;
}

#comment {
	width: 500px;
}

.comment-author {
        margin: 0px 0px 10px 0px;
        padding: 5px 0;
        font-size: 14px;
}
.comment-author a {
        color: #A1A1A1;
        text-decoration: underline;
}
.comment-author a:hover {
        text-decoration: none;
}

label {
    display: block;
	margin: 10px 0 5px 0;
}

input, textarea {
	border: 1px solid #D6D6D6;
	border-top-color: #A3A3A3;
	font: normal 1em/normal "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6E6E6E;
}

input.submit, input.button {
    width: auto;
    height: 30px;
    margin: 0px;
    padding: 0 20px;
	border: 1px solid #D6D6D6;
	border-top-color: #A3A3A3;
}

textarea {
    width: 80%;
    height: 150px;
}

/* Sidebar */
#sidebar { 
	margin: 30px 0 0 0;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 40px;
	padding: 0 15px 0 20px;
}

#sidebar li li {
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px solid #E5E5E5;
}

#sidebar li h2 {
	margin-bottom: 15px;
	font-size: 18px;
}

/* Footer */
#footer {
	margin: 30px 0;
	padding: 30px 0;
}

#footer p {
	margin: 0;
	line-height: normal;
}






