/*
================================

* CLASSIC (PORTFOLIO)

supported modules:
* Profile Pic
* Display Name
* Connect
* Meta
* Showcase
* Photo Albums
* Photos
* Videos
* About
* Status
* Text
* Following
* Circles
* Groups
* Interests
* Comments
* Likes
* VirbTunes

================================
*/


/*************************************************
* GLOBAL
*************************************************/

a,
a:visited,
img {
    border: none;
}

a,
a:visited {
    color: #8b36e0;
	border: 0;
}
a:hover {
    color: #333333;    
}

p {
    font: normal 11px/140% "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
    color: #666666;
    padding: 0 0 20px 0;
}

div#virb_banner {
    background-color: #333333;
}


/*************************************************
* CONTENT
*************************************************/

.core_container {
    background: #000000;
}           
    #profile_wrapper {
        margin: 0 auto;
        padding: 30px 0 50px 0;
		width: 852px;
    }
        #profile_container {
            background: #000000;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            border: 1px solid #cccccc;  
            padding: 25px;
        }              
        
        #left_side {
			float: left;
            width: 575px;
            margin: 5px 0 0 0;
			overflow: hidden;
        }   
        
        #right_side {
			float: right;
            width: 200px;
            margin: 5px 0 0 0;
			overflow: hidden;
        }

	 	/***** Profile Nav *****/
        
        #profile_nav {
            float: right;
            width: 450px;
			border: none;
			margin: 0;
			padding: 0;
        }
		#profile_nav ul {
			float: right;
		}

            #profile_nav li {
                display: block;
                float: left;
                height: 22px;
                padding: 0 12px 0 0;
                margin: 1px 0 25px 5px;
                background: url(/_assets/_graphics/_global/profile-nav_right.png) no-repeat right top;
            }
            #profile_nav li:hover {
                background: url(/_assets/_graphics/_global/profile-nav_right.png) no-repeat right bottom;
                cursor: pointer;
            }

                #profile_nav li a,
                #profile_nav li a:visited {
                    display: block;
                    height: 17px;
                    padding: 5px 0 0 12px;
                    line-height: 100%;
                    border: 0;
                    color: #fff;
                    font-size: 11px;
                    background: url(/_assets/_graphics/_global/profile-nav_left.png) no-repeat;
                }
                #profile_nav li.selected {
                    background: url(/_assets/_graphics/_global/profile-nav_right.png) no-repeat right bottom;    
                }
                #profile_nav li.selected a,
                #profile_nav li.selected a:visited {
                    background: url(/_assets/_graphics/_global/profile-nav_left.png) no-repeat left bottom;
                    color: #fff;
                    font-weight: bold;
                }
                #profile_nav li a:hover,
                #profile_nav li:hover a {
                    color: #fff;
                    background: url(/_assets/_graphics/_global/profile-nav_left.png) no-repeat left bottom;
                }


/*************************************************
* MODULES
*************************************************/            

.module {
    border-top: solid 1px #e5e5e5;
    padding: 10px 0 0 0; 
    margin: 0 0 30px 0;
    clear: both;
}
#right_side .module {
    padding-top: 10px; 
    margin-bottom: 20px;
}

	.module h3 {
		font: bold 17px Helvetica, Arial, Verdana, sans-serif;
        color: #333333;        
        margin: 0 0 15px 0;
	}
	#right_side .module h3 {
		margin-bottom: 10px;
		font-size: 12px;
	}
	
	.module h3 span,
	.module h3 a,
	.module h3 a:visited {
        color: #999999;
		font: normal 13px Helvetica, Arial;
        margin-right: 0;
    }
	.module h3 a:hover {
		color: #333333;
	}
	.module h3 span.left_paren {
        margin-left: 5px;
    }
	#right_side .module h3 span,
	#right_side .module h3 a,
	#right_side .module h3 a:visited {
        font-size: 11px;
    }
	
.module p {
	font: normal 12px Helvetica, Arial, Verdana, sans-serif;
	line-height: 150%;
}
#right_side .module, 
#right_side .module p {
	font: normal 11px "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	line-height: 140%;
}


/*************************************************
* PROFILE PIC
*************************************************/

#profile_image.module {
	float: left;
	border: 0;
	margin: 0 10px 30px 0;
	padding: 0;
}

	#profile_image.module img {
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		border: 1px solid #e5e5e5; 
		padding: 7px; 
	}

#right_side #profile_image.module {
    margin: 0 0 20px 0;
}


/*************************************************
* DISPLAY NAME
*************************************************/

#display_name.module,
#meta.module,
#status.module {
	border: none;
    margin: 0;
    padding: 0;
	clear: none;
}

	#display_name.module h1 {
	    font: bold 32px Helvetica, Arial, Verdana, sans-serif;
		line-height: 100%;
	    color: #333333;
	    letter-spacing: -1px;
		margin: 15px 0 5px -1px;
	}


/*************************************************
* META
*************************************************/

#meta.module h2 {
	display: block;
	color: #999999;
	font: normal 13px Helvetica, Arial, Verdana, sans-serif;
	line-height: 125%;
	margin: 0 0 3px 0;
}
#meta.module h2.meta_location {
	color: #666666;
	font-size: 16px;
}
	#meta.module h2 em {
		font-style: normal;
	}


/*************************************************
* STATUS
*************************************************/

#right_side #status.module {
    border-top: solid 1px #e5e5e5;
    padding-top: 10px;
}
#left_side #status.module {
	border: 0;
	padding: 0 0 5px 0;
}

	#status.module h4 {
	    color: #666666;
	    font: normal 15px Helvetica, Arial;
		margin: 0 0 5px 0;
	}
	
	#status.module h4 a,
	#status.module h4 a:visited {
	    color: #8b36e0;
	}
	#status.module h4 a:hover {
		color: #333333;
	}
	
	#right_side #status.module h4 {
		font-size: 14px;
		margin: 0 0 5px 0;
		line-height: 125%;
	}
	
	#right_side #status.module p {
		font-size: 10px;
		color: #999999;
	}


/*************************************************
* CONNECT
*************************************************/

#connect.module {
	border: 0;
	padding: 0;
}
	#connect.module ul li {
		border-bottom: dotted 1px #e5e5e5;
		color: #999999;
		padding: 5px 0 5px 0px;
	}


/*************************************************
* ABOUT
*************************************************/

#about.module {
    margin-bottom: 10px;
}
	#left_side #about.module p {
		padding-right: 15px;
	}


/*************************************************
* SHOWCASE
*************************************************/

#showcase_photo.module,
#showcase_video.module {
	position: relative;
	text-align: center;
	border: 0;
	padding: 0;
}
	#showcase_video.module p, 
	#showcase_photo.module p {
		display: block;
		text-align: center;
		color: #999999;
		padding: 5px 0 0 0;
		margin: 0;
	}

.showcase_single {
	padding: 1em 0;
	margin: 0 0 1em 0;
	border-bottom: 1px solid #e5e5e5;
}
	.showcase_single h4 {
		font: bold 16px Helvetica, Arial, Verdana, sans-serif;
        margin-bottom: 1em;
	}
	
		.showcase_single h4 a,
		.showcase_single h4 a:visited {
			border-bottom: 1px solid #8b36e0;
		}
		.showcase_single h4 a:hover {
			border: 0;
		}

	.showcase_single p {
		padding: 0 0 1em 0;
		clear: both;
	}
	.showcase_single p.date span.text_post_date {
		font: normal 10px "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
		color: #999999;
	}
	.showcase_single p.date {
		margin: 0;
		padding: 0 0 5px 0;
	}
	
	#left_side .showcase_single p.comments {
		font: normal 11px "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
		color: #999999;
	}
	.showcase_single p.comments a,
	.showcase_single p.comments a:visited {
		color: #00ff19;
	}
	.showcase_single p.comments a:hover {
		color: #333333;
	}
	
	.showcase_single img {
		position: relative;
		display: block;
		border: 0;
		width: auto;
		height: auto;
	}


/*************************************************
* ALBUMS
*************************************************/

.albums.module ul li {
	float: left;
	border: 1px solid #e5e5e5;
	width: 275px;
	margin: 0 0 20px 0;
	text-align: center;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
	#right_side .albums.module ul li {
		width: 198px;
	}

.albums.module ul li:hover {
	border-color: #cccccc;
	background: #000000;
}
.albums.module ul li.odd { margin-right: 20px; }

	.albums.module ul li img {
		margin: 20px 0;
		padding: 0;
		border: 0;
	}
		#right_side .albums.module ul li img { margin: 20px 0 10px 0; }

	#photo_albums.module ul li h4,
	#video_albums.module ul li h4 {
		font: normal 16px Helvetica, Arial, Verdana, sans-serif;
	}
		#right_side #photo_albums.module ul li h4 { font-size: 14px; }

	#photo_albums.module ul li p,
	#video_albums.module ul li p {
		padding: 0 0 15px 0;
		color: #999999;
	}
		#right_side #photo_albums.module ul li p,
		#right_side #video_albums.module ul li p { font-size: 10px; }


/*************************************************
* PHOTOS/VIDEOS
*************************************************/

.virb_image {
    padding: 3px;
    border: solid 1px #e5e5e5;
    margin: 0 10px 10px 0;
}
a:hover .virb_image {
    background: #e5e5e5;
}

#left_side #videos.module .virb_image_wrap,
#left_side #photos.module .virb_image_wrap {
	float: left;
	margin: 0 10px 10px 0;
	padding: 3px;
	height: 90px;
	width: 120px;
	border: solid 1px #e5e5e5;
}
#right_side #videos.module .virb_image_wrap,
#right_side #photos.module .virb_image_wrap {
	float: left;
	margin: 0 10px 10px 0;
	height: 90px;
	width: 120px;
	border: solid 1px #e5e5e5;
}
	#videos.module .virb_image_wrap a,
	#photos.module .virb_image_wrap a {
		display: block;
		height: 90px;
		width: 120px;
		overflow: hidden;
	}
		#videos.module .virb_image,
		#photos.module .virb_image {
			padding: 0;
			margin: 0;
			border: none;
		}


#right_side .virb_image {
    padding: 0;
	margin-right: 3px;
}


/*************************************************
* TEXT
*************************************************/

div.text_post {
	border-bottom: 1px dotted #e5e5e5;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
}
div.text_post.bottom {
	border: 0;
}
	.text_post p {
		font: normal 11px "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
		color: #999999;
		padding: 0 0 15px 0;
	}
	.text_post p.date,
	.text_post p.comments {
		padding: 0;
	}
	.text_post .body p {
		font: normal 12px Helvetica, Arial, Verdana, sans-serif;
		line-height: 150%;
		color: #666666;
	}
	.text_post h4 {
		margin: 3px 0 5px 0;
		font-size: 15px;
	}
		.text_post h4 a,
		.text_post h4 a:visited {
			border-bottom: 1px solid #8b36e0;
		}
		.text_post h4 a:hover {
			border: 0;
		}
		
	.text_post p.comments a,
	.text_post p.comments a:visited {
		color: #00ff19;
	}
	.text_post p.comments a:hover {
		color: #333333;
	}


/*************************************************
* FOLLOWING/FOLLOWERS/CIRCLES/GROUPS
*************************************************/

#following img.virb_image {
	height: 35px;
	width: 35px;
}

#groups img.virb_image {
	height: 35px;
	width: 35px;
}


/*************************************************
* LIKES
*************************************************/

#likes h3 {
	padding-bottom: 15px;
	border-bottom: 1px dotted #e5e5e5;
}

div.likes_single {
	border-bottom: 1px dotted #e5e5e5;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}

	.likes_single img {
		float: left;
		margin: 0 10px 0 0;
		max-width: 60px;
	}

	.likes_single p {
		float: none;
		margin: 0;
		padding: 0;
		font-size: 10px;
		color: #999999;
	}
	/*#right_side .likes_single.likes_photo p,
	#right_side .likes_single.likes_video p {
		width: 135px;
		overflow: hidden;
		float: left;
		margin: 5px 0 0 0;
		font-size: 10px;
	}*/
		.likes_single p a,
		.likes_single p a:visited {
			color: #999999;
		}
		.likes_single p strong a,
		.likes_single p strong a:visited {
			font-weight: normal;
			color: #8b36e0;
		}
		.likes_single p a:hover,
		.likes_single p strong a:hover {
			color: #333333;
		}

	.likes_single h4 {
		font-size: 10px;
		font-weight: normal;
		line-height: 130%;
		margin: 0 0 3px 0;
	}
	.likes_text h4 {
		font-size: 11px;
	}
	#right_side .likes_single h4 {
		font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	}


/*************************************************
* VIRB TUNES
*************************************************/

ul.virb_tunes {
	font: normal 11px "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	line-height: 130%;
	border-top: 1px solid #e5e5e5;
	color: #666666;
}
#right_side ul.virb_tunes {
	font-size: 10px;
}
	ul.virb_tunes li {
		padding: 7px 7px 8px 7px;
		border-bottom: 1px solid #e5e5e5;
	}
	ul.virb_tunes li.odd {
		background: #000000;
	}
	ul.virb_tunes li.bottom {
		border: 0;
	}


/*************************************************
* INTERESTS
*************************************************/

.interests.module p {
	color: #8b36e0;
	padding: 0;
}
	#right_side .interests.module p {
		font-size: 10px;
	}


/*************************************************
* COMMENTS
*************************************************/

#comments.module {
	border-top-width: 5px;
}

#comments.module form {
    margin: 0;
    padding: 0;
}

#comments.module .awaiting_approval,
#comments.module p {
    font: normal 11px "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
}
#comments.module .awaiting_approval {
	color: #be00cf;
}
#comments.module #add_comment_wrapper p {
    padding-bottom: 0;
}

#comments.module .comment {
    position: relative;
    border-top: solid 1px #e5e5e5;
    padding: 10px 10px 5px 45px;
}
	#comments.module .comment.edit_delete {
		padding-bottom: 25px;
	}
#comments.module #add_comment_wrapper.comment {
    border-top: solid 1px #e5e5e5;
    border-bottom: none;
}

    #comments.module .comment.firstRow {
        border-top: solid 1px #e5e5e5;
    }
    #comments.module .comment.odd {
        background: #000000;
    }

    #comments.module p.avatar {
        position: absolute;
        top: 10px;
        left: 10px;
    }
	#comments.module p.avatar img {
		width: 25px;
		height: 25px;
	}
	
#comments.module p {
    padding-bottom: 10px;
	line-height: 140%;
}
#comments.module p.meta {
    padding-bottom: 10px;
    color: #999999;
}    
#comments.module p.meta .edit_delete {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

    #comments.module p.meta .edit_delete a.delete_comment,
    #comments.module p.meta .edit_delete a.delete_comment:visited {
        color: #be00cf;
        padding: 0 0 0 3px;
        border: none;
    }        
#comments.module .comment form.reply_form,
#comments.module .comment form.edit_form,
#comments.module .replies form.edit_form,
#unsaved_comment,
#unsaved_comment_reply {
    display: none;
}
#comments.module .replies {
    padding: 0 0 0 68px;
}

#comments.module .comment_reply {
    position: relative;
    border-bottom: solid 1px #e5e5e5;
    padding: 10px 10px 10px 55px;
} 
#comments.module .comment_reply p.meta {
    padding-bottom: 0px;
    padding-top: 2px;
}
#comments.module textarea {
	height: 45px;
}

#right_side #comments.module textarea {
	width: 135px;
	font-size: 10px;
}

.btn-form_post {
    background: #000000;
    margin: 10px 0;
    font: bold 10px Helvetica, Arial, Verdana, sans-serif;
    color: #8b36e0;
    text-transform: uppercase;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    border-radius: 14px;
    border: 1px solid #cccccc;     
    padding: 7px 15px;
}
.btn-form_post:hover {
	cursor: pointer;
	background: #000000;
	color: #333333;
}


/*************************************************
* CUSTOM MODULES
*************************************************/



/*
================================

* MISCELLANEOUS

================================
*/

h1, h2, h3, h4, h5 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
}



/*************************************************
* PRIVACY
*************************************************/

div#private {
     -moz-border-radius: 5px;
     -webkit-border-radius: 5px;
     border-radius: 5px;
     border: 1px solid #e5e5e5;
     background: #000000 url(/_assets/_graphics/_frontend/private_lock.png) no-repeat top right;
     padding: 50px 20px 60px 20px;
     margin: 0 0 10px 0;
}

	#private p {
		font-size: 11px;
		color: #666666;
		line-height: 125%;
		margin: 0;
		padding: 0;
		text-align: center;
	}

	#private p strong {
		font: bold 24px Helvetica, Arial, Verdana, sans-serif;
		color: #be00cf;
		letter-spacing: -1px;
	}
	
	
#footer {
	clear: both;
}