/*
Theme Name: FMT2010
Theme URI: http://www.fmtphotography.com
Description: A theme, for us, by us.
Version: 1.0
Author: Jason
Author URI: http://www.fmtphotography.com
Tags: 

*/


/* Main Tag Declarations */
body
{
	background: #333 url("images/granite.gif");
	color: #fff;
	font-size: 12px;
	font-family: Arial, Verdana, Sans-Serif;
	margin: 0px;

}

p
{
	text-align: justify;

}

a
{
	color: #fff;
	font-family: Arial, Verdana, Sans-Serif;
}


/* Link Styles */
a
{
	text-decoration: underline;
        color: #fff;
}

a:hover
{
	font-weight: bold;;
}

#bodywrap
{
	margin: 100px 0 0 0;
	height: 600px !important;
	width: 100%;
	background: #444444;
	
	
}

#containment
{
	width: 1024px !important;
	height: 600px !important;
	margin: 0px auto !important;
	
}

#sidebar
{
	width: 224px !important;
	height: 600px !important;
	float: left;
	
	position: relative;

}

#contentframe
{
	width: 800px !important;
	height: 600px !important;
	margin-left: 224px;
	

}

#content-master
{
	padding: 0;
        margin: 0;
        overflow-y: auto;
        height: 600px !important;
        width: 800px !important;
}

#content
{
        padding: 0;
        margin: 10px 20px 10px 5px;
}

#shadow
{
	width: 100%;
	height: 20px !important;
	margin-bottom: 100px !important;
	padding: 0 !important;
	background: url("images/dropshadow.gif") top repeat-x;
}

#copyright, #social
{
	position: absolute;
	bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
        text-align: center;
        padding-bottom: 5px;
}

#copyright a
{
        text-decoration: none;
}




/* Slideshow */

#slideshow {
    position: relative;
    left: 224px;
    height:600px;
    width: 800px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}




/* Menu Styles */

ul#nav, ul#nav ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 224px;
}

ul#nav a {
  display: block;
  text-decoration: none;	
}

ul#nav li {
  margin-top: 1px;
}

ul#nav li a {
  
  color: #fff;	
  padding: 2px;
}

ul#nav li a:hover {
  font-weight: bold;
}

ul#nav li ul li a {
  padding-left: 20px;
}

ul#nav li ul li a:hover {
  padding-left: 15px;
}


.clear
{
	clear: both;
}

.right, .alignright
{
     float: right;
}

.left, .alignleft
{
     float: left;
}

.bold
{    font-weight: bold;    }

input, select, textarea
{
     border: 1px solid #ffffff;
     background: #444444;
     color: #ffffff;


}

.nodec
{    text-decoration: none; }