/*
Theme Name: Andalusia
Theme URI: http://www.nishigawakobo.com/
Description: Theme for Andalusian Dog's Life mini-site.
Version: 0.1
Author: CFR (with WordPress code by J. Noronha, layout techniques by Carlos Rincón Sánchez of Neurotic Web Design, and rollover techniques developed by Steve Clay)
Author URI: http://www.nishigawakobo.com/
Tags: three-column, fixed-width

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
*/

/*STRUCTURE*/
/*Based on a layout developed by Carlos Rincón Sánchez of Neurotic Web Design < http://en.neuroticweb.com/ >.*/

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 750px;
}

#header {
	margin: 0 0 5px 0;
}

#navlist  {
	margin: 0 0 15px 0;
	border-bottom: thin solid rgb(142,17,30);
}

#container {
	min-height: 600px;
}

#left-col {
	float: left;
	width: 175px;
}

#left-widgets {
	margin-bottom: 20px;
}

#contents {
	padding-top: 50px;
}

#right-col {
	float: right;
	width: 125px;
          text-align: right;
}

#content-3col { 
	float: left;
	width: 59%;
	background-color: rgb(252,251,240);
}

#content-2col { 
	float: left;
	width: 625px;
}

#content-1col { 
	float: left;
	width: 100%;
}

#content-inner {
	margin: 0px 5px 60px 5px;
}

#pre-footer {
	clear: both;
	margin-top: 10px;
	margin-bottom: 0px;
}
	
.photo-small {
	margin-top: 20px;
	margin-bottom: 20px;
	min-height: 130px;
	}

/* styles below unique to this part of the site */

#prose {
	width: 400px;
	margin-top: 15px;
	margin-left: 15px;
}

#verse-one {
	width: 400px;
	margin-left: 20px;
}

#footer {
	clear: both;
	border-top: none;
	margin-top: 20px;
	margin-bottom: 20px;
}


#footer-inner {
	margin-top: 10px;
	margin-left: 2px;
	margin-bottom: 10px;
	height: 100px;
	background:url('http://www.nishigawakobo.com/0010/0010_hachi.jpg') center center no-repeat;
}

#andalusia {
	margin-top: 50px;
	margin-bottom: 50px;
          text-align: right;
}

/*TYPOGRAPHIC*/

/*Body styles*/

p {
          color: rgb(0,0,0);
          font-family: Georgia, Caslon, Garamond, serif;
          font-size: 0.9em;
          font-weight: normal;
          line-height: 1.5em;
          text-align: left;
          margin-bottom: 1.5em;
	}

#content-inner p img {
	border: 0;
	margin-top: 1em;
	margin-bottom: 1em;
	}

#prose p {
	text-align: justify;
	}

#right-col p {
	margin-left: 10px;
          text-align: right;
	}

.caption {
          font-style: italic;
          font-weight: normal;
          font-size: 0.75em;
          line-height: 1.5em;
	padding-left: 2em; 
 }


.posted { /*comes at the bottom of every entry*/
          color: rgb(229,194,186);
          font-size: 0.75em;
          border-top: 1px solid rgb(229,194,186);
          text-align: left;
          margin-bottom: 4em;
          line-height: 1.5em;
	}

.continued { 
	text-align: center;
	}
	
.powered { /*identifies link to WP*/
          font-size: 0.6em;
          line-height: 1.5em;
          color: rgb(203,198,204);
          margin-bottom: 50px;
	}
	
.pagetop { /*jump to top of page*/
          text-align: right;
          font-size: 0.6em;
          line-height: 1.5em;
          color: rgb(229,194,186);
          margin: 0px 35px 10px 0px;
	}
 
.sectiontitle   { 
	font-style: italic; 
	margin-left: 2em;
	padding-top: 1em;
	}
	
 .versetitle   { 
 	margin-left: 0.5em; 
 	padding-top: 2em; 
 	}

.verseepigraph   { 
	font-style: italic; 
	padding-bottom: 1.5em; 
	padding-left: 2em; 
	}

 .verse1    { margin-left: 2em; padding-bottom: 0.5em; }

 .verse2   { margin-left: 4em; padding-bottom: 0.5em; }

 .verse3   { margin-left: 6em; padding-bottom: 0.5em; }
 


/*Heading styles*/

h1, h2, h3, h4 { 
          color: rgb(193,115,108);
          font-family: Helvetica, Verdana, Arial, sans-serif;
          text-align: left;
          font-weight: bold;
          margin: 0px;
          padding: 0px;
	}
	
#content-inner h1 { /*larger size and black sidehead for page titles*/
          font-size: 1.2em;
          line-height: 1.5em;
          margin-bottom: 1.5em;
	}
	
#content-inner h2 { /*used for the date reference in default templates*/
          color: rgb(193,115,108);
          font-size: 0.8em;
          margin-bottom: 1em;
	}

.cat-sub { /*category identifier under the title on main index page */
       margin-top: -0.5em;
	}

#left-col h2 { /*the only heading to be used in left-hand sidebar*/
          color: rgb(153,147,161);
          font-size: 0.8em;
	}

#content-inner h3 { /*the usual main sidehead for an entry*/
          font-size: 1.0em;
	  margin-bottom: 1em;
		}

#content-inner h4 { /*the usual secondary sidehead in an entry*/
		font-size: 0.8em;
		line-height: 1.5em;
		margin-top: 2em;
		margin-bottom: 1em;
		}

#right-col h2 { 
          color: rgb(153,147,161);
          font-size: 0.8em;
          text-align: right;
		line-height: 1.5em;
		margin-top: 2em;
		margin-bottom: 1em;
	}

#right-col h3 { 
          color: rgb(203,198,204);
          font-size: 0.6em;
          font-weight: normal;
          text-align: right;
		line-height: 1.5em;
		margin-top: 0em;
		margin-bottom: 1em;
	}

#footer-inner h2 { 
          color: rgb(153,147,161);
          font-size: 0.8em;
          margin-bottom: 0em;
	}
	
/*Line styles*/

.divisionline { /*1px red line*/
          font-size: 0.75em;
          line-height: 1.5em;
          text-align: right;
          color: rgb(229,194,186);
          border-bottom: 1px solid rgb(193,115,108);
          margin-top: 1.5em;
          margin-bottom: 1.5em;
	}

/*Links*/

a {
          text-decoration: none;
          border: none;
	}

#content-inner a:link {
          color: rgb(229,194,186);
	}

#content-inner a:visited {
          color: rgb(229,194,186);
	}

#content-inner a:active {
          color: rgb(229,194,186);
	}

#content-inner a:hover {
          color: rgb(193,115,108);
	}

#contents h2 a:link {
          color: rgb(203,198,204);
	}

#contents h2 a:visited {
          color: rgb(203,198,204);
	}

#contents h2 a:active {
          color: rgb(203,198,204);
	}

#contents h2 a:hover {
          color: rgb(153,147,161);
	}

a:link {
          color: rgb(203,198,204);
	}

a:visited {
          color: rgb(203,198,204);
	}

a:active {
          color: rgb(203,198,204);
	}

a:hover {
          color: rgb(153,147,161);
	}
	

/*Begin qTranslate language switcher section*/

.qtrans_language_chooser { 
	margin: 0em 0em 0em 0em;
	padding-left: 0px;
	list-style-type:none;
}

.qtrans_language_chooser li { 
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.7em;
	float:left;
	margin-left:0em;
	margin-right:1.75em;
	list-style-type:none;
}

#qtranslate-chooser a {
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 2px;
	padding-left: 2px;
	padding-right: 2px;
	margin-left: 1px;
	margin-right: 1px;
	display: block;
	color: rgb(203,198,204);
	border: 1px solid rgb(203,198,204);
	}

#qtranslate-chooser a:link {
          color: rgb(203,198,204);
	}

#qtranslate-chooser a:visited {
          color: rgb(203,198,204);
	}

#qtranslate-chooser a:active {
          color: rgb(203,198,204);
	}

#qtranslate-chooser a:hover {
          color: rgb(153,147,161);
	border-color: rgb(153,147,161);
	}

#qtranslate-chooser li.active a:link {
          color: rgb(203,198,204);
	}

#qtranslate-chooser li.active a {
	border-color: rgb(203,198,204);
	}

#qtranslate-chooser li.active a:visited {
          color: rgb(203,198,204);
	}

#qtranslate-chooser li.active a:active {
          color: rgb(203,198,204);
	}

#qtranslate-chooser li.active a:hover {
          color: rgb(203,198,204);
	border-color: rgb(203,198,204);
	}
	
/*End qTranslate language switcher section*/

/*Lists*/

#contents ul {
          margin: 0px 15px 30px 0px;
          padding-left: 15px;
	}

#contents ul a:link {
          color: rgb(203,198,204);
	}

#contents ul a:visited {
          color: rgb(203,198,204);
	}

#contents ul a:active {
          color: rgb(203,198,204);
	}

#contents ul a:hover {
          color: rgb(153,147,161);
	}

#contents li {
          color: rgb(203,198,204);
          font-family: Verdana, Arial, sans-serif;
          font-size: 0.7em;
          text-align: left;
          line-height: 1.5em;
          margin-top: 10px;
          list-style-type: circle;
	}
	
#left-widgets ul {
          margin: 0px 0px 0px 0px;
          padding-left: 0px;
	}

#left-widgets li {
          color: rgb(203,198,204);
          font-family: Verdana, Arial, sans-serif;
          font-size: 0.7em;
          text-align: left;
          line-height: 2em;
          margin-top: 0px;
          list-style-type: none;
	}

.nextprev {
          color: rgb(203,198,204);
          font-family: Verdana, Arial, sans-serif;
          font-size: 0.7em;
          text-align: left;
          line-height: 2em;
          margin-top: 0px;
          padding-bottom: 1em;
          list-style-type: none;
}
.nextprev .prev {
    float: left;
}
.nextprev .next {
    float: right;
}

/*POSITIONING STYLES*/	

.floatimg100px { /*for the image floating next to the excerpt text on an index page*/
          float: left;
	}

.storetop-left {
          float: left;
          margin-top: 10px;
          vertical-align: bottom;
	}

	
.floatimgbdr{ /*left aligned floating image with text wrap*/
          float: left;
          margin-top: 10px;
          margin-right: 20px;
          margin-bottom: 10px;
	}
	
.photo {
          text-align: left;
          margin-top: 0em;
          margin-bottom: 1em;
	}