/* reset css */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:bold;
	margin:5px 0 3px 0;
}

/* actual formatting */
body {
	margin:0 0 5px 0;
	background:#000000 url('/designs/randyblueblog/images/v2_bg.gif') repeat;
	font-family:Arial,Helvetica,sans-serif;
  	color:#fff;
  	font-size:9pt;
}

a {
	color:#fff;
	text-decoration:none;
}

a:hover {
	color:#fcd450;
	text-decoration:underline;
}

h1 {
	font-size:16pt;
}

h2 {
	font-size:14pt;
}

h3 {
	font-size:12pt;
}

h4 {
	font-size:10pt;
}

h5 {
	font-size:9pt;
}

h6 {
	font-size:8pt;
}

blockquote {
	margin:5px 15px;
}

.field, textarea {
	border:1px solid #000;
	background:#fff;
}

.search_btn {
	color:#fff;
	border:1px solid #000;
	background:#628dc4;
	padding:0 1px;
	*font-size:8pt;
}

#search {
	position:relative;
	width:220px;
	padding:5px;
	overflow:none;
}

.title {
	font-size:14pt;
	font-weight:bold;
	padding:5px 2px 5px 5px;
}

.title a:link, .title a:visited {
	color:#fff;
	text-decoration:none;
}

.title a:hover {
	text-decoration:underline;
}

.date {
	/*color:#969797;*/
	font-size:9pt;
}

textarea:hover, .field:hover, select:hover {
	border:1px solid #99ccff;
}

#wrapper {
  	width:775px;	
 	height:100%;
  	padding:0;
	margin:0 auto;
	/*background:#fff;*/
}

#page-content {
	background:#071d31 url('/designs/randyblueblog/images/wrapper.gif') repeat-y;
	float:left;
	width:775px;
	height:100%;
	padding:0px;
	margin:0px;
	clear:both;
}

#left-bar {
	width:230px;
	*width:231px; /*ie6 hack*/
	height:100%;
	padding:0 3px;
	margin:5px 0 0 0;
	background:#628dc4;
}

.latest-item {
	padding:5px;
	background:#2f5384;
	font-size:11pt;
	font-weight:bold;
}

.yellow {
	color:#fcd450;
}

/* Menu tabs
----------------------------------------------- */
.tabs, .tabs_top {
	background:#071d31 url('/designs/randyblueblog/images/wrapper.gif') repeat-y;
	float:left;
  	width: 775px;
  	height: 30px;
  	padding: 0;
}

.tabs_top {
	color:#fff;
	background:#013870;
}

.tabs ul, .tabs_top ul {
    float: left;
    padding: 0;
	margin:0;
}

.tabs ul li {
    float: left;
    padding: 0 14px;
	margin:0;
	line-height:2.8em;
	text-align:center;
}

.tabs_top ul li {
    float: left;
    padding: 0 10px;
	margin:0;
	line-height:2.8em;
	text-align:center;
}

.tabs .divide {
	padding:0;
	background: url('/designs/pete/images/divide.jpg') no-repeat;
	background-position: 0 0 0 0;
	width:2px;
	height:23px;
}

.tabs_top .divide2 {
	color:#fff;
	padding:0;
	width:3px;
	text-align:center;
}

.tabs li a, .tabs li a:visited { 
	font-size:9pt;
	font-weight:bold; 
	color:#003399;
	text-decoration:none; 
}

.tabs_top li a, .tabs_top li a:visited { 
	font-size:9pt;
	font-weight:bold; 
	color:#fff;
	text-decoration:none; 
}

.tabs li a:hover {  
	color:#0066FF; 
}

.tabs_top li a:hover {
	color:#FFFF99;
}

.tabs .tab-on {
	background: url('/designs/pete/images/up-arrow.jpg') no-repeat 50% 25px;
}

.tabs .tab-on a:link {
	color:#0066FF;
}
/* end menu */

#main-content {
	width:523px;
	height:100%;
	padding:1px;
	/*background:#fff;*/
}

#liveshow_on {
	height:48px;
}

#latest_photos, #latest_video, #latest_posts, #latest_comments {
	width:229px;
	height:200px;
	overflow:none;
	padding:3px 0;
}

#latest_posts, #latest_comments {
	text-align:left;
}

#latest_video {
	height:290px;
}

.latest-content {
	margin-left:3px;
	padding:0 2px;
}

.latest-blogroll {
	margin-left:1px;
	padding:0px;
}


.a_photo {
	float:left;
	width:72px;
	height:55px;
	margin:0;
	padding:2px;
}


#content-wrapper {
	padding:0px 7px 7px 7px;
	margin-top:0px;
}

.section {
	width:100%;
	height:100%;
	margin:0;
	clear:both;
}

.section-content {
	padding-left:10px;
}

.section-img {
	float:left;
	width:75px;
	height:55px;
	margin:0 8px 0 0;
	
}

.blog-img {
	float:left;
	margin:0 8px 0 0;
}

.section-wrapper {
	float:left;
	/*height:50px;*/
	padding:0;
	margin-bottom:15px;
	width:515px;
	background:#628dc4;
	/*overflow:auto;*/
}

.section-left {
	float:left;
	width:380px;
	padding:0;
	overflow:none;
}

.section-right {
	float:right;
	width:110px;
	padding:0px;
	line-height:1.5em;
	overflow:none;
	padding-top:5px;
}

.section-right a {
	color:#fff;
}

.divider {
	background:url('/designs/pete/images/dividerbar.gif') no-repeat;
	width:510px;
	height:2px;
	margin-bottom:18px;
	clear:both;
}

.section-wrapper-full {
	float:left;
	width:350px;
	height:125px;
	*height:120px;
	padding:0;
	margin:0;
	overflow:none;
}

#footer {
	background: #2f5385;
	width:775px;
	height:27px;
	clear:both;
}

#rb_footer {
	color:#fff;
}

#rb_footer a:link, #rb_footer a:visited {
	color:#fff;
	text-decoration:none;
}

#rb_footer .nav_bottom {
	border-top-color:#FFFFFF;
	color:#437CE7;
	display:block;
	height:40px;
	padding-top:20px;
	text-align:center;
	width:100%;
}

.clear {
	clear:both;
}

.error-message {
	color:red;
}

.tags {
	width:75%;
	padding:2px;
	color:#fff;
	font-size:14px;
}

.tags a {
	color:#fcd450;
}

.share_toggle {
	width:85%;
	padding:2px;
	color:#fff;
	font-size:14px;
}

.share_toggle a {
	color:#fcd450;
}


#photo_journal_table {
	border-collapse:separate;
	border-spacing:25px;
	/*top:-20px;*/
	position:relative;
}

.required {
    font-size: 11px;
    color: #fcd450;
    padding: 2px;
}

.disclaimer {
    font-style: italic;
}

.pagination a {
	border:1px solid silver;
	margin:2px;
	padding:2px 5px;
	text-decoration:none;
}

.pagination a:hover {
	background:#EFEFEF;
}

.pagination .current_page {
	font-size:10pt;
	font-weight:bold;
	border:0;
	margin:2px;
	padding:2px 5px;
}

/* for pop ups */
#content_box {
	position:absolute;
	top:0px;
	left:0px;
	width:200px;
	z-index:9999;
	visibility:hidden;
	display:none; /* fix mac ff bug with scrollbars */
}

.hidden {
	display:none;
}

.dd { 
	margin: 0;
    padding: 0;
    z-index: 99999;
}

.dd li { margin: 0;
    padding: 0;
    list-style: none;
    font: bold 11px arial;
}

.dd li a.menu {   
	display: block;
    text-align: center;
	margin-left:15px;
    width: 60px;
    text-decoration: none;
}

.submenu {   
	width:100%;
	background:#000099;
    border: 1px outset #3366FF;
	height:150px;
	overflow:auto;
	padding:3px;
}

.submenu a {   
	display: block;
    font: 11px arial;
    text-align: left;
    text-decoration: none;
    padding: 5px;
	color:	#fff;
}

.submenu a:hover { 
	background:#000066; 
	color:#FFFF00; 
}
/* end pop up */

#video_title {
	width:100%;
	font-weight:bold;
	font-size:11pt;
	padding:2px;
}

#video_desc {
	width:475px;
	text-align:left;
	padding:3px;
	height:40px;
	overflow:auto;
}

#table {
	border-collapse:separate;
	border-spacing:5px;
}

.justify {
	text-align:justify;
}

.whois {
	font-size:10pt;
}

.share_box {
	width:480px;
	text-align:left;
	background:#2f5384;
	padding:4px;
	color:#000;
}

#share_box a:link, #share_box a:visited {
	color:#fcd450;
}

#share_box a:hover {
	color:#0099FF;
}

.nav_right {
	color:#FFE387;
}

.nav_right a:hover {
	color:#fff;
	text-decoration:none;
}

.nav_right a:link, .nav_right a:visited {
	color:#FFE387;
	text-decoration:none;
}
