/*  
Theme Name: Paper Dames
Version: 1.0
Author: Matt Misselbeck
Author URI: http://www.misselbeckdesign.com
	
 */

/* =General
-----------------------------------------------------------------------------*/


/* Remove default padding and margin */
* {
	margin: 0;
	padding: 0;
	}

/* Class for clearing floats */
.clear {
	clear:both;
	}
	
body {
	color: #000;
	background: #fff url(images/dots.jpg) repeat;
	text-align: center;
	font-family: Verdana, Tahoma; sans-serif;
	font-size: 14px;	
	}


/* =Structure
-----------------------------------------------------------------------------*/

/* =Wrapper ------------------------------ */

div#wrapper {
	width: 720px;
	margin: 16px auto 0 auto;
	text-align: left;
	background: #f8bebc;
	position: relative;
	border: 1px solid #555;
	}

div#content {
	background: #ffffff;
	}


/* =Branding ------------------------------ */

div#branding {
	display: block;
	background: url(images/paperdames_tape.jpg) top right no-repeat;
	}
	
div#branding h1 a {
	display: block;
	background: url(images/logo.jpg) top left no-repeat;
	width: 180px;
	height: 149px;
	text-indent: -5000px;
	margin-left: 25px;
	outline: none;
	}



/* =Navigation ------------------------------ */

div#mainNav {
	height: 68px;
	width: 720px;
	background: #e81856;
	margin: 0;
	border-top: 1px solid #ccc;
	}

div#mainNav ul#menu {
	height: 68px;
	width: 720px;
	background: transparent url(images/menu.png) top left no-repeat;
	position: relative;
	}

div#mainNav ul#menu li {
	list-style-type: none;
	position: absolute;
	margin: 0;
	padding: 0;
	}

ul#menu li, ul#menu a {
	height: 25px;
	display: block;
	margin: 0;
	padding 0;
	}

div#mainNav ul#menu li a {
	text-indent: -5000px;
	overflow: hidden;
	text-decoration: none;
	margin: 0;
	padding: 0;
	}

#about	{top: 25px; left: 10px; width: 145px;}
#news	{top: 25px; left: 165px; width: 107px;}
#shop 	{top: 25px; left: 285px; width: 120px;}
#terms	{top: 25px; left: 420px; width: 135px;}
#retailers	{top: 25px; left: 570px; width: 63px;}
#contact	{top: 25px; left: 647px; width: 63px;}

#about a:hover	{background: url(images/menu.png) -10px -86px no-repeat;}
#news a:hover	{background: url(images/menu.png) -165px -86px no-repeat;}
#shop a:hover	{background: url(images/menu.png) -285px -86px no-repeat;}
#terms a:hover	{background: url(images/menu.png) -420px -86px no-repeat;}
#retailers a:hover	{background: url(images/menu.png) -570px -86px no-repeat;}
#contact a:hover	{background: url(images/menu.png) -647px -86px no-repeat;}


/* =Footer ------------------------------ */

.footer {
	width: 720px;
	text-align: center;
	clear: both;
	}

.footer p {
	color: #888;
	background: url(images/footer.png) bottom left no-repeat #ffffff;
	font-size: 11px;
	padding: 10px 10px 50px 10px;
	}


/* =Typography
-----------------------------------------------------------------------------*/

     
div#content h2 {
	font-size: 18px;
	padding: 15px 0 5px 20px;
	}
	

h3 {
	color: #e81856;
	font-size: 15px;
	font-weight: bold;
	padding: 10px;
	margin-left: 15px;
	}
	
h3#respond, h3#comments {
	color: #000;
	font-size: 13px;
	margin-left: 75px;
	}
	
h3#category, h3.results {
	font-size: 18px;
	color: #000;
	}

h4 {
	color: #000;
	margin-left: 30px;
	font-size: 15px;
	font-weight: normal; 
	}

h5 {
	color: #000;
	margin-left: 30px;
	font-size: 13px;
	font-weight: normal; 
	}

p {
	color: #666;
	font-size: 13px;
	padding: 0 35px 10px 30px;
	line-height: 20px;
    }
    
p.edit {
	font-size: 11px; 
	}

p.image {
	text-align: justify;
	padding-left: 10px;
	}
	

/* =Blog ------------------------------ */

div#post, div#singlepost, div#archivepost {
	width: 100%;
	border-bottom: 1px dashed #666;
	background: #ffffff;
	}

div#post h2, div#singlepost h2, div#archivepost h2{
	color: #e81856;
	font-size: 15px;
	font-weight: bold;
	padding: 15px 0 0 10px;
	margin-left: 10px;
	}
	
p.date {
	color: #000;
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	font-size: 14px;
	}
	
div#singlepost p.options {
	margin-top: 10px;
	font-size: 11px;
	}
	
p.postnav {
	font-size: 11px;
	padding-top: 10px;
	}


ul#categories {
	margin: 15px 75px;
	}

ul#categories li {
	display: inline;
	font-size: 13px;
	list-style-type: none;
	padding: 5px;
	}


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:link, a:visited {
	color: #e81856;
	text-decoration: none; 
    }


a:hover { 
    color: #000;
    text-decoration: underline;
    }
    
div#post h2 a:hover {
	color: #000;
	text-decoration: none;
}


/* =Images
-----------------------------------------------------------------------------*/

img {
	border: 1px solid #666;
	float: left;
	margin: 5px 15px 25px; 5px;
}


a img {
	}

a:link img {
	border: 0;
    }

a:visited img { 
    }

a:link:active img, a:visited:active img {
    }

/* =Text Smiley
-----------------------------------------------------------------------------*/

body img.wp-smiley{
     }



/* =Read More
-----------------------------------------------------------------------------*/

.more-link{
     }

p.serif{
     }

/* =Search
-----------------------------------------------------------------------------*/

#searchform {
	float: right;
	margin-right: 65px;
	}

input#s {
    }

input#searchsubmit {
	
    }




/* =Comments
-----------------------------------------------------------------------------*/
.alt {
 	color: #e81856;
	}

ol.commentlist {

	}


ol.commentlist li {
	margin-left: 125px; 
	}


.nocomments {
	 
	}
 

.commentlist cite, 
.commentlist cite a {
	 
	}

.commentlist p {
	 
	}

#commentform p {
	margin-left: 55px;
	 
	}

.commentmetadata {
	 
	}

#commentform input {
	}


p.login {
	font-size: 11px;
	margin-left: 55px;
	}

#commentform textarea {
	width: 500px;
	}

#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 {
     }

/* =Archives
-----------------------------------------------------------------------------*/

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{
     }

/* =External Links
-----------------------------------------------------------------------------*/

li#links{
     }

.widget_links{
     }


/* =Categories
-----------------------------------------------------------------------------*/

li#categories{
     }

.widget_categories{
     }

