/*
Theme Name: Josef Gatti
Theme URI: http://www.josefgatti.com
Description: Final Theme
Author: Josef
Author URI: http://www.josefgatti.com
version: 2.0
Tags: Awesome
*/



/* basics */

*{margin:0; padding:0;}

body {
	background-attachment: fixed;
	font-family:"Century Gothic", Century, Arial, sans-serif;
	font-size: 9pt;
	background-repeat:no-repeat;
	overflow:visible;
	}
	
body.home {
	background-image: url(http://www.josefgatti.com/images/bg_home.png);
	background-attachment: fixed;
	background-position:top;
	font-family:"Century Gothic", Century, Arial, sans-serif;
	font-size: 9pt;
	background-repeat:no-repeat;
	overflow:visible;
	}
	
body.film {
	background-image: url(http://www.josefgatti.com/images/bg_film.jpg);
	background-color:#000;
	background-attachment: fixed;
	background-position:top;
	font-family:"Century Gothic", Century, Arial, sans-serif;
	font-size: 9pt;
	background-repeat:no-repeat;
	overflow:visible;
	}
	
body.photography {
	background-image: url(http://www.josefgatti.com/images/bg_home.jpg);
	background-attachment: fixed;
	background-position:top;
	font-family:"Century Gothic", Century, Arial, sans-serif;
	font-size: 9pt;
	background-repeat:no-repeat;
	overflow:visible;
	}
	
body.design {
	background-image: url(http://www.josefgatti.com/images/bg_image.jpg);
	background-attachment: fixed;
	background-position:top;
	font-family:"Century Gothic", Century, Arial, sans-serif;
	font-size: 9pt;
	background-repeat:no-repeat;
	overflow:visible;
	}

body.all {
	background-image: url(http://www.josefgatti.com/images/village_bg.jpg);
	background-attachment: fixed;
	font-family:"Century Gothic", Century, Arial, sans-serif;
	font-size: 9pt;
	background-repeat:no-repeat;
	overflow:visible;
	}
	
h1 {font-size: 18pt; font-weight:100;}
h2 {font-size: 14pt; font-weight:100;}
h3 {font-size: 10pt;}
h4 {font-size: 9pt;}
h5 {
	font-size: 11pt;
	font-weight:bold;
	color:#0B76CE;
}

h6 {font-size: 18pt; font-weight:100; color:#FFF;}

img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}


/* links */

a{
	color:#0066CC;
	text-decoration:none;
	}

a:hover{
	color:#000000;
	;
}



/* container */


#container {
	margin-left:240px;
	margin-top:5px;
	width: 760px;
	float: left;
	color:#FFF;
	overflow: hidden;
	}
	
#containerfull {
	margin-left:240px;
	margin-top:5px;
	float: left;
	color:#FFFFFF;
	overflow: hidden;
	}
	
#containertop {
	width:760;
	height: 20px;
	background-image: url(http://www.josefgatti.com/images/page_top.png);
	background-repeat:no-repeat;
	z-index: 1000;
	}
	
#containerpage {
	width:760;
	z-index: 1000;
	}
	
#containerbot {
	width:720;
	height: 20px;
	background-image: url(http://www.josefgatti.com/images/page_bot.png);
	background-repeat:no-repeat;
	z-index: 100;
	}
	
#containerphotography {
	position: absolute;
	top: 4px;
	left: 250px;
	width: 2600px;
	margin: 0;
	padding: 0;
	z-index: 900;
}
	
	
/* header */

#header {
	width: 245px;
	overflow:visible;
	position:fixed;
	z-index:1000;
	background-repeat: no-repeat;
	height:100%;
	}

#header h1{
	font:normal 20pt georgia, times;
	padding:20px 0 0 16px;
	margin:0;	
	}
	
#header h1 a{color: #404040; text-decoration: none;}
#header h1 a:hover{color: #666; text-decoration: none;}


#header h2{
	font:normal 10pt georgia, times;
	color:#333;
	padding: 0 0 0 18px;
	margin:0;	
	}


/* main menu */


#menu {
	background-image: url(http://www.josefgatti.com/images/bg_jg.png);
	width: 245px;
	overflow:visible;
	background-position: top;
	z-index:1000;
	background-repeat: no-repeat;
	margin-top: 5px;
	height: 370px;
}

#menu a{
	color:#FFF;
}

#menu a:hover{
	color:#c5c5c5;
}

#menutext {
	background-image: url(http://www.josefgatti.com/images/menu_black.png);
	width: 225px;
	overflow:visible;
	z-index:1010;
	background-repeat: repeat;
	text-align:left;
	margin-left:7px;
	margin-right:13px;
	font-size: 14px;
	font-family: "Century Gothic", Tahoma, Verdana, Arial;
	height: 21px;
	float: left;
	padding-top: 4px;
	margin-bottom: 2px;
}

#menuleft {
	width: 110px;
	overflow:visible;
	z-index:1010;
	background-repeat: repeat;
	text-align:left;
	font-size: 14px;
	font-family: "Century Gothic", Tahoma, Verdana, Arial;
	height: 21px;
	float: left;
	margin-bottom: 2px;
	padding-left: 5px;
}

#menuright {
	width: 100px;
	overflow:visible;
	z-index:1010;
	background-repeat: repeat;
	float: right;
	text-align:right;
	padding: 0 7px 0 0;
	font-size: 14px;
	font-family: "Century Gothic", Tahoma, Verdana, Arial;
	height: 21px;
}

#menubuttonhome {
	width: 245px;
	overflow:visible;
	z-index:1010;
	background-repeat: no-repeat;
	float: left;
	text-align:left;
	padding: 20px 15px 15px 15px;
}

#menubuttoncontact {
	width: 100px;
	height: 45px;
	overflow:visible;
	z-index:1010;
	background-repeat: no-repeat;
	float: right;
	text-align:right;
	margin-right:15px;
	margin-top: 18px;
}

#menutop {
	width: 245px;
	overflow:visible;
	background-image: url(http://www.josefgatti.com/images/menu_top.png);
	background-position: top;
	z-index:1000;
	background-repeat: no-repeat;
	height: 30px;

}

#menubot {
	width: 245px;
	overflow:visible;
	background-image: url(http://www.josefgatti.com/images/menu_bot.png);
	background-position: bottom;
	z-index:1000;
	background-repeat: no-repeat;
	height: 25px;
	float: left;
	position: static;
}


#menusearch {
	background-image: url(http://www.josefgatti.com/images/menu_black.png);
	width: 225px;
	overflow:visible;
	z-index:1000;
	background-repeat: repeat;
	float: left;
	margin: 0 7px;
	height: 30px;
	margin-top: 229px;
}

#menumid {
	width: 245px;
	overflow:visible;
	background-position: top;
	z-index:1000;
	background-repeat: repeat-y;
}

#menubg {
	width: 245px;
	overflow:visible;
	background-image: url(http://www.josefgatti.com/images/menu_bg.png);
	background-position: top;
	z-index:1000;
	background-repeat: no-repeat;
	height: 400px;
}


#menu ul {
	margin:0;
	padding:0;
}

#menu ul li {
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	padding:4px 10px;
	margin: 0;
	color: #fff;
	display:block;
}

#menu ul li a:hover {
	background: #fff;
	color:#000;
}


/* content */


#content {
	width:765px;
	overflow: hidden;
	color: #000000;
	background-image: url(http://www.josefgatti.com/images/page_mid.png);
	background-repeat:repeat-y;
	padding-left:15px;
	}
	
#contenthome {
	overflow: hidden;
	color: #000000;
	background-repeat:repeat;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	text-align:center;
	}
	
#homebot {
	background-image: url(http://www.josefgatti.com/images/bg_home_bot.png);
	background-attachment: fixed;
	background-position:bottom;
	height: 120px;
	width: 100%;
	position:fixed; bottom: 0;
	font-family:"Century Gothic", Century, Arial, sans-serif;
	font-size: 9pt;
	background-repeat:no-repeat;
	overflow:visible;
	z-index: -10;
	}
	
#title {
	height: 134px;
	width: 750px;
	margin: 0 auto;
	padding-bottom: 50px;
	}
	
#contentblack {
	margin-top: 9px;
	overflow: hidden;
	color: #ffffff;
	background-repeat:repeat;
	width: 755px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	background-image: url(http://www.josefgatti.com/images/menu_black.png);
	}
	
#black {
	padding-left: 20px;
	width: 735px;
	color: #ffffff;
	}
	
#contentsingle {
	float: left;
	width:725px;
	overflow: hidden;
	margin-left: 255px;
	padding-top: 20px;
	}
	
#contentcat {
	float: left;
	width:700px;
	overflow: hidden;
	padding-left: 20px;
	color: #FFFFFF;
	padding-top: 20px;
	background-color:#000000;
	}
	
#contentright {
	width:330px;
	overflow: hidden;
	}

#contentpage{
	width:700px;
	overflow: hidden;
	padding-top: 20px;
	padding-left: 20px;
	margin-left: 255px;
	}

#contentpagecontact{
	float: left;
	width:725px;
	overflow: hidden;
	color: #FFFFFF;
	padding-top: 15px;
	padding-left: 20px;
	}

.post {
	margin:0;
	padding:0;
	line-height: 14pt;
	width: 100%;
	font-size: 10pt;
	color: #000000;
	z-index:1000;
	}
	
.posthome {
	margin:0;
	padding:0;
	line-height: 14pt;
	font-size: 9pt;
	color: #000000;
	z-index:1000;
	}
	
.postpage {
	margin:0;
	padding:0;
	line-height: 14pt;
	width: 745px;
	font-size: 10pt;
	}
	
.post h2{
	color:#000000;
	}
	
.post h2 a{
	color: #0066CC;
	text-decoration: none;
	font-weight:100;
	font-family:"Century Gothic", Century, Arial, Sans-serif;
	}
	
.post h2 a:hover{
	color:#ffffff;
	text-decoration: none;
	}

.post ul {}

.post li {}

.entry p{margin:12px 0 0;}

.entry h6{margin:12px 0 0;}

.postmetadata{
	clear: both;
	font-size: 8pt;
	margin-bottom:30px;
	padding-bottom: 10px;
	}
	

.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{margin:25px 0;}
.alignright a{float:right; margin:25px 0;}
.alignleftx a{}



/* left sidebar */

#right{
	width:40px;
	padding: 0;
	color: #FFFFFF;
	font-size: 8pt;
	font-family:"Century Gothic", Century, Arial, sans-serif;
	text-align:center;
	line-height: 14px;
	position: fixed;
	right: 0;
	top: 0;
	float: right;
	margin-right: 10px;
	margin-top: 5px;
	z-index: 1010;
	}
	
#leftmenu {
	background-image: url(http://www.josefgatti.com/images/bg_jg.png);
	background-repeat:no-repeat;
	width:245px;
	float:left;
	position:fixed;
	margin-right:-10px;
	}

#left h2{
	font:normal 11pt;
	font-family:"Century Gothic", Century, Arial, sans-serif;
	font-weight:100;
	color: #000;	
	margin: 0;
	padding: 0;
}

#left label{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#left p {margin:0; padding: 0;}

#left img {padding: 0; margin: 0;}

#left ul {
	margin:12px;
	padding:0;
	}

#left ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#left ul ul {
	margin:14px 0;
	padding: 0;
}

#left ul ul li {
	list-style-type: none;
	}

#left ul ul ul{
	margin: 0;
	padding: 0;
}

#left ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}



/* right sidebar */

#right h2{
	font:normal 11pt georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#right label{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#right p {margin:0; padding:0;}

#right img {padding: 0; margin: 0;}

#right ul {
	padding:0;
	}

#right ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#right ul ul {
	margin:14px 0;
	padding: 0;
}

#right ul ul li {
	list-style-type: none;
	}

#right ul ul ul{
	margin: 0;
	padding: 0;
}

#right ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}



/* comments */


.author {
	padding: 7px 0px 7px 0px;
	float: left;
	width: 175px;
	font: 10px/2.5em "Lucida Grande", Verdana, sans-serif;
	color: #000000;
	margin-top: 7px;
	line-height: 14px;
	border-top: dotted 1px #999999;
}

#comments {
	color: #000000;
}
.author a {
	font: 11px "Lucida Grande", Verdana, sans-serif;
	color: #0066CC;
}

.comment {
	margin: 7px 0 10px 0;
	padding: 7px 10px 15px 10px;
	float: left;
	font-size: 12px;
	color: #000000;
	text-align: left;
	border-top: dotted 1px #999999;
	width: 445px;
}

.comment span, .no-find {
	margin: 0;
	padding: 2px;
	background: #CCCCCC;
	color: #003399;
	font-style: italic;
	font-size: 12px;
}

.comment p {
  margin: 0;
  padding: 0;
}

.box {
	background-color: #333333;
	color:#FFFFFF;
	padding:5px;
}

#commenttext {
	float:right;
	width: 400px;
	color:#FFFFFF;
	}
	
#post-comments {
	margin: 0;
	padding: 40px 0 0 0;
	clear: both;
	color: #000000;
}
#reply {
  margin: 20px 0 0 0;
  padding: 0;
  font-size: 11px;
}
.comment-field {
  margin: 0;
  padding: 0 0 12px 0;
}
.comment-field textarea {
	padding: 2px;
	font: 11px "Lucida Grande", Verdana, sans-serif;
	width: 465px;
	border: 1px solid #BCBCCB;
	color: #565656;
}
.comment-field label {
  float: left;
  width: 170px;
}
.input-text {
  padding: 2px;
  font: 11px "Lucida Grande", Verdana, sans-serif;
  width: 300px;
  border: 1px solid #BCBCCB;
  color: #565656;
}
.input-button {
  margin: 0 0 0 171px;
  padding: 0 5px;
  color: #565656;
}


/* search */

#top-search {
	float:left;
	background:transparent url(http://www.josefgatti.com/images/search.png) no-repeat 0 0;
	width:225px;
	height:30px;
	position:relative;
}

#top-search input {
	border:medium none;
	background:transparent;
	position:absolute;
	color:#003366;
}

#top-search .input-text {
	left:8px;
	top:7px;
	width:150px;
}

#top-search .input-submit {
	width:60px;
	height:30px;
	padding:0;
	right:0;
	top:0;
	cursor:pointer;
}





/* misc */

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
	}
	
.alignleftx {
	width: 700px;
	color:#FFFFFF;
	float: left;
	padding-bottom: 20px;
	}
	
.textright {
	padding-left: 220px;
	margin-top: -15px;
	}

.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;
}

#dothr{
	border-style:none; 
	border-top: 1px dotted #555555;
	height: 1px;
	text-align:left;
}

.style2 {color: #0066CC; font-size: 9.5px;}
.style4 {
	font-size: 10pt;
}

.stylecontact {color: #333333; font-size: 11.5px; font-family:"Century Gothic", Century, Arial, sans-serif; line-height:9px;}

/* footer */

#footer {
	width: 155px;
	color:#000;
	overflow:visible;
	z-index:1010;
	background-repeat: no-repeat;
	position:fixed;
	bottom: 0;
	right: 0;
	bottom: 0;
	float:right;
	text-align:right;
	bottom: 0;
	font-size:10px;
	padding-right: 10px;
}
	
#footer p{
	padding:14px 0;
	margin: 0;
	color: #333333;
	text-align:left;
}
#footer a{color: #BCBCBC;text-decoration: none;}
#footer a:hover{color: #5D5D5D;text-decoration: underline;}

.avatarx {
	float: left;
	margin-right: 25px;
	width: 52px;
	height: 104px;
	}
	
.avatar {
	float: left;
	margin-right: 25px;
	width: 50px;
	height: 50px;
	}

/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	float: right;
	margin-bottom: 22px;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -6px;
	left: -245px;
	z-index: 1;
}

.hoverbox img
{
	color: inherit;
	vertical-align: top;
	width: 30px;
	height: 60px;
}

.hoverbox li
{
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 3px;
	position: relative;
}

.hoverbox .preview
{
	width: 242px;
	height: 137px;
}

/* design */

#designimage {
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
	margin-right: 5px;
	width: 365px;
	height: 200px;
	float: left;
}

#designtext {
	margin-bottom: 20px;
	margin-right:30px;
	width: 330px;
	height: 180px;
	float: right;
	padding: 10px;
	padding-bottom: 20px;
}


/* photos */

#photo1 {
	float:left;
	padding: 10px;
}

#photo2 {
	float:left;
	padding: 10px;
}

#photo3 {
	float:left;
	padding: 10px;
}

