/*
Theme Name: Southern Bride
Theme URI: http://www.southern-bride.com
Description: Southern Bride theme.
Version: 1.0
Author: Southern Bride
Author URI: http://www.southern-bride.com/
Tags: southernbride
*/

body {
	background-color: #030303;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #FFFFFF;
	background-image: url(img/bg.gif);
	background-repeat: repeat;
}
html * {   
	margin: 0;   
	padding: 0; 
}
a:link, a:visited, a:active {
	color: #AD9F60;
	text-decoration: underline;
}
a:hover {
	color: #8E0021;
	text-decoration: none;
}
img {
    border: none;
}
h1 {
	letter-spacing: -1px;
	font-size: 180%;
	font-weight: normal;
	margin-bottom: 5px;
	text-transform: capitalize;
}
h2 {
	letter-spacing: -1px;
	font-size: 160%;
	font-weight: normal;
	margin-bottom: 5px;
	text-transform: capitalize;
}
h3 {
	font-size: 110%;
	font-weight: normal;
	margin-bottom: 2px;
	text-transform: capitalize;
}
p {
	line-height: 18px;
	padding-bottom: 10px;
}
ol,ul {
    padding-left: 25px;
}
.bold {
    font-weight: bold;
}
.clear {
    clear: both;
}
#linkstable {
    text-align: left;
    border-collapse:collapse;
    margin: 2px 2px;
    padding: 0;
}
#linkstable tr td {
    padding: 5px 8px;
}
#wrapper {
	width: 680px;
    margin: 0 auto;
    padding: 15px 20px 20px 20px;
	background-color: #030303;
    font-size: 80%;
}
#header {
    height: 67px;
    width: 640px;
}
#header .logo {
	background: #030303 url(img/logo.gif) no-repeat top left;
	display: block;
	overflow: hidden;
	width: 103px;
	height: 67px;
	float: left;
}
#header  .logo span {
	position: absolute;
	left: -10000px;
}
#nav {
    border-top: 1px solid #AD9F60;
    border-bottom: 1px solid #AD9F60;
    padding: 4px 0;
    margin-bottom: 20px;
    text-align: center;
}
#navlist li a:link, #navlist li a:visited, #navlist li a:active {
    color: #AD9F60;
	text-decoration: none;
}
#navlist li a:hover {
    color: #8E0021;
	text-decoration: underline;
}
#navlist li {
	display: inline;
	list-style-type: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 85%;
}
#navlist li a {
    margin-right: 15px;
}
#navlist li a.last {
    margin-right: 0;
}
#maincontent {
	float: left;
	width: 400px;
}
#sidecontent {
	float: right;
	width: 230px;
}
#sideslideshow {
	overflow: hidden;
	width: 230px;
	height: 373px;
}
#sideslideshow img {
	width: 230px;
	height: 373px;
}
#footernav {
    width: 720px;
    margin: 0 auto;
    padding: 0;
    font-size: 82%;
    background: #515151;
    border-bottom: 4px solid #3D3D3D;
    text-align: center;
}
#fnavlist {
    padding: 3px 3px;
}
#fnavlist li a:link, #fnavlist li a:visited, #fnavlist li a:active {
    color: #AD9F60;
	text-decoration: none;
}
#fnavlist li a:hover {
    color: #8E0021;
	text-decoration: underline;
}
#fnavlist li {
	display: inline;
	list-style-type: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 85%;
}
#fnavlist li a {
    margin-right: 15px;
}
#fnavlist li a.last {
    margin-right: 0;
}
#footer {
    clear: both;
	width: 680px;
    margin: 0 auto;
    font-size: 75%;
}
#footer p {
    margin: 10px 0 0 0;
    text-align: right;
}
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 7px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}
.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}
.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 3px;
   margin: 0;
   color: #000000;
}
.redlink, .redlink:visited, .redlink:active {
    color: #8E0021;
    font-weight: bold;
    font-size: 165%;
}
.redtext {
    color: #8E0021;
    font-weight: bold;
}
