/* nav */

#mainProfilenav { position: relative; width: 949px; height: 35px; }

ul#profileNav { position: absolute; top: 0; left: 0; display: block; width: 949px; height: 35px; background: rgb(164,227,251) url(/images/profileNav.png) repeat-x; margin: 0 0 36px 0; }
ul#profileNav li { position: relative; float: left;  }
ul#profileNav li a { display: inline-block; height: 35px; margin: 0 25px; color: rgb(0,0,0);  font-weight: bold; font-size: 1.1em; text-shadow: rgba(255,255,255,1) 0px 1px 0px; line-height: 300%; text-transform: uppercase; }

ul#profileNav li#current { position: relative; top: -6px; height: 58px; }
ul#profileNav li#current a {  height: 58px; background: url(/images/profileNavb-right.png) no-repeat top right; padding: 0 4px 0 0; line-height: 380%; }
ul#profileNav li#current a span { display: inline-block; height: 58px; padding: 0 0 0 4px; background: url(/images/profileNavb-left.png) no-repeat top left; }
ul#profileNav li#current a span span { background: url(/images/profileNavbg-current.png) top center no-repeat; padding: 0 12px; }

/* head */

#profile-head { width: 591px; margin: 0 0 25px 0; }
#profile-head #profile-avatar { width: 47px; padding: 2px; float: left; margin: 0 12px 0 0; border: 1px solid rgb(191,191,191); -moz-border-radius: 2px;-khtml-border-radius: 2px;-webkit-border-radius: 2px; border-radius: 2px;}

#profile-head #profile-avatar img { width: 47px; }
#profile-head #profile-head-right { width: 525px; float: left; }
#profile-head #profile-head-right h1,
#profile-head #profile-head-right h3 { font-family: Avenir, Helvetica, Arial, sans-serif;  }
#profile-head #profile-head-right h1 span { font-weight: normal; }
#profile-head #profile-head-right h3 { font-weight: normal; }

/* notices */

#profile-notices .p-notice 					{ margin: 0 0 25px 0; }
#profile-notices .p-notice .p-notice-left 	{ width: 101px; float: left; margin: 0 12px 0 0; overflow: hidden; }
#profile-notices .p-notice .p-notice-right 	{ width: 478px; float: left; }
#profile-notices .p-notice .p-notice-right h1 { font-weight: normal; margin: 4px 0 20px 0; }
#profile-notices .p-notice .p-notice-right span.category { display: inline-block; padding: 4px 5px; background-color: rgb(0,0,0); color: rgb(255,255,255); -moz-border-radius: 4px;-khtml-border-radius: 4px;-webkit-border-radius: 4px; border-radius: 4px; text-transform: uppercase; font-size: 90%; }

/* sidebar */

#sidebar #tab-profile { padding: 25px 25px 13px 25px; background: rgb(245,245,245) url(/images/bgTab-profile.png) repeat-y left; border: 1px solid rgb(255,255,255); -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 1px; }

#sidebar #tab-profile ul li { font-weight: bold; margin: 0 0 12px 0; }
#sidebar #tab-profile ul li span { display: inline-block; width: 70px; text-transform: uppercase; }


#sidebar ul#profile-history li { margin: 0 0 12px 0; color: rgb(167,231,255); }
#sidebar ul#profile-history li a { color: rgb(0,0,0); }









