/* Basic Customization
********************************************/

div#body_container, div#profile_container {
    color: #FFFFFF;
    font: normal 11px Arial;
}



div#body_container {
    width: 100%;
    background: #eeeeee;
    background-image:url(http://www.pairodime.com/design_images/themes/birds/birds_wallpaper.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-attachment:fixed;	
}

div#profile_container {
    background: #ffffff;
}

p em {
    font-family: Arial;
}

h1 {
    font-size: 25px;
    color: #333333;
}

div.profile_meta p.tagline {
    color: #777777; 
	font-size: 15px;
}

div#meta_music p.tagline,
div#meta_music p.location {
    color: #777777; 
	font-size: 15px;
}

div.profile_meta h2 {
    color: #999999; 
	font-size: 14px;
}

div.profile_photo {
    border: 1px solid #dddddd;
}

img.virb_image {
    border: 1px solid #dddddd;
    background: #ffffff;
}
    a:hover img.virb_image {
        background: #dddddd;
    }

div.module {
    border-top: 4px solid #dddddd;
    color: #444444;
}
div.module p {
    color: #444444;
    font-size: 11px;
}

div#comments {
    border-top: 4px solid #dddddd;
}
div.comment_box,
div.comment_box_alt,
#shows tr, 
#shows tr.row_odd {
    background-color: #efefef;
}
#shows tr { background-color: transparent; }

div.comment_box,
div.comment_box_alt,
#shows tr td, 
#shows tr.row_odd td {
    border-top: 1px solid #dddddd;
}



p.tagline {
    font-size: #15px;
}

.comment_box p,
.comment_box_alt p,
.comment_box p.comment_post,
.comment_box_alt p.comment_post,
#show tr p, 
#shows tr.row_odd p {
    color: #444444;
    font-size: 11px;
}

.comment_box p.comment_extras,
.comment_box_alt p.comment_extras {
    color: #888888;
    font-size: 11px;
}

a,
a:link,
a:visited {
    color: #0281ca;
}
a:hover {
    color: #000000;
}

p.comment_author a,
p.comment_author a:visited {
    color: #0281ca;
}
p.comment_author a:hover {
    color: #000000;
}

#connect ul li {
    border-bottom: 1px solid #dddddd;
    font-size: 11px;
}
    #connect ul li a:hover {
        background: #efefef;
        color: #0281ca;
    }
    
#photo_portfolio {
    border-bottom-color: #dddddd;
}

/* Advanced Customization
********************************************/

img { border: 0; }

hr {
    height: 0;
    width: 0;
    border: 0;
}

ul, li { list-style-type: none; }

table, tr, td {
    border: 0;
    border-collapse: collapse;
    vertical-align: top;
}

* { padding: 0; margin: 0; }

body, div#profile_container {
	text-align: center;
}

div#body_container {
  padding: 35px 0;
}

div#profile_container {
    width: 770px;
    margin: 0 auto;
    padding: 35px 35px 15px 35px;
}

div#left_side {
	float: left;
    width: 570px;
    margin: 0 10px 35px 0;
}

div#right_side {
	float: left;
    width: 180px;
    margin: 0 0 35px 10px;
}

div.module {
    display: block;
    padding: 2px 15px 25px 0;
    text-align: left;
    line-height: 150%;
}
div#members p {
    text-align:center; 
}

div#members img.virb_image {
    float: none;
    padding: 3px;
    margin: 0 0 5px 0;
}     

div#members li {
    float: left;
    width: 100px;
    margin: 0 11px 20px 0;
    padding:0;
}

#right_side div#members li {
    padding: 0 0 0 40px;
}

    #connect { padding-right: 0; }
    #meta, #meta_music, #connect { border: 0; }

    #connect ul {
        font-size: 11px;
        margin-top: 5px;
    }
        #connect ul li a,
	#connect ul li a:visited {
            display: block;
            width: 100%;
            padding: .2em 0;
            text-decoration: none;
        }
        #connect ul li em {
            font-family: Arial, Verdana, sans-serif;
        }
        #connect ul li#isFriend,
        #connect ul li#friendshipPending {
            padding: .2em 0;
        }

    img.virb_image {
        float: left;
        padding: 3px;
        margin: 0 13px 13px 0;
    }
        #videos img.virb_image, 
		.videos_alt img.virb_image, 
        #photos img.virb_image, 
 		.photos_alt img.virb_image {
            margin: 0 10px 10px 0;
        }

    #meta_music table, #shows table, #events table {
        width: 100%;
    }

    #shows tr,
    #events tr {
        border-bottom: 1px solid #e3e3e3;
    }
        #shows tr.row_odd,
        #events tr.row_odd {
            background: #f5f5f5;
        }

    #shows td,
    #events td {
        text-align: left;
        padding: .5em 0;
        vertical-align: top;
    }
        #shows td.col1,
        #events td.col1 {
            width: 6em;
        }
        #shows td.col4,
        #events td.col4 {
            width: 2.5em;
        }

    #comments {
        padding-right: 0;
        margin-bottom: 35px;
    }

    div.comment_box,
    div.comment_box_alt {
        display: block;
        padding: 15px;
        margin: 0 0 10px 0;
    }

        .comment_box p.comment_extras,
        .comment_box_alt p.comment_extras {
            margin-top: 15px;
            font-size: 11px;
        }
        div.comment_box form p textarea {
        width: 99%;
    }

    * html div.comment_box form p textarea {
        margin-right: -100px;
        width: 620px;
    } 

    div#add_comment {
        display: none;
        margin: 0 0 20px 0;
    }

    #meta_music, #player_personal {
        padding-right: 0;
    }
    
    #photo_portfolio {
        border-top: 0;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        margin: 0 0 20px 0;
        padding: 10px 0 20px 0;
    }
        #photo_portfolio img {
            width: 100%;
            margin: 0;  
            padding: 0;
            border: 0;
        }

div.profile_photo {
    float: left;
    width: auto;
    padding: 10px;
    text-align: center;
}

    .profile_photo img {
        position: relative;
        display: block;
    }

div.profile_meta {
    float: left;
    padding: 15px;
}

    .profile_meta ul {
        margin: 10px 0 0 0;
    }
        .profile_meta ul li {
            float: left;
            padding: 0 10px 0 0;
        }

.clear {
    position: relative;
    clear: both;
}


/* Typography
*****************************************************/

h1 {
    letter-spacing: -1px;
}

h2 {
    font-weight: normal;
    line-height: 100%;
    margin: 0 0 .2em 0;
    letter-spacing: 0;
}
    .profile_meta h2 em {
        font-style: normal;
    }
    .profile_meta h2 span {
        font-weight: normal;
    }

h4 {
    font-size: 12px;
    color: #666666;
    padding-bottom: 10px;
}
    h4 strong { color: #333333; }

h5 {
    position: absolute;
    top: 88px;
    left: 360px;
    width: 135px;
    height: 12px;
    font: normal 9px "Lucida Grande", Tahoma, sans;
    color: #99ea00;
    line-height: 12px;
}
    h5 em { font-style: normal; }

p {
    font-size: 11px;
    margin: 0;
}
    p em {
        font-family: Arial, Helvetica, Verdana, sans;
    }

p.tagline {
    font-size: 15px;
    margin: .5em 0 1em 0;
    line-height: 125%;
}

.comment_box p,
.comment_box_alt p,
.comment_box p.comment_post,
.comment_box_alt p.comment_post {
    margin: 0 0 .5em 115px;
    font-size: 11px;
}
    .comment_box p em,
    .comment_box_alt p em {
        margin-top: 2.5em;
        font-size: 10px;
    }

    #player_personal p {
        text-align: center;
    }
    
    input,
    textarea {
        font: bold 12px Arial, Helvetica, Verdana, sans;
        color: #333;
        padding: .2em;
        width: 100%;
        margin: 1em 0 .5em 0;
        letter-spacing: -1px;
    }
    
    input.comment_btn {
        width: auto;
        padding: 0;
    }

    textarea.comment_text {
        height: 90px;
        margin: 0;
        font-weight: normal;
    }


/* Links
********************************************/

a,
a:link,
a:visited {
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}

.module h3 a,
.module h3 a:visited {
	font-weight: normal;	
}

p.blog_post {
	font-size: 15px;
	color: #999999;
}
p.blog_post a,
p.blog_post a:visited {
	font-weight: bold;
}


/* Custom
********************************************/
#content_32978 h3 {display: none;}

#content_32978 h2 {
	font-size:50px;
	color: #CBD7DD;
	font-weight:bolder;
	text-transform: uppercase;
        
        letter-spacing:-0.9;
        line-height: 0.7em;
        padding:12px 0 0 0;
        margin:0;
}

#content_32978 h4 {font-size: 10px; color:#7D8183;}

#content_32978 {
        background-image: url(http://www.pairodime.com/design_images/themes/mentos/bkg_client.png);
	background-repeat:no-repeat;
        padding-bottom:0px;
}

div#body_container p, div#profile_container p {
    letter-spacing:0.1em;
    line-height: 1.5em;
}

/*PHOTO/FLICR PHOTOS/GROUP/FRIENDS IMAGE LINKS*/
#groups a,
#friends a,
#photos_flickr a{
  float:left;
  margin:0 -15px -15px 0;
  padding:0;
}

#groups a:hover,
#friends a:hover,
#photos_flickr a:hover{

}

#groups h3 ,
#friends h3 ,
#photos_flickr h3 {
  clear: both;
}

#groups h3 a:hover,
#friends h3 a:hover,
#photos_flickr h3 a:hover{

}

#groups a img,
#friends a img,
#photos_flickr a img{
  background:#fff;
  height:40px;
  width:40px;
}

#groups a:hover img,
#friends a:hover img,
#photos_flickr a:hover img{
    background:#A3E0FC;
}


#photos {
   background:#ecf0f4;
   padding-left:12px;
   padding-right:0px;
   padding-bottom:0px;
}

#player_personal {
   position: absolute;
   right: 20px;
   top:-10px;
   padding-bottom:0px;
}

h3 {
	font-size: 14px;
	color: #60777b;
        background: lightyellow;
	letter-spacing: 0.4em;
        padding: 10px 0 10px 0;
        margin: 0 0 10px 0;
}

h3 a {
       letter-spacing: 0;
 }

div#right_side {
      background-image: url(http://www.pairodime.com/design_images/themes/mentos/bkg_nav.png);
      background-repeat: repeat-x;
}

div.module {
      background-image: url(http://www.pairodime.com/design_images/themes/mentos/bkg_nav.png);
      background-repeat: repeat-x;
padding-left:0;
padding-right: 0px;
}

div.module h3 p {

}


div#content_33085 {
   width:770px;
   margin: 0 auto;
   padding: 0;
   height:20px;
background-image: url(http://www.pairodime.com/design_images/virb-top.png);
background-repeat: no-repeat;
}

div#content_33085 h3 {
   display: none;
}

div#content_33085 p {
 padding: 0 auto;
}

div#developent {padding-left:44px;}