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

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

Description : CSS for screens

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


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;
}

a {
	color: #62921A;
}

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

#aboutquote {
	margin:  40px 0 0 0;	
}

table {
	border-collapse: collapse; 
	border: 1px solid #ccc;
	padding: 0;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

th{
	background: #E6E6E6;
	padding: 8px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

td {
	padding: 8px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

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

Blockquote Styles

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

blockquote {
	
	text-align:  center;
	margin:  0;
	padding: 0;
	font-family:  georgia, serif;
	font-size:  130%;
	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:  60%;
}


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

Document Position and Header

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

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

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


#head img {
	display: block;
	padding: 0;
	margin: 0;
}

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

Navigation

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

#nav {
	display: none;
}


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

Left Column

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

#leftcol {
float: left;
width: 220px;
display:  none;
}

#subnav {
	background: url(../images/subnav/subnavbg.gif) no-repeat;
	padding: 30px 0 10px 0;
	margin: 0px;
	height: 250px;
	padding-left: 30px;
}

#subnav ul {
	list-style: none;
	padding: 0;
}

#subnav li {
	background: url(../images/subnav/bullet.gif) 0 48% no-repeat;	
	font-size: 1.2em;
	padding: 8px 20px;
}

#subnav a:hover {
	border-bottom: solid 1px #ccc;
}

#subnav a img  {
	border: 0;
}

#tips {
	line-height: 1.8em;
	padding: 20px 10px 30px 10px;
}

#links {
	line-height: 1.8em;
	padding: 20px 10px 30px 10px;
}

#links ul {
	list-style-type: none;
	padding:  0;
	margin:  0;
}

#contact {
	line-height: 1.8em;
	padding: 38px 10px 30px 10px;
}

#tips h1, #contact h1, #links h1 {
	margin: 5px 0 10px 0;
	border-bottom: 1px solid #E3E3E3;
}

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

Content Area

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

#content {
	margin: 20px 0 0 0px;
	font-size: 1.2em;
	line-height: 1.5em;
	padding-bottom: 30px;
}

#contentsinglecol {
	margin: 40px 0 0 40px;	
	font-size: 1.2em;
	line-height: 1.5em;
	padding-bottom: 30px;
}

#content h1, #contentsinglecol h1 {
	padding-bottom: 5px; 
	border-bottom: 1px solid #E3E3E3;
}

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

Contact Form

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

#contactform {
	margin-left: auto;
	margin-right: auto;
}

#contactform input {
	width: 200px;
}

#contactform fieldset {
	background-color: #F5F5F5;
	border: 1px solid #ccc;
	padding: 20px;
}

#contactform textarea{
	width: 400px;
	height: 200px;
}

#contactform legend {
	border: 1px solid #ccc;
	padding: 10px;
	display: none;
}

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

Footer

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

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

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