body {
	margin:0;
	padding: 0;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
    background: url("/img/texture_background.jpg");
	
}

h1 {
    font-size: 20px;
    padding: 0 0 10px 0;
    margin: 0;
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 14px;
}

.bold {
    font-weight: bold;
}

/*body div {
	margin: 0 auto 0 auto;
	width: 950px;
}*/

div#logo {
	text-align: left;
}

div#logo img {
	width: 400px;
}

div#shadow {
    background: url("/img/background_shadow.png") top center repeat-y;
    width: 1000px;
    margin: 0 auto 0 auto;
}

div#logo, div#navigation, div#content, div#footer {
    width: 950px;
    margin: 0 auto 0 auto;
}

/*********************************** Navigation ***************************/

div#navigation {
	text-align: left;
	padding: 0 0 5px 0;
}

div#navigation ul {
	margin: 5px 0 5px 0;
	padding: 0 0 0 0;
	border-bottom: solid 1px #a5b59f;
	border-top: solid 1px #a5b59f;
}

div#navigation ul li {
	display: inline;
}

div#navigation ul li a {
	padding: 3px 10px 3px 10px;
	color: #566454;
	text-decoration: none;
    font-size: 12px;
}

div#navigation ul li a:hover {
	color: red;
}

/*********************************** Content ***************************/

div#content {
	text-align: left;
}

div#content a {
	color: #566454;
}

div#content a:hover {
    color: red;
}

div#float_pic {
	float: right;
	width: 132px;
	border: solid 1px #cccccc;
	padding: 5px;
	margin: 0 0 0 10px;
}

p.keywords {
    color: #dedbdb;
}

/*********************************** Gallery List ***************************/
div.wedding_galleries {
    border: solid 1px #ffffff;
    background: #999999;
}

div.wedding_galleries h2 {
    margin: 0;
    font-size: 16px;
    padding: 10px;
    border-bottom: solid 1px #ffffff;
    color: #ffffff;
    font-weight: normal;
    background: url("/img/backgrounds/black_50.png");
}

div.wedding_galleries h2 span.smaller {
    font-size: 14px;
    font-weight: normal;
}

div.wedding_galleries div.wedding {
    margin: 5px 0 0 5px;
    border: solid 1px #000000;
    width: 465px;
    float: left;
    background: #ffffff;
}

div.wedding_galleries div.wedding div.padding {
    width: auto;
}

div#content div.wedding_galleries div.wedding a {
    text-decoration: none;
    color: black;
}

div#content div.wedding_galleries div.wedding img {
    float: left;
    margin-right: 10px;
    border: none;
}

div#content div.wedding_galleries div.wedding h3 {
    padding: 0 0 0 0;
    margin: 0 0 2px 185px;
    border-bottom: solid 1px #666666;
    
}

div#content div.wedding_galleries div.wedding p.location {
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 11px;
}

div#content div.wedding_galleries div.wedding p.short_description {
    margin: 0;
    padding: 0;
    font-size: 11px;
}

div#content div.wedding_galleries div.wedding p.short_description span.button {
    font-weight: bold;
    color: #660000;
}

div.padding {
    padding: 5px;
    width: auto;
}

/*********************************** Photo Gallery Template ***********/
div.photo_gallery_view h1 {
    border-bottom: solid 1px #cccccc;
    padding: 0;
    margin: 0 0 5px 0;
    
}

div.photo_gallery_view p.location {
    font-weight: bold;
    margin-left: 20px;
}

div.photo_gallery_view div.long_description {
    margin-bottom: 10px;
    margin-left: 20px;
}

/*********************************** Footer ***************************/

div#footer {
	clear: both;
	border-top: solid 1px #a5b59f;
	margin: 10px auto 0 auto;
	padding: 5px 0 5px 0;
	color: #a5b59f;
}

div#footer a {
	color: #a5b59f;
}

div#footer a:hover {
    color: #838f7e;
}

div#footer span#copyright {
	float: left;
}

div#footer span.contact {
	float: right;
}

/***************************** Helpers *************************************/
.clearer {
	clear: both;
    width: auto;
}

/***************************** Homepage *************************************/
div.homepage {
    padding: 15px 0 15px 0;
    background: #333333;
    text-align: center;
}

div.homepage * {
    margin: 0 auto 0 auto;
}

div.homepage img {
    border: 1px solid #ffffff;
    display: none;
}

div.homepage img.first {
    display: block;
}

/***************************** Testimonial Page *************************************/
div.testimony {
    padding: 10px;
    clear: both;
    margin-bottom: 10px;
    font-size: 12px;
}

div.testimony h3 {
    margin-bottom: 0;
    padding-bottom: 0;
}

div.testimony img {
    float: right;
    padding: 10px;
    border: solid 1px #ffffff;
    background: url("/img/backgrounds/white_50.png");
    margin: 0 0 0 20px;
}

div.testimony.left img {
    float: left;
    margin: 0 20px 0 0;
}

