/* CSS Reset */

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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
html { height: 100%; }
body { line-height: 1; color: #000000; background: white; height: 100%; }
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
ul, li { list-style: none; }


.clear {
	height: 0;
	clear: both;
}

body {
	margin: 0;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10pt;
  text-align: center;
	background: url( /site_media/background.png ) repeat;
	height: 100%;
}
a, a:visited {
	color: #C06C9D;
}
dt {font-weight: bold;}


.bodyWrapper {
	margin: 0 auto;
  text-align: left;
  width: 855px;
}

#bodynohead {
	background-color: #b3a3ac;
	padding-top: 0px;
	border-right: 2px solid #3d3b42;
	border-bottom: 2px solid #3d3b42;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-box-shadow: 0px 5px 5px gray;
	-moz-box-shadow: 0px 5px 5px gray;
	height: 100%;
	background: url(/site_media/sidebar-shadow.png) repeat top right;
}

h1 {
	font-weight: bold;
	font-size: 2em;
	padding-bottom: 10px;
}

h2 {
	font-weight: bold;
	font-size: 1.75em;
	padding-bottom: 10px;	
}

h3 {
	font-weight: bold;
	font-size: 1.25em;	
	padding-bottom: 10px;
}

h4 {
	font-weight: bold;
	font-size: 1em;	
	padding-bottom: 10px;
}

#footpad {
	height: 1px;
	clear: both;
}
#footer {
	color: gray;
	height: 20px;
	width: 855px;
  padding-top: 2px;
	padding-bottom: 0px;
	margin-bottom:20px;
	clear: both;
	font-size: .8em;
	text-align: center;
	background-color: #3d3b42;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-box-shadow: 0px 5px 5px gray;
	-moz-box-shadow: 0px 5px 5px gray;
}
#footer a, #footer a:visited {
	padding: 0px 17px;
	color: #fffeff;
	text-decoration: none;
}
#footer a:hover {
	color: #fffeff;
	padding: 0px 17px;
	text-decoration: underline;
}

ul {
	list-style: none;
}

#site_wide_announcements {
    background: yellow;
    padding: 10px;
    text-align: center;
}
#site_wide_announcements ul {
    padding: 0;
    margin: 0;
}

#header {
	position: relative;
	height: 100px;
}
#logo {
	position: absolute;
	left: 20px;
	top: 20px;
}

/* selected tabs */
#home_tab .tab_home,
#apps_tab .tab_apps,
#sites_tab .tab_sites,
#team_tab .tab_team,
#profile_tab .rtab_profile,
#blogs_tab .rtab_blogs,
#swaps_tab .rtab_swaps,
#photos_tab .rtab_photos,
#projects_tab .rtab_projects,
#tribes_tab .rtab_tribes,
#tweets_tab .rtab_tweets,
#bookmarks_tab .rtab_bookmarks,
#wiki_tab .rtab_wiki,
#inbox_tab .rtab_inbox
{
    bottom: -1px !important;
    padding-bottom: 0 !important;
}
#home_tab .tab_home a,
#apps_tab .tab_apps a,
#sites_tab .tab_sites a,
#team_tab .tab_team a,
#profile_tab .rtab_profile a,
#blogs_tab .rtab_blogs a,
#swaps_tab .rtab_swaps a,
#photos_tab .rtab_photos a,
#projects_tab .rtab_projects a,
#tribes_tab .rtab_tribes a,
#tweets_tab .rtab_tweets a,
#bookmarks_tab .rtab_bookmarks a,
#wiki_tab .rtab_wiki a,
#inbox_tab .rtab_inbox a

#home_tab .tab_home div,
#apps_tab .tab_apps div,
#sites_tab .tab_sites div,
#team_tab .tab_team div,
#profile_tab .rtab_profile div,
#blogs_tab .rtab_blogs div,
#swaps_tab .rtab_swaps div,
#photos_tab .rtab_photos div,
#projects_tab .rtab_projects div,
#tribes_tab .rtab_tribes div,
#tweets_tab .rtab_tweets div,
#bookmarks_tab .rtab_bookmarks div,
#wiki_tab .rtab_wiki div,
#inbox_tab .rtab_inbox div


form th {
    text-align : left;
}
form.signup input[type="submit"] {
    margin: 20px 0;
    font-size: 14pt;
}
input[type="text"], input[type="password"], textarea {

    border: solid 1px #C6C6C6;
    border-bottom: solid 1px #E3E3E3;
    color: #666;
    font-size: 11pt;
    background: #F3F3F3 url('form-shadow.png') left top repeat-x;
		width: 175px;
}
/*
input[type="submit"] {
    background-color: #FFF0F5;
    border: 1px solid #FF0000;
    cursor: pointer;
    color: #FF0000;
    text-decoration: underline;
}
*/
.clearboth {
    clear: both;
}

ul.errorlist {
    margin: 0;
    padding: 0;
    list-style: none;
    color: red;
}
ul#messages {
    margin: 10px;
    padding: 0;
    list-style: none;
}
ul#messages li {
    padding: 5px 10px;
    background: white;
    border: 1px solid #713355;
		width: 590px;
}
ul#messages li a {
    float: right;
    color: #713355;
}
.verified {
    color: green;
}
.remove {
    color: red;
}
.unverified {
    color: gray;
}
.primary {
    font-weight: bold;
}
table.email_list td {
    padding: 5px 10px;
}
table.invitation_list {
    width: 500px;
}
table.invitation_list td {
    padding: 5px 10px;
}
table.contact_list {
    width: 500px;
}
table.contact_list td {
    padding: 5px 10px;
}
.friendship_request {
    padding: 5px;
    background: #DEF;
    border: 1px solid #9BC;
}
.friendship_request p {
    padding: 0;
    margin: 0;
}
.friendship_request form {
    padding: 0;
    margin: 0;
}
.friendship_request p.invitation_message {
    font-size: 12pt;
    margin: 5px;
}

div.notice {
    margin: 0;
    padding: 5px;
    border-bottom: 1px solid #CCC;
}
div.unseen_notice {
    margin: 0;
    padding: 5px;
    background: #484452;
    border-bottom: 1px solid #CCC;
}
h2.notice_date,
h2.join_date,
h2.creation_date
{
    font-size: 12pt;
    color: #666;
    border-bottom: 1px solid #999;
}
span.notice_type {
    color: #666;
}
span.notice_message {
}
span.notice_time {
    color: #999;
    font-size: 90%;
}
table.notice_settings td {
    line-height: 90%;
    padding: 5px 10px;
    
}
span.notice_type_description {
    color: #666;
    font-size: 80%;
    font-style: italic;
}
#profile_info {border: 10px solid black;}
.given-name {color: white;}
#avatar_replace {
    position: absolute;
    margin-top: -23px;
    background-color: #FFFFFF;
    padding: 3px;
    display: none;
}
ul.avatar_choices,ul.avatar_choices ul {
    margin-left: 0px;
    padding-left: 0px;
}
ul.avatar_choices li {
    display: inline;
    list-style-type: none;
}
.invitation_5, .invitation_7 {
    color: green;
    font-weight: bold;
}
.invitation_2 {color: gray;}
table.messages {
    width: 100%;
}
table.messages tbody tr {
    border-bottom: 1px solid #ccc;
}
table.messages tr th, table.messages tr td {
    text-align: left;
    padding: 5px;
}
table.messages tr th {
    font-weight:bold;
    border-bottom: 1px solid #999;
}


/* Navigation bar & contextual navigation */

#navigation {
  padding-left: 10px;
	padding-top: 5px;
	margin-bottom: -5px;
	height: 30px;
	width: 450px;
	margin-left: 415px;
	text-align: right;
	background: url(/site_media/navbar.png) no-repeat;
}
#navigation li {
	display: inline;
	list-style-type: none;
}
#navigation a, #navigation a:visited {
  float: left;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  padding: 0 15px;
	line-height: 21px;
}
#navigation a:hover {
	color: #ccc;
}
#topShadow {
	margin-bottom: 10px;
	margin-left: -12px;
}
#briefAccountInfo {
	height: 100%;
	background: #eee;
	width: 200px;
	float: right;
	color: #484452;
	padding: 10px;
	padding-top:0px;
	border-top: 2px solid #3d3b42;
	background: url(/site_media/sidebar-shadow.png) repeat;
}
#briefAccountInfo img {
	padding: 0 2px;
}
#briefAccountInfo a, #briefAccountInfo a:visited {
	text-decoration: none;
	color: #641c45;
}
#briefAccountInfo a:hover {
	color: white;
	text-decoration: underline;
	color: #641c45;
}
#briefAccountInfo span {
	color: #641c45;
}

#whoami {font-size:10pt;position:relative;height:40px;margin-bottom:20px;margin-top:-7px;}
#whoami .loginpic {position:absolute;top:0px;left:0px;}

#whoami .loginsec {position:absolute;top:25px;left:50px;font-size: .75em;overflow: hidden;}
#whoami .loginsec a, #whoami .loginsec a:visited, #whoami .loginsec a:hover {font-size: 1em;}

#whoami .loginname {position:absolute;top:5px;left: 50px;}
#whoami a.loginname, #whoami a.loginname:visited {font-size: 1.5em;}

#rightside {
  position: relative;
	padding: 0px;
  width: 631px;
	float: left;
	min-height: 650px;
	padding-bottom: 15px;
	margin-bottom: -1px;
	background-color: #b3a3ac;
	border-top: 2px solid #3d3b42;
	border-left: 2px solid #3d3b42;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
}

#leftside { 
    background-color: #FFF;
    margin: 0 auto;
    padding-top: 1px;
    padding: 0px;
    float: left;
    margin-left: 0px;
    margin-top: 10px;
    min-height: 525px;
}

#midbox { 
    margin: 0;
    padding-top: 10px;
    padding: 20px;
    width: 580px;
    float: left;
    min-height: 300px;
    clear: both;
}

#profiles_box {
	width: 590px;
	margin: 10px;
	background-color: white;
	padding: 10px;
	-webkit-box-shadow: 0px 3px 3px gray;
	-moz-box-shadow: 0px 3px 3px gray;
}

#invites_box {
	width: 590px;
	margin: 10px;
	background-color: white;
	padding: 10px;
	-webkit-box-shadow: 0px 3px 3px gray;
	-moz-box-shadow: 0px 3px 3px gray;
}

#content_box {
	width: 590px;
	margin: 10px;
	background-color: white;
	padding: 10px;
	-webkit-box-shadow: 0px 3px 3px gray;
	-moz-box-shadow: 0px 3px 3px gray;
}

/* Individual Post */
.postWrapper {
	background-color: white;
	width: 600px;
	padding: 5px;
	margin: 10px 0 10px 10px;
	overflow: hidden;
	border: 1px solid #66636f;
	-webkit-box-shadow: 0px 1px 1px #c1b4bc;
	-moz-box-shadow: 0px 1px 1px #c1b4bc;
}
.postWrapper .replytags {
    clear: both;
    margin-top: 15px;
    margin-bottom: 10px;
}
.postWrapper a, 
.postWrapper a:visited {
    text-decoration: none;
    color: purple;
}
.postWrapper a:hover {
    color: #838176;
    text-decoration: underline;
}

/* Post Body */
.postbody {
    margin-left: 60px;
    width: 510px;
}
.postbody a, 
.postbody a:visited, 
.postbody a:hover {
    font-weight: bold;
    color: #641c45; 
}
.postbody .direct a, 
.postbody .direct a:visited, 
.postbody a:hover {
    font-weight: bold;
    color: #935d8e;
		text-decoration: none;
}

.postbody .postImage {
  display: block;
}

.postImage {
	margin-top: 5px;
	-webkit-box-shadow: 0px 3px 3px gray;
	-moz-box-shadow: 0px 3px 3px gray;
}

/* Postbody actions */
.postbody .actions {
    height: 22px;
    overflow: hidden;
    margin-top: 20px;
		margin-bottom: 15px;
}
.postbody .actions fieldset,
.postbody .actions a {
    display: block;
    float: left;
    padding-bottom: 10px;
}
.postbody .actions label,
.postbody .actions span {
    display: block;
    float: left;
    padding: 0 20px 0 8px;
    height: 15px;
    line-height: 15px;
    font-size: 12px;
    font-weight: bold;
    color: #aaa;
}
.postbody .actions label:hover {
    text-decoration: underline;
}
.postbody .actions img,
.postbody .actions input {
    padding: 0;
    float: left;
}

/* Postbody footer */
.postbody .footer {
    clear: left;
    font-size: 12px;
    line-height: 13px;
}
.postbody .footer a,
.postbody .footer p {
    padding-bottom: 3px;
}
.postbody .footer a,
.postbody .footer a:visited {
    color: #aaa;
}
.postbody .timestamp {
    float: left;
}
.postbody .reply {
    float: right;
    font-weight: bold;
}
.postbody .loveCount,
.postbody .tags {
    clear: both;
}
.postbody .loveCount {
    background: url( /site_media/artwork/love_mini.png ) no-repeat;
    padding-left: 15px;
		color: #aaa;
}
.postbody .tags img {
    padding: 0 3px 0 1px;
}
.postbody .tags a {
    padding-right: 3px;
    font-weight: normal;
    color: #935D8E;
}

.postbody .tags a:hover {
    padding-right: 3px;
    font-weight: normal;
    color: #935D8E;
		text-decoration: underline;
}


#post-reply {margin-top:20px;}

#singlegreybox {
		width: 600px;
		min-height: 50px;
		padding: 5px;
		padding-bottom: 5px;
		margin-top: 10px;
		margin-bottom: 15px;
		clear: both;
		font-size: 10pt;
		position: relative;
		overflow: hidden;
		border: 1px solid #C69AB4;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
}
#singlegreybox .replytags {clear: both;margin-top: 15px;margin-bottom: 10px;}
#singlegreybox a, #greybox a:visited {text-decoration: none;color: purple;}
#singlegreybox a:hover {color: #838176;text-decoration: underline;}
#singlegreybox ul, #singlegreybox li {list-style: none;}

#directbox {
		background-color: #e3c3fc;
		width: 570px;
		min-height: 50px;
		padding: 5px;
		margin-left: 5px;
		clear: both;
		font-size: 10pt;
		position: relative;
		overflow: hidden;
		border: 1px solid #305782;
}
#directbox .replytags {clear: both;margin-top: 15px;margin-bottom: 10px;}
#directbox a, #directbox a:visited {text-decoration: none;color: blue;}
#directbox a:hover {color: #838176;text-decoration: underline;}
#directbox ul, #directbox li {list-style: none;}

#postbox {
	background-image: url(/site_media/postbox-background.png);
	background-color: #641c45;
	padding: 10px;
	padding-top:10px;
	width: 590px;
	margin: 10px;
	position: relative;
	color: white;
	border: 1px solid #3d3b42;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	-webkit-box-shadow: 0px 1px 1px #c1b4bc;
}
#postbox .postleft{
	width: 400px;
	float: left;
}
#postbox .postleft li{}
#postbox .postleft form{display: block;}
#postbox textarea {width: 340px; height: 80px;}
#postbox .postright{position: absolute;bottom: 10px;right: 15px;}

#profbox .profile_avatar{float: left;position:absolute;top:10px;left:10px;}
#profbox img {position:absolute; top: 0; left: 0;}
#profbox .profile_for{color: white;position:absolute;top:5px;left:110px;padding-left: 10px;}
#profbox .profile_info{
	color: #333333;
	position:absolute;
	top:40px;
	left:120px;
	text-overflow: ellipsis;
}
#counters {
    border: 1px solid #641c45;
    margin-bottom: 20px;
    height: 45px; 
		background-color: white;
}
#counters li { 
    float: left;
    width: 33%;
    padding-top: 6px;
    text-align: center;
}
#counters span {
    display: block;
    font-weight: bold;
    font-size: 1.5em;
}
#counters span.text {
    font-size: 0.75em;
    padding-top: 2px;
}

/* Profile */
#profbox {
	background-image: url(/site_media/postbox-background.png);
	background-color: #641c45;
	padding: 10px;
	padding-top:10px;
	width: 590px;
	min-height: 100px;
	margin: 10px;
	position: relative;
	color: white;
	border: 1px solid #3d3b42;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	-webkit-box-shadow: 0px 1px 1px #c1b4bc;
}
#profbox .edit {
    clear: both;
}
#profbox a, 
#profbox a:hover, 
#profbox a:visited {
    color: #333;
    text-decoration: underline;
}

/* Welcome Message */
#welcome {
    font-size: 1.5em;
    margin-left: 5px;
    margin-top: 5px;
}
#welcome .welcome-body {
	font-size: .7em;
	padding-top: 10px;
	width: 60%;
	float: left;
}

.profilelist {float:left;padding:5px;width:40px;}

div.sidebar-follow {
	border-top:1px solid #484452;
	padding-top:5px;
	clear: both;
	text-align:left;
	padding-left:2px;
	padding-right:2px;
}

a.dm-text {
	float: left;
	clear:left;
}

a.dm-text-right {
	float: right;
	padding-right: 1px;
	clear:right;
}

div.top-border {
	border-top: 1px solid #484452
}

#follower-left {padding-top: 20px;float: left;}
#follower-right {float: right;padding-right: 1px;padding-top: 20px;}
#following-left {padding-top: 10px; float: left;}
#following-right {float: right; padding-right: 1px; padding-top: 10px;}

#oid-icon {position:absolute;top:24px;right:0px;}

div.line-border {
	border:1px solid #484452;
	padding:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 20px;
}

dl.message-headers {
    border-top:1px solid #CCC;
    border-bottom:1px solid #CCC;
    padding: 5px 0;
    width: 100%;
    font-family: Arial, sans-serif;
}

dl.message-headers dt {
    width: 70px;
    text-align: right;
    float: left;
    padding-right: 10px;
    font-weight: bold;
    color: #444;
}
dl.message-header dd {
    float: left;
}
div.right_panel {
    margin-top: 20px;
		margin-left: 30px;
    width: 200px;
    float: right;
    z-index: 999;
}

div.left_panel {
    width: 550px;
		margin-left: 35px;
		padding-left: 10px;
		padding-top: 1px;
		padding-bottom: 1px;
		background: #c06c9d;
}
#reply {
	margin-top: 30px;
	margin-bottom: 0px;
}
#reply textarea {
	width: 300px;
}
#reply form {
		background: white;
    width: 540px;
		margin-left: 25px;
		padding-left: 10px;
		padding-top: 1px;
		padding-bottom: 0px;
}
#reply span{
		background: white;
		margin-left: 25px;
		margin-top: 15px;
		padding: 3px;
		font-size: 1em;
		cursor: pointer;
		border: 1px solid #c69ab4;
}
#pub_timeline{
	color: white;
	padding-bottom: 5px;
}
#pub_timeline a, a:visited{
	color: white;
	text-decoration: none;
}
#pub_timeline a:hover{
	color: white;
	text-decoration: underline;
}
div.friends {
    background: #DEF;
    padding: 8px;
    margin-bottom: 20px;
}
div.friends h2 {
    margin: 0 0 5px 0;
    padding: 0;
}
div.friends .avatar {
    padding: 0;
    text-align: center;
}
div.friends .details {
    text-align: center;
    overflow: hidden;
    width: 60px;
    margin: 0 0 12px 0;
}

div.members {
    background: #DEF;
    padding: 8px;
    margin-bottom: 20px;
}
div.members h2 {
    margin: 0 0 5px 0;
    padding: 0;
}
div.members .avatar {
    padding: 0;
    text-align: center;
}
div.members .details {
    text-align: center;
    overflow: hidden;
    width: 60px;
    margin: 0 0 12px 0;
}
div.notice_settings {
    background: #DEF;
    padding: 8px;
    margin: 20px 0;
}
div.notice_settings h2 {
    margin: 0 0 5px 0;
    padding: 0;
}
div.tweet {
    width: 500px;
    margin: 0;
    padding: 5px;
    border-bottom: 1px solid #CCC;
    font-size: 12pt;
}
div.tweet .timesince {
    color: #999;
    font-size: 80%;
}
div.tweet .reply {
    font-size: 80%;
}

#locale_switcher {
    display:inline;
}

.ac_results {
    padding: 0px;
    border: 1px solid black;
    background-color: white;
    overflow: hidden;
    z-index: 99999;
}

.ac_results ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ac_results li {
    margin: 0px;
    padding: 2px 5px;
    cursor: default;
    display: block;
    /* 
    if width will be 100% horizontal scrollbar will apear 
    when scroll mode will be used
    */
    /*width: 100%;*/
    font: menu;
    font-size: 12px;
    /* 
    it is very important, if line-height not setted or setted 
    in relative units scroll will be broken in firefox
    */
    line-height: 16px;
    overflow: hidden;
}

.ac_results li img {
    float: left;
    margin: 5px;
}

.ac_loading {
    background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
    background-color: #eee;
}

.ac_over {
    background-color: #0A246A;
    color: white;
}

/* topics */
table.topic, table.topics {
    width: 100%;
}
table.topic td, table.topics td {
    vertical-align: top;
    padding: 5px 20px 5px 5px;
}
table.topic td h1, table.topics td h2 {
    margin: 0;
    padding: 0;
}
.responses .even, .topics .even {
    background-color: #FAFAFA;
}
.responses .odd, .topics .odd {
    background-color: #F3F3F3;
}
.responses {
    margin-left: 0px;
    padding-left: 0px;
}
.responses li { 
    list-style-type: none; 
}
td.meta {
    width: 100px;
    margin: 4px;
}
div.meta {
    float: left;
    width: 100px;
    margin: 4px;
    padding: 4px;
}
div.bulk {
    margin-left: 120px;
    padding: 4px;
}
.hidden { display: none; }
.thread-0 { margin-left: 0px; }
.thread-1 { margin-left: 20px; }
.thread-2 { margin-left: 40px; }
.thread-3 { margin-left: 60px; }
.thread-4 { margin-left: 80px; }
.thread-5 { margin-left: 100px; }
.thread-6 { margin-left: 120px; }
.thread-7 { margin-left: 140px; }
.thread-8 { margin-left: 160px; }

table.topics .created {
    color: #999;
    font-size: 90%;
}
table.topics .comment_stats {
    color: #999;
    border-top: 1px solid #CCC;
    font-size: 90%;
}

.pagination {
	text-align: center;
}
.pagination .disabled {
    padding: 3px;
    color: #fff;
    border: 1px solid #414141;
		margin: 2px;
		background: #65616d;
}
.pagination .current {
    padding: 3px;
    color: #fff;
    border: 1px solid #414141;
    background: #65616d;
		margin: 2px;
}
.pagination a, .pagination a:visited {
    padding: 3px;
    text-decoration: none;
    border: 1px solid #414141;
    color: #835286;
    background: white;
		margin: 2px;
}
.pagination a:hover {
		text-decoration: underline;
}

/* reference:
 *   http://www.positioniseverything.net/easyclearing.html
 *   http://www.zeldman.com/2006/10/27/ie7fixes1/
 *      comment by michael on 10/28/2006
 */
.clearfix {
    min-height: 1%;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* hides from ie5-mac \*/
* html .clearfix { height: 1%; }
/* end hide from ie5-mac */

/* feedutil */
.feed-entry-summary {
    font-style: italic;
}
.feed-entries {
    width: 500px;
}

/* bookmarks */
table.narrow {
    width: 500px;
}
table.bookmarks td {
    vertical-align: top;
    padding: 5px;
}
table.bookmarks td h2 {
    margin: 0;
    padding: 0;
}
table.bookmarks td.vote {
    width: 80px;
    text-align: center;
    vertical-align: middle;
}
.bookmarks .even {
    background-color: #FAFAFA;
}
.bookmarks .odd {
    background-color: #F3F3F3;
}
div.url {
    color: #666;
    font-size: 90%;
    font-style: italic;
}



dl.what_next {
    margin: 2em;
}
dl.what_next dt {
    font-size: 120%;
}
dl.what_next dd {
    margin: 0 0 1em 0;
    font-style: italic;
}
p.what_next {
    font-size: 120%;
}
/* blogs */
.blog-post h2 {
    margin: 10px 0 0 0;
    font-style: italic;
}
.blog-post-tease {
    width: 500px;
    float: left;
}
.blog-post-meta {
    width: 200px;
    float: left;
    margin-left: 30px;
}
.blog-post-meta img { 
    border: 1px solid #666;
}
.blog-list tr.odd {
    background-color: #f3f3f3;
}
.blog-list td {
    vertical-align: top;
    padding: 3px 3px 15px 3px;
}
.blog-list td p {
    padding: 0;
    margin: 0;
}

.blog-post-meta img.noborder {
    border: 0;
}

/* projects */
.project_stats {
    color: #999;
    border-top: 1px solid #CCC;
    font-size: 90%;
}


/* tasks */

.tasks .even {
    background-color: #FAFAFA;
}
.tasks .odd {
    background-color: #F3F3F3;
}
table.task td, table.tasks td {
    vertical-align: top;
    padding: 5px 20px 5px 5px;
}
table.task, table.tasks {
    width: 100%;
}

div.task-meta {
    float: left;
    width: 150px;
    margin: 4px;
    padding: 4px;
    font-size: 80%;
}

div.task div.bulk h2 {
    margin: 0;
}
div.task-meta2 {
    color: #666;
    margin-top: 1em;
    font-size: 90%;
}

div.task-meta2 b {
    color: #000;
}

tr.task_resolved td a, tr.task_closed td a {
    text-decoration: line-through;
}

h2.task_resolved, h2.task_closed {
    text-decoration: line-through;
}

/* PHOTOS **************************************/
.thumb-row {
    margin: 20px 0;
    padding: 20px 0;
}
.gallery-photo-thumb {
    width: 100px; 
    margin: 10px 10px 20px 0;
    float: left;
    text-align: center;
}

.photo-right-profile, .photo-right-tools {
    background: #DEF;
    padding: 8px;
    margin-bottom: 20px;
}

.photo-profile-details {
    font-size: 0.9em;
}

.photo-avatar {
    float: left;
}

.photo-avatar img {
    border: 1px solid #666;
}

.photo-right-tools ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.photo-right-tools ul li {
    background: #fff;
    padding: 2px 4px;
    margin: 2px 0;
}

.photo-right-tools li a {
    text-decoration: none;
}

.photo-right-tools li:hover {
    background: #DDDDDD;
}

.photo-profile-details h2 {
    margin: 0;
    padding: 0;
    font-size: 1.1em;
}

.photo-right-tools h2 {
    margin: 0 0 5px 0;
    padding: 0;
}

#embed-code textarea {
    width: 150px;
    font-size: 0.8em;
}
div.embed {
    margin: 10px 0;
    font-style: none;
}

.photo-right-tools form {
    margin: 0;
    padding: 0;
}
/* FORMS **********************************/

/* ----------- basic-sm ----------- */
#basic-form {
	margin-left: 0px;
	position: relative;
}
#basic-form a, a:visited {
		color: #7d4a67;
		text-decoration: none;
}

#basic-form a:hover {
		color: #484452;
		text-decoration: underline;
}

#basic-form .underlineme {
    border-bottom: 4px solid gray;
    margin-top: 15px;
}
#basic-form hr {
  border-top:solid 4px gray;
}
#basic-form p{
  color:#484452;
  padding-bottom: 5px;
}
#basic-form label{
  display:block;
  font-weight:bold;
}
#basic-form td {
  padding: 2px;
}
#basic-form td.rightd {
  padding-right: 70px;
}
#basic-form span{
  color: #484452;
  font-style: italic;
  width:300px;
}
#basic-form input, #basic-form select{
	float: right;
	margin-top:3px;
  font-size: 11px;
}

#basic-form textarea{
  float:left;
  margin:0px;
	padding: 0px;
  font-size: 11px;
	width: 10px;
}

#basic-form .button{ 
  clear:both;
  min-width:80px;
  height:25px;
  text-align:center;
  line-height:15px;
  color: white;
	background-color: #484452;
  font-size:11px;
  font-weight:bold;
  border: 1pt #484452;
  margin-top: 15px;
	margin-right: 15px;
  cursor: pointer;
	float: right;
}

#postbox .button{ 
  clear:both;
  height:46px;
	width: 92px;
	background-color: transparent;
	background-image: url(/site_media/update-button.png);
  border: 1px transparent;
  cursor: pointer;
}

.followbutton{ 
  clear:both;
  width:92px;
  height:46px;
  text-align:center;
  line-height:15px;
  color: white;
	background-color: transparent;
  font-size:11px;
  font-weight:bold;
  border: 1px transparent;
  margin-top: 10px;
  cursor: pointer;
	position: absolute;
	left: 350px;
	top: 60px;
}
.blockbutton{ 
  clear:both;
  width:92px;
  height:46px;
  text-align:center;
  line-height:15px;
  color: white;
	background-color: transparent;
  font-size:11px;
  font-weight:bold;
  border: 1px transparent;
  margin-top: 10px;
  cursor: pointer;
	position: absolute;
	left: 475px;
	top: 60px;
}
.delete_form {
    padding: 5px;
    background: #F99;
}

.left-form {
    width: 275px;
    float: left;
		clear: both;
    margin-right: 0px;
		color: #484452;
		border-right: 1px solid white;
		padding-right: 25px;
		padding-left: 10px;
}
.right-form {width: 250px;float: right;}
.right-form p {line-height: 21px;}
.padtop {margin-top: 20px;}


/* form toggle */
.form-toggle p {margin-bottom: 1px;}
.form-toggle p span {
		color: white;
    background: #484452;
		border: 1px solid white;
		padding: 2px;
    cursor: pointer;
}

.form-toggle form {
    padding: 3px 6px;
    margin: 0px;
    background: ##484452;
		color: white;
}

.form-toggle input[type="submit"] {}

#chars_left {
	font-size: 1.1em;
	position: absolute;
	top: 15px;
	right: 15px;
	color: white;
}
