/*
Theme Name: Laura 2010
Theme URI: http://www.fgplus.com/
Description: Wordpress Theme for http://www.laurasciacovelli.com/ - By: fgplus.com
Version: 1.1
Author: fgplus.com
*/

/* Global @start */
* { margin: 0; padding: 0; }
html, body { padding: 0; margin: 0; }
body { color: #000; font-family: "Courier New", Courier, monospace;	background-color: #FFF;}
:focus { outline: 0; }
img { border: none; }
/* Global @end */

/* Layout @start */
#container { margin: 0 auto; width: 960px; }
#header { float: left; width: 960px; height: 90px; overflow: hidden; }
#content { float: left; width: 960px; height: 520px; background-color: #F2F2F2; overflow: hidden; }
#contentPhotoGallery { float: left; width: 960px; height: 550px; overflow: hidden; }
#contentText {
	float: left;
	width: 920px;
	height: 480px;
	background-color: #F2F2F2;
	padding: 20px;
	font-size: 13px;
	line-height: 120%;
	vertical-align: middle;
	color: #000;
	overflow: auto;
}
/* Layout @end */

/* Header @start */
#logo-container { float: left; width: 150px; height: 90px; }

/* Menu @start */
#menu-container {
	float: left;
	width: 810px;
	height: 90px;
	font-size: 13px;
	background-color: #FFF;
	color: #000;
	white-space: nowrap;	
	line-height: 20px;
	vertical-align: middle;
}
#menu-container ul { list-style: none; padding: 0; }
#menu-container a {
	font-size: 13px;
	background-color: #FFF;
	color: #000;
	white-space: nowrap;
	text-decoration: none;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	padding: 0 10px;
}
#menu-container a:hover { font-weight: bold; }
#menu-container a.current { font-weight: bold; }

/* Left Menu @start */
#left-menu { float: left; margin: 62px 0 0 170px; display: inline; }
#left-menu li { float: left; margin-right: 45px; }
#left-menu li a { float: left; margin: 0; display: block; }
#left-menu li ul { position: absolute; display: none; background-color: #FFF; margin: 0; padding: 0; z-index: 1000; }
#left-menu li ul li { float: none; display: inline; padding: 0; margin: 0; }
#left-menu li ul li a { float: none; width: auto; background-color: #FFF; margin: 0; }
/* Left Menu @end */

/* Right Menu @start */
#right-menu { float: right; margin: 62px 0 0 0; display: inline; }
#right-menu a { padding: 0; }
/* Right Menu @end */

/* Menu @end */

#logo { float: left; margin-top: 30px; }
/* Header @end */

/* Photo Gallery @start */
#photo-gallery { float: left; width: 960px; height: 550px; overflow: hidden; background-color: #F2F2F2; }
/* Photo Gallery @end */

/* Info page @start */
#contentText a { font-size: 13px; color: #000; text-decoration: underline; }
#contentText a:hover { text-decoration: none; }
/* Info page @end */
