/* @override http://localhost:8888/howard%20test/css/main.css */

* {
	margin: 0;
	padding: 0;
	color: #222;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 24px;
}
h1 {
	font-size: 2em;
	margin-bottom: 8px;
}
p {
	font-size: 0.875em;
	margin-bottom: 1em;
}
body {
	background: url(../images/bggrad.png) repeat center top;
}
#logo {
	height: 100px;
	background: url(../images/logo_tag.png) no-repeat center top;
	text-align: center;
}
#logo a {
	width: 425px;
	height: 73px;
	display: block;
	margin: 0 auto;
}
a {
	font-size: 1em;
	color: #222;
	text-decoration: none;
}
a:link {
	color:#8b6449 ;
}
a:hover {
	text-decoration: underline;
}
#wrapper {
	width: 700px;
	margin: 40px auto;
}
#content {
	width: 694px;
	border: 3px solid #222;
	background-color: #eee;
	min-height: 400px;
	padding: 20px 0 40px 0px;
}
#main {
	width: 546px;
	border-right: 1px solid #444;
	padding-left: 10px;
}

#main h1 {
}
#main p, .cushycms p {
	padding-right: 10px; 
}
div#maintext {
	}
#zoom_content h2 {
	text-align: center;
	border-bottom: 1px solid #444;
	margin-bottom: 10px;
}
#zoom_content p, #zoom_content p strong, #cform form, #cform form input, #cform form textarea, #zoom_content div.cushycms ul li {
	font-size: 14px;
}
#zoom_content div.cushycms ul {
	margin-bottom: 20px;
}

/* !Contact Form */
#cform {
	margin:0px 20px;
	width: 300px;
	position: relative;
	height: 400px;
}
#cform label.error {
	font-size: 80%;
	color: red;
	text-align: left;
	width: 300px;
	display: none;
}
#cform label {
	float: left;
	text-align: right;
	display: block;
	font-size: 90%;
	width: 105px;
	margin: ;
	padding: ;
}
label#name_label      { position:absolute; top:0; left:0; }
input#name            { position:absolute; top:0; left:110px; }
label#name_error      { position:absolute; top:22px; left:120px; }

label#number_label     { position:absolute; top:45px; left:0px; }
input#number           { position:absolute; top:45px; left:110px; }

label#email_label     { position:absolute; top:90px; left:0px; }
input#email           { position:absolute; top:90px; left:110px; }

label#message_label     { position:absolute; top:130px; left:0px; }
textarea#message        { position:absolute; top:130px; left:110px; }
label#message_error     { position:absolute; top:272px; left:120px; }

input.button					{ position:absolute; top:295px; left:120px;}

/* !Right Menu */
#picnav {
	width: 137px;
	float: right;
	border-left: 1px solid #444;
}

/* Highlight the correct page */
body#weddings a#weddings,
body#portraits a#portraits,
body#headshots a#headshots,
body#commercial a#commercial,
body#events a#events,
body#venues a#venues {
	background-color: #8b6449;
	color: #eee;
}
body#home a#home {
	display: none;
}
#picnav ul {
	list-style: none;
	margin: 20px 0;
}
#picnav ul li a {
	color: #222;
	padding-left: 10px;
	height: 60px;
	display: table-cell;
	vertical-align: middle;
	width: 127px;
	text-decoration: none;
}
#picnav ul li a:hover {
	background-color: #8b6449;
	color: #eee;
}


#pictext {
	margin-top: 20px;
}

#thumbs {
	width: 300px;
	margin-top: 0px;
	margin-right: -1px;
	padding-left: 10px;
	float: right;
	border-right: 1px solid #444;
	position: relative;
}


#thumbs ul {
	list-style: none;
}
#thumbs ul li {
	margin: 10px;
	display: block;
	float: left;
}
#thumbs h2 {
	width: 100px;
}
#thumbs span#price {
	position: absolute;
	top: 0px;
	right: 16px;
	font-size: 14px;
}
body#venues span#price, body#commercial span#price, body#events span#price {
	display: none;
}

.photo {
	position: relative;
	width:77px;
	height: 77px;
}
.photo img {
	border: 1px solid #444;
}
.photo span {
	width: 16px;
	height: 16px;
	display: block;
	position: absolute;
	bottom: -8px;
	right: -8px;
	background: url(../images/magnifier.png) no-repeat; 
}
#fav {
	width: 210px;
	height: 400px;
	margin-top: 20px;
	margin-left: 10px;
	float: right;
}
#fav span { /* included if I ever want to put an overlapped image like magnifying glass */
	display: none;
}
#fav img {
	border: 1px solid #444;
	margin: 10px auto;
	width: 190px;
}
#fav p {
	width: 190px;
	text-align: center;
}
#bottomnav {
	width: 425px;
	height: 74px;
	margin: 0 auto;
	text-align: center;
}
#bottomnav ul li {
	list-style: none;
	display: inline;
	
	
}
#bottomnav ul li a {
	color: #777;
	padding: 0 10px;
	line-height: 74px;
}
#bottomnav ul li a:hover {
	text-decoration: underline;
}

/* @group Clearfix */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}


/* @end */
