/*  
Theme Name: Rainbow
Theme URI: http://www.rainbownapkin.com
Description: A basic theme for the Rainbow Napkin Co.
Version: 1.0
Author: Jonah Coyote
Author URI: http://www.jonahcoyote.com 

/* -------------------------------------------------------------- 
   reset declarations
   * Resets default browser CSS.
   
   Based on work by Eric Meyer:
   * meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}
ol, li {
	list-style: none;
}
body { line-height: 1.5; background: transparent; margin: 0; font-family: Georgia; font-size: 62.5% }

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight:400; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }

/*--------------------containers--------------------*/
.container,.home-container {
	width: 800px;
	min-height: 710px;
	margin: 0 auto;
	/*text-align: center;*/
	background: url(images/bg-body.jpg) repeat-y top right;
}
.home-container {
	background: none;
	width: 600px;
	min-height: 300px;
}
.branding, .home-branding {
	height: 162px;
	width: 100%;
	/*border: 1px solid #000;*/
}
.content {
	font-size: 1.6em;
	width: 535px;
	min-height: 430px;
	clear: left;
	position: relative;
	float: left;
	padding: 20px;
}
.Home {
	width: 100%;
	min-height: 200px;
	padding-top: 0;
}
#sidebar {
	float: left;
	position: relative;
	width: 200px;
	/*border: 1px solid #000;*/
	padding: 20px 0 20px 0;
	/*border-left: 1px solid #999;*/
}
#footer,#footer-home {
	clear: both;
	width: 400px;
	margin: 10px 0px 0 70px;
	text-align: center;
	bottom: 10px;
	font-size: 1.1em;
}
#footer-home {
	margin-left: 130px;
}
#random-image {
	clear: left;
	margin: 0 0 0 20px;
}
#random-image img {
	padding: 5px;
	margin-top: 10px;
	border: 1px solid #ccc;
}
.wp_quotes_quote {
	font-style: italic;
	font-size: 1em;
}
.wp_quotes_author {
	font-weight: bold;
	margin-top: 10px;
}
.colors img {
	padding: 3px;
	border: 1px solid #999;
	float: left;
	position: relative;
	margin: 0 5px 5px 0;
}
/*--------------------nav--------------------*/
ul#nav {
	margin: 10px 0 0 20px;
}
#nav li {
	list-style: none;
	font-weight: bold;
	float: left;
	position: relative;
	margin: 0 15px 0 0;
}
#nav li a {
	color: #000;
	font-size: 2.4em;
	text-decoration: none;
}
#nav li a:hover {
	border-bottom: 2px solid #000;
}

#nav li.current_page_item a {
	border-bottom: 2px solid #000;
}
/*--------------------text markup--------------------*/
.content p {
	margin: 15px 0;
}
.care,.options,.sidebar-box,.colors {
	font-size: 1.4em;
	margin: 0 0 10px 0;
	padding: 0 0 0px 20px;
	background: url(images/arrow.jpg) no-repeat 0% 8px;
}
.sidebar-box {
	background: none;
	margin-top: -40px;
	margin-bottom: 20px;
}
.care p,.options p,.sidebar-box p,.colors p {
	background: url(images/fleur.jpg) no-repeat bottom center;
	padding: 0 0 20px 0;
}
.colors p {
	min-height: 100px;
	padding-left: 14px;
}
.care h2, .options h2,.sidebar-box h2,.colors h2 {
	font-weight: bold;
	font-size: 1.4em;
}
.branding h1, .home-branding h1 {
	margin: 0 auto;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 9;
}
.branding h1 span, .home-branding h1 span {
	background: url(images/banner.jpg) no-repeat top left;
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 100%;
	}
.home-branding h1 span {
	background: url(images/home-banner.jpg) no-repeat top left;
}
p{
     }

h1,h2,h3,h4,h5,h6{
     }


acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	
	}

blockquote {
	
	}

blockquote cite {
	
	}



hr {
	
	}





dl{
     }
     dt{
          }
          dd{
          }

ul{
     }
ol{
     }
     li{
          }

    ul ul{
         }

blockquote{
     }
     blockquote p{
          }

code{
     }

pre{
     }

b, strong,i,em {
     }

img{
     }

address {
     }

/*--------------------links--------------------*/
a {
     }
a:link { 
     }
a:visited { 
     }
a:link:focus{ 
     }
a:link:hover, 
a:visited:hover { 
    }
a:link:active, 
a:visited:active {
     }
a {
	color: #A61E1E;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
#top {
	display: none;
	float: left;
}
/*--------------------image links--------------------*/
a img{
     }
a:link img { 
     }
a:visited img { 
     }
a:link:active img, 
a:visited:active img {
      }

/*--------------------smilies--------------------*/

body img.wp-smiley{
     }



/*--------------------more link--------------------*/

.more-link{
     }

/*--------------------die seiten wenn es mehrere gibt--------------------*/
p.serif{
     }

/*--------------------search--------------------*/

#searchform{
     }

input#s{
     }

input#searchsubmit{
     }




/*--------------------comments--------------------*/
.alt {
	 
	}

.commentlist {
	 
	}


.nocomments {
	 
	}
 
.commentlist li {
	 
	}

.commentlist cite, 
.commentlist cite a {
	 
	}

.commentlist p {
	 
	}

#commentform p {
	 
	}

.commentmetadata {
	 
	}

#commentform input {
	}

#commentform textarea {
	}

#commentform #submit {
	 
	}

/*--------------------calendar--------------------*/
 
#wp-calendar th {
	 
	}


#wp-calendar {
	empty-cells: show;
	
	}

#wp-calendar #next a {
	
	}

#wp-calendar #prev a {
	
	}

#wp-calendar a {
	
	}

#wp-calendar caption {
	
	}

#wp-calendar td {
	
	}

#wp-calendar td.pad:hover { 
      }


/*-------------------- widgets---------------------*/
h2.widgettitle{
     }
.widget {
     }

/*--------------------Archive--------------------*/

li#archives{
     }

.widget_archives{
     }

/*--recent posts--*/


li#recent-posts{
     }

.widget_recent_entries{
     }



/*--------------------text widget--------------------*/
li.widget_text{
     }

/*--id haengt von der nummer des text widgets ab*/
li#text-4{
     }
div.textwidget{
     }

/*--------------------links blogroll--------------------*/

li#links{
     }

.widget_links{
     }


/*--------------------categories--------------------*/

li#categories{
     }

.widget_categories{
     }

