/* 
	Theme Name: Jenna & Tristan  (a modified Photopress)
	Theme URL: http://www.introvenusdesign.com
	Description: JT Photopress is a customized design specificaly for www.jennaandtristan.com
	Author: Modified by Tristan Shouldice | Original elements by Brian Gardner
	Author URI: http://www.introvenusdesign.com
	Version: 1.1
	
			
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
	Changelog:
		v1.0 - 06.15.07
		First Release of Photopress
		tjs mod August 9, 2009
*/

body {
	background-color: #FFFFFF;
}
html, body, #wrapper {
	height:100%;
	margin: 0;
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
	border: none;
}
#wrapper {
	vertical-align: middle;
	width: 1050px;
	text-decoration: none;
	font-style: normal;
	margin: 0 auto 0px;
	color: #484848;
}
#main {
	height: 660px;
	width: 1016px;
	position: relative;
}
/************************************************
*	Hyperlinks									*
************************************************/
a, a:visited {
	color: #9BB20A;
	text-decoration: none;
	outline: none;
}
img {
	border-style: none;
}
a:hover {
	outline: none;
}
/************************************************
*	Header  									*
************************************************/
#header {
	height: 32px;
	width: 864px;
	position: absolute;
	top: 0px;
	z-index: 1;
	right: 0px;
}
#header #logo {
	position: absolute;
	top: 0px;
	right: 0px;
}
/************************************************
*	MENU      								*
************************************************/


.page-navi, .expandfirst {
	position: absolute;
	width: 140px;
	left: 0px;
	top: 35px;
	text-align: right;
	text-transform: lowercase;
}
/************************************************
*	Content 					     		    * 
************************************************/
.content {
	position: absolute;
	width: 864px;
	top: 38px;
	z-index: 99;
	right: 0px;
}
.title {
	width: 820px;
	margin: 0px;
	padding: 0px;
	float: right;
	font-size: 20px;
	color: #333;
}
.titleleft {
	width: 440px;
	height: 40px;
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
.titleright {
	width: 195px;
	height: 40px;
	float: right;
	margin: 0px;
	padding: 0px;
	text-align: right;
}
#home-page , #site-page, #contact-page{
	border: 1px solid #CCC;
	height: 580px;
}
#contact-page h1 , #site-page h1{
	margin-left: 35px;
	margin-top: 35px;
	text-transform: uppercase;
}
#home-page img  {
	margin: 7px;
}
#site-page p {
	margin: 10px 420px 10px 35px;
	line-height: 1.5em;
}
#site-page .site-page-img {
	position: absolute;
	top: 7px;
	right: 7px;
	z-index: 1;
}
#site-page #copyright {
	font-size: 11px;
	position: absolute;
	width: 480px;
	left: 0px;
	bottom: 0px;
	color: #ACACAC;
}
#site-page #copyright p {
	margin: 0px 5px 5px 35px;
}
#site-page #copyright em {
	font-size: 9px;
}
#contact-page {
	background-image: url(images/_mg_7695_copy.jpg);
	background-repeat: no-repeat;
	background-position: 7px 7px;
}
#contact-page .wpcf7 {
	margin-left: 35px;
	margin-top: 35px;
	z-index: 99;
	display: block;
}
#contact-page input, #contact-page textarea {
	border: 1px solid #D5D5D5;
	padding: 3px;
	color: #000;
	margin-top: 3px;
	margin-bottom: 3px;
	font: 12px/12px Arial, Helvetica, sans-serif;
}
#contact-page input {
	width: 300px;
}
#contact-page textarea {
	display: block;
	width: 300px;
}
#contact-page .wpcf7-submit {
	color: #9BB20A;
	background-color: #F1F1F1;
	width: 308px;
	display: block;
	text-transform: uppercase;
}
#contact-page .wpcf7-submit:hover {
	background-color: #F7F7F7;
}
.content h1 {
	color: #333333;
	font-size: 20px;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	text-transform: lowercase;
	line-height: 20px;
}
.content h1 a {
	color: #333333;
	text-decoration: none;
}
.content h1 a:hover {
	color: #9BB20A;
	text-decoration: none;
}
.content p {
	padding: 0px;
	margin: 0px 0px 10px;
	line-height: 1.2em;
}
.content .entry img {
	border: 1px solid #CCC;
	padding: 3px;
	background-color: #FFF;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
/************************************************
*	Footer  									*
************************************************/
#footer {
	position: absolute;
	width: 866px;
	bottom: 0px;
	height: 20px;
	text-align: center;
	font-size: 0.8em;
	color: #CCC;
	right: 0px;
}
