* {
	line-height: 1.2em;
}
body,html,
ul,ol,li,dl,dt,dd,
h1,h2,h3,h4,h5,h6,
pre,p,blockquote,
form,fieldset,input,textarea,select
{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 1em;
}
body {
	font-size: 62.5%;
	background: #f4faff url('/dsg/body_background.gif') repeat-x top left;
}
img {
	border: 0;
}
p {
	margin-bottom: 1em;
}
a {
	color: #0052c3;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

ul, ol {
	margin-bottom: 1em;
}
ul li,
ol li {
	margin-left: 4em;
}

div.spacer {
	clear: both;
	height: 0;
	overflow: hidden;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


#ajax_loading {
	visibility: hidden;
	position: absolute;
	left: 50%;
	top: 12px;
	margin-left: -255px;
}

/* pictures */
ul.pictures {
	list-style-type: none;
	margin: 0;
}
	ul.pictures li {
		margin: 0;
		float: left;
		width: 25%;
		height: 1%;
	}
	ul.pictures li.first-in-line {
	}
	ul.pictures li.last-in-line {
	}
	ul.pictures li.spacer {
		clear: both;
		float: none;
		width: 100%;
		height: 2em;
	}
		ul.pictures li div.item {
			width: 110px;
			margin: 0 auto;
		}
		ul.pictures li img {
		}
			ul.pictures li a {
				font-size: 1.2em;
				cursor: pointer;
			}
			ul.pictures li a:hover {
				text-decoration: none;
			}
				ul.pictures li a strong {
					display: block;
					font-weight: normal;
					margin-top: 5px;
				}


/* files */
ul.files {
	list-style-type: none;
	margin: 0;
}
	ul.files li {
		margin: 0;
		float: left;
		width: 49%;
		height: 1%;
	}
	ul.files li.first-in-line {
		clear: both;
	}
	ul.files li.last-in-line {
		float: right;
	}
	ul.files li.spacer {
		clear: both;
		float: none;
		width: 100%;
		height: 0.5em;
	}
		ul.files li a {
			display: block;
			font-size: 1.2em;
			cursor: pointer;
			background: no-repeat center left;
			padding: 20px 0 20px 60px;
		}


/* avatar */
.avatar {
	display: block;
	width: 62px;
	height: 62px;
	border: 1px solid #2173cf;
	background: #e6f3ff url('/dsg/avatar.gif') no-repeat center center;
}


/* tags */
div.tags {
	
}
div.tags div.links {
	text-align: center;
}
div.tags div.links a {
	line-height: 30px; /* max font size=24 */
}

