/*-----------------------------------------------------------------------------
sannicolo.info

version:   1.1
author:    Silvio Sannicolo
email:     info@sannicolo.info
website:   http://www.sannicolo.info
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, pre, blockquote, form, fieldset, table, ul {
	margin: 0 0 0.8em 0;
}

.clearer {
	clear:both;
	line-height: 1px;
}

img {
	border: 0;
}



/* =Layout
-----------------------------------------------------------------------------*/

body {
  font-family: arial, sans-serif;
  font-size: 15px;
  color: #555;
  background: #F2F6EB;
}

#headWrapper {
	height: 180px;
	background: #5D773D url("img/head_bg.gif") repeat-x left top;
}

#mainWrapper {
	background: #FCFCFC url("img/main_bg.gif") repeat-x left top;
    padding: 30px 0 20px 0;
}

#footerWrapper {
	background: #E5E9DF;
}

#head,
#main,
#footer {
	position: relative;
	width: 940px;
	margin: 0 auto;
}

/* min-height workaraound */
#main {
	min-height:450px;
	height: auto !important;
	height: 450px;
}

#head {
	height: 180px;
}

#footer {
	height: 40px;
}

/* =Head
-----------------------------------------------------------------------------*/

#logo {
	position: absolute;
	top: 24px;
	left: 10px;
	width: 316px;
	height: 68px;
}

/* =Navigation
-----------------------------------------------------------------------------*/

#mainNav {
	position: absolute;
	top: 125px;
	left:0;
	width: 940px;
	height: 55px;
}

#mainNav ul {
	list-style: none;
	margin:0;
	padding:0;
}

#mainNav ul li {
	float: left;
	background: url("img/mainNav_bg_no.gif") repeat-x;
	margin-right: 12px;
	overflow: hidden;
}

#mainNav li a {
	display: block;
	width: 176px;
	height: 55px;
	background: url("img/mainNav_bg_no.gif") repeat-x;
	font-size: 16px;
	text-indent: 10px;
	line-height: 65px;
	letter-spacing: 0.1em;
	color: #E6E6E6;
	text-decoration: none;
	white-space: nowrap;
}

#mainNav li a:hover {
	color: #FFFFFF;
}

#mainNav li.selected {
	background: url("img/mainNav_bg_act.gif") repeat-x;
}

#mainNav li.selected a {
	color: #FFFFFF;
	background: url("img/mainNav_bg_act.gif") repeat-x;
}

/* =Main
-----------------------------------------------------------------------------*/

h1,h2,h3,h4,h5,h6 {
	color: #444;
	font-weight: normal;
}

p {
	margin-bottom: 15px;
}

#main h1 {
	display: block;
	padding-top: 6px;
	padding-bottom: 8px;
	text-indent: 10px;
	font-size: 16px;
	border-bottom: 1px solid #DDDDDD;
	margin-left: 0;

}

#main a {
	c_olor: #C3739F;
	color: #003366;
	text-decoration: underline;
}

#main a:hover {
	font-weight: bold;
}

.csc-frame-indent {
	margin: 0 0 10px 188px;
}

.csc-frame-indent  p {
	line-height: 1.4em;
	width: 500px;
}

.csc-frame-indent .csc-textpic-text p {
	padding-right:20px;
}

.csc-textpic {
	padding: 15px 0 15px 0;
}


/* =References
-----------------------------------------------------------------------------*/

.singleRef {
	padding: 10px 0 35px 0;
	border-bottom: 1px solid #EEEEEE;
}

.singleRef h2 {
	font-size: 16px;
	font-weight: normal;
	color: #804a68;
	margin-bottom: 0.4em;
}

.screenshot {
	float: right;
}

.screenshot img {
	border: 3px solid #d9ddd4;
}

.desc {
	float: left;
	width: 400px;
}

.extraInfo {
	font-size: 14px;
	float: left;
	width: 400px;
}

.extraInfo .label {
	padding-right: 5px;
}

/* =Forms
-----------------------------------------------------------------------------*/


#contactForm #sendButton,
#contactForm #cancelButton {
	margin-right: 20px;
	padding: 2px 3px 2px 3px;
	background: #eee;
	border: 1px solid #ccc;
	color: #666;
	cursor: pointer;
	width: auto;
}

.alert {
	color: red;
}

.singleEntry {
	margin-bottom: 10px;
}

.singleEntry label {
	display: block;
}

.singleEntry input {
	width: 300px;
	border: 1px solid #ccc;
	padding: 2px;
  font-family: arial, sans-serif;
  font-size: 15px;
  color: #555;
}

.singleEntry textarea {
	width: 400px;
	height: 200px;
	overflow: auto;
  font-family: arial, sans-serif;
  font-size: 15px;
  color: #555;
	border: 1px solid #ccc;
}

.singleEntry .hint {
	padding: 10px 0 10px 0;
	font-size: 12px;
}

.mailConfirmation {
	padding:20px;
	width: 400px;
	border: 1px solid #DDD;
}



/* =Footer
-----------------------------------------------------------------------------*/

#footer a {
	color: #5B753A;
	text-decoration: none;
	font-size: 12px;
}

#footer a:hover {
	text-decoration: underline;
}

#copyright {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 400px;
	height: 20px;
	line-height: 20px;
}

#footerNav {
	position: absolute;
	top: 10px;
	right: 0;
	width: 400px;
	height: 20px;
	line-height: 20px;
	text-align: right;
	color: #5B753A;
}