/*  
Theme Name: Percy's Blog
Theme URI: http://www.percytesoro.com
Description: Percy's blog
Version: 1.0
Author: Trey Tesoro
Author URI: http://www.percytesoro.com

*/
html {
	height: 100%;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#ada7bb;
}
#wrapper {
	height: 100%;
}
#headerdiv {
	background-image:url(images/top.jpg);
	background-position:center;
	height: 330px;
	margin: 0;
	padding: 0;
}
#bodydiv {
	background-image:url(images/middle.jpg);
	background-position:center;
	margin: 0px;
	height: 100%;
	text-align: center;
	/*border: solid 1px black;*/
}
#footerdiv {
	background-image:url(images/footer.jpg);
	background-position:center;
	height:377px;
	/*border: solid 1px black;*/
}





div#description{
	padding: 50px 50px 50px 50px;
	width: 500px;
	text-align: left;
}

div#description h2{
	color: #815f41;
	font-family: Verdana, Arial, Helvetica;
	font-size: 24px;
}

#container{
	/*float: left;*/
	width: 980px;
	margin: auto;
	/*border: 1px solid black;*/
}

.sidebar{
	/*float:left;*/
	/*background-image:url(images/middle.jpg);
	background-position:center;*/
	/*width: 980px;*/
	width: 250px;
	margin: 0;
	/*display: inline;*/
	/*border: 1px dotted black;*/
	/*height: 300px;*/
	font: 12px arial;
}

.sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
}

.sidebar ul li{
	padding: 10px 0 10px 0;
}

.sidebar ul li h2{
	font-family: Verdana, Arial, Helvetica;
	font-size: 14px;
}

.sidebar ul ul li{
	padding: 0;
	line-height: 24px;
}

table#wp-calendar{
	width: 100%;
}

.post{
	padding: 10px;
}

.post h2{
	font-family: Verdana, Arial, Helvetica;
	font-size: 18px;
    line-height: 24px;
	text-align: left;
}

h2 a:link, h2 a:visited {
       text-decoration: none;
	   color: black;
}
h2 a:hover {
	text-decoration: none;
	color: orange;
}

.entry{
	    line-height: 18px;
        /*border: 1px solid white;*/
        text-align: center;
        margin-right: auto;
        margin-left: auto;
}

.aligncenter{
        text-align: center;
        /*border: 1px solid white;*/
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 30px;
}

p.postmetadata{
	border-top: 1px solid #ccc;
	margin: 10px 0 0 0;
    text-align: left;
	font: 11px Arial;
}

.navigation{
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	margin: auto;
	width: 100%;
	overflow: auto;
	/*border: solid 1px black;*/
}

#footer{
	clear: both;
	float: left;
	width: 980px;
	padding: 10px 0 0 0;
	text-align: center;
}

#footer p{
	line-height: 18px;
}

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
	text-align: left;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

.inlinecomments{
	overflow: auto;
	/* height: 200px; */
	margin-left: 20px;
	margin-right: 20px;
	font: 10px Arial;
	background-color: #DDDDDD;
	color: black;
}
.inlinecommentline{
	border-bottom: 1px dotted #888888;
	padding: 2px;
	padding-left: 10px;
}

.inlinecommentline a{
	color: blue;
}

/*background-color: white; display: block; float: left; margin: 10px; cursor: pointer*/


/***** drop down menu styles ******/
.menulink, .menulink a
{
	/*background-color: #200d11; */
	color: white;
	text-decoration: none;
	/*display: block; 
	float: left; */
	margin: 10px;
	cursor: pointer;
	
	/*background-color: white;*/
	font-family: Helvetica, Arial;
	font-size: 16px;
}

.staticlink a  /* this is for non dropdown links. Keep this style the same as menulinks for a uniform look */
{
	/*background-color: #200d11; */
	color: white;
	text-decoration: none;
	/*display: block; 
	float: left;*/
	margin: 10px; 
	cursor: pointer;
	
	/*background-color: white;*/
	font-family: Helvetica, Arial;
	font-size: 16px;
}

/*.menulink a:link a:visited {
	color: gray;
	text-decoration: none;
	position: relative;
}*/

ul.menu {
	border: solid 1px black;
	list-style-type: none;
	width: 150px;
	padding:0;
	margin:0;
	position: absolute;
	background-color: white;
	visibility: hidden;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}

ul.menu ul {
	border: solid 1px black;
	list-style-type: none;
	width: 150px;
	padding-left: 0px;
	margin-left: 0px;
	/*position: absolute;*/
	left:150px;
	background-color: white;
	
}

ul.menu li {
	list-style-type: none;
	position: relative;
	margin: 0px;
	padding: 4px 0px;
	cursor: pointer;
}
ul.menu li a:link, ul.menu li a:visited
{
	text-decoration: none;
	color: black;
}
ul.menu li:hover {
	background-color: #95788c;
}
ul.menu li ul {
	/* for IE6 don't assign display attribute, instead assign specific CSS classname in javascript*/
	position: absolute;
	top: -1px;
	left: 150px;
	/*visibility: hidden;*/
	/*display: none;*/
}
ul.menu li > ul {
	position: absolute;
	top: -1px;
	left: 150px;
	visibility: hidden;
	display: none;
}
ul.menu li:hover > ul {
	display: block;
	visibility: visible;
}


/*****************  MENU ITEM HEADINGS ***************/
li.menuheading {
	background-color: white;
}
ul.menu li.menuheading:hover {
	background-color: white;
	cursor: pointer;
}

/* CSS classes for IE6 and its javascript assignments */
.limouseout {
	background-color: white;
	
}
.limouseover {
	background-color: #ada7bb;
	display: block;
}
.ulmouseout {
	background-color: white;
	display: none;
	/*visibility: hidden;*/
}
.ulmouseover {
	background-color: #95788c;
	display: block;
	/*visibility: visible;*/
}

