/*  
Theme Name: 101.beyondbee
Description: Modification of default WordPress theme 
Version: 1.0
Author: Bianca Welds
Author URI: http://www.beyondbee.net/

	*/


body {margin: 0;
		padding: 0;
		font: .8em Verdana, Helvetica, Arial, sans-serif;
		text-align: center;
		color: #505367;
		background-color: #5F1516;
		
	}

h1{
	font-family: Times, "Times New Roman", serif;
	font-size: 2em;
	font-weight: bold;
	font-style: italic;
	margin-left: 15px;}

h2{
	font-family: Times, "Times New Roman", serif;
	font-size: 1.7em;
	font-style: italic;}

p{
	line-height: 1.5em;
	text-align: justify;
	margin-left: 15px;
	padding-left: 25px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-top: 5px;}

div {
	
	}

img{
	display: inline;
}

#outer {
	/* height: 600px; */
	background-color: #D09D9D;
	margin: 10px;
		width: 800px;
		text-align: left;
		border: 1px solid #ffffff;
	}

#header {
	height: 100px;
	background-color: #D09D9D;
	background-image: url(images/101-head.jpg);
	background-repeat: no-repeat;
	background-position: left;
	border-bottom: 1px #5F1516 solid;}
	
	#top-menu{
height: 100px;
width: 200px;
margin-left: 601px;
}
	
	 #top-menu ul {
  margin:0 0; 
  padding:0; 
  position:relative; 
  width:200px; 
  height:100px; 
  background:#fff url(images/menu.jpg) no-repeat; 

  }
	   
#top-menu li {
  list-style-type:none; 
  position:absolute;
  }
  
#top-menu a {
  display:block; 
  width:90px; 
  height:25px; 
  color:#000; 
  text-decoration:none; 
  padding-top:0px; 
  background:transparent; 
 overflow:hidden; 
  z-index:10;
  }
* html #top-menu a {
  height:30px; 
  }

#top-menu a#about {
  position:absolute; 
  left: 19px; 
  top:4px; 
  background:url(images/about.jpg) no-repeat -64px 0;
  }
#top-menu a#links {
  position:absolute; 
  left:105px; 
  top:3px; 
  background:url(images/links.jpg) no-repeat -64px 0;
  }
#top-menu a#mission {
  position:absolute; 
  left: 1px; 
  top:50px; 
  background:url(images/mission.jpg) no-repeat -64px 0;
  }
#top-menu a#mylist {
  position:absolute; 
  left: 60px; 
  top:31px; 
  background:url(images/mylist.jpg) no-repeat -112px 0;
  }
#top-menu a#criteria {
  position:absolute; 
  left:131px; 
  top:45px; 
  background:url(images/criteria.jpg) no-repeat -112px 0;
  }
#top-menu a#why {
  position:absolute; 
  left:55px; 
  top:68px; 
  background:url(images/why.jpg) no-repeat -112px 0;
  }

#top-menu a#about:hover, 
#top-menu a#links:hover,
#top-menu a#mission:hover,
#top-menu a#mylist:hover,
#top-menu a#criteria:hover,
#top-menu a#why:hover {
  background-position: 0 0;
  }


#main {
	position: relative;
	width: 800px;
	margin: 0px;}
	
#nav {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #D09D9D;
	width: 200px;
	padding-top: 15px;
	color: #5F1516;
	overflow: hidden;
	border-right: 1px #5f1516 solid;
	}

#nav h3 {
	text-align: left;
	font-style: italic;
	font-family: serif;
	font-size: 1.3em;
	margin-left: 15px;}

#nav ul {
	display: list-item;
	list-style-type: none;
	margin-top: -10px;}

#nav ul li {
	padding-top: 5px;
	width: 145px;
	overflow: hidden;}

#nav a:link, #nav a:visited {
	text-decoration: none;
	color: #5F1516;}

#nav a:hover {
	color: #ffffff;}

#content {
	background-color: #ffffff;
	width: 580px;
	height: 500px;
	margin-left: 200px;
	position: relative;
	border-left: 1px #5F1516 solid;}

#top-cont {
	display: block;
background-color: #ffffff;
	width: 578px;
	height: 400px;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 10px;
	overflow: auto;}

#bottom-cont {
background-color: #ffffff;
	display: block;
	width: 578px;
	height:310px;
 position: absolute; 
	top: 410px;
	left: 0px; 
}




#footer {
	height: 30px;
	background-color: #5F1516;
	color: #ffffff;
	clear: both;
	border-top: 1px #5F1516 solid;
	font-weight: bold;
text-align: right;
	}

#footer a:link, #footer a:hover {
color: #D09D9D;
	}

a{
border: none;
text-decoration: none;
}

a:link {
	color: #5f1516;
	}

a:visited {
	color: #d09d9d;

	}

a:hover, a:active {
	color: #5f1516;
	text-decoration: none;
	}

blockquote{
	line-height: 1.3em;
	text-align: left;
	font-style: italic;
	padding: 8px;}
	
#task-list a:link{
	text-decoration: line-through;}

#task-list #progress a:link{
text-decoration: none;
}


#content p.complete {
	background-image: url(images/complete.jpg);
	background-repeat: no-repeat;
	background-position: left top;}

#content p.progress {
	background-image: url(images/in-progress.jpg);
	background-repeat: no-repeat;
	background-position: left top;}

#content img {
	margin: 10px;}

#popup-comments{
	background-color: #d09d9d;}

#popup-comments h1, #popup-comments h2{
color: #5f1516;}
	
	#popup-comments a:link, #popup-comments a:hover, #popup-comments a:visited {
	color: #ffffff;}
	
#commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

#popup-comments #commentlist {
margin: 0;
}

#popup-comments #commentlist li{
	font-weight: bold;
	border: 1px #5f1516 solid;
	background-color: #ffffff;
	padding: 10px;
	list-style-type: none;
	margin: 1em;}
	
#popup-comments #commentlist li a:link{
	color: #5F1516;}

#popup-comments #commentlist li a:hover, #popup-comments #commentlist li a:visited{
	color: #D09D9D;}
	


#commentlist cite, #commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

#commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

#commentmetadata {
	font-weight: normal;
	}
	
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 10px;
	}

#commentform textarea {
	width: 75%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	text-align: center;}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */