/*  
Theme Name: Ballard Mops
Version: 1.0
Author: Matt Misselbeck
	
 */

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


/* Remove default padding and margin */
* {
	margin: 0;
	padding: 0;
	}
	
/*Workaround to fix paragraph spacing issue*/
p {
    margin-bottom:1em
    }

/* Class for clearing floats */
.clear {
	clear:both;
	}

body {
	color: #000;
	background: #FFF;
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 12px;
	}
	
a, a:visited {
	color: #232323;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}


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


/* =Header ------------------------------ */

div#header {
	background: url(images/pink.jpg) repeat-x;
	height: 50px;
	position: relative;
	}


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


div#branding {
	background: #FFF;
	}

div#branding h1 {
	background: url(images/mops.jpg) no-repeat #FFF;
	width: 170px;
	height: 79px;
	text-indent: -5000px;
	margin: 40px 0 0 60px;
	}

/* =Welcome ------------------------------ */

div#welcome {
	background: url(images/black.jpg) repeat-x;
	height: 255px;
	margin-top: 37px;
	position: relative;
	}
	
div#welcome img {
	margin-left: 70px;
	}
	

div#message {
	color: #FFF;
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	width: 480px;
	margin: 20px 0 0 30px;
	}
	
div#message h2, div#biomessage h2 {
	font-size: 20px;
	}
	
div#message p {
	color: #CCC;
	font-size: 16px;
	}
	
img#polaroid, img#planner {
	position: absolute;
	top: 129px;
	left: 650px;
	}
	
img#planner {top: 159px;}



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

#nav {
	position: absolute;
	top: 167px;
	left: 250px;
	font-size:18px;
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	line-height:normal;
	}
#nav ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
	}
#nav li {
	display:inline;
	margin:0;
	padding:0;
	}
#nav a {
	float:left;
	background:url("images/tableft.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	cursor: pointer;
	}
#nav a span {
	float:left;
	display:block;
	background:url("images/tabright.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#666;
	}
    
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsB a span {float:none;}
    /* End IE5-Mac hack */
    
#nav a:hover span {
	color:#000;
	}
#nav a:hover {
	background-position:0% -42px;
	}
#nav a:hover span {
	background-position:100% -42px;
	}


/* =Main Bottom ------------------------------ */

div#mainbottom {
	width: 900px;
	margin-top: 10px;
	}
	
div#side {
	width: 240px;
	border-right: 1px solid #CCC;
	float: left;
	margin: 0 0 20px 25px;
	padding: 10px;
	}
	
div#side li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	

div#side li h2 {
	font-size: 22px;
	color: #D8698D;
	}
	

div.textwidget {
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 18px;
	}


div #side h3 {
	border-bottom: 2px dotted #CCC;
	}

div#side a, div#side a:visited {
	color: #D8698D;
	font-weight: bold;
	text-decoration: none;
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	}
div #side a:hover {
	text-decoration: underline;
	}
	
div#blog {
	width: 480px;
	float: left;
	padding: 10px;
	margin: 30px 0  0 30px;
	}
	
div#singlepost {
	width: 480px;
	float: left;
	padding: 10px;
	margin: 30px 0 20px 30px;
	}
	
div#content {
	width: 480px;
	float: left;
	padding: 10px;
	margin-left: 30px;
	}
	
div#content h2 {
	font-size: 22px;
	color: #D8698D;
	margin-bottom: 20px;
	}	


h2#latest {
	font-size: 22px;
	color: #D8698D;
	margin-bottom: 20px;
	}
	
h2#upcoming {
	font-size: 22px;
	color: #D8698D;
	margin-bottom: 20px;
	}
	
ul.date {
	background: url(images/date.gif) no-repeat;
	float: left;
	height: 54px;
	width: 54px;
	margin: 0px;
	padding-right: 5px;
	}
	
li.day {
	color: #CCC;
	font-size: 22px;
	list-style-type: none;
	margin-top: 4px;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	}	

li.month {
	color: #FFF;
	font-size: 13px;
	list-style-type: none;
	text-align: center;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-weight: bold;
	}

div#post img, div#singlepost img {
	float: left;
	margin-right: 10px;
	}
	
div#post p, div#singlepost p {
	font-size: 13px;
	line-height: 18px;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	}

div#post p.date, div#singlepost p.date {
	font-size: 14px;
	font-style: italic;
	margin: 5px 0;
	}
	
div#post p.edit, div#singlepost p.edit {
	font-size: 12px;
	margin: 30px 0 25px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
	}
	
div#result, div#archive {
	width: 480px;
	float: left;
	padding: 10px;
	margin-left: 30px;
	}
	
div#result p {
	margin: 10px 0;
}


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

.footer {
	color: #CCC;
	background: #232323;
	height: 50px;
	font-size: 12px;
	border-top: 8px solid #CCC;
	margin-top: 40px;
	clear: both;
	position: relative;
	}

.footer p {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	margin-left: 20px;
	padding-top: 17px;
	text-align: right;
	}
	
.footer img#md {
	position: absolute;
	right: 200px;
	bottom: 5px;
	}
	
.footer img#wp {
	position: absolute;
	right: 30px;
	bottom: 12px;
	}
	
.footer span {
	margin: 0 60px;
	}




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


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

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


/* =Image Links
-----------------------------------------------------------------------------*/

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

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

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

#searchform{
     }

input#s{
     }

input#searchsubmit{
     }




/* =Comments
-----------------------------------------------------------------------------*/
.alt {
	color: #000;
	background: #CCC;
	}

.commentlist {
	 
	}


.nocomments {
	 
	}
 
.commentlist li {
	 
	}

.commentlist cite, 
.commentlist cite a {
	 
	}

.commentlist p {
	 font-size: 16px;
	}

#commentform p {
	
	 
	}

.commentmetadata {
	 
	}

ol.commentlist li { 
	}

#commentform input {
	}
	
#commentform {
	
	}

#commentform textarea {
	width: 400px;
	}

#commentform #submit {
	margin: 5px 0 30px 240px;
	}
	
#respond {
	float: left;
	margin-left: 330px;
	}
	
h3#reply {
	margin-top: 15px;
	}
	
#commententry {
	padding: 10px;
	}
	
#commententry li {
	font-size: 12px;
	list-style-type: none;
	margin: 10px; 0;
	padding: 10px;
	width: 440px;
	}

/* =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{
     }

