/*
 * Boilerplate r18
 */
/* -------------------------------------------------------------- 
   RESET (via Eric Meyer)
-------------------------------------------------------------- */

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, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }


/* -------------------------------------------------------------- 
   TYPOGRAPHY
-------------------------------------------------------------- */

body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,input,textarea { font-family: Helvetica, Arial, FreeSans, sans-serif; }

/* HEADINGS */
h1 { font-size: 40px; line-height: 50px; margin-bottom: 10px; }
h2 { font-size: 30px; line-height: 40px; margin-bottom: 10px; }
h3 { font-size: 20px; line-height: 30px; }
h4 { font-size: 14px; line-height: 20px; }
h5 { font-size: 14px; line-height: 20px; }
h6 { font-size: 14px; line-height: 20px; }

/* TEXT ELEMENTS */
p, ul, ol, dl { margin-bottom: 20px; font-size: 14px; line-height: 20px; }
ul, ol { padding-left: 20px;}
ul { list-style-type: circle; }
ol { list-style-type: decimal; }
dl dt { font-weight: bold; }
dl dd { padding-left: 10px; }
abbr, acronym { text-decoration: underline; }
a { color: #009; text-decoration: none; }
a:hover { text-decoration: underline; }
blockquote { margin: 20px 0; padding-left: 10px; }
dfn { font-style: italic; font-weight: bold; }
pre, code { margin: 20px 0; white-space: pre; }
pre, code, tt { font: 10px monospace; line-height: 20px; } 
tt { display: block; margin: 20px 0; line-height: 20px; }

/* TABLES */
table { margin-bottom: 20px; }
th,td { padding: 5px 10px 5px 0; }


/* -------------------------------------------------------------- 
   FORMS
-------------------------------------------------------------- */

label { font-weight: bold; }
fieldset { padding: 9px; margin-bottom: 20px; border: 1px solid #ddd; }
legend { padding: 0 10px; font-weight: bold; font-size: 14px; line-height: 20px; }
textarea { padding: 10px; }


/*
 * Utopian.net Local
 */
body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,input,textarea { font-family: "Lucida Grande", Helvetica, Verdana, Arial, FreeSans, sans-serif; }

body {
	background-image: url(../img/pistoiabg.jpg);
	background-repeat: repeat-x;
	margin: 0;
}

a {
	color: #990000;
}

/*
a: hover {
}
 */

h1 {
	margin: 0;
	display:none;
}

h2 {
}

h3 {
	color: #000;
}

table { /* Hides the table borders seen in firefox with plain boilerplate styles. */
	border-collapse: separate;
	border-spacing: 0;
}

#wrapper {
	margin: auto;
	width: 775px;
}

#logo img {
	margin-left: -32px;
}

#masthead {
	width:775px;
	height:156px;
	background-image: url(../img/toputopian.png);
	background-repeat: no-repeat;	
}

ul#menu {
	font-family: "Avenir", "Lucida Grande", Helvetica, Arial, sans-serif;
	height: 100px;
	margin-left: 25px;	
}

	#menu li {
		display:inline-block;
		width:140px;
		list-style-type: none;
		margin:0;
		height:80px;
		vertical-align:middle;
		font-weight:normal;
	}
	#menu li#services {
		width:110px;
		text-transform:uppercase;
	}
	#menu li#news {
		width:130px;
		text-transform:uppercase;
	}
	#menu li#logo {
		width:185px;
		padding-top:40px;
		
	}
	#menu li#about {
		width:100px;
		padding-left:25px;
		text-transform:uppercase;
	}
	#menu li#contact {
		text-transform:uppercase;
	}
	#menu li a {
		text-decoration:none;
	}
ul#footermenu {
	font-family: "Avenir", "Lucida Grande", Helvetica, Arial, sans-serif;
	height: 50px;
	margin-left: -35px;
}

	#footermenu li {
		display:inline-block;
		width:140px;
		list-style-type: none;
		margin:0;
		height:80px;
		vertical-align:middle;
		font-weight:normal;
	}

	#footermenu li a {
		color:#ffffff;
		text-decoration:none;
	}

	
#maincontent {
	background-image: url(../img/bodyshadow.png);
	background-repeat: repeat-y;
	min-height:400px;
	padding:30px;
}

.bodytext { /* Careful not to eat the cascade */
	padding-left: 35px;
	padding-right: 35px;
}

ul.accordion {

}
	.accordion { list-style-type: none; padding: 0; margin: 0 0 30px; border: 1px solid #17a; border-top: none; border-left: none; }
	.accordion ul { padding: 0; margin: 0; }
	.accordion li { background: #fff; cursor: pointer; list-style-type: none; padding: 0; margin: 0; float: left; display: block; width: 100%;}
	.accordion li.active>a { font-weight:bold;background: url('../img/accordiontop.jpg') no-repeat center right; }
	.accordion li div.top { padding: 14px; display: block; clear: both; float: left; width: 700px;}
	.accordion a.whitebevel { text-decoration: none; border-bottom: 1px solid #ccc; font: normal 1.4em/2em Avenir, sans-serif; color: #222; padding: 0 10px; display: block; cursor: pointer; background: url('../img/accordiontop.jpg') no-repeat center right;}
	
	/* Level 2 */
	.accordion li ul li { background: #fff; font-size: 0.9em; }
	
.divider {
	float:left;
	width:31px;
	background-image: url(../img/ordivider.png);
	overflow: hidden;
	text-indent: -12em;
	background-repeat: no-repeat;
	min-height:240px;
}
#startedleft {
	width:218px;
	display:inline;
	text-align:center;
}
#startedcenter {
	width:185px;
	display:inline;
	text-align:center;
}
#startedright {
	width:218px;
	display:inline;
	text-align:center;
}
#feed {
	float:left;
	width:300px;
	background-image: url(../img/justlaunched.png);
	background-repeat: no-repeat;
	background-position:70px 16px;
	padding-top:80px;
}
span.small {
	font-size:8pt;
}
#slideshow {

}
#justlaunched {
	margin:20px 0 0 20px;
}
#projectupdates {
	margin:20px 0 0 20px;
	text-align:center;
}
.newstuff {
	width:305px;
	font-family:Lucida Grande, Arial, sans-serif;
	font-size:10px;
	border-radius:12px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border:1px solid #ccc;
	padding:20px;
	margin:20px 0px 0px 0px;
}
.newstuff a {
	text-decoration:none;
	font-weight:bold;
	font-size:12px;

}

table#osscred {
	font-size: 80%;
}

#cc {
	width:773px;
	height:84px;
	z-index: 10;

}

#footer {
	background-image: url(../img/footerbg.jpg);
	background-repeat: repeat-x;
	background-color: #878787;
	height: 125px;
	margin-top: -50px;
	width: 100%;
	padding-top:70px;
	text-align:center;
}

.spacer {
	clear:both;
}
.alignleft {
	float:left;
}
.alignright {
	float:right;
}


/*
 * Modified Gesso/Boilerprint
 */
@media print {
body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,input,textarea { background: transparent !important; color: #000 !important; font-family: "Times New Roman", serif !important; font-size: 12pt !important; line-height: 1.4 !important; margin: 0 !important; padding: 0 !important; width: 100% !important; }
h1 { font-size: 18pt; }
h2 { font-size: 16pt; }
h3 { font-size: 14pt; }
h4, h5, h6 { font-family: Helvetica, Arial, sans-serif !important; font-size: 12pt !important; }
code, pre { font: 10pt Courier, monospace; }
blockquote { font-size: 10pt; margin: 1.25em; padding: 1em; }
hr { background: #ccc; background-color: #ccc; border: none; color: #ccc; height: 2px; margin: 5px 0; padding: 0; width: 100%; }
table { margin: 1px; text-align: left; }
th, td { border-bottom: 1px solid #ccc; padding: 4px 10px 4px 0; }
tfoot { font-style: italic; }
caption { background: #fff; margin-bottom: 2em; text-align: left; }
tr { page-break-inside: avoid; }
a:link, a:visited { background: transparent; color: #ccc; text-decoration: none; }
a:link[href^="http://"]:after, a[href^="http://"]:visited:after { content: " (" attr(href) ") "; font-size: 85%; }
a[href^="http://"] { color: #000; }
img { float: left; margin: 1em 1.5em 1.5em 0; }
a img { border: none; }
#cc img { display: none; }
}

