/* 
Theme Name: Fantasia 2010
Theme URL: http://www.fantasiafest.com/blog/
Description: Created with style for the Fantasia Festivial 2010.
Author: Plank Design
Author URI: http://www.plankdesign.com
Version: 1.0
*/

/* Site Structure */

.clear {
	clear: both;
}

.hidden {
	display: none;
}

html {
	height:100%;
	margin:0;
	padding:0;
	border:0;
}
body {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	background: #000 url(img/common/background_mid.png) repeat-y center;
	margin: 0px;
	height:100%;
}

#BGtop {
	position: absolute;
	z-index:-5;
	height:818px;
	width:100%;
	left:auto;
	right:auto;
	top:0;
	background: transparent url(img/common/background_top.jpg) no-repeat top center;
}
#BGbottom {
	position:absolute;
	height:859px;
	width:100%;
	bottom:0;
	left: auto;
	right:auto;
	z-index:-6;
	background: transparent url(img/common/background_bottom.jpg) no-repeat center bottom;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
	background:transparent;
}

.container{
	position: relative;
	background: transparent url(img/en/header_text_en.png) no-repeat center 340px;
	height: 364px;
	margin:0 auto;
	padding: 0;
}
#header {
	height:270px;
}

/*#header a {
	background:transparent;
	color:#FFFFFF;
	cursor:pointer;
	display:block !important;
	height:340px;
	overflow:hidden;
	text-indent:-9999px;
}*/

#lang_fr .container {
	position: relative;
	background: transparent url(img/fr/header_text_fr.png) no-repeat center 335px;
	height: 364px;
	margin:0 auto;
	padding: 0;
}

/*#lang_fr #header a {
	background:transparent;
	color:#FFFFFF;
	cursor:pointer;
	display:block !important;
	height:340px;
	overflow:hidden;
	text-indent:-9999px;
}*/

.sponsorTopbar {
	height: 21px;
	background-color: transparent;
	position: relative;
	vertical-align: bottom;
}

/* My Comment */

.sponsorTopbar p {
	color: #999;
	display: inline;
	padding: 0px 0 0 10px;
	margin: 0;
	font-size: 10px;
	line-height: 130%;

}

ul.partners {
	list-style-type:none;
	margin:0;
	padding: 5px 0 0 0;
	width:800px;
	background-color: transparent;

}

ul.partners li {
	display:inline;
	float:left;
	margin-bottom:10px;
	padding:0 27px 0 27px;
	width:212px;
}

ul.partners p {
	color: #999;
	padding: 0px;
	margin:  0px;
	text-transform: uppercase;
	font-size: 10px;
}

#blognav {
	background: #000;
	height: 43px;
	}	


#nav {
	background: #000;
	height: 43px;	
	margin: 0;
	padding: 0;
}

#nav ul {
	margin: 0px;
}

#nav li {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	float:left;
	padding:0;
	position:relative;
	list-style: none;
	height: 43px;
}

#nav img {
	margin: 15px 15px 9px;
}

#nav li a {
	list-style: none;
}

#nav li a:visited {
	list-style: none;
}

#nav li a:hover {
	list-style: none;
}

#nav_fr {
	background: #000;
	height: 43px;	
	margin: 0;
	padding: 0;
}

#nav_fr ul {
	margin: 0px;
}

#nav_fr li {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	float:left;
	padding:0;
	position:relative;
	list-style: none;
	height: 43px;
}

#nav_fr img {
	margin: 13px 8px 9px 8px;
}

#nav_fr li a {
	list-style: none;
}

#nav_fr li a:visited {
	list-style: none;
}

#nav_fr li a:hover {
	list-style: none;
}


#updates {
	background: url(img/common/updates_bar.jpg);
	height: 45px;
    position: relative;

}

#updates img {
	margin: 8px 0 8px 20px;
	position: absolute;
}

#updates p {
	padding: 0 0 0 240px;
	margin: 0px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #333;
	line-height: 43px;
	text-align: left;
}



#mainNav {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 15px;
}

.language {
	position: absolute;
	bottom: 10px;
	right: 15px;
}

/* Sidebar */

#sidebar {
	width: 200px;
	padding: 0 20px 0 5px;
	margin: 0 0 10px 0;
	float: right;
	background: #fff;
	border-left: 1px solid #ccc;

}


#sidebar ul {
	padding: 0 15px 0 15px;
	margin: 0px 0 0 0;
	list-style-type: none;

}

#sidebar ul ul {
	padding: 0;
}

#sidebar ul ul li {
	margin-bottom: 10px;
}

#sidebar h1 {
	font-size: 24px;
	margin: 10px 0 0px 0;
	text-transform: uppercase;
	color: #333;
}

#sidebar h1 a{
	color: #333;
}

#sidebar h1 a:visited {
	color: #333;
}

#sidebar h1 a:hover {
	color: #cc0000;
}


#sidebar h2 {
	font-size: 14px;
	margin: 0 0 8px;
	padding: 0;
}

#sidebar ul li.widget {
	margin: 0 0 15px 0;
	list-style-type: none;
	border-bottom: 1px solid #ccc;
	word-wrap: break-word;
}

#sidebar ul li.widget_recent_entries li{
	list-style-image: url(img/common/bullet_arrows.gif);
}


#lang_fr #linkcat-29 {
	display: none;
	
}

/* Content */

#content-wrap {
	background: #fff;
}

#content { 
	width: 500px;
	padding: 20px;
	float: left;
	background:#fff;
}

.home #content {
	width: 500px;
	padding: 0px 20px;
	float: left;
}

.archive #content {
	width: 500px;
	padding: 0px 20px;
	float: left;
}

.search #content {
	width: 500px;
	padding: 0px 20px;
	float: left;
}

.sponsors_logos {
	text-align:center;
	display: block;
}

.postThumb {
	float: left;
	padding: 0 10px 10px 0;
}

/* Dummy Style */

a {
	color: #ff6600;
	text-decoration: none;
	border-style: none;
}

a:visited {
	color: #ff6600;
	border-style: none;
}

a:hover {
	color: #333;
	border-style: none;
}

img {
	border-style: none;
}

a img {
	border-style: none;
}

a:visited img {
	border-style: none;
}

a:hover img {
	border-style: none;
}

p {
	font-size: 12px;
	line-height: 150%;
	padding: 0 0 12px 0;
}

#subnav {
	background: transparent;
	clear: both;
	margin: 0px auto;
	color: #333;
	width:800px;
}




#subnav p {
	color: #fff;
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 16px 20px 16px 20px;
}

#subnav a {
	color: #fff;
	text-decoration: none;
}

#subnav a:visited {
	color: #fff;
}

#subnav a:hover {
	color: #333;

}

#subnav ul{
	padding:15px 15px 5px;
	list-style-type: none;	
	margin: 0;
}

#subnav ul li {
float:left;
font-size:11px;
list-style-type:none;
padding:0 8px;
}

#subnav ul.bot_nav li.last,
#subnav ul.bot_nav li.footer_language {
border-right:none;
float:left;
font-size:11px;
list-style-type:none;
padding:0 8px;
}

/* My Comment */

#subnav ul.bot_nav li a, 
#subnav ul.bot_nav li a:link, 
#subnav ul.bot_nav li a:visited, 
#subnav ul.bot_nav li a:active
{
	color: #fff;
	font-weight: normal;
	font-style: normal;
	display: inline;
	list-style-type: none;
}

#subnav ul.bot_nav li a:hover{
	color: #333;
}

.icons img {
	padding: 10px 2px 0 0px;
}

#social_media{
	float:right;
}

#footer {
	background: transparent;
	position: relative;
	min-height: 280px;
	margin:0 auto;
	padding: 0;
	width: 100%;
	vertical-align: auto;
	z-index:-6;
}

.sponsorBottombar {
}
.sponsorBottombar li {
	font-size:11px;
	display:inline;
}
.sponsorBottombar li a {
	color: #fff;
	margin: 0;
}	


.sponsorBottombar li a:hover {
	color: #333;
}	



/* Wordpress Image, Caption, & Attachment Classes */

img.alignright {
	float: right;
	margin: 0 0 1em 1em;
	padding: 3px;
	background: #efefef;
}

img.alignleft {
	float: left;
	margin: 0 1em 1em 0;
	padding: 3px;
	background: #efefef;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	padding: 3px;
	background: #efefef;
}

a img.alignright {
	float: right;
	margin: 0 0 1em 1em;
}

a img.alignleft {
	float: left;
	margin: 0 1em 1em 0;
}

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


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

.align_left {
	text-align: center;
}

.align_right {
	text-align: center;
}

.align_center {
	text-align: center;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 1

0px;
	/* optional rounded corners for browsers that support it */
   -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;
}





/* Comment Form */

#comment {
	width: 94%;
	height: 130px;
	padding: 5px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 150%;
}

/* General Content */

h1 {
	
}

h2 {
	font-size: 30px;
	margin: 0px;
	color: #333;
}

h2 a{
	color: #333;
}

h2 a:visited {
	color: #333;
}

h2 a:hover {
	color: #ff6600;
}

h3 {
	
}

h4 {
	
}

h5 {
	
}

h6 {
	
}

small {
	font-size: 11px;
	color: #999;
}

/* Random Basic Styles */

.navigation {
	height: 20px;
	margin-bottom: 0px;
	width: 500px;
	clear: both;
}

#container {
	
}

.postIndex {
	border-bottom: 1px solid #efefef;
	margin: 0 0 30px 0;
	padding: 0 0 15px 0;
}

.post {
	width: 500px;
	float: left;
	margin-top: 15px;	
}

.post h2 {
	font-size: 22px;
	text-transform: none;
}

.moreLink {
	padding: 0px 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #ccc;
}

.excerpt p {
	padding-bottom: 0;
	margin-bottom: 5px;
}

.postmeta {
	
}

.postmetadata {
	margin: 0px;
}

.postnavigation {
	
}

#respond {
	width: 500px;
	padding: 0 0 0 10px;
}

#searchform {
	
}


#comments {
	display: inline-block;
}

.comments_navigation {
	width: 500px;
}

.comments_navigation {
	
}

.comments_reply {
	
}

.comments_text {
	
}

.comment-body {
	border-bottom: 1px solid #ccc;
}

.recentComment a {
	 text-decoration: none;
	 display:block;
	 padding: 0px;
	 margin: 0px;
}

.recentComment a:hover {
	 color: #000;
}

.gravatar {
	 float:left;
     margin: 0 10px 30px 0;
}

.author {
	font-size: 1.1em;
	color: #666;
	font-weight: bold;
}

.recentComment p {
	 line-height: 1em;
	 text-decoration: none;
	 font-size: 0.9em;
	 color: #666;
	 margin: 0 0 25px 0;
	 padding: 0;
}

.post-link {
     margin: 0;
	 text-decoration:none;
	 font-size: 1em;
	 display:block;
}

.comment {
	 font-family: Georgia,"Times New Roman",Times,serif;
	 font-style: italic;
	 font-size: 1em;
	 color: #888;
	 padding: 5px 0 0 0;
	 margin: 0;
}

.commentlist {
	width: 490px;
	padding: 0;
	list-style-type: none;
}

.commentlist li {
	padding: 10px 0 0 10px;
	
}


#fourohfour {
	margin: 20px 0 0 0 ;
	position: relative;
	background: url(img/common/header.jpg) no-repeat;
	height: 340px;
}

.notfound {
	color: #fff;	
	background-color: #333;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	padding: 20px 0 0 0;
	text-transform: uppercase;
}

.returntosite {
	color: #c1b381;	
	background-color: #333;
	font-size: 16px;
	text-align: center;
}

.returntosite a {
	color: #c1b381;	
	background-color: #333;
	font-size: 16px;
	text-align: center;
}

.returntosite a:hover {
	color: #fff;	
	background-color: #333;
	font-size: 16px;
	text-align: center;
}

.returntosite a:active {
	color: #c1b381;	
	background-color: #333;
	font-size: 16px;
	text-align: center;
}

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

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -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;
}

