/*
Theme Name: Burger King
Theme URI: http://badgroove.com
Description: Custom Theme 2 for Amy's Bad Groove
Version: 1.0
Author: Charity Gamble
Author URI: http://charity-lynn.com
*/

/* Global Styles */

* {
  margin: 0;
  padding: 0;
  }
  
* a {
    color: #000040;
	text-decoration: none;
	font-weight: bold;
	}
	
* a:visited {
            color: #808080;
			text-decoration: none;
			}
			
* a:hover {
          color: #808080;
		  }
		  
hr {
   display: none;
   }
		
/* Body Styles */

body {
     background-color: #000;
	 color: #000;
	 font-size: 12px;
	 font-family: Helvetica, Tahoma, Verdana, Sans-Serif;
	 }
	 
#page {
      margin: 0 auto;
	  width: 950px;
	  }
	 
/* Menu Styles */
#pagelist {
      width: 945px;
	  height: 15px;
	  background-color: #fff;
	  font-size: 12px;
	  margin-bottom: 15px;
	  font-family: Tahoma, Helvetic, Arial;
	  padding-top:5px;
	  padding-left: 5px;
	  }
	  
#pagelist a:visited {
               color: #000040;
			   }
#pagelist a {
        color: #000040;
}

	  
/* Header Styles */

#header {
        background-image: url('images/header2.jpg');
		background-color: #000;
        width: 950px;
		height: 350px;
		text-align: center;
		margin-top: 20px;
		}
		
.roundedheader
               { 		  border-top:1px solid #c0c0c0;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
-webkit-border-top-left-radius:10px;
-webkit-border-top-right-radius:10px;
border-right: 1px solid #c0c0c0;
border-left: 1px solid #c0c0c0;
        }
		
#header h1 {
          font-size: 40px;
		  color: #000;
		  }
		
/* Content Styles */

#wrapper {
         width: 950px;
		 margin: 0 auto;
		 background-color: #fff;
		 overflow: hidden;
		 border-left: 1px solid #c0c0c0;
		 border-right: 1px solid #c0c0c0;
		 }
		 
#content {
         width: 575px;
		 float: left;
		 top: 0;
		 }
		 
/* Post Styles */

.post {
      margin-bottom: 20px;
	  padding-left: 10px;
	  padding-right: 5px;
	  font-size: 12px;
	  }
	  
h2 {
   font-size: 16px;
   }
   
h2 a, h2 a:hover, h2 a:visited {
                               color: #000;
							   text-decoration: none;
							   }
							   
.entry {
       margin-top: 10px;
	   margin-bottom: 15px;
	   border-bottom: 1px dotted #0000ff;
	   }
	   
.postmetadata {
              padding: 2px;
			  font-size: 10px;
			  }
			  
.postmetadata a {
                color: #000040;
				text-decoration: none;
                }

.post p {
        line-height: 14px;
        margin-bottom: 20px;
        }

blockquote {
           margin: 25px 30px;
           padding: 25px 30px; 
           border: 1px dotted #0000ff;
           background: #fff;
           }

.post li {
         margin-left: 20px;
         }

.post ul {
         list-style-type: square;
         margin-bottom: 10px;
         }

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

blockquote cite {
                margin: 5px 0 0;
                display: block;
                }

.center {
        text-align: center;
        }

a img {
      border: none;
      }

h3 {
   margin-top: 15px;
   font-size: 12px;
   }

h4 {
   margin-top: 12px;
   font-size: 10px;
   }

h5 {
   margin-top: 9px;
   font-size: 8px;
   }

.post a {
        color: #000040;
        }

.navigation {
            display: block;
            margin-top: 10px;
            margin-bottom: 40px;
            }

.alignleft {
           float: left;
           text-align: left;
           width: 50%;
           }

.alignright {
            float: right;
            text-align: right;
            width: 50%;
            }

.entry .postmetadata  {
                         font-size: 10px;
                         background-color:#fff;
						 color:#000;
                         width: 70%;
						 height: 100px;
                         margin: 20px auto 30px auto;
                         border: 1px solid #000;
                         padding: 5px;
                         padding-left: 45px;
                        }	

.avatars
                {padding-right: 10px;}						
					
/* Comment Styles */

ol.commentlist {
               width: 75%;
               margin: 0 auto;
               list-style:none;
}

ol.commentlist li {
                  margin-bottom: 20px;
                  border: 1px solid #000;
                  padding: 5px;
                  background-color:#a1ffc5;
                  text-align: center;
}

ol.commentlist li.alt {
                      background-color:#fff;
}

ol.commentlist a {
                 color: #000040;
}

small.commentmetadata {
                      font-size: 10px;
                      margin-bottom: 20px;
                      display: block;
                      }
					  
.commentlist br {
               margin-bottom: 15px;
			   }
			   
.commentlist p {
               margin-bottom: 15px;
			   }
					  
.gravatar {
          border: 1px solid #000;
		  height: 80px;
		  width: 80px;
		  }
					  
/* Page Styles  */

.pagetitle {
           color: #000;
		   }
		   
/* Form Styles */

form {
      padding: 5px;
	 }
	 
textarea {
         background-color: #fff;
		 color: #000;
		 border: 1px solid #000;
		 }
		 
form input {
           background-color: #fff;
		   color: #000;
		   border: 1px solid #000;
		   }
		   
/* Sidebar Styles */

#sidebar {
         width: 150px;
		 float: right;
		 padding-right: 10px;
		 padding-left: 5px;
		 border-left: 1px dotted #0000ff;
		 }
		 
#sidebar a {
          color: #000040;
		  }
		 
#sidebar h2 {
             font-size: 16px;
			 background-color: #fff;
			 margin-bottom: 15px;
			 border-bottom: 1px dotted #0000ff;
			 }
			 
#sidebar ul {
             list-style-type: none;
			 margin-bottom: 25px;
			 }
			 
#sidebar ul ul {
               list-style-type: square;
			   margin-left: 20px;
			   margin-bottom: 25px;
			   }

			   
#sidebar2 {
         width: 175px;
		 background-color: #fff;
		 float: right;
		 padding-right: 10px;
		 padding-left: 5px;
		 border-left: 1px dotted #0000ff;
		 }
		 
#sidebar2 a {
           color: #000040;
		   }
		 
#sidebar2 h2 {
             font-size: 16px;
			 background-color: #fff;
			 margin-bottom: 15px;
			 border-bottom: 1px dotted #0000ff;
			 }
			 
#sidebar2 ul {
             list-style-type: none;
			 margin-bottom: 25px;
			 }
			 
#sidebar2 ul ul {
               list-style-type: square;
			   margin-left: 20px;
			   margin-bottom: 25px;
			   }
			   
/* Footer Styles */

#footer {
        clear: both;
		text-align: center;
		background-color: #fff;
		margin: 0 0 20px 0 auto;
		width: 100%;
		padding-top: 10px;
		padding-bottom: 10px;
		}
		
#footer a {
         color: #000040;
		 }
		 
		 .roundedfooter
		
               { 		  border-bottom:1px solid #c0c0c0;
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-webkit-border-bottom-left-radius:10px;
-webkit-border-bottom-right-radius:10px;
border-right: 1px solid #c0c0c0;
border-left: 1px solid #c0c0c0;
        }

