/*
Theme Name: Monique Caradine
Theme URI: http://moniquecaradine.com/
Description: Theme developed for MoniqueCaradine.com
Version: 1.0
Author: Verve Factor
Author URI: http://vervefactor.com/
Tags: purlple, fixed width, two columns, widgets

	
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

html{
	background: #711e78 url(images/html-bg.jpg) top left repeat-x;
}

body{
	background:url(images/body-bg.jpg) top center no-repeat;
	width: 1200px;
	min-height: 780px;
	margin: 0 auto;
}

body.page{
	background:url(images/body-bg-02.jpg) top center no-repeat;
	width: 1200px;
	min-height: 780px;
	margin: 0 auto;
}

/* Overall styles */
a{
	outline: none;
}

strong{
	font-weight: bold;
}

em{
	font-style: italic;
}


/* Header */
#hd h1{
	position: absolute;
	top: -99999px;
	left: -99999px;
}

#hd h2{
	position: absolute;
	top: -99999px;
	left: -99999px;
}

.navigation{
	background:url(images/nav-bg.png) top center no-repeat;
	width: 987px;
	height: 55px;
}

ul.lavaLamp{
	position: relative;
	top: 16px;
	left: 50px;
}

ul.lavaLamp li{
	float: left;
	display: inline;
	padding: 0 15px;
}

ul.lavaLamp li a{
	font: normal 17px Tahoma, Geneva, sans-serif;
	color: #711e78;
	text-decoration: none;
}

.home-headline{
	background: url(images/Monique-Caradine-.png) top center no-repeat;
	width: 672px;
	height: 159px;
	position: relative;
	float: left;
	left: 307px;
}

.page-headline{
	background: url(images/Monique-Caradine-page.png) top center no-repeat;
	width: 672px;
	height: 173px;
	position: relative;
	float: left;
	left: 307px;
}

.video{
	background:url(images/tv-bg.png) top center no-repeat;
	width: 488px;
	height: 353px;
	position: relative;
	float: left;
	top: 16px;
	left: 460px;
}

.video h3{
	font: normal 20px Tahoma, Geneva, sans-serif;
	color: #FFF;
	position: relative;
	top: 5px;
	/*left: 10px;*/
	text-indent: -99999px;
	background:url(images/who-I-am.png) left center no-repeat;
}

.video-content{
	position: relative;
	left: 25px;
	top: 12px;
}

.home-link{
	position: relative;
	left: 0;
	float: left;
	height: 50px;
	width: 50px;
	display: block;
}

/* Content */

.home-page{
	position: relative;
	top: 50px;
}

.home-boxes{
	background: url(images/three-box-bg.png) top center no-repeat;
	width: 978px;
	height: 305px;
	float: left;
}

.box{
	background:url(images/purpil-box-bg.png) top left repeat-x;
	height: 247px;
	width: 290px;
	padding: 10px;
	margin: 10px 8px;
	float: left;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.tv-show-images{
	float: left;
	width: 107px;
}

.tv-show-content{
	float: right;
	width: 155px;
	padding: 0 10px
}

.tv-show-content p{
	color: #FFF;
	line-height: 16px;
	margin: 0.5em 0;
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.audio-book-image{
	float: left;
	width: 191px;
	position: relative;
}

.audio-book-content{
	float: right;
	width: 133px;
	position: relative;
	top: -180px;
	
}

.audio-book-content p{
	text-align: right;
	color: #711E78;
	line-height:25px;
	font: 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
}

.audio-book-content h3{
	font: 17px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #FFF;
	text-align: right;
	margin: 0.5em 0 0.5em 0;
}

.getiit-image{
	float: left;
	width: 132px;
}

.getit-content{
	float: right;
	width: 135px;
	padding: 0 10px;
}

.getit-content p{
	color: #FFF;
	font: normal 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 16px;
}

.getit-content ul{
	margin: 0.5em 0;
}

.getit-content ul li{
	margin: 0.5em 0;
}

.form-input{
	background: url(images/input-bg.jpg) left top repeat-x;
	height: 23px;
	color: #FFF;
	border: 1px solid #6e1b75;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.home-impressum{
	position: relative;
	clear: both;
	height: 50px;
}

.home-impressum h3{
	font: bold 16px Tahoma, Geneva, sans-serif;
	color: #fbb5fb;
	text-align: center;
	margin: 0.3em 0;
}

.home-impressum h4{
	font: normal 14px Tahoma, Geneva, sans-serif;
	color: #c806c6;
	text-align: center;
	margin: 0.5em 0;
}

.home-impressum a{
	color: #c806c6;
	text-decoration: none;
}

/* Page */

.content{
	float: left;
	margin-right: 10px;
	width: 699px;
	padding: 15px;
	background: #FFF;
	min-height: 2050px;
}

.post{
}

.post h2{
	color: #6a277d;
	font: bold 22px Tahoma, Geneva, sans-serif;
}

.post h2 a{
	color: #6a277d;
	font: bold 22px Tahoma, Geneva, sans-serif;
	text-decoration: none;
}

.entry{
}

.entry p{
	line-height: 18px;
	color: #333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0.5em 0;
}

.entry a{
	color: #C806C6;
}

.entry ul, entry ol{
	margin: 0.5em 0.7em;
}

.entry ul li{
	list-style-type: disc;
	list-style-position: inside;
	padding: 0.3em 0;
	color: #333333;
	font-size: 13px;
	
}

.entry ol li{
	list-style-type: decimal;
	list-style-position: inside;
	padding: 0.3em 0;
	color: #333333;
	font-size: 13px;
}

.entry blockquote{
	margin: 0.7em;
	font-style: italic;
}

.entry h2{
	color: #fe00f4;
	font: normal 18px Tahoma, Geneva, sans-serif;
}

.entry h3{
	color: #fd514f;
	font: normal 13px Tahoma, Geneva, sans-serif;
}

.postmetadata{
	margin: 1em 0;
	background: #6e1b77;
	padding: 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	position: absolute;
	bottom: 20px;
	width: 69%;
}

.postmetadata p{
	color: #FFF;
}


.postmetadata a{
	color: #C806C6;
}

.postmetadata img{
	vertical-align: top;
	padding-right: 8px;
}

.separator{
	background: url(images/separator.jpg) center top no-repeat;
	width: 630px;
	height: 30px;
}

.date{
	background:url(images/calendar-bg.png) left top no-repeat;
	position: absolute;
	left: -45px;
	height: 83px;
	width: 41px;
	float: left;
}

.day{
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	font-weight: bold;
	position: relative;
	left: 5px;
	top: 4px;
}

.month{
	color: #570054;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	position: relative;
	left: 10px;
	top: 7px;
}

.year{
	color: #FF96FF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	position: relative;
	left: 5px;
	top: 7px;
}

.alignleft{
	float: left;
}

.alignright{
	float: right;
}

/* Sidebar */
.sidebar{
	float: left;
	width: 239px;	
}

.calendar{
	background:url(images/Coming-soon-box-sidebar.png) top center no-repeat;
	width: 219px;
	height: 319px;
	padding: 10px;
}

.calendar-content{
	margin: 0.5em 0;
}

.soon-box{
	background:url(images/Coming-soon-box-sidebar.png) top center no-repeat;
	width: 219px;
	height: 319px;
	padding: 10px;
}

.soon-box-content{
	text-align: center;
}

.social-box{
	background:url(images/folow-monique-box-sidebar.png) top center no-repeat;
	width: 219px;
	height: 154px;
	padding: 10px;
}

.social-box-content{
	padding: 1em 0.7em;
}

.audio-box{
	background: url(images/audio-book-box-sidebar.jpg) top center no-repeat;
	width: 219px;
	height: 317px;
	padding: 10px;
}

.audio-box-content{
	text-align: center;
}

.recent-box{
	width: 219px;
	padding: 10px;
}

.recent-box ul{
	padding: 1em;
}

.recent-box ul li{
	padding: 0.3em 0 0.3em 1.5em;
	background: url(images/bullet.png) left center no-repeat;
}

.recent-box ul li a{
	color: #FFF;
	text-decoration: none;
	font-family:Tahoma, Geneva, sans-serif;	
	text-decoration: underline;
}

.recent-box ul li a:hover{
	color: #C806C5;
}

.cat-box{
	width: 219px;
	padding: 10px;
}

.cat-box ul{
	padding: 1em;
}

.cat-box ul li{
	padding: 0.3em 0 0.3em 1.5em;
	background: url(images/bullet.png) left center no-repeat;
}

.cat-box ul li a{
	color: #FFF;
	text-decoration: none;
	font-family:Tahoma, Geneva, sans-serif;	
	text-decoration: underline;
}

.cat-box ul li a:hover{
	color: #C806C5;
}

.archives-box{
	width: 219px;
	padding: 10px;
}

.archives-box ul{
	padding: 1em;
}

.archives-box ul li{
	padding: 0.3em 0 0.3em 1.5em;
	background: url(images/bullet.png) left center no-repeat;
}

.archives-box ul li a{
	color: #FFF;
	text-decoration: none;
	font-family:Tahoma, Geneva, sans-serif;	
	text-decoration: underline;
}

.archives-box ul li a:hover{
	color: #C806C5;
}


.twitter-box{
	width: 219px;
	padding: 10px;
}

/* Archives */

/* Comments */

/* Footer */
#ft{
	background:url(images/footer-bg.jpg) top left repeat-x;
	height: 49px;
	position: relative;
	top: 130px;
}

#ft img{
	padding: 5px;
}

#ft p{
	text-align: right;
	color: #c806c6;
	width: 350px;
	float: right;
	padding: 15px;
	font-size: 12px;
}

#ft img{
	float: left;
}

#content_area{ margin:0px auto; padding:0px; width:963px;}

#box_right_area{ float:right; width:636px; margin:0px; padding:0px; }
	
.box_tv{ float:left; width:310px;background:url(newimages/purpil-box-bg.png) repeat-x left top #9d0495;
    border-radius: 4px 4px 0px 0px;-moz-border-radius-topleft:4px;-moz-border-radius-topright:4px; padding:10px 0 0 0; }
	
.radio_box{ float:left; width:310px;background:url(newimages/purpil-box-bg.png) repeat-x left top #9d0495;
    border-radius: 4px 4px 0px 0px; -moz-border-radius-topleft:4px;-moz-border-radius-topright:4px;padding:10px 0 0 0; height:245px; }
	
.box_blog{ float:right; width:310px;background:url(newimages/purpil-box-bg.png) repeat-x left top #9d0495;
    border-radius: 4px 4px 0px 0px; -moz-border-radius-topleft:4px;-moz-border-radius-topright:4px;padding:10px 0 0 0; height:245px; }	

.box_content{ float:left; width:290px; margin:0px 0 0 9px; }
.box_radio{ float:left; width:281px; 
    border-radius: 6px; background-color:#5e045e; padding:7px 5px 5px 5px; -moz-border-radius:4px; } 		


.heading_txt{ font-size:14px; font-family:Arial, Helvetica, sans-serif; color:#330a42; margin:0px; padding:0 0 5px 0;}	

.radio_img{ float:left; width:136px; margin:0px 0 0 0px; }

.white_txt{ font-size:12px; color:#FFFFFF;  font-family:Arial, Helvetica, sans-serif; text-align:center; margin:0px; padding:0px;}

.blog_content{ border-bottom:1px solid #FFFFFF; width:281px; margin:0px; padding:8px 0 10px 0;height:61px;}

.img{ margin:0 5px 0 0;}

.login_box{ width:624px; float:left; margin:12px 0 0 0; 
    background-color:#590a65; padding:5px; border:1px solid #99179e; height:105px; }
.white_heading{ font-size:16px; font-family:Arial, Helvetica, sans-serif; color:#fff; padding:0px 0 5px 0; margin:0px;}

.pink_txt{ font-size:12px; color:#fe8cff;  font-family:Arial, Helvetica, sans-serif; float:left; width:50px;  height:26px; line-height:24px;  padding:5px 0 0 0; }

.field_bg{float:left; width:185px; height:21px; background:url(newimages/field_bg.jpg) no-repeat; padding:5px 0 0 0; margin:5px 0 0 0;}
.field{ width:160px; margin:0px; padding:0 4px 0 4px; background:none; font-size:11px; color:#333333; font-family:Arial, Helvetica, sans-serif; border:0px; line-height:18px; line-height:18px;}	


	

.heading_txt1{ font-size:12px; font-family:Arial, Helvetica, sans-serif; color:#330a42; margin:0px; padding:0 0 5px 0;}	
.heading_txt1 a{ color:#330a42; text-decoration:none;}
.heading_txt1 a:hover{ color:#000; text-decoration:underline;}
