/*
Designed by Mark Elkins
Atlanta Wedding and Portrait Photography
markelkinsphotography@gmail.com
*/

/* ----- Elements and Classes ----- */

body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	color: #666666;
	background-image: url("/img/background_stripe.jpg");
	background-repeat: repeat-x;
	background-color: #EEEEEE;
}
 
#body {
	background-image: url("/img/stripe.jpg");
	background-repeat: no-repeat;
 	background-position: top center;
}

#main {
	margin: 0px auto;
	width: 900px;
	text-align: left;
}

#main_body {
	margin: 0px auto;
	width: 900px;
	text-align: left;
	background-image: url("/img/background_main.jpg");
	background-repeat: repeat-y;
}

#main_top {
	width: 900px;
  	padding-top: 50px;
  	background-image: url("/img/background_main_top.jpg");
  	background-repeat: no-repeat;
 }
 
#content {
	width: 830px;
	margin: 0px auto;
}
 
#logo {
	float: left;
 }
 
#menu {
	float: right;
	margin-top: 38px;
	margin-right: 40px;
	font-family: arial;
}

#menu a {
	margin-left: 20px;
	text-decoration: none;
	color: #222428;
	font-weight: bold;
}

#content {
	width: 830px;
 }
 
#footer {
	padding-bottom: 20px;
	text-align: center;
	color: #AAAAAA;
}

#footer h1 {
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	color: #AAAAAA;
}

.entry {
	padding-top: 20px;
	margin-bottom: 50px;

}

/*-----Global Elements-----*/


img {
	display: block;
	border: 0px;
}

p {
	margin-top: 10px;
  margin-bottom: 10px;
 }

h1, h2, h3 {
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	padding-top: 50px;
	font-size: 24px;
	text-align: center;
  color: #222222;
	}

h2 {
	clear: both;
	margin-top: 20px;
	font-size: 18px;
	color: #222222;
	text-decoration: none;
	}

h2.pagetitle {
	font-size: 18px;
	}
  
code {
	font: 1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}
  
a {
	font-weight: bold;
 }

a, h2 a:hover, h3 a:hover {
  color: #54A4DE;
	text-decoration: none;
	}

a:hover {
	color: #578140;
	text-decoration: underline;
	}

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}
  
strong {
	color: #222222;
 }

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
  
.clear {
	clear: both;
}

.padding {
	margin: 10px;
 }

hr {
	display: none;
	}

a img {
	border: none;
	}
 
select {
 }

.content {
	margin: 0px auto;
	width: 780px;
 }