/* CSS Document */

/* Undo some default styling of common (X)HTML browsers */
ul,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { 
	margin:0; 
	padding:0
}
a img,:link img,:visited img { 
	border:none 
}
address { 
	font-style:normal 
}

/* WT Formatting Styles */
* {
  padding: 0;
  margin: 0;
}
#edit {
	border:2px dotted #83BCEB;
	padding:2px;
	margin-bottom:4px;
	/*background-color:#FDFCDF;*/
}
#editbar {
	font-size:12px;
	padding:2px;
	background-color:#000000;
	color:#999999;
	text-align:center;
}
#editbar a {
	color:#ffffff !important;
	text-decoration:none !important;
	display:inline;
	background: url(none) !important;
}
#editbar a:hover {
	color:#ffffff !important;
	text-decoration:underline !important;
}
#note {
	padding:5px;
	background-color:#FFFFCC;
	border:1px dashed red;
	color:#333333;
	font-size:11px;
	margin-bottom:5px;
}
/* Page Styles */
body {
	margin: 0px;
	background-color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
a {
	text-decoration:none;
	color:#CCCCCC;
	font-size: 13px;
}
a:hover {
	text-decoration:underline;
}
#holder {
	width:843px !important;
	overflow:hidden;
	border-top:5px solid #ffffff;
	border-right:5px solid #ffffff;
	border-left:5px solid #ffffff;
	margin:0px auto;
	background: #141414 url(../images/bg-holder.jpg) repeat-x left top;
}
#heading {
	text-align:center;
}
#navigation {
	width:423px;
	height:53px;
	text-align:center;
}
#navigation ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
#navigation ul li {
	display:block;
	float:left;
}
#navigation ul li a {
	display: block;
	height: 53px;
	text-indent: -100em;
	overflow: hidden;
}
#navigation ul li.home a {
	width:77px;
	background: url(../images/b-home-off.jpg);
}
#navigation ul li.home a:hover {
	background: url(../images/b-home-on.jpg);
}
#navigation ul li.gallery a {
	width:108px;
	background: url(../images/b-gallery-off.jpg);
}
#navigation ul li.gallery a:hover {
	background: url(../images/b-gallery-on.jpg);
}
#navigation ul li.friends a {
	width:112px;
	background: url(../images/b-friends-off.jpg);
}
#navigation ul li.friends a:hover {
	background: url(../images/b-friends-on.jpg);
}
#navigation ul li.create a {
	width:100px;
	background: url(../images/b-create-off.jpg);
}
#navigation ul li.create a:hover {
	background: url(../images/b-create-on.jpg);
}
#navigation ul li.contact a {
	width:103px;
	background: url(../images/b-contact-off.jpg);
}
#navigation ul li.contact a:hover {
	background: url(../images/b-contact-on.jpg);
}
#middle {
	height:360px;
}
#footer {
	border-top:5px solid #ffffff;
	border-bottom:5px solid #ffffff;
	padding:7px;
	text-align:right;
	margin-top:21px;
	color:#5F5E5C;
	background: url(../images/bg-footer.jpg) repeat-x left top;
}
#footer a {
	color: #ffffff;
	padding-right:2px;
	margin-right:2px;
	margin-left:2px;
}
#logo {
	width:290px;
	float:left;
	text-align:center;
	margin-top: 12px;
}
#navigation2 {
	float:left;
	width:470px;
	margin-top:20px;
}

#navigation2 ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
#navigation2 ul li {
	display:block;
	float:left;
}
#navigation2 ul li a {
	display: block;
	height: 40px;
	text-indent: -100em;
	overflow: hidden;
}
#navigation2 ul li.home a {
	width:68px;
	background: url(../images/bp_home_off.jpg);
}
#navigation2 ul li.home a:hover {
	background: url(../images/bp_home_on.jpg);
}
#navigation2 ul li.gallery a {
	width:100px;
	background: url(../images/bp_gallery_off.jpg);
}
#navigation2 ul li.galleryCurrent a {
	width:100px;
	background: url(../images/bp_gallery_on.jpg);
}
#navigation2 ul li.gallery a:hover {
	background: url(../images/bp_gallery_on.jpg);
}
#navigation2 ul li.friends a {
	width:100px;
	background: url(../images/bp_friends_off.jpg);
}
#navigation2 ul li.friendsCurrent a {
	width:100px;
	background: url(../images/bp_friends_on.jpg);
}
#navigation2 ul li.friends a:hover {
	background: url(../images/bp_friends_on.jpg);
}
#navigation2 ul li.create a {
	width:88px;
	background: url(../images/bp_create_off.jpg);
}
#navigation2 ul li.createCurrent a {
	width:88px;
	background: url(../images/bp_create_on.jpg);
}
#navigation2 ul li.create a:hover {
	background: url(../images/bp_create_on.jpg);
}
#navigation2 ul li.contact a {
	width:94px;
	background: url(../images/bp_contact_off.jpg);
}
#navigation2 ul li.contactCurrent a {
	width:94px;
	background: url(../images/bp_contact_on.jpg);
}
#navigation2 ul li.contact a:hover {
	background: url(../images/bp_contact_on.jpg);
}
#content {
	text-align:left;
	padding-top: 15px;
	padding-bottom: 20px;
	height: 313px;
}
#content a {
	color:#999999;
	text-decoration:none;
}
#content a:hover {
	color:#CCCCCC;
	text-decoration:underline;
}
.whiteTxt {
	color:#FFFFFF;
	font-size:14px;
}
.thumbBG {
	/*border:2px solid #000000;*/
}
#galleryLeft {
	width:345px;
	/*width:370px;*/
	height:290px;
	float:left;
	text-align: center;
	padding: 0px 10px 0px 10px;
	/*overflow:auto;*/
}
#galleryRight {
	width:373px;
	height:290px;
	float:left;
	text-align:center;
}
.imageThumb {
	width:110px;
	height:94px;
	display:block;
	float:left;
	text-align:center;
	margin-left:2px;
	margin-right:6px;
}
.imageThumb2 {
	width:115px;
	height:105px;
	display:block;
	float:left;
	text-align:center;
}
.currentImage {
	border:1px solid red;
}
#controls {
	padding:10px 15px 10px 15px;
	_padding:10px 15px 0px 15px;
}
#controlsLeft {
	text-align:left;
	width:350px;
	float:left;
}
#controlsLeft a {
	display:block;
	padding:2px 0px 2px 7px;
	background-color:#353535;
	border:1px solid #B8B8B8;
	color:#B8B8B8;
	text-decoration:none;
	margin-right:6px;
	height:15px;
	width:15px;
	float:left;
}
#controlsLeft a:hover {
	color:#353535;
	background-color:#FFFFFF;
	text-decoration:none;
}
#controlsLeft a.currentPage {
	color:#353535;
	background-color:#FFFFFF;
	text-decoration:none;
}
#controlsRight {
	width:375px;
	float:left;
}
#pageContent {
	color:#FFFFFF;
	text-align:left;
	padding:15px 40px 20px 40px;
	line-height:22px;
}
#pageContent h2 {
	margin:0px;
	padding-bottom:4px;
}
#largeImage {
	padding:5px;
	text-align:center;
	color:#FFFFFF;
}
.wtEdit { background:#000; padding:0px 10px 0px 10px; }
.wtEdit a {color:#fff; }
#button { float:right; width:112px; height:112px; margin-top:-294px; margin-right:106px; }
.clearRight {clear:right; }
.clearLeft { clear:left; }
.clearBoth { clear:both; }
