body {
    border: 0;
    margin: 0;
    padding: 0;
    background-color: white;
    color: #000;
    line-height: 1.3;
    font-size: 14px;
    font-family: tahoma, verdana, arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  line-height: 1em;
  font-weight: normal;
  margin: 0;
  padding: 0;
  color: #000;
}
div.hr {
    height:1px;
    background-color: #ddd;
    margin: .2em 0 1em 0;
}
p + p {
    text-indent:0;
}
/* this is the match what input[type="text"] has in the blueprint files */
input[type="password"], input[type="text"], textarea, select {
    margin:.25em 0;
    background-color:#FFFFFF;
    border:1px solid #BBBBBB;
    position:relative;
    top:-.25em;
}
input[type="submit"], input[type="button"], input[type="checkbox"] {
    margin:.25em 0;
    position:relative;
    top:-.25em;
}
#outside {
    width: 990px;
    margin: 0 auto;
    padding-top: 1px;
    background: #fff url('bg_top.png') top no-repeat;
}
#outside_bottom {
    min-height: 400px;
    background: url('bg_bottom.png') bottom no-repeat;
}
#inside {
    padding: 5px 0 1px 0;
}
.container {
    line-height: 1.3;
}
a, a:visited, a:active {
  color: #222280;
}
a:hover {
  color: #f70;
}
table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
}
table.centered {
  margin: 0 auto;
  width: 1%;
}
table.centered input[type='text'], table.centered input[type='password'] {
    width: 100%;
    min-width: 20em;
}
table.centered textarea {
    height: 10em;
}
th, td {
  margin: 0;
  padding: 0 1em 0 0;
  vertical-align: top;
  background-color: transparent;
}
th, td.minwidth{
    width: 1%;
    white-space: nowrap;
    text-align: right;
}
img {
  border:0;
}
.left {
  text-align: left;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.bold {
  font-weight: bold;
}
.italics {
  font-style: italic;
}
.clear {
  clear: both;
}
.hidden {
  visibility: hidden;
}
.removed {
  display: none;
}
.nowrap {
  white-space: nowrap;
}
.grayed {
  color: #aaa;
}
.big {
  font-size: 1.1em;
}
.bigger {
  font-size: 1.2em;
}
.small {
  font-size: .9em;
}
.smaller {
  font-size: .8em;
}
.narrow {
  width: 1%;
}
tr.odd, tr.even {
  border-bottom: 1px solid #ddd;
}
tr.even td {
  background: #fdfdfd;
}
.actions {
  font-size: .7em;
  margin: 4px 6px 0 0;
  padding-top: 4px;
}

#header {
  height: 30px;
  width: 950px;
  margin: 2px auto;
  background-image: url('headerbg.png');
  background-position: top;
  background-repeat: no-repeat;
}
#footer {
  background: url('footerbg3.png') repeat-y;
  margin: .5em auto 2px auto;
  width: 950px;
  color: #777;
}
#footer_top {
  background: url('footerbg1.png') top no-repeat;
}
#footer_bottom {
  background: url('footerbg2.png') bottom no-repeat;
  min-height: 47px;
}
#header a {
  color: #222280 !important;
  text-decoration: none;
}
#header a:hover {
  color: #f70 !important;
}
#header .logo {
    margin: 3px 0 0 5px;
}
#footer .logo {
    margin: 14px 0 0 23px;
}
#copyright {
  margin: 1em 0;
  color: #aaa;
  font-size: .8em;
  text-align: center;
}
#copyright a {
  color: #aaa;
}
#theme_select {
    position: relative;
    top: 2px;
    font-size: .9em;
    color: #444;
    margin-right: .5em;
}
.topmenu {
  margin: 2px 0 0 0;
  font-size:.9em;
}
#id_q_top {
  padding: 1px 3px;
  border: 1px solid #444;
  font-size: 1em;
  font-family: tahoma;
  margin: 6px 0 0 0;
}
#id_q_top_submit {
  width: 18px;
  height: 18px;
  border: 1px solid #444;
  margin: 3px 10px 0 0;
}
#id_q_top_submit a {
  display: table-cell;
  width: 18px;
  height: 18px;
  text-align: center;
  vertical-align: middle;
  background: #eee;
}
#id_q_top_submit img {
 vertical-align: middle;
}

.bottommenu {
  font-size: .8em;
}
.bottommenu table {
  margin: 12px 0;
}
.bottommenu td {
  padding: .2em 0;
  color: #444;
}
.bottommenu td.leader {
  white-space: nowrap;
  width: 1%;
  padding-right: 1.5em;
}
.bottommenu ul li.ender, .bottommenu ul li.leader {
  border: 0;
}
.bottommenu a, .bottommenu a:visited, .bottommenu a:active  {
  color: #777;
}
.bottommenu a:hover {
  color: #f70;
}
h1.pagetitle {
  margin: 10px 2px;
  font-size: 1.4em;
  padding: 0 0 3px 0;
  border-bottom: 1px solid #ddd;
}
.pagedesc {
  line-height: normal;
  margin: 0 0 20px 0;
}
.pageactions {
  text-align: right;
  font-size: .9em;
  margin: 0 20px 10px 0;
  color: #444;
}
h3.breadcrumb {
  margin: -.5em 0 1em 2em;
  color: #ddd;
  font-size: .9em;
}
.errorth {
  white-space: nowrap;
  width: 1%;
  padding-right: 5px;
}
.errorlist, .errorlist li {
  font-weight: normal;
  margin: 0px;
}
.asterisk {
  color: red;
}
#msgs, #msgs li {
  list-style: none;
  list-style-type: none;
}
#msgs .error table {
  width: 87%;
}
.information, .error, .success, .warning {
  margin-top: 5px;
  border: 1px solid #9bb8d9;
  padding: 15px 15px 15px 60px;
}
.information {
  background: #dedfff url('msgicons/information.png') 10px 10px no-repeat;
  color: #406299;
}
.information table {
  color: #406299;
}
.error {
  background: #ffe1da url('msgicons/error.png') 10px 10px no-repeat;
  border-color: #f34f4f;
  color: #be0b0b;
}
.error table {
  color: #be0b0b;
}
.success {
  background: #e2f9e3 url('msgicons/success.png') 10px 10px no-repeat;
  border-color: #9c9;
  color: #080;
}
.success table {
  color: #080;
}
.warning {
  background:#fff8bf url('msgicons/warning.png') 10px 10px no-repeat;
  border-color: #ffd324;
  color:#eb830c;
}
.warning table {
  color:#eb830c;
}

/**************/

.thumbs .thumb, .thumbs .minithumb {
    float: left;
}
.thumb, .minithumb {
	width: 141px;
	height: 141px;
	border: solid 1px #888;
}
.thumb a, .minithumb a {
	display: table-cell;
	width: 141px;
	height: 141px;
	text-align: center;
	vertical-align: middle;
	background-color: #fff;
}
.thumb img, .minithumb img {
	border: 1px solid #888;
	vertical-align: middle;
}
.userprofile .minithumb {
    margin: 2px auto;
}
.thumb a:hover img, .minithumb a:hover img {
  border-color: #f70;
}
/*\*//*/
.thumb a, .minithumb a {
	display: block;
}
.thumb span, .minithumb span {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 1px;
}
.thumb a {
	font-size: 1px;
}
/* non serve solito shift background-position: 11px 11px per IE/Mac, forse perche' su inline-block? */
.thumb, .minithumb {
	border-collapse: collapse; /* Op7 */
}
.thumb a:hover, .minithumb a:hover {
	background-color: #f4f4f4;
}
.minithumb, .minithumb a {
	width: 92px;
	height: 92px;
}
.minithumb {
  margin: 2px;
}
.pcwidth {
  width: 93%;
}
.pcheight {
  height: 93%;
}

.photo_list .thumbs .thumb {
  float: left;
  margin: 4px;
}
.random_photo_list {
    margin: 0 0 1.5em 0;
}
.random_photo_list .thumbs .thumb {
  float: left;
  margin: 0 0 0 6px;
}

.photoFull .photoBorder {
    margin:.75em 1em -.5em 1em;
    text-align: center;
    background-color: #fff;
    color:#aaa;
}
.photoFull .photoBorder:hover {
	border-color: #ddd;
}
.photoFull .photoBorder img {
	border: 1px solid #000;
    margin: 1em 0 .5em 0;
}
.photoFull .thumbs {
  margin: -1em 0;
}
.photoFull .thumbs .thumb {
  float: none;
  margin: .5em auto;
}
.photoFull .photo_title {
    padding: .25em 0 .75em;
}
.metadata table {
  font-size: .8em;
}
.metadata .td1 {
  width: 1%;
  font-weight: bold;
  white-space: nowrap;
}

.userprofile .location {
}

.tags {
	overflow: hidden;
}
.tags h3 {
  line-height: 1.2em;
  margin: 0 5px 0 0;
  display: inline;
}
.tags h3 a:hover {
  color: #f70;
}
.tagcloud_10, .tagcloud_10:visited {
    color: #5f5f5f;
}
.tagcloud_9, .tagcloud_9:visited {
    color: #585858;
}
.tagcloud_8, .tagcloud_8:visited {
    color: #4f4f4f;
}
.tagcloud_7, .tagcloud_7:visited {
    color: #383838;
}
.tagcloud_6, .tagcloud_6:visited {
    color: #2f2f2f;
}
.tagcloud_5, .tagcloud_5:visited {
    color: #282828;
}
.tagcloud_4, .tagcloud_4:visited {
    color: #1f1f1f;
}
.tagcloud_3, .tagcloud_3:visited {
    color: #181818;
}
.tagcloud_2, .tagcloud_2:visited {
    color: #0f0f0f;
}
.tagcloud_1, .tagcloud_1:visited {
    color: #080808;
}
.tagcloud_0, .tagcloud_0:visited {
    font-weight:bold;
    color: #000;
}
.message_list, .message_item {
  margin: 0 auto;
  width: 80%;
}
.message_list tr {
    border-bottom: 1px solid #ddd;
}
.message_list .new {
  font-weight: bold;
}
.message_list td, .message_item td {
  padding: 5px 2px 5px 2px;
}
.message_list .td1, .message_list .td2, .message_list .td4, .message_item .td1 {
  white-space: nowrap;
  width: 1px;
}
.message_list .td2, .message_list .td4, .message_item .td1, .message_item .td2 {
  padding: 5px 20px 5px 5px;
}
.message_list .td4 {
  vertical-align: middle;
}
.message_subject {
  font-size: 1.2em;
  font-weight: bold;
}
.message_conversation {
  color: #666;
  font-size: .8em;
}
.message_date {
  white-space: nowrap;
  color: #666;
  font-size: .75em;
}
.date, .time {
    font-size: .9em;
    color: #888;
}
.usernotifications .box {
    margin: 0 0;
    padding: .5em;
    background-color: #fff;
    border-width: 0 0 1px 0;
    border-color: #f8f8f8;
}
.usernotifications .box .un_content {
    margin: 1em 2em;
    color: #777;
    overflow: auto;
}
.usernotifications .nupfield {
    font-style: italic;
}
.usernotifications .minithumb {
    float: left;
    margin: 0 2em 0 0;
}

.tab_content .tab_buttons {
    margin: .25em 0 .2em 2em;
    font-size: 1.1em;
}
.tab_content .tab_button {
    vertical-align: bottom;
    border: 1px solid #ddd;
    padding:.25em .5em;
    margin:.5em .1em;
    display:inline;
    background:#F7FAFF;
}
.tab_content .tab_button a {
    text-decoration: none;
}
.tab_content .selected {
    background: #C1DBFF;
    font-weight: bold;
    font-size: 1.2em;
}
.tab_content .tab_box {
    border:1px solid #ddd;
    background: #fdfdfd;
}
.comment_item td {
  padding: .5em 0;
}
.comment_user {
  color: #777;
}
.comment_text {
  margin: .5em 0 0 1em;
}

.contact_list td, .contact_list tr {
  border: 1px solid #ddd;
  padding: 0 .25em;
  vertical-align: middle;
}
.contact_list .td1 {
  width: 1%;
}
.contact_list .td2 {
  width: 30%;
}
.contact_list .contact_select {
    padding: 5px;
    color: #999;
}
.contact_list .contact_select a {
    text-decoration: none;
}
.contact_list .contact_select select {
    position:relative;
    top:0;
}
.contact_list input[type='checkbox'] {
    position:relative;
    top:0;
}
.contact_list .contact_select input[type='checkbox'] {
    position:relative;
    top:.1em;
    margin-right: .25em;
}
#contact_action {
  margin: 0 10px;
  font-size: .9em;
}

#homepage .content {
  margin: 15px;
}
#homepage .hometitle {
  font-size: 1.4em;
  font-weight: bold;
  padding: 0 0 4px 0;
  border-bottom: 1px solid #f70;
}
#homepage h1.hometitle {
    margin:0 1em .5em 1em;
}
#homepage h3.hometitle {
    border: 0;
}
#homepage .home_box_button {
	color: black;
    padding: 10px 0 0 0;
    text-align: center;
    font-weight: bold;
    font-size: 1.3em;
    background: url("button_box.png") 0 0 no-repeat;
    height: 90px;
    width: 220px;
    margin: 0 auto;
}
#homepage .home_box_button a div {
  background: url("hover_download.png") 0 0 no-repeat;
  width: 175px;
  height: 31px;
  cursor: hand;
  margin: 5px auto 0 auto;
}
#homepage .home_box_button a:hover div {
  background-position: -175px 0;
}

#buzz_home #buzz_blog .blog_title {
  font-size: 1.1em;
  font-weight: bold;
}
#buzz_home #buzz_blog .blog_date {
  font-size: .9em;
  color: #777;
  margin: 0 0 0 10px;
}
#buzz_home #buzz_blog .blog_content {
  margin: 2px 10px 10px 10px;
  border-bottom: 1px solid #ddd;
}

#buzz_home #buzz_twitter .tweet_to_from {
  font-size: .9em;
  color: #777;
}
#buzz_home #buzz_twitter .tweet_date {
  font-size: .8em;
  color: #777;
  margin: 0 0 0 10px;
}
#buzz_home #buzz_twitter .tweet_content {
  margin: 2px 10px 10px 10px;
  border-bottom: 1px solid #ddd;
  padding: 0 0 10px 0;
}

/* jsmenu styles */
.jsmenu a {
    color: #000 !important;
}
.jsmenu {
    margin: 0;
	padding: 0;
}
.jsmenu li {
    float: left;
    list-style: none;
}
.jsmenu li a {
    display: block;
    padding: 4px 7px 2px 7px;
    white-space: nowrap;
}
.jsmenu li ul {
    margin: 0;
	padding: 0;
  	z-index: 100;
	position: absolute;
	visibility: hidden;
	border: solid #444;
    border-width: 1px 0;
}
.jsmenu li ul li {
    float: none;
    font-weight: normal;
	display: inline;
}
.jsmenu li ul li a {
    width: auto;
	background-color: #eee;
    border: solid #444;
    border-width: 0 1px;
    padding: 3px 8px;
}
.jsmenu li ul li a:hover {
    background: #ccc;
    text-decoration: underline !important;
}


/* these two prevent ugly imported blog information from displaying. */
.slashdigglicious, .feedflare {
  display: none;
}

.box {
    margin-top: 5px;
    border:1px solid #ddd;
    background-color: #fdfdfd;
}
.box_action {
    background-color: #eafdea;
}
.box_quiet {
    background-color: transparent;
    border:0;
    padding-top:.5em;
    padding-bottom:.5em;
}
.caps {
    line-height: 1.1em;
}
.smaller {
    font-size: .9em;
}
.adSpotTC, .adSpotBC {
    margin:.5em auto;
}
.status_update table {
    width: 600px;
    margin: 0 auto;
}
.page_nav_bottom {
    text-align: right;
    margin: .5em 0 0 0;
}
.page_nav_top {
    margin: 0 0 .5em 0;
}
