/*  
Theme Name: Black and White
Description: Designed by <a href="http://www.breathewords.com/" target="_blank">Breathewords.com</a>
Version: 2008
Author: Breathewords.com
Author URI: Breathewords.com
*/
*{	margin: 0em;
	padding: 0em;
}

body{
	background-color: #000;
	background-image: url(images/bg_white.gif);
	background-repeat: repeat-x;
	color: #eeeeee;
	font-family: Verdana, Arial, Serif;
	font-size: 85%;	
	text-align: center;
	margin-top: -10px; /* push the menu box up to align in IE */
	}

a:link,a:visited {
	color: #FF0099;
	
	}

a:hover,a:active {
    color: #000;
	background-color: #fff000;
	text-decoration: underline;
	}


/* HEADER  
-------------------*/

h2 a { /* take out underline on title links */
	text-decoration: none;
}

h1,h5,h6 {
	color:#fff;
	font-family: Verdana, Arial, Serif;
}

h2, h3, h4{
  font-family: Georgia, "Times New Roman", Times, serif;
  }

h2{ /*Article Big text*/
    font-size: 2em;
	letter-spacing: -1px;
	font-weight: normal;
	padding-right: 1em;
	padding-top: 2em;
	padding-bottom: 0.5em;
}


  
#header {
	padding: 0.8em 1.2em 1.2em 1.2em;
	text-align:left;
	}

#header h1 {
	font-size: 2.5em;
	text-transform: lowercase;
	letter-spacing: 0.07em;
	font-family: Verdana, Arial, Serif;
	font-weight: normal;	
	}

h4{ /*Smaller title in the article post*/
   font-size: 1.5em;
   background-color: #eee;
   float: clear;
   margin-top: 1em;
   margin-bottom: 1em;
      }
  
.highlight{ /*yellow highlight below titles /articles*/
   font-size: 0.9em;
   padding: 1em;
   margin-bottom: 2em;
   margin-top: 1em;
   border-top: solid 1px #FF0099;
   border-bottom: solid 1px #FF0099;
   float: clear;
   font-weight: bold;
   }
   
.quotation{ /* About Text in big */
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.7em;
  color: #C8966D; /* B9885F*/
  }
  
.quotation p { /* About Text in big */
  margin-bottom: 1.5em;
  }

.quotation a{ /* About Text in big */
  font-size: 0.8em;
  }
  
.quotationauthor{
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 0.7em;
 color: #E6C0A0; /* turq #82CEC8;*/
 
 }
  
.contact{ /* H2 MAIN TITLES About, Press, Contact, etc. */
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 2em;
   letter-spacing: -1px;
   font-weight: normal;
   padding-right: 1em;
   padding-bottom: 1em;
   }
  

	 
/* LOGO TITLE */

/* css text converts to images - this is the MENU TEXT */
a .textlink {
	display: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #8DA359;
	letter-spacing: 1px;
	text-decoration: none;
     }
	 
a#textlink:visited {
	color: #8DA359;
    }

a#logotitle { 
	display: block;
	background-image: url(http://www.breathewords.com/www/wp-content/themes/myblog/images/logo.gif);
	margin-top: -25px; 
	margin-left: -10px;
	margin-bottom: -10px; /* Push menu navigation up near to logo */
	margin-right: 44px;
	background-repeat: no-repeat;
	height: 103px;
	width: 193px;
	float: left;

	 }

a.logotitle {
	display: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000;
	letter-spacing: 1px;
	text-decoration: none;
	height: 103px;
	width: 112px;
    }
	

/* MENU */

#menu {
	color: #000;
	letter-spacing: 1px;
	height: 115px;
	width: 980px;
	line-height: 1.4em;
	text-align: left;
	margin-left: 1em; /* shift the black bar forward */
	padding-top: 25px;

	}

#menu a {
	color: #000;
	
}

#menu ul{ /* MENU LINKS View portfolio, contact, etc. */
	list-style: none;
	border-left: solid 1px #ccc;
	padding-left: 15px;
	margin-top: -35px; /*top margin for full nav */
	float: left;
}

#menu ul li { 
	font-size: 0.8em;	
	margin-right: 3.6em; /* margin between link lists */
}

#menu li a:hover,#menu li a:active,#menu li.current_page_item a{   
	background-color: #fff000;
	/*font-weight:bold;*/	
	}


.nextprev{
   /*background-image: url(http://www.breathewords.com/details/wp-content/themes/myblog/images/bg_stripes_yellow.gif);*/
	font-family: Verdana, Arial, Serif;
	margin-bottom: 10px;
    background-repeat: repeat;
	margin-right:9px;
	}
	
.nextprev ul{ /* Next and Previous links at bottom of page */
	text-align:right;	
	}
	
.nextprev li{
    list-style:none;
	text-align:right;
	
	}
		
.nextprev a{
	padding: 3px;
	border: solid 1px #FF0099;
	text-decoration:none;
	}
	
	
#nextprevcolor a { /* Distinguishes common links to the NEXT LINK */
    margin-bottom: 10em; 
    font-weight: bold;
	padding: 3px;
}

.nextprev a:hover{
	background-color: #FF0099;
	color:#000000;
	}


.title{ /* Beside the next and prev there is a Title above artwork to reference the page */
	font-family: Georgia, "Times New Roman", Times, serif;
	float: left;
	margin-bottom: -2em;
	font-size: 1.5em;
	}

.brown {
    color: #E6C0A0;
  }
	
p { /* paragraph */
   padding-bottom: 15px;
   }

/* GENERAL UL + LISTS */

#general  {
  	line-height: 1.7em;
  }
  
#general li{
  	margin-bottom: 1.5em;
	padding-bottom: 1em;
	border-bottom: dashed 1px #ccc;
   
  }

/* IMAGES */
img { /* to take out margin on images. Sheesh! */
	padding:0px;
	background:inherit;
	border:0;
	margin-bottom:20px;
	}

img.image {
	border:#cc9 1px solid;
	background-color: #fff;
	padding: 5px 5px 5px 0;
	}

	
img.left {
	float:left;
	margin:0 1.5em 1em 0;
	}
	
img.right{
	float:right;
	margin:0 0em 1em 1em;
	}

.alignimages{ /* align individual images DIV  on BLACK bg*/
    width: 685px;
	line-height: 1em;
	margin: 0;
	border: solid 1px #fff;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
	}
	
.alignimages img{ /* align individual images DIV */
    margin-top: 20px;
	}

.alignimagesxbottom{ /* without bottom border for photos Posters */
    margin-bottom: -50px;
	}

.alignimageswhite{ /* align individual images DIV  on WHITE bg*/
    width: 685px;
	background-color: #fff;
	color: #666;
	line-height: 1em;
	margin: 0;
	border: solid 1px #fff;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
	}
	
.alignimageswhite img{ /* align individual images DIV */
    margin-top: 20px;
	}

.imagerotatorsponsors{ /* Image Rotator for Sponsors */
    height: 95px;
	width: 180px; 
	}

.alignimagestight{ 
    width: 685px;
	line-height: 1em;
	margin: 0;
	border: solid 1px #fff;
	text-align: center;
	padding-bottom: 1px;
	}
	
.alignimagestight img{ 
	margin-bottom: 3px;
	}
	

.alignimagesphotoswhite{ 
    width: 685px;
	background-color: #fff;
	color: #666;
	line-height: 1em;
	margin-bottom: 0;
	border: solid 1px #fff;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
	}

.alignimagesphotoswhite img{ 
	margin-bottom: 40px;
	} 
	
.alignimagesphotos{ 
    width: 685px;
	line-height: 1em;
	margin: 0;
	border: solid 1px #fff;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
	}
.alignimagesphotos img{ 
	margin-bottom: 40px;
	}
	

.none {
 margin: 0px;
 }
.video{
 /* background-image: url(http://www.breathewords.com/details/wp-content/themes/myblog/images/bg_stripes.gif);
 background-repeat: repeat;*/
  width: 530px;
  text-align:center;
  float: clear;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color:#000;
  margin-bottom: 20px;
  }

blockquote {
	margin:1em;
	padding-right:1em;
	padding-left:1em;
	font-size: 0.9em;
	color:#ccc;
/*	border-left:#666 2px solid;*/
	}

/* CASING */
#outer{ /* FULL CONTAINER */
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.0em;
	padding: 1.0em;
	margin-bottom: 1.0em;
}

#content { /* full container div for both Posts and Sidebar */
	line-height: 2.2em;
	font-size: 0.9em;
	position: relative;
	margin-right: auto;
	padding-top: 1em;
	margin-left: auto;
	margin-bottom: -5px;
	text-align:left;
	}


/* CONTENT */
#main { /* Main Content Container */
	color: #eee;
	width: 695px; 
	float: left;
    background-color
	position: relative;
	text-align: justify;
	padding-right: 10px; /* SHIFT left column content to the right, so it aligns with borders */
	padding-top: 16px;
	border-right: solid 1px #ccc;
	}

#main p {
	line-height:1.6em;
	margin-bottom: 0.5em;
	}
	
#main .post {
	margin:0 0 3em 0;
	}

	
	
#main .post-content { /*Content Box */
	margin-right:0.5em;
	padding:1em 0.5 1em 0;
	}
	
#main .post-content ul, #main .post-content ol {
	margin:1em 2em;
	padding:0;
	}
	
#main p.post-info { /* Date info */
	padding:3px;
	margin:1em 0;
	color:#666;	
	font-size:0.9em;
	text-align: right;
	}

#main p.post-info a { /* Submit Interpretation LINK */
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#eee;
	padding: 3px;
	font-size:1.5em;
	font-weight: normal;
	
	}

.copyright {
   font-size: 0.8em;
   color:#ccc;
   margin-top: -25px;
   padding-bottom: 10px;
   text-align: right;
}


/* SIDEBAR */
#sidebar {
	width: 260px; 
	float: right;
	position: relative;
	font-size: 0.8em;
	text-align:left;
	padding-bottom: 2em;

	}

#sidebar p {
	margin-bottom: 2.0em;
	}

#sidebar h3 {/* Side bar titles */
    color: #67D6EA; /*#FFFF33;*/
	font-size: 1.0em;
	margin-top: 1em;
	padding-top: 16px;
	margin-bottom: 0.5em;
	letter-spacing: 1px;
	text-transform: uppercase;
	}
	
#sidebar ul {
	list-style: none;
	margin-bottom: 2em;
	margin-left:10px;
	}

#sidebar ul li a {
  	line-height: 2.0em;
	color: #fff;
	
	}
	
#sidebar a {
  	line-height: 2.0em;
	color: #fff;
	}
#sidebar form {
	margin-bottom:2em;
	}

#sidebar input.textbox {
	width:80%;
	}

#sidebar ul ul ul{
	list-style: none;
	line-height: 2.0em;
	margin:0 0.5em;
	}

#sidebar li li {}

#sidebar li li li {

	}

#sidebar a:hover{
    color:#000000;
	/*font-weight:bold;*/
	}
	
.clearabout { /* TXT About this site */
  	text-align: justify;
	margin-bottom: -20px;
	line-height: 16px;
	color: #E6C0A0; 
   }
      
.clear{ /* Clear Li in sidebar */
    clear: both;
	padding-top: 0.1em;
	}
	
 
.topentries{ /* Top 6 Paintings - align images */
    float: left;
	}

.caption { /* Painting caption, Author by */
   font-size: 0.9em;
   color: #AF989A;
   font-weight: bold;
   }


/* COMMENT / INPUT FIELDS */
#comments, #respond{
    font-family: Verdana, Arial, Serif;
    color: #fff;
	margin: 0 0 0;	
	font-size:1em;
	font-weight: bold;
	border-bottom: solid 1px #666666;
	padding-top: 10px;
	}

#commentform {
	margin:10px 0;	
	border-bottom: #ccc 1px solid;
	}
	
.commentnum {
	font-size:1.5em;
	font-weight:bold;	
	padding:3px;
	}
	
#outer .commentlist {
	margin: 0;
	padding: 0;
	list-style:none;
	background-color:#333333;
	}
	
.commentlist li {
	list-style:none;
	margin-bottom: 0;
	padding:1em;	
	background:#fefef2;
	font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1.7em;
    color: #C8966D; 
	background-color:#333333; 
	}
	
.commentlist li.alt {
    border-bottom: solid 1px #666666;
	background-color:#000; 

	}
	
.commentlist li .cmtinfo {
	font-family: Verdana, Arial, Serif;
	font-size:1em;	
	}

.commentlist li cite {
	font-style:normal;
	font-size: 0.7em;
	}

.commentlist li .cmtinfo em {
	margin:0;
	padding:0;
	font-style:normal;
	font-size:0.5em;
	color: #666666;
	}

#outer .nocomments {
	text-align:center;
	color:#fff;
	}
	
input.textbox{
	font-family: Verdana, Arial, Serif;
	border: solid 1px #ccc;
	background-color: #fff;
	font-size: 1.1em;
	color: #4F4F2B;
	padding:2px;
	width:160px;
	letter-spacing: 1px;	
	}

textarea{
	width: 90%;
	padding:5px;
	height: 20em;
	width: 522px;
	border: 1px solid #ccc;	
	background:#fff;
	}
	
.textbox:focus, textarea:focus{
	background:#fff;
	border:#999 1px solid;
	}


 /* BUTTONS */  
 .go { /* Search box BUTTON*/
 color: #000;
 width: 25px; 
 height: 20px;
 border: solid 1px #fff;
 font-weight: bold;
 background-image: url(images/go.gif);
 background-repeat: no-repeat;
 cursor: pointer; /* hand-shaped cursor */
 cursor: hand; /* for IE 5.x */ 
 }
 
 .submit { /* Input fields*/
 color: #000;
 width: 152px; 
 height: 20px;
 font-weight: bold;
 border: 0;
 padding : 2px 10px 2px 10px; 
 background-color : #FF0099;
 cursor: pointer; /* hand-shaped cursor */
 cursor: hand; /* for IE 5.x */~
 margin-bottom: 10px;
 }
 
 .rss { /* RSS icon */
 width: 20px; 
 height: 14px;
 border: none;
 margin-bottom: 0;
 margin-right: -0.1em;
 margin-top: 0.5em;
 }
 
 .rsssidebar { /* RSS icon */
 width: 20px; 
 height: 14px;
 border: none;
 margin-bottom: 0;
 margin-right: -0.1em;
 margin-bottom: -0.3em;
 }

 .new { /* new icon */
 width: 30px; 
 height: 15px;
 border: none;
 margin-left: 0.5em;
 margin-bottom: -0.6em;
 }
 
 
#footer{
	border-top: solid 1px #ccc; 
	padding-top: 1.0em;
	font-size: 0.8em;
	color: #eee;
	padding-left: 1.2em;
	clear: both;
	text-align:center;
	line-height: 2em;
	}

.sponsors {
  padding-bottom: 2em;
  
  }

/* DROP DOWN CATEGORIES */

#dropdown{
  background-color:#fff;
  color: #FF0099;
  position:absolute;
  border: solid 2px #ccc;
  font-weight:bold;
  padding: 0 5px 0 5px;
  margin-top:-50px;
   }
  
#dropdown li a{
  border-bottom: solid 1px #000;
  }
#dropdown ul .item {
display:none;
}
#dropdown ul:hover .item{display:block;}

#dropwdown img{
  margin-top: -10px;
   }


/* PRESS */
.pressleft { /* Align books to left */
 width: 400px;
 float:left;
 }

.pressinterview ul{ /* Align books to left */
 width: 685px;
 float:clear;
 }
 
.pressinterview strong{
 margin-left: -25px;}
 
.pressinterview li { /* Align books to left */
 padding-top: 1em;
 padding-bottom: 1em;
 border-bottom: solid 1px #666666;
 list-style:none;
 }

.pressinterview strong { /* Align books to left */
 padding-left: -20px;
 }
 
/* Drop down list */
.dropdown {
   margin-bottom: -20px;
   width: 250px;
      color: #FF0066;
   }
   
  
.dropdown option value {
   color: #FF0066;
   }
   