/*
Theme Name: Alvina
Theme URI: http://alvinaquintana.com
Description: A minimalist 2-column, right menu, fluid theme built for rapid development
Author: Charity Ondriezek, modified by Susana Gallardo
Author URI: http://consult.chicanas.com  */

/* -------------------------------------------------
     BASIC FORMATTING 
------------------------------------------------- */

*{margin:0; padding:0;}

body {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	background-color: #303;
}

a:link {color: #D3515D; text-decoration: none}
a:visited{color: #8B8378; text-decoration: none}
a:hover {color: #8B8378; text-decoration: none}
a:active {color: #D3515D; text-decoration: none}

/* -------------------------------------------------
     WRAP
------------------------------------------------- */
#pagewrap {
	margin: 30px auto;
	position: relative;
	text-align: left;
	width: 800px;
	border: 1px solid #fff; 
	background-color: #ff6;
}
	
/* -------------------------------------------------
     HEADER
------------------------------------------------- */

#header {
	min-width: 700px; height:210px;
background: url(http://www.alvinaquintana.com/images/headers/index.jpg) no-repeat top left;
}

#header h1{padding:5px 1%;}
	
#header img {border: none; padding-left: 240px;}

.tagline {padding:5px 1%;}

.quotation {font-style: italic; font-size: 12px; line-height: 14px; text-align: center; margin: 0 20px 5px 220px;}


/* -------------------------------------------------
     MAIN CONTENT
------------------------------------------------- */
/*
#contentwrap {float: left; width: 800px; margin-top: 20px;}
*/
#content {
	width: 550px;
	margin:1em 1%;
	font-size:1em;
	border-right:solid 1px #ccc;
        float: left;
        
}

#sidebar {
        width: 200px; 
        margin: 1em 1%;
        float: right;
        font-size: .9em;
}
	
#content h2.archivetitle{margin-left:5px;}

h1 {font-size: 1.4em;}

h2 {font-size: 1.2em; line-height: 1.4em; margin-top:10px; text-align: center;}
h3 {font-size: 1.1em; margin-top:10px; text-align: center;}


h4 {font-size: 1em;}

img{border: 1px solid #ccc;}
img a{}

ul{margin:5px 0 5px 10px; list-style: none;}
ol{margin:5px 0 5px 10px;}

blockquote{
	border-top:dotted 1px #ccc;
	border-bottom:dotted 1px #ccc;
	margin:10px 5%;
	padding:5px;}

/*ul, ol, p, blockquote, br {margin:1em 0;}*/

code{
	margin:10px 5%;
	font-family:"Courier New", Courier, monospace;}

acronym, abbr {}


.post {
	margin:10px;
	padding:10px;
        text-align: left;}
	
.post h2 a{text-decoration:none;}

.post a{text-decoration:underline;}

.post ul{}

.post li{}

.entry p{margin:1em 0;}
	
.entry img{}

.postmetadata {
	border-top:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	background:#FFEC8B;
	padding:5px;
        font-style: italic;
        font-size: .8em;
}
	
.postmetadata alt {}
.postmetadata a {}

/* for previous & next entry links */
.navigation {
	width:95%;
	margin:0 0 10px 5px;
	padding:2px;
	font-size:.9em;
	float:left;}
	
	.alignleft {float:left;}
	.alignright {float:right;}


/* -------------------------------------------------
     SEARCH
------------------------------------------------- */

#searchform {margin:.5em 0 1em .5em;}

#searchform input {}

#searchform #s {}

/* -------------------------------------------------
     COMMENT FORM
------------------------------------------------- */

#commentform{
	margin:10px;
	padding:10px;}
	
#commentbox{
	width:75%;
	min-width:400px;
	margin:5px 5px 0 0;}

#author, #email, #url{margin:5px 5px 0 0;}

#submit{margin:5px 5px 0 0;}

/* -------------------------------------------------
     COMMENTS
------------------------------------------------- */

#comments{
	margin:10px;
	padding:10px;}
	
ol.commentlist {}

ol.commentlist li {
	background: #ececec;
	margin:10px 0;
	padding:5px 0 5px 10px;
	border-top:solid 1px #ccc;
	border-bottom:solid 1px #ccc;}

ol.commentlist li.alt {}

ol.commentlist a {}

cite {}

small.commentmetadata {}

/* -------------------------------------------------
     FOOTER
------------------------------------------------- */

#footer {
	clear: both;
	padding: 15px 0 10px 0;
	margin: 30px;
	border-top: 1px dashed #999;
	font: .8em normal Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	text-align: center;
}

#footer p{padding:5px 1%;}



/* -------------------------------------------------
	 CLEARS (if needed with further customizations)
------------------------------------------------- */

.clear{clear:both;}
.clearfix{display:inline-block;}

.noborder{border:none !important; vertical-align:middle;}

.left{float:left; border:none !important; margin:5px;}
.right{float:right; border:none !important; margin:5px;}

/* -------------------------------------------------
	 MISC
------------------------------------------------- */
.tiny {font-size: .8em;}

.superscript{}

#navlist {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin: 0px;
	margin-bottom: 30px;
	padding: 10px 0 10px 110px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
        background-color: #4A2D6A;}
	
#navlist a, #navlist a:link, #navlist a:visited, #navlist a:hover, #navlist a:active, #navlist a:focus 
     {padding: 1px 0.5em; font-weight: bold; text-decoration: none;}
 
#navlist li {padding-right: 5px; display: inline; font-size: 1.0em;}
#navlist ul {margin: 0px; padding: 0px;}

#navlist a, #index #navlist a:link, #index #navlist a:visited {background-color: #4A2D6A; color: #dfbfff;}
#navlist a:hover, #index #navlist a:focus {
     background-color: #ccc; 
     color: #4A2D6A;}
#navlist #active a {color: #900; }

