/* Reset CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0; 
	vertical-align: baseline;
	background: transparent;
}
/*
body {
	line-height: 1;
}*/

.content ol, .content ul {
	list-style: none !important;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-spacing: 0;
}

/* End Reset */
body {
	background: #53a2ec;
	font-family: Arial;
	}
	
body a {
	text-decoration: none;
}


#wrapper {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 905px;
}


#profile {
	background: #fff url(/img/profile_bg.gif) repeat-y 322px 0px;
}

.tl {
	height: 20px;
	background: #fff url(/img/profile_tl.gif) no-repeat top left;
}

.tr {
	height: 20px;
	background: url(/img/profile_tr.gif) no-repeat top right;
}
	
.bl {
	margin-top: -19px;
	height: 20px;
	background: #fff url(/img/profile_bl.gif) no-repeat bottom left;
}

.br {
	height: 20px;
	background: url(/img/profile_br.gif) no-repeat bottom right;
}

.clear {
	clear: both;
}

/* Profile Box CSS */
.profile_box {
	margin: 0px 20px 20px 20px;
	_width: 100%;
}

.box_header {
	background: #54a2ec url(/img/box_tl.gif) no-repeat top left;
	height: 41px;	
}
.box_header2 {
	background: #f5a40d url(/img/box_tl2.gif) no-repeat top left;
	height: 41px;	
}

.box_header h3,.box_header2 h3 {
	height: 14px;
	font-size:15px; 
	color: #fff;
	padding: 12px 0 12px 20px;
}

.edit {
	background: url(/img/box_tr.gif) no-repeat top right;
	float: right;
	width: 50px;
	height: 41px;
}
.edit2 {
	background: url(/img/box_tr2.gif) no-repeat top right;
	float: right;
	width: 50px;
	height: 41px;
}

.edit h3 {
	height: 14px;
	font-size: 18px;
	text-align: left;
	color: #fff;
	padding: 12px 20px 12px 0px;
}

.grey_header {
	background: #fff url(/img/box_gtl.gif) no-repeat top left;
	height: 41px;	
}

.grey_header h3 {
	height: 14px;
	font-size: 24px;
	color:  #54a2ec;
	padding: 12px 0 0 12px;
}

.grey_edit {
	background: url(/img/box_gtr.gif) no-repeat top right;
	float: right;
	width: 50px;
	height: 41px;
}

 
.content {
	/*font-size:16px;*/ 
	background: #fff;
	border-left: 1px solid #a1a1a1;
	border-right: 1px solid #a1a1a1;
}

.odd{
	background-color: #EEF7FE;	
}

.even{
	background-color: #DEEEFE;	  
}

.box_footer {
	height: 5px;
	background: url(/img/box_bl.gif) no-repeat bottom left;	
}
.box_footer2 {
	height: 5px;
	background: #f1f1f1 url(/img/box_bl2.gif) no-repeat bottom left;	
}

.box_left_footer {
	background: url(/img/box_br.gif) no-repeat bottom right;
	float: right;
	width: 5px;
	height: 5px;
} 
.box_left_footer2 {
	background: #f1f1f1 url(/img/box_br2.gif) no-repeat bottom right;
	float: right;
	width: 5px;
	height: 5px;
}

.more {
	/**/
	padding: 8px 5px 8px 0px;
	margin: 12px 12px 0px 12px;
	font-size:14px !important; 
}

.more a#less{
	display:none;
	}

.info {
	border-top: 1px solid #a1a1a1;
	padding: 12px 0 0 0;
	margin: 12px 12px 0 12px; 
}

#morelist{
	border-left:1px solid #A1A1A1;
	border-right:1px solid #A1A1A1;
	}
	#morelist table{
		border-top: 1px solid #a1a1a1;
		margin-right:12px;		
		}
		
#tour_add_photo{
		margin-left:75px;
		margin-top:158px;
		position:absolute;
		text-align:right;
	}
/* Column CSS */

#columns {
}

#left_column {
	float: left;
	width: 315px;
}

#right_column {
	float: right;
	width: 575px;
}

/* Profile Box - List */

.content ul li{
	display: block;
	}

.content li > a,
.content li h3 a { 
	text-decoration: none !important;
	font-size: 14px !important;
	font-weight: normal !important;
	list-style-image:none !important;
	list-style-position:outside !important;
	list-style-type:none !important; 
	line-height:12px !important;
	color:#16589B !important;
}

.list li span {
	float: right;
	margin-right: 10px;
}

.list li span, .list li a {
	color:#16589B !important;
}

/* Profile Box - Photos */
.square {
	height: 69px;
	width: 69px;
	overflow: hidden;
	border: 1px solid #585858;
	margin:1px;
	}
.square2{
	border:1px solid #585858;
	height:16px;
	margin:1px;
	overflow:hidden;
	width:16px;
	}
		
.square img {
	min-width: 100px;
	min-height: 100px;
	max-width: 120px;
	max-height: 120px;
	_width: 100px;
	_height: 100px;
	margin-left: -27%;
	padding:0 !important;
	border:none !important;
	}
	
.square2 img{
	border:medium none !important;
	margin:-25% 0 0 -25%;
	max-height:30px;
	max-width:30px;
	min-height:20px;
	min-width:20px;
	padding:0 !important;
	}	
	
.photos .more {
	clear: both;
}

.photos .content {
	padding: 2px 0px 0px 12px;
}
#photos #photo_list li.square{
	background: transparent url(/img/loading.gif) no-repeat scroll 27px 27px;
	}
	
/* Profile Box - Videos */

.videos .content {
	padding: 12px;
}


/* Profile Box - Comments */ 
.comments_list .square {
	margin: 5px 0 0 25px;
	float: left;
}

.comments_list li {
	min-height: 80px;
	padding: 0 12px 0 0;
	_height: 80px;
}
	
.comments_list p {
	margin: 0 0 0 118px;
	padding-top:5px;  
}

.comments_list li h3 {
	margin: 0 0 0 118px;
	padding: 8px 0 8px 0;
}

.comments_list .more {
	clear: both;
}


/* Profile Box - Blog */
.blog ul {
	padding: 0 12px;
}

.blog li {
	padding: 0 12px 0 0;
}
	
.blog p {
}

.blog li h3 {
	padding: 20px 0 5px 0;
}

.blog .more {
	clear: both;
}

/* Profile Right Column */
div#personal .content img.img_padded_border {
	width: 92%;
	margin: 0 4% 0 4% !important;
	border: none !important;
	padding: 0 !important;
}

#information {
	width: auto;
}

#icons {
	margin: 12px !important;
	height: 120px;
}

#icons li {
	overflow: hidden;
	background: url(/img/icon_bg.gif) repeat-x;
	float: left;
	border-top: 1px solid #8fbfe8;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #598bb6;
	border-left: 1px solid #c7dff4;
	width: 80px;
	height: 40px;
	font-size: 10px;
	color: #fff;
	text-align: center;
}

#icons a {
	background-position: top center;
	background-repeat: no-repeat;
	display: block;
	color: white;
	padding:24px 5px 11px !important;
	font-size:9px !important;
	line-height:12px !important;
}

.title {
	color:  #54a2ec;
	font-weight: bold;
	width: 80px;
}

#about h3 {
	color:  #54a2ec;
}

.icon_blog {
	background-image: url(/img/icon_blog.png);
}
.icon_comment {
	background-image: url(/img/icon_comment.png);
}
.icon_message {
	background-image: url(/img/icon_message.png);
}

.icon_im {
    background-image: url(/img/icon_im_web.png);
}

.icon_follow {
	background-image: url(/img/icon_invite.png);
}
.icon_photos {
	background-image: url(/img/icon_photo.png);
}
.icon_chat {
	background-image: url(/img/icon_chat.png);
}
.icon_mobile {
	background-image: url(/img/icon_mobile.png);
}
.icon_play {
	background-image: url(/img/icon_play.png);
}
.icon_grabmusic {
	background-image: url(/img/icon_music.png);
}


/* Profile Specfic */
#photos .edit h3, #blog .edit h3, #videos .edit h3, #comments .edit h3, #tourdates .edit h3 {
	display: none;	
}

#photo_list li a{
		padding: 0 !important;
	}


#blog li {
	padding: 12px;
}

#blog p {
}

#blog li h3 {
	padding: 0 0 8px 0;
}

#blog .blogoptions{ 
	text-align: right !important;
	height: 17px !important;
}

.blogoptions li {
	float: right !important;
	padding: 0 !important;
	font-size: 14px !important;
	border-right: 1px solid #53a2ec !important; 
	padding: 0px 6px !important;
}

#blog .blogoptions .rss {
	border-right: 0px;
}

#blog .more {
	margin: 0px 12px; 
}

.blog_comment_row{
	padding:3px;
	border-bottom:1px solid #999999;
	}

.content li > a{
		padding:9px 0 7px 16px;
		display:block !important; 
	}
.content .blogoptions li a{  
		padding:1px !important;
		font-weight:normal !important;
		font-size:12px !important;
	}
.content li h3 a{
		padding:0 0 0 10px !important;
	} 
#downloads .content{
		height:341px;
	}
.imgbuy{
		background:url(/img/buy2.png); 
		position:absolute;
		height:22px;
		width:22px;
		margin-left:57px;
		margin-top:-3px;
		z-index:999;
}
.glow1{
	background:url(/img/glow1.jpg) no-repeat;
	padding:10px 14px 10px 10px;
	text-align:center;
}
.glowmed{
	background:url(/img/glowmed.png) no-repeat;
	padding-left:11px;
	padding-top:12px;
	height:110px;
}
.glowbig{
	background:url(/img/glowbig.png) no-repeat;
	padding:10px 0 0 12px;
	text-align:center;
}
.glow1 img{
	border:1px solid #ddd;
}
.glow1:hover{
	background:url(/img/glow2.jpg) no-repeat;
}
.glowbig:hover{
	background:url(/img/glowbig2.png) no-repeat;
}
.glowmed:hover{
	background:url(/img/glowmed2.png) no-repeat;
}
.square .glow1{
	padding-left:14px;
	height:80px;
	} 
#hiddenplayer{
	display:none;
	}

