/*
Theme Name: Fantasia FFP
Theme URI: http://wordpress.org/
Author: Tova Raykin

*/





@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 130%;
	color: #FFFFFF;
	background: #000000;
	margin: 0px;
	background-image: url(images/ffp_bg.jpg);
	background-repeat: repeat-x;	

}

img {
border: 0;
}


a:link {
color: #326097;
text-decoration: none;

}

a:visited {
color: #326097;
text-decoration: none;
}

a:hover {
color: #253650;
}

#container {
width: 940px;
margin-top: 0;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
display:hidden;
min-height: 800px;
}

#banner {
width: 940px;
height: 240px;
background: #000000;
border-bottom: 1px solid #000000;
}

#nav {
	position: relative;
	top: 2px;
	width: 940px;
	height: 70px;
	padding: 0;
	z-index: 1;
	font-weight: bold;
	background: #000000;
	
	
}


#nav a:link {
color: #326097;
text-decoration: none;

}

#nav a:visited {
color: #326097;
text-decoration: none;
}

#nav a:hover {
color: #253650;
}



#nav li {
	border:0 none;
	color:#FFFFFF;
	float:left;
	font-size:16px;
	height:20px;
	list-style:none outside none;
	margin:0;
	padding:10px 20px 5px 20px;
	text-align: left;
	width: auto;
}




#nav .current_page_item a {
color: #253650;
text-decoration: none;

}




 
#main {
	background-color: #000000;
	width: 940px;
}

#content {
float: left;
width: 470px;
}


#pagecontent {
float: left;
width: 850px;
min-height: 100%;
height: 100%;
}

.post {
margin-bottom: 40px;
padding: 0 0 40px 60px;
}

#sidebar {
	width: 280px;
	border-left: solid 1px #326097;
	float: right;
}

#sidebar li {
	list-style:none outside none;
}

#sidebar h2 {
	display: block;
	padding: 3px;
	font-size: 13px;
	color: #FFFFFF;
	background: #326097;
	font-weight: normal;
	border: double 1px #326097;
}

#sidebar li ul {
	padding: 0;
}


.post_title {
	width: 200px;
	font-weight: 900;
	line-height: 100%;
	font-size: 26px;
	letter-spacing: -0.1em;
	color: #FFFFFF;
}

.date {

color: #326097;
font-family: Georgia, "Times New Roman", Times, serif;
font-style: oblique;
text-align: right;
font-size: 12px;

}




#footer {
	height: 40px;
	color: #666666;
	font-size: 11px;
	text-align: center;
	padding-left: 58px;
	}
	

	
#footer a:link {
color: #326097;
text-decoration: none;

}

#footer a:visited {
color: #326097;
text-decoration: none;
}

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


.formdiv {
border: 1px solid #666666;
background-color:#999999;
}

.textbox {
border: 1px solid #666666;
height: 18px;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
color: #e10022;
padding: 5px;
}

.textarea {
border: 1px solid #666666;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
color: #e10022;
padding: 5px;
}




.selectbox {
border: 1px solid #666666;
height: 18px;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #e10022;
}

.maintitle {
	font-weight: 900;
	line-height: 100%;
	border-bottom: 1px solid #333333;
	font-size: 30px;
	letter-spacing: -0.1em;
	background: #326097;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	width: 200px;
}


.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}