html {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 10px 0px;
	padding: 0px;
	font-size: 100.01%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	border: 1px solid #000000; /* Random fix to make the margins 'the same' in IE7 and Firefox */
}

img {
	border: none;
	margin: 0px;
	padding: 0px;
}

a {
	outline: none;
}

img, div { 
	behavior: url(../scripts/iepngfix.htc);
}

#outer-header {
	width: 750px;
	margin: 26px auto 0px auto;
}

#container {
	background-color: #101010;
	border-left: 19px solid #f7941e;
	width: 731px;
	margin: 0px auto 0px auto;
}

#inner-header {
	height: 114px;
	background-color: #8a4353;
	background-image: url(../images/border.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	/*border-bottom: 1px solid #ca9b70;*/
	position: relative;
}

#balloons {
	width: 156px;
	height: 213px;
	background-image:url(../images/balloons.png);
	position: absolute;
	top: -75px;
	right: -59px;
}

h1 { 
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
}

h1 a {
	margin: 6px 0px 0px 15px;
	padding: 0px;
	float: left;
	width: 320px; 
	height: 100px; 
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
}

#slogan {
	margin: 6px 0px 0px 20px;
}

#inner-header ul {
	position: absolute;
	bottom: 3px;
	right: 67px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 0.75em;
}

#inner-header ul li {
	float: left;
	text-transform: uppercase;
	margin-right: 10px;
}

#inner-header ul li a {
	color: #BDBDBD;
	text-decoration: none;
	display: inline-block;
	border-bottom: 2px solid #8A4353;
}

#inner-header ul li a:hover {
	border-bottom: 2px solid #F7941E;
}

#content {
	min-height: 430px;
	height: auto;	
}

#content-text {
	width: 406px;  
	float: left;
	padding: 20px 0px 20px 30px;
}

h2 {
	margin: 20px 0px 0px 30px;
	padding: 0px;
	color: #8a4353;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 1.3em;
}

h3 {
	margin: 20px 0px 0px 30px;
	padding: 0px;
	color: #8a4353;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 1.0em;
}

p {
	color: #bdbdbd;
	font-size: 0.8em;
	text-align: justify;
	margin: 20px 30px 20px 30px;
	padding: 0px;
	line-height: 1.5em;
}

p a {
	color: #ffffff;
	text-decoration: none;
}

.a-underline {
	border-bottom: 1px solid #F7941E;
}

.a-underline:hover {
	border-bottom: none;
}

p.contact-form {
	margin: 20px 0px 5px 0px;
	padding: 0px;
	line-height: 1em;
}

form {
	margin: 0px 0px 0px 30px;
}

input {
	border: 1px solid #606060;
	padding: 2px;
	width: 200px;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	border: 1px solid #606060;
	padding: 2px;
	width: 300px;
}

#content-images {
	width: 295px; 
	float: right;
	position: relative;
}

input.button {
	width: 100px;
	font-weight: bold;
}

.clear-both {
	clear: both;
}

/*#top-image {
	position: absolute; 
	top: 8px;
}

#bottom-image {
	position: absolute; 
	top: 172px; 
	left: 63px;
}*/

#top-image {
	margin-top: -12px;
}

#bottom-image {
	margin-top: -106px;
	margin-left: 63px;
}

#polaroids {
	margin-top: -5px;
	margin-left: -10px;
	position: relative;
}

#footer {
	width: 750px;
	margin: 20px auto 0px auto;
	color: #606060;
	text-align: right;
	font-size: 0.7em;
}

#footer #designer {
	display: inline-block;
	border-bottom: 2px solid #000000;
}

#footer a {
	color: #606060;
	text-decoration: none;
	display: inline-block;
	border-bottom: 2px solid #000000;
}

#footer a:hover {
	border-bottom: 2px solid #F7941E;
}

#gallery{
width:600px;
background-color:#101010;
padding:20px 20px 68px 20px;
position:relative;
height:500px;
}
#gallery:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#gallery #gallery-col-1{
float:left;
width:90px;
margin-right:0px;
}
#gallery #gallery-col-2{
float:left;
width:470px;
text-align:center;


}
#gallery #slideshow{
/* large image container */
height:377px;
width:470px;
overflow:hidden;
}
#gallery #slideshow img{
/* large image  */
max-height:450px;
max-width:450px;
border-width:2px;
border-color:#8a4353;
border-style:solid;
}
#gallery a{
text-decoration:none;
}
#gallery #thumbs{
/* thumb image container */
}
#gallery #thumbs ul{
/* thumb image list*/
list-style-type:none;
margin:0;
padding:0;
}
#gallery #thumbs ul li{
/* thumb image list item */
margin:0px 10px 10px 0px;
padding:0;
float:left;
text-align:center;
display:block;
height:68px;
width:68px;
}
#gallery #thumbs ul li a{
outline: 0;
}
#gallery #thumbs ul li a img{
/* thumb image link item */
display:block;
border-width:2px;
border-color:#8a4353;
border-style:solid;
margin:0 auto;
}
#gallery #thumbs ul li a:hover img{
/* thumb image link item on hover */
border-color:#f7941e;
}
#gallery #thumbs ul li.selected a img{
/* selected thumb */
border-color:#f7941e;
}
#gallery .pagination{
display:block;
clear:both;
position:absolute;
bottom:23px;
left:20px;
width:560px;
}
#gallery .pagination a, #gallery .pagination span{
text-decoration:none;
padding:3px 6px 3px 6px;
margin-right:6px;
font-size:12px;
font-weight:bold;
}
#gallery .pagination a{
color:#262626;
background-color:#f7941e;
text-decoration:none;
outline: 0;
}
#gallery .pagination a:hover{
color:#eee;
background-color:#222;
}
#gallery .pagination span{
color:#333;
background-color:#666;
}
#gallery #caption{
font-size:12px;
color:#bdbdbd;
}

/* ---------- BLOG ---------- */
.wrapper {
padding: 0 30px;
}

.side-panel h3 {
padding: 0;
margin: 0 0 2px 0;
font-size: 0.9em;
}

.side-panel ul {
margin-bottom: 20px;
}

.side-panel ul li {
margin: 0 0 2px 0;
padding: 0;
}

.side-panel ul li a {
color: #888888;
}

.blog-post {
color: #BDBDBD;
margin-bottom: 30px;
border-bottom: none;
width: 430px;
}

.post-title {
border: none !important;
text-transform:none;
}

.post-body {
font-size: 0.8em;
}

.blog-post .links {
margin-top: 20px;
color: #888888;
}

.blog-post .links a {
color: #888888;
}

.blog-container a {
color: #8A4353;
text-decoration: none;
}

.blog-container a:hover {
text-decoration: underline;
}

.comment-list, .trackbacks dl {
	border: none;
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
	font-size: 0.8em;	
}

.comment-list form {
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
}

.comment-list form .form .item {
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
}

.comment-list form .form .item label {
	font-size: 1em;
}

.comment-list form .form .item #CaptchaV2 {
	width: 154px !important;	
}

.trackbacks dl dt {
	color: #bdbdbd;
	font-weight: bold;
}

.announcement-list, .announcement-details {
width: 400px;
padding-left: 30px;
}

.announcement-details {
color: #888888;
font-size: 1em;
}

.announcement-list h2 {
text-transform: none;
margin-top: 20px;
}

.announcement-details h2 {
padding-left: 0;
margin-left: 0;
font-size: 1.5em;
}

.announcement-details .date {
padding-left: 30px;
font-size: 0.7em !important;
}

.announcement-list p {
margin-left: 0;
padding-left: 0;
font-size: 1.2em;
margin-top: 10px;
}

.announcement-list a {
text-decoration: none;
color: #8A4353;
}

.announcement-list a:hover {
text-decoration: underline;
}

.announcement-list .date {
color: #888888;
}

.contact-form, .newsletter-form {
color: #BDBDBD;
background-color: transparent;
border: none;
}

.contact-form {
margin-left: 24px;
}
.newsletter-form .form {
margin-left: 12px;
}

.contact-form label, .newsletter-form label {
font-size: 0.8em;
}

