/*  
Theme Name: Womens Expo Forum Theme
Theme URI: http://dutchesswebdesign.com/
Description: A Wordpress theme for Womens Expo Forum
Version: 1.00
Author: Michael Glubokyi
Author URI: http://meelk.com.ua
*/

/* @group CSS Reset */
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/

.wideBanner {position:absolute; top:140px; text-align:right;width:90%;}
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}
/* @end */
/* @group Layout */
#wrapper {
	text-align: left;
	width: 100%;
	background: url('images/left.jpg') repeat-y left;
	min-width:800px;
}
a:link, a:visited {color:#770000;}
h1 {font-size:170%;color:#770000;font-family:verdana;text-align:right;margin-right:5%}
h2 {font-size:120%;color:#770000;font-family:verdana;}
.entrybody h2 {margin:20px 0 20px}
.entrybody ul li {list-style-type:disc;margin-left:20px;margin-bottom:10px;}
#header {background: #fff url('images/header.jpg') repeat-x;width:100%;height:231px;min-width:800px;} 

#inner-wrapper {background:url(images/top-left.jpg) no-repeat left top}
#side-a {float: left;width: 60%;padding:0px 10px 0px 0px;margin-left:40px;background:#fff;}

div.devider80 {display:block;background:url(images/devider.jpg) repeat-x;width:90%;height:10px;margin:10px auto;
}
#side-b { 
	margin: 0;
	float: left;
	width: 420px;
	height: 1%;
}

#sidebar-top {background:url('images/sidebar-top.jpg') no-repeat;padding:20px 0 20px 20px}
#sidebar-bot {background:url('images/sidebar-bot.jpg') no-repeat;width:446px;height:46px;}
#sidebar {background:#dbdbdb url('images/sidebar.jpg') repeat-y;}
#sidebar ul {
    list-style-type:none;    
}

h2.widgettitle {
    position:absolute;
    top:-9999px;
}
strong {
    font-weight:bold;
}
#footer {
	clear: both;
	background: #000 url(images/footer.jpg) repeat-x;
	width:100%;
	color:white;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:10px;
}	 	

#container {
    background:#A2A2A2;
}
div.text {
    padding:20px;
    min-height:400px;
}

div.text p {
    margin-bottom:10px;
}



div#top-menu ul li a:link, a:visited {
    color:white;
    text-decoration:none;
}
ul#menu {
    margin:0 auto;
    padding-left:20px;
    position:relative;
    top:20px;
    left:20px;
}

img#logo {
    float:left;
}
div#top-menu ul li {
    padding-top:8px;    
    display:block;
    float:left;
    width:137px;
    height:68px;
    text-align:center;
    background:url("images/menu.jpg") no-repeat;
    color:white;
    position:relative;

    
}

div#top-menu ul li ul { height:auto; position:absolute; margin-top:9px; }

div#menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}


div#menu li ul {

    background:#FF0000;
	position:		absolute;

}

div#top-menu ul li ul li {    
    display:inline;

}

div#top-menu ul li ul li {
    width:140px;
    height:auto;
    margin-left:14px;
    display:block;
    background:#FF0000;    
};
    
    


div.about-text {
    margin-left:20px;
    margin-top:10px;
    margin-bottom:10px;
    margin-right:20px;
    font-size:90%;
}

div.about-text p {
    margin-bottom:10px;
}
/* @end */

/* @group IE6PNG */
img {

behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}	 	
/* @end */

/* @group Sponsor */
    h1.sponsor {
        text-align:left;
        color:#040404;
        font-family:Times,Arial;
        font-weight:bold;
        font-size:200%;
    }         
    
    div.subsponsor {
            font-family:Times,Arial;
            font-size:200%;
            color:#a80808;
            margin-bottom:20px;
    }
    
    div.sponsor-title {
        background:#d8b808;
        width:100%;
        text-align:center;
        font-weight:bold;
        padding-top:10px;
        padding-bottom:5px;
        margin-bottom:20px;
        margin-top:20px;
        border:1px solid #a80808;
        font-size:130%;
    }
    div.sponsor-numbers {
        padding-left:10px;
        padding-bottom:10px;
    }
    div.sponsor-title h3 {
        font-weight:bold;
        font-size:100%;
        margin-left:auto;
        margin-right:auto;
    }
    div.sponsor-text {
        padding-left:30px;
    }
/* @end */


.mmf label {
display:block;
width:200px;
float:left;
height:25px;
padding-top:5px;
font-weight:bold;
border-right:1px solid black;
}

.mmf input {width:500px;border:0;height:30px;}

.mmf p { border:1px solid black;margin-bottom:0px !important }
.description textarea {
width:715px;
clear:both;
margin-top:30px;
border:0;
border-top:1px solid black;
border-bottom:1px solid black;
}

label.description {
float:none!important;
width:715px;
}
.description { background:#fafafa;}
.business-phone {float:left;}
p.business-phone { border-right:0 !important;}
.mmf label {border-right:1px solid black; background:#fafafa}
.business-phone input {width:194px}
.home-phone { float:left;}
label.home-phone { width:100px !important}
label.cell-phone {clear:both;}
.home-phone input { width:204px;}

.cell-phone {float:left;}
p.cell-phone {border-right:0 !important;}
.cell-phone input {width:194px}
.fax-phone { float:left;}
label.fax-phone { width:100px !important; float:left}
.fax-phone input { width:204px;}
label.email-address {clear:both}
p.home-phone {border-right:0!important}
p.fax-phone {border-right:0!important}


.AdditionalContactName {float:left;}
p.AdditionalContactName {border-right:0 !important;}
.AdditionalContactName input {width:194px}
.phone { float:left;}
label.phone { width:100px !important; float:left}
.phone input { width:204px;}
label.phone {clear:both}
p.phone {border-right:0!important}

.mmf .submit {width:150px; border:1px solid #ccc;margin:10px auto 10px 300px; float:none;}
.mmf-list-item {display:block; width:200px; float:left}

.radio {width:40px !important; float:left}
.mmf-radio {clear:both}