/* -------------------------------------

Title : CSS for FarneyPhoto.com
Author : Brian McKinney
URL : http://brianmckinney.net

Description : The CSS for the home page

---------------------------------------- */


body {
    font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #333;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	background-color: #fff;
	text-align: center;
	background: url(../images/top.gif) top left repeat-x;
	padding-bottom: 20px;
}

a {
	color: #62921A;
}

.right {
	float: right; 
	padding: 10px;
}

/* -------------------------------------

Block Quote Styles

---------------------------------------- */

blockquote {	
	text-align:  center;
	margin:  0;
	padding:  0;
	font-family:  georgia, serif;
	font-size:  120%;
	letter-spacing:  -1px;
	line-height:  1.2em;
	color:  #555;
	background:  #F8F8F8 url(../images/blockquote/top.gif) no-repeat top left;
	border:  1px solid #D8D8D8;
}

#quote {

	margin:  0 10px 0 10px;
	padding:  20px 20px 10px 20px;
	background: url(../images/blockquote/end_quote.gif) no-repeat right bottom;	
}

#author {
	width:  246px;
	margin:  0 10px 0 0;
	padding:  0 0 10px 0;
	color:  #999;
	font-size:  80%;
	
}


/* -------------------------------------

Body and Header

---------------------------------------- */

#wrapper {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 854px;
	
}

#head {
	height: 99px;
	margin: 0 0 3px 0;
	padding: 0;
}


/* -------------------------------------

Navigation 

---------------------------------------- */

#nav {
	padding: 7px 7px 6px 7px;
	margin: 0;
	}

#nav ul {
	display: inline;
	list-style: none;
	padding:  7px 0 7px 0;
	margin: 0;
}

#nav ul li {
	display: inline;
	line-height: 1em;
	padding: 0 2px 0  2px;
	margin: 0;
}

#nav a{
	padding: 10px 15px 2px 15px;
}


#nav a:hover {
	
	border-bottom: 5px solid #666;
}

#nav a img  {
	border: 0;
}

/* -------------------------------------

Main Content Area

---------------------------------------- */

#leftcol {
	width: 550px;
	padding: 20px 0 30px 0; 
  
}

#leftcol #welcome {
	padding:  5px;
	font-size:  120%;
	line-height: 1.8em;
}

#content {
	margin: 20px 0 0 0;
	position: relative;	
	height: 450px;
}

#content h1 {
	padding-bottom: 2px; 
	font-size:  110%;
	font-weight:  bold;
	margin-bottom: 2px;
}

#content p {
	margin-top: 3px;
}

#seniors {
	position: absolute;	
	top: 0px;
	left: 5px;	
	width: 250px;
	padding: 5px;
}

#weddings {
	position: absolute;	
	width: 250px;
	top: 0px;
	left: 290px;	
	padding: 5px;
}

#family {
	position: absolute;	
	top: 220px;
	left: 5px;	
	width: 250px;
	padding: 5px;	
}

#special {
	position: absolute;	
	width: 250px;
	top: 220px;
	left: 290px;	
	padding: 5px;	
}

#special a, #family a, 
#weddings a, #seniors a {
	border: 0;
}

#special img, #family img, 
#weddings img, #seniors img {
	border: 1px solid #ccc;
}




/* -------------------------------------

Right Side Bar

---------------------------------------- */

#sidebar {
	margin: 5px 0 0 0;
	width: 270px;
	float: right;
	font-size: 1.2em;
	line-height: 1.5em;
	padding: 20px 0 30px 0;
	
}

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

#sidebar li {
	
	margin: 0;
	padding: 8px 0 8px 25px;
	margin:  0;
	background:  url(../images/arrow.gif) 0 50%  no-repeat;	
}

#sidebar h1 {
	border-bottom: 1px solid #D8D8D8;
	padding-bottom:  5px;
	margin-bottom:  5px;
}

#sidebar #eventgraphic {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;	
	width: 240px;
}

div#eventgraphic img {
	border: none;	
}

/* -------------------------------------

Footer

---------------------------------------- */


#footer {
	clear:  right;
	border-top: 1px solid #ccc;
}

#footer p {
	padding-top: 10px;
	margin: 0;
	text-align: center;
}