
@import url(reset.css); /* Reset browser defaults */
@import url(css/adminbar.css );
@import url(css/bp.css);
@import url(css/home.css);
@import url(css/header.css);
@import url(css/navigation.css);
@import url(css/catnav.css);
@import url(css/content.css);
@import url(css/comments.css);
@import url(css/sidebar.css);
@import url(css/footer.css);
@import url(css/idtabs.css);
@import url(css/forms.css);
@import url(css/profile.css);

/* > Global Elements
-------------------------------------------------------------- */
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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
hr{
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}

html body div.clear,
html body span.clear {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

body.activity-permalink {
min-width: 960px;
max-width: 960px;
}

#page {
text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	margin: 5px 0 15px 0;
}

h1 { font-size: 28px; margin-bottom: 25px; }
h2 { font-size: 24px; margin-bottom: 20px; }
h3 { font-size: 20px; }
h4 { font-size: 16px; margin-bottom: 15px; }
h5 { font-size: 14px; margin-bottom: 0; }
h6 { font-size: 12px; margin-bottom: 0; }

.padder { padding: 20px; }
.clear { clear: left; }

p {	margin-bottom: 15px; }
p:last-child { margin-bottom: 0; }

hr {
	background-color:#E7E7E7;
	border:0 none;
	clear:both;
	height:1px;
	margin: 20px 0;
}

img.avatar {
	float: left;
	border: 2px solid #eee;
}

body { 
background: #e7e9eb;
font-family: Trebuchet MS; 
font-size: 11; 
color: #444444; 
line-height: 18px; 
padding-top:20px;
}

/* Links */
a,
a:visited {
color:#990000;
text-decoration: none;
}
a:hover, a:active { color: #888; }
a:focus { outline: 1px dotted #ccc; }

#page {
text-align:left;
}

ul { 
list-style-image: url(images/bullet.gif);
margin-left:20px;
}
.nostyle {
list-style:none; 
list-style-type:none; 
list-style-image:none;
}

/* including for compatibility */
.alignleft {
	float:left;
	margin-right:1em;
	margin-bottom:1em;
}
.alignright {
	float:right;
	margin-left:1em;
	margin-bottom:1em;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
