/* CharlwoodPhotography.com CSS */

/* Body */
body {
	background-color: #041B1F;
	text-align: center;
	margin-bottom: 0px;
	height: 100%;
}

/* Image */
img {
	border: 0px;
}

img.photo {
	border: 3px solid #5D878D;
}

img.wedding_thumb {
	vertical-align: middle;
	margin-bottom: 15px;
	margin-right: 15px;
}

/* Anchor */
a {
	text-decoration: none;
	font-family: Tahoma;
	font-size: 12px;
	color: #ADFFC9;
}

a:hover {
	text-decoration: underline;
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
}

a img:hover {
	text-decoration: none;
}

a.menuLink {
	text-decoration: none;
	font-family: arial narrow;
	font-size: 16px;
	color: #FFFFFF;
}

a.menuLink:hover {
	text-decoration: underline;
	font-family: arial narrow;
	font-size: 16px;
	color: #ADFFC9;
}

a.menuCurrent {
	text-decoration: none;
	font-family: arial narrow;
	font-size: 16px;
	color: #00D448;
}

a.menuCurrent:hover {
	text-decoration: underline;
	font-family: arial narrow;
	font-size: 16px;
	color: #00D448;
}

/* Header */
#header_top {
	margin: auto;
	padding-top: 8px;
	
	height: 55px;
	width: 750px;
	
	text-align: left;
}

#header_title_c {
	position: relative;
	top: 10px;

	font-family: arial narrow;
	font-size: 32px;
	color: #FFFFFF;
}

#header_title_p {
	position: relative;
	left: -6px;
	top: 10px;
	
	font-family: arial narrow;
	font-size: 32px;
	color: #00D448;
}

#header_menu {
	position: relative;
	left: 40px;
	top: 10px;
	padding: 0px 5px;
	border-top: 2px solid #BBCCBB;
}

#header_menu_bar {
	position: relative;
	left: 319px;
	bottom: 27px;
}

/* Content */
#content {
	position: relative;
	
	margin: auto;
	padding: 20px;
	
	width: 750px;
	
	background-color: #03272D;
	
	font-family: Tahoma;
	font-size: 12px;
	text-align: left;
	color: #EEFFFF;
}

#content_left {
	position: relative;
	
	float: left;
	
	width: 340px;
}

#content_right {
	position: relative;
	
	margin-left: 400px;
	
	width: 340px;
}

#content_right_large {
	position: relative;
	
	margin-left: 340px;
	
	width: 400px;
}

#gallery {
	position: relative;
	min-height: 334px;
	padding: 4px;
	border: 2px solid #115051;
}

#gallery_back {
	position: absolute;
	bottom: 8px;
	left: 12px;
	z-index: 1;
}

#gallery_forward {
	position: absolute;
	bottom: 8px;
	right: 12px;
	z-index: 1;
}

#gallery_thumbnails {
	position: relative;
	
	margin-top: 8px;
	padding: 8px;
	
	height: 102px;
	width: 730px;
	
	border: 2px solid #115051;
	background-color: #041B1F;
}

#gallery_thumbnails.gallery_thumb {
	margin: 0px 1px 0px 1px;
	cursor: pointer;
}

#gallery_thumbnails.gallery_thumb:hover {
	cursor: pointer;
}

#gallery_thumb_back {
	position: absolute;
	top: 35px;
	left: 12px;
	z-index: 1;
}

#gallery_thumb_forward {
	position: absolute;
	top: 35px;
	right: 12px;
	z-index: 1;
}

#scroller {
	background-color: #041B1F;
	width: 332px;
	height: 332x;
}

/* Admin */
.admin_panel {
	margin: auto;
	margin-bottom: 20px;
	padding: 20px;
	
	background-color: #0A2E2F;
	
	width: 45%;
}

.admin_panel_wide {
	margin: auto;
	margin-bottom: 20px;
	padding: 20px;
	
	background-color: #0A2E2F;
	
	width: 80%;
}

.admin_panel_error {
	margin: auto;
	margin-bottom: 20px;
	padding: 20px;
	
	background-color: #880000;
	
	width: 45%;
	
	color: #FFFFFF;
}

.admin_photo_table {
	margin: auto;
	
	border-collapse: seperate;
	border-spacing: 8px;
}

.admin_photo_td_even_even {
	padding: 8px;
	background-color: #115051;
	
	text-align: center;
	vertical-align: top;
}

.admin_photo_td_odd_even {
	padding: 8px;
	background-color: #03272D;
	
	text-align: center;
	vertical-align: top;
}

.admin_photo_td_even_odd {
	padding: 8px;
	background-color: #03272D;
	
	text-align: center;
	vertical-align: top;
}

.admin_photo_td_odd_odd {
	padding: 8px;
	background-color: #115051;
	
	text-align: center;
	vertical-align: top;
}

/* Footer */
#footer {
	margin: auto;
	padding-top: 16px;
	padding-bottom: 16px;
	
	width: 750px;
	
	font-family: Tahoma;
	font-size: 10px;
	text-align: center;
	color: #FFFFFF;
}

/* Text */
.text_title {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	
	color: #FFFFFF;
}

.text_extra_space {
	line-height: 180%;
}

/* Form */
.textbox {
	padding: 2px;

	border: 1px solid #FFFFFF;
	background-color: #0F5257;
	
	font-family: Tahoma;
	font-size: 12px;
	
	width: 280px;
	
	color: #FFFFFF;
}

.textarea {
	padding: 2px;

	border: 1px solid #FFFFFF;
	background-color: #0F5257;
	
	font-family: Tahoma;
	font-size: 12px;
	
	width: 280px;
	height: 200px;
	
	color: #FFFFFF;
}

.submit {
	padding: 2px;
	
	min-width: 100px;

	border: 2px solid #177B84;
	background-color: #0F5257;
	
	font-weight: bold;
	color: #FFFFFF;
}

.submit:hover {
	border: 2px solid #0F5257;
	background-color: #177B84;
}

/* Misc */
.clearfix {
	clear: both;
}

.center {
	text-align: center;
}

.error {
	width: 80%;
	
	padding: 8px;
	margin: 8px;
	
	background-color: #AA0000;
	border: 1px solid #FF0000;
}

.success {
	width: 80%;
	
	padding: 8px;
	margin: 8px;
	
	background-color: #00AA00;
	border: 1px solid #00FF00;
}