/*
Theme Name: Femmedia
Theme URI: http://www.vrouwblog
Description: Femmedia Theme 2009.
Version: 1.0
Author: SPAFU
Author URI: http://www.femmedia.nl/
Tags: magazine, purple, one column
*/

/***** MAIN AND TYPOGRAPHY *****/
html {
    font-size: 100%; /* IE Fix */
}

body, html {
    width: 100%;
    height: 100%;
	margin: 0;
	padding: 0;
}

body {
    font-family: Tahoma;
    font-size: 12px;
    color: #250735;
    background: #ad3ee6 url(images/femmedia-back.png) fixed repeat-x center top;
}

h2 {
    font-size: 16px;
    padding: 5px 25px 3px 25px;
    line-height: 17px;
	color: #9247b8;
}

h3 {
    font-size: 14px;
    padding: 5px 25px 3px 25px;
    line-height: 17px;
	color: #9247b8;
}

p {
    padding: 1px 25px 1px 25px;
    line-height: 17px;
}

a {
    color: #250735;
    text-decoration: none;
}

a:hover {
    color: #ffffff;
    text-decoration: none;
}


.alignright {
	float: right;
	padding: 0px 0px 12px 8px;
	margin-top: -8px;
}

.alignleft {
	float: left;
	padding: 0px 8px 12px 0px;
	margin-top: -8px;
}

.postbody img {
	padding-top: 12px;
	padding-bottom: 3px;
}


#header {
    width: 100%;
    height: 80px;
    background: transparent url(images/header.png) repeat-x;
    position: fixed;
    z-index: 99;
}

#inner_header {
    width: 940px;
    margin-left: auto;
    margin-right: auto;
}

.logo {
    width: 180px;
    height: 50px;
    margin-top: 8px;
}

#menu {
    position: relative;
    top: -62px;
	right: 4px;
    float: right;
    width: 340px;
    height: 90px;
}

#container {
    position: relative;
    width: 940px;
    margin-left: auto;
    margin-right: auto;
    padding: 111px 10px 68px 10px;
}

#container a {
    color: #530f75;
    text-decoration: none;
}

#container a:hover {
    color: #a534e3;
    text-decoration: underline;
}

#footer {
    background: url(images/footer.png) repeat-x 0 0;
    width: 100%;
    height: 40px;
    position: fixed;
    bottom: 0;
    z-index: 99;
}

#inner_footer {
    width: 940px;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
    padding-top: 19px;
    font-weight: bold;
    font-size: 11px;
}

#inner_footer a:hover {
    color: #a534e3;
    text-decoration: none;
}

.content {
    background: transparent url(images/white.png);
    float: left;
    width: 940px;
    margin: 0 0 20px 0;
    padding: 9px 0 13px 0;
}

.content_left {
    background: transparent url(images/white.png);
    float: left;
    width: 460px;
    height: 398px;
}

.content_right {
    background: transparent url(images/white.png);
    float: right;
    height: 398px;
    width: 460px;
}

.content_bottom_left {
    background: transparent url(images/white.png);
    float: left;
    width: 460px;
    height: 398px;
	margin-top: 20px;
}

.content_bottom_right {
    background: transparent url(images/white.png);
    float: right;
    width: 460px;
    height: 398px;
	margin-top: 20px;
}

.pagecontent {
    background: transparent url(images/white.png);
    float: left;
    width: 940px;
    margin: 0 0 68px 0;
    padding: 9px 0 13px 0;
}

.clearfooter {
    clear: both;
}

#container ul {
    margin-top: 10px;
}

li.rss {
    margin-left: 5px;
    padding: 5px 15px 5px 0;
    list-style-image: url(images/bullet.png);
}

.minilogo {
    padding: 15px 25px 0px 25px;
}

strong.head {
    padding: 5px 25px 0px 25px;
}

#form {
    width: 400px;
}

#contact label {
    display: block;
    float: left;
    width: 80px;
    padding-left: 25px;
}

#contact input, #contact textarea {
    float: left;
}

.hidden {
    display: none;
    height: 30px;
    width: 100px;
}

.inline-form {
    height: 40px;
}

.required {
    background: transparent url(images/required.png) no-repeat;
    float: left;
}

.okay {
    background: transparent url(images/okay.png) no-repeat;
    float: left;
}

.contactpostbody {
    float: left;
	width: 330px;
}

.contactposthead {
	margin-bottom: -10px;
}

.contactmap {
	float: right;
    width: 540px;
	margin-right: 48px;
}

.mapsubmit {
    background: transparent url(images/contactsubmit.png) no-repeat scroll left top;
    color: #ffffff;
	width: 92px;
	height: 28px;
	margin-left: 7px;
	padding-bottom: 2px;
    border: 0 none;
	text-align:center;
	font-weight: bold;
}

.contactSubmit{
padding:6px 0 33px 0px;
color:#ffffff;
border:none;
width:92px;
height:28px;
text-align:center;
font-weight: bold;
background: transparent url(images/contactsubmit.png) no-repeat;
float: right;
}

/*LAVA LAMP*/
#lavalamp {
    position: relative;
	float: right;
    width: 424px;
    padding: 15px;
    padding-right: 2px;
    margin: 10px 0;
    overflow: hidden;
    height: 40px;
}

#lavalamp li {
    float: left;
    list-style: none;
}

#lavalamp li.backLava {
    background: url("images/lava_right.png") no-repeat right;
    width: 9px;
    height: 30px;
    z-index: 8;
    position: absolute;
}

#lavalamp li.backLava .leftLava {
    background: url("images/lava_left.png") no-repeat top left;
    height: 30px;
    margin-right: 9px; /* 7px is the width of the rounded shape */
}

#lavalamp li a {
    font: bold 14px arial;
    text-decoration: none;
    outline: none;
    text-align: center;
    top: 7px;
    text-transform: uppercase;
    letter-spacing: 0;
    z-index: 10;
    display: block;
    float: left;
    height: 30px;
    position: relative;
    overflow: hidden;
    margin: auto 20px;
}

#lavalamp li a:hover, #lavalamp li a:active, #lavalamp li a:visited {
    border: none;
}