/*
* Napoli Theme StyleSheet by Theodore Karkoulis, tkarkoulis [at] theodorekarkoulis [dot] com
* Theme Based on  A3 Atlantis - John Forsythe, john [at] blamcast [dot] net
*/

body {
	margin:0;
	padding:0;
}

body {
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-size: 12px;
}

img { border: 0; }

h1 { font-size: 30px; }
h2 { font-size: 17px; }
h3 { font-size: 14px; }
h4 { font-size: 12px; }
h5, h6 { font-size: 12px; }

/* Layout */
#napoli-wrapper {
  width: 978px;
  margin: 0 auto;
}

#napoli-outerbox {
  width: 978px;
}

#main {
}

.outerbox #main { 
}

#content {
  float: left;
  display: inline; /* keeps ie6 happy */
  margin: 10px 0 5px 45px;
  padding: 0 10px;
  width: 495px;
  line-height: 1.35em;
  overflow: hidden;
  overflow-x: hidden;
}

.outerbox #content {
  width: 695px;
}

#header {
  height: 225px;
  width: 915px;
  padding-left: 45px;
  padding-top:25px;
}

#headerimg {
	height:200px;
	width:715px;
}

#header-logo {
  float: left;
  margin: 46px 0 0px 0;
  height: 66px;
  padding: 5px 0 0 20px;
  min-width: 150px;
}

#header-logo h1 {
  font-size: 30px;
  font-weight: bold;
  font-family: Arial, sans-serif;
  letter-spacing: -1px;
  line-height: 30px;
  padding-right: 50px;
  margin: 0;
  padding-top:0px;
}

#header-logo h1 a { text-decoration:none; }

#header-logo .site-title {
  font-size: 10px;
  padding-right: 20px;
  margin-right:0px;
  margin-top: 3px;
}

#title-spacer {
	
}

#footer-block div.block-content {
	padding:5px;
}

.outerbox #right { 
	width: 180px; 
}

#right {
  float: left;
  width: 400px;
  margin-bottom: 5px;
  font-size: 11px;
  line-height: 1.5em;
}

#sidebar-right {
  float: left;
  width: 180px;
  padding-left: 20px;
}

#copyright {
  border-top: 1px solid #333;
  clear: both;
  padding: 5px 10px;
  font-size: 10px;
}

#copyright a {  }

.clear-both { clear: both; }

#header-nav {
  height: 25px;
  width: 715px;
  clear: both;
  font-size: 11px;
}
#header-nav ul {
  margin: 0 0 0 30px;
  padding: 0;
}
#header-nav li {
  float: left;
  list-style: none;
}
#header-nav a {
  font-family: Verdana, sans-serif;
  text-decoration: none;

  display: block;
  padding: 0 15px 1px;
  line-height: 24px;
  margin-right: 3px;
}
#header-nav a:hover { text-decoration: none; background: #333;  }
#header-nav a.active {  }
#header-nav a.active:hover {  }

.block { 
	margin: 30px 0; 
}

#content .block { margin: 0; }

.block-wrapper {
	margin-bottom:10px;
	width:100%;
}

#copyright-block {
	display:block;
	padding:5px;
	margin-bottom:5px;
	margin-top:10px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
}

#logo {
	float:left;
	margin-right:5px;
}

#mission {
	width:100%;
	text-align:right;
	font-style: italic;
}

div.comments-wrapper {
	width:90%;
	padding-left:20px;
	padding-right:20px;
	margin-top:10px;
	background: url(images/blogbg.png) repeat;
	padding-top:15px;
	padding-bottom:15px;
}

div.comment {
}

div.comment-separator {
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
}

div.comment-form input {
	border:1px solid #888;
}

div.infobox {
	border:2px solid #2f760f;
	padding-left:30px;
	width:80%;
	margin:0 auto;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:30px;
	margin-bottom:10px;
	background: #cff298;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color:#333;
}

span.blog-header {
	font-size: 14px;
}

/* TEXT STYLES ETC */
h1.title {
	font-size:16px;
	margin-bottom:10px;
}

span.text-header a {
	font-size:14px;
	font-weight:bold;
	text-decoration: none;
}

span.text-header a:hover {
	text-decoration: underline;
}

#sidebar-right a {
	text-decoration:none;
}

#sidebar-right a:hover {
}

#content a {
	text-decoration:underline;
}

#content a:hover {
	text-decoration:none;
}

/* LINKS MENU */

ul.menu {
	list-style-type: none;
}

ul.menu li {
	display:block;
}
