/*
Theme Name: Lairtheme
Theme URI: http://dlair.net/
Description: dlair specific theme
Version: 1.0
Author: Erik Kuntz
Author URI: http://2badmicedesign.com
.
this site is specific to dragon's lair and may not be used for other purposes
.
*/



body {
	margin-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	background: #fff url('http://www.dlair.net/austin/images/background.png') repeat;
}


#layout {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
	padding: 0;
}
#top {
	height: 139px;
	width: 900px;
	padding: 0;
	clear: both;
	background: #fff url('http://dlair.net/wp-content/themes/lair_theme/images/topbar.png') no-repeat 0 0;
}
#border {
        width: 100%;
}
#left {
	clear: left;
	float: left;
	width: 200px;
	margin: 0 10px 0 0;
	padding: 4px 0 0 0;
}
#mainbody {
	clear: right;
	float: right;
	width: 676px;
	padding: 0 10px 0 0;
	margin: 0;
}

#bottom {
	width: 100%;
	font-size: 11px;
	padding: 15px 0 15px 0;
	text-align: center;
	clear: both;
	background-color: #fff;
}


/* new Page menu code */
ul.mainlevel-nav a {
	font-size: 12px;
	font-weight:bold;
	padding: 2px 5px 2px 4px;
	width: 156px;
	height: 16px;
	display: block;
	border: groove 2px #000;
	text-decoration: none;
	color: #FFF;
	background-color:#006600;
}
/*submenu*/
ul.mainlevel-nav ul a {
	font-size: 11px;
	font-weight:bold;
	padding: 2px 5px 2px 4px;
	width: 142px;
	height: 16px;
	display: block;
	border: groove 2px #000;
	text-decoration: none;
	color: #FFF;
	background-color:#006600;
        margin-left:2px;

}
/*end submenu*/

ul.mainlevel-nav a:hover {
	background-color: #003300;
}

li.current_page_item a {
	background-color: #003300;
}


/* end new page menu code */


a.mainlevel-nav {
	font-size: 12px;
	font-weight:bold;
	padding: 2px 5px 2px 4px;
	width: 156px;
	height: 16px;
	display: block;
	border: groove 2px #000;
	text-decoration: none;
	color: #FFF;
	background-color:#006600;
	background-position: -22px 0px;
	background-repeat: no-repeat;
}

a:hover.mainlevel-nav {
	background-color: #003300;
}
a.mainlevel-nav#active_menu-nav {
	background-color: #6B0000;
}


#left ul, li {
     list-style-type: none;
}
#bottom ul, li {
        padding: 0 2px 0 2px;
        display: inline;
}
h1 { font: bold 20px Verdana, Arial, Helvetica, sans-serif;
    color: #000;
}
h2 {
    font: bold 16px Verdana, Arial, Helvetica, sans-serif;
    color: #000;
}

h2 a, a:visited {text-decoration:none;color: #006600;}
h2 a:hover {text-decoration:underline;color: #006600;}
ul {
	margin-left: 10px;
	padding: 0;
}
li {
 	display: list-item;
}
blockquote {
    clear:both;
    margin-top: 5px;
   }
.alignleft {
    float: left;
    padding: 0 8px 8px 0;
}
.alignright {
    float: right;
    padding: 0 0 8px 8px;
}
.widget {
    padding-left: 14px;
}
.clear {
     clear:both;
}
#storepromoholder {
}
#storeleft {
    width:325px;
    float:left;
    text-align:justify;
}
#storeright {
    text-align:justify;
    width:325px;
    float:right;
}
h3 a, a:visited {
     text-decoration:none;
     color: #006600;
}
h3 a:hover {
     text-decoration:underline;
     color: #006600;
}
#mainbody ul li {
        list-style-type: disc;
        margin-left: 30px;
}
hr {
       clear:both;
       visibility:hidden;
}
.entry {border-top:1px solid #000;}