body {
	background-color:#333;
	background-image: url("/images/gradient-background.gif");
	background-repeat: repeat-x;
	background-attachment:fixed;
	margin:10px;
	padding:0px;
}

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

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

h1 {
	letter-spacing: -1px;
	font-family:helvetica, arial;
	text-transform:uppercase;
	font-weight:bold;
	font-size:20px;
	font-style:italic;
	margin:0px;
	padding:0px;
}

h2 {
	letter-spacing: -1px;
	font-family:helvetica, arial;
	text-transform:uppercase;
	font-weight:bold;
	font-size:16px;
	font-style:italic;
	margin:0px;
	padding:0px;
}

/* header */

#header {
	width:1000px;
	min-width:1000px;
	height:66px;
	margin-bottom:10px;
}

#logo {
	text-align:left;
	margin-right:15px;
	float:left;
}




/* button */


a.button {
    background: transparent url("/images/button-right.gif") no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right:3px;
    padding-right: 12px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url("/images/button-left.gif") no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 12px;
}

a.button span.inactive {
    color:#ccc;
}

a.button:active {
    background-position: bottom right;
    color:#ccc;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    color:#ccc;
    padding: 6px 0 4px 12px; /* push text down 1px */
}

a.button:hover {
    color: #ff6600;
}




/* upper navigation */

#nav {
	float:left;
	font-size:12px;
}

#nav ul {
	margin:0px;
	padding:0px;
	list-style:none;
}

#nav li {
	height:26px;
	float:left;
	background:url("/images/nav-left.png") no-repeat left top;
	margin-right:15px;
	margin-top:20px;
	padding:0px;
	background-color:#ff6600;
}

#nav a {
	font-family:arial black, arial;
	font-size:12px;
	height:26px;
	float:left;
	display:block;
	background:url("/images/nav-right.png") no-repeat right top;
	padding:3px 10px 0px 9px;
	text-decoration:none;
	color:#FFF;
}

#nav li:hover {
	background-color:#666;
}

#nav a:hover {
	color:#fff;
}

#nav #current {
	background-color:#999;
	color:#333;
}
	
#nav #current a:hover {
	color:#333;
}





/* photoblog */

#photoblog-left-column {
	float:left;
	width:150px;
}

#photoblog-right-column {
	float:left;
	width:820px;
	max-width:820px;
	text-align:center;
}

#photoblog-details {
	font-size:10px;
	color:#999;
	margin-top:60px;
	margin-bottom:0px;
}

#photoblog-nav {
	overflow:auto;
	margin:0px;
}

.photoblog-info {
	margin-top:20px;
	margin-bottom:0px;
}

.photoblog-thumbnail {
	border:1px solid #000;
	width:100px;height:100px;
	margin-left:auto;
	margin-right:auto;
}

.photoblog-thumbnail-container {
	overflow:hidden;
	float:left;
	width:164px;
	height:144px;
	text-align:center;
}

.photoblog-photo {
	border:1px solid #000;
}



#main-top {
	margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	width:1000px;
	height:15px;
	background-image: url("/images/main-top.png");
}

#main-bottom {
	margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	width:1000px;
	height:15px;
	background-image: url("/images/main-bottom.png");
}

#main {
	overflow:auto;
	width:970px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding-left:15px;
	padding-right:15px;
	padding-top:0px;
	padding-bottom:0px;
	background-color:#fff;
	text-align:left;
	font-size:12px;
	font-family:arial;
}

#main ul {
	margin:0px;
	padding:0px;
	list-style:none;
}

#main li {
	margin-top:4px;
	margin-bottom:4px;
	list-style:none;
	background-image:url("/images/list-bullet.gif");
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:13px;  /* space for the image */
	padding-right:0px;
	margin-right:0px;
}





/* video */

#video {
	float:right;
	width:540px;
	margin-bottom:15px;
	padding:0px;
}

#video-details {
	float:left;
	width:415px;
	margin-right:15px;
	margin-bottom:15px;
	padding:0px;
}

#video-info {
	color:#999;
	margin:10px;
}

.video-thumb-container {
	width:323px;
	height:180px;
	float:left;
	text-align:center;
}

.video-thumb-container img {
	border:solid 1px #000;
}

.video-thumb-container a {
	text-decoration:none;
	color:#999;
	letter-spacing: -1px;
	font-family:helvetica, arial;
	text-transform:uppercase;
	font-weight:bold;
	font-size:14px;
	font-style:italic;
}

.video-thumb-container a:visited {
	color:#999;
}
.video-thumb-container a:hover {
	color:#ccc;
}






/* comments */

#comments {
	border-top:1px solid #ccc;
	padding-top:15px;
	margin:0px;
	clear:both;
}

#comments .parent {
	height:18px;
	background-image:url("/images/comment-parent.gif");
	background-position:center left;
	background-repeat:no-repeat;
	padding-left:15px;
}

#comments .child {
	height:18px;
	background-image:url("/images/comment-child.gif");
	background-position:center left;
	background-repeat:no-repeat;
	padding-left:15px;
}

#comments .comments-posted-by {
	font-weight:bold;
}

#comments-info-wrapper {
	overflow:auto;
}

#youTubeVideo {
	float:right;
	width:405;
	margin-left:10px;
	margin-bottom:10px;
}

#comments-thread {
	margin-top:10px;
}

#comments-user-image img {
	max-width:800px;
	max-height:400px;
}

#comments-user-image {
	margin-top:10px;
	text-align:center;
}

#comments-form {
	margin-top:20px;
	clear:both;
}

#comments-form .comments-input-column {
	float:left;
	margin-right:10px;
	margin-bottom:0px;
	padding:0px;
}

#comments-form label {
	padding-top:3px;
	clear:both;
	overflow:hidden;
	width:80px;
	float:left;
}

#comments-form input {
	width:200px;
	margin-top:1px;
	margin-bottom:1px;
	margin-left:0px;
	margin-right:0px;
}

#comments-form textarea {
	width:500px;
	height:50px;
	margin-top:1px;
	margin-bottom:1px;
	margin-left:0px;
	margin-right:0px;
}

#comments-comment-input {
	clear:both;
	margin:0px;
	padding:0px;
}

#comments-captcha-input {
	overflow:hidden;
}

#comments-captcha-input img {
	vertical-align:top;
}

#comments-captcha-input input {
	width:60px;
}

#comments-save-input {
	overflow:hidden;
}

#comments-save-input input {
	width:10px;
}

#comments-submit-input {
	padding-right:380px;
	overflow:hidden;
}

#comments-required-text {
	float:left;
	padding-top:5px;
}

#comments-submit-input a {
	float:right;
}

#comments-account-image {
	float:left;
	padding:5px;
}

#comments-comment-info {
	float:left;
	padding:5px;
}

#comments-comment-display {

}

#comments-subject {
	font-weight:bold;
	margin-bottom:10px;
}

#comments-profile-signature {
	clear:both;
	padding:10px;
	margin-top:10px;
	margin-bottom:10px;
	border:dotted 1px #ccc;
}

#comments-link-to-form {
	float:right;
}









#footer {
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
}



#image-rotator-top {
	margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	width:830px;
	height:15px;
	background-image: url("/images/image-rotator-top.png");
}

#image-rotator-bottom {
	margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	width:830px;
	height:15px;
	background-image: url("/images/image-rotator-bottom.png");
}

#image-rotator {
	width:800px;
	height:800px;
	border-left:15px solid #000;
	border-right:15px solid #000;
	margin-left:auto;
	margin-right:auto;
}