/*  
Theme Name: francesco
Theme URI: http://francescolevato.com/themes/
Description: A search engine optimized website framework for WordPress.
Author: Francesco Levato
Author URI: http://francescolevato.com/
Version: 1.0
Tags: 2-column
.
Copyright 2010 Francesco Levato
.
*/

/* Reset default browser styles */
@import url('styles/reset.css');

/* Rebuild default browser styles */
@import url('styles/rebuild.css');

/* Import a basic layout */
@import url('styles/2c-l-fixed.css');

/* Basic WordPress Styles */
@import url('styles/wp.css');


body {
	margin-left: 40px;
	margin-top: 40px;
	margin-right: 40px;
	margin-bottom: 40px;
}

/* =Header
-------------------------------------------------------------- */

/*
#branding {
	margin: 0 0 1.5em 0;
}
*/

/* =Menu
-------------------------------------------------------------- */

#access {
	margin: 0 0 1.5em 0;
	overflow: auto;
}
.skip-link {
	display: none;
}
.menu ul {
	list-style: none;
	margin: 0;
}
.menu ul ul {
	display: none;
}
.menu li {
	display: inline;
}
.menu a {
	display: block;
	float: left;
}


/* =Content
-------------------------------------------------------------- */

.entry-content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF !important;
}

.entry-content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
}

.post {
	margin: 0 0 1.5em 0;
	padding: 0 0 1.5em 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.entry-content, .entry-summary {
	margin: 0 0 0 0;
}

.entry-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF !important;
	margin-bottom: 0px;
}

.entry-title a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF !important;
	text-decoration: none !important;
}
.entry-title a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC !important;
	text-decoration: none;
}

#cat-header {
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 8px;
	margin-top: 26px;
	margin-bottom: 16px;
	height: 24px;
	line-height: 24px;
}

.cat-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	height: 24px;
	color: #FFFFFF;
}

.cat-title a {

	color: #FFFFFF !important;
	text-decoration: none !important;
}
.cat-title a:hover {
	
	color: #CCCCCC !important;
	text-decoration: none;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	margin: 0 0 1.5em 0;
	overflow: auto;	
	
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 12px !important;
	color: #CCCCCC !important;
}

.nav-previous, .nav-next {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 12px !important;
	color: #CCCCCC !important;
}
.nav-previous a, .nav-next a {
	font-family: Arial, Helvetica, sans-serif !important;
	color: #CCCCCC !important;
	text-decoration: none !important;
}
.nav-previous a:hover, .nav-next a:hover {
	font-family: Arial, Helvetica, sans-serif !important;
	color: #FFFFFF !important;
	text-decoration: none !important;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-container {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #565656;
	
	padding-top: 1em;
}

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul ul {
	list-style: circle;
	margin-left: 2em;
}
.widget-container {
	margin: 0 0 1em 0;
}


/* My Styles */

#content a {
	color: #CCCCCC;
	text-decoration: underline;
}
#content a:hover {

	color: #FFFFFF;
	text-decoration: none;
}

.event-date {
	
	color: #FFFFFF !important;
	
}


#fadeshow1, #fadeshow1 .gallerylayer {background-color:transparent!important;}


