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

CSS for Richard Allen Photography Web site
http://www.richardallenphotography.com
Created by Pippin Design, Inc.
Copyright July 2008

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

/* global styles and resets */

* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

.hidden {
	display: none;
}

a {
	text-decoration: none;
}

.right {
	float: right;
}

.left {
	float: left;
}

.clear {
	clear: both;
}

h1 {
	color: #a39487;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	font-size: 26px;
	padding: 15px 0;
	letter-spacing: -1px;
}

h2 {
	text-transform: uppercase;
	font-size: 16px;
	color: #666;
	margin: 5px 0 2px;
}
p {
	color: #666666;
	font-size: 14px;
	line-height: 140%;
	padding: 0 10px 15px 0;
}

a:link, a:visited {
	color: #990000;
}

a:active, a:hover {
color: #666666;}

a.bold {
	text-transform: uppercase;
	font: normal bold 16px Helvetica, arial, sans-serif;
	letter-spacing: -1px;
}

p.small {
	color: #ccc;
	font-size: 14px;
	line-height: 120%;
}

/* main wrappers */

body {
	background: white url(../images/bg.gif) repeat-x;
	font: 100%/1.5em Helvetica, Arial, sans-serif;
	margin: 0px auto;
	text-align: center;
	float: none;
}

#container {
	margin: 0 auto;
	width: 860px;
	background: #fff url(../images/container_bg.gif) no-repeat;
	text-align: left;
}

/* homepage layout and formatting */
#headerHome {
		padding: 15px 30px 0;
}
#content {
	padding: 30px;
}

.gallery, {
	padding: 0 10px 20px;
}

h1#mainLogo {
	float: left;
	background: url(../images/ra_logo_lg.gif) no-repeat;
	height: 93px;
	width: 500px;
}

p#smallText {
	height: 93px;
	float: left;
	margin: 0 0 0 25px;
	border-left: solid 5px;
	font-size: 90%;
	line-height: 120%;
	color: #b4b4b4;
	position: relative;
}

p#smallText span {
	position: absolute;
	padding: 0 0 0 25px;
	margin: 0 0 12px;
	bottom: 0;
}

#bigText {
	clear: both;
	padding: 30px 0 25px;
	font-size: 145%;
	line-height: 140%;
	text-align: justify;
	color: #999;
}

#bigText a {
	font-weight: bold;
	font-size: 80%;
	letter-spacing: -1px;
	text-transform: uppercase;
}

#footer {
	clear: both;
	border-top: 5px solid #ccc;
	padding: 5px 0 0;
	color: #ccc;
	font-size: 95%;
}

#footer a.strong {
	text-transform: uppercase;
	font-weight: bold;
}

a.creditLink:link, a.creditLink:visited {
	font-size: 12px;
	color: #666;
	font-weight: bold;
}

a.creditLink:hover, a.creditLink:active {
	color: #990000;
}
/* second level layout and formatting */


#header {
		padding: 30px 30px 0;
}
h1#subLogo {
	float: left;
	background: url(../images/ra_logo_sm.gif) no-repeat;
	height: 55px;
	width: 275px;
}

ul#mainNav {
	float: right;
	list-style-type: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	margin: 0 10px 15px;
}

ul#mainNav li {
	display: inline;
	padding: 0 0 0 15px;
}

ul#mainNav a:link, ul#mainNav a:visited {
	color: #999;
	padding: 0 0 3px;
}

ul#mainNav a:hover, ul#mainNav a:active {
	color: #990000;
	border-bottom: 5px solid;
	padding: 0 0 3px;

}

span.inactive {
	color: #ccc;
	border-bottom: 5px solid;
	padding: 0 0 3px;

}

#subpageContent {
	float: left;
	width: 540px;
	padding: 0 0 30px 0;
}

#sidebar {
	width: 230px;
	float: right;
	margin: 0 0 0 30px;
}

h2 span, p.specialLink {
	text-transform: lowercase;
	font-weight: normal;
	font-style: italic;
	color: #a39487;
	font-size: 16px;

}

p.specialLink {
	text-transform: lowercase;
}
/* portfolio featured galleries */

#galleryPreview {
	float: left;
	width: 270px;
	margin: 0 0 30px;
}

#galleryPreview img, #galleryPreview h2, #galleryPreview p {
	float: left;
}

#galleryPreview img {
	margin: 5px 10px 0 0;

}

#galleryPreview h2 {
	font-size: 16px;
	color: #999;
}

#galleryPreview p {
	font-size: 12px;
	width: 145px;
	padding: 0;}
	