/******* Structure *******/
* {
	margin: 0;
	padding: 0;
}
body {
	color: #292929;
	background-color: #303133;
	font: 85%/1.5em "Lucida Grande","Trebuchet MS",sans-serif;
	text-align: center;
	min-width: 975px;
}
pre,code    { margin: 1.5em 0; }
pre,code,tt { font: 1em 'andale mono', 'monotype.com', 'lucida console', monospace; line-height: 1.5; }
tt          { display: block; margin: 1.5em 0; line-height: 1.5; }
#package {
	background: #4D4E4F url(../img/package_background.gif) repeat scroll left top;
	margin: -8px auto 0pt;
	height: auto !important;
	min-height: 450px;
	/*padding: 15px 0pt 20px 300px;*/
	text-align: left;
}
#content {
	background: transparent url(../img/content_shadow.png) top center repeat-y !important;
	background: transparent url(../img/content_shadow.gif) top center repeat-y;
	/*border-right: 2px solid #333333;
	border-top: 1px solid #4d4e4f;*/
	padding: 0pt 50px;
	height: auto !important;
	min-height: 450px;
	margin: 0pt auto 0pt 280px;
	width: 600px;
	position: relative;
	z-index: 800;
}
span.clr {
	clear: both;
	display: block;
}
.hide {
	display: none;
}
/******* Links *******/
a {
	color: #069;
	text-decoration: none;
}
a:hover {
	color: #69c;
}
a.block {
	display:block;
}
a.block:hover {
	display:block;
	background: #f9f9f9;
}
/******* Masthead / Logo *******/
div#porkysheep {
	width: 260px;
	height: 260px;
	background: transparent url("../img/logo.png") top center no-repeat !important;
	background: transparent url("../img/logo.gif") top center no-repeat;
	position: absolute;
	text-align: left !important;
	text-align: center;
	top: 0pt !important;
	top: 7px;
	left: 5px !important;
	left: 2px;
	z-index: 950;
}
div#porkysheep a {
	color: #98b1c2;
	font-weight: bold;
	font-size: 105%;
	font-family: Optima,"Lucida Grande",Tahoma,sans-serif;
	text-transform: uppercase;
}
/******* Search *******/
form#search {
	background: transparent url('../img/search.png') top center no-repeat;
	position: absolute;
	top: 0pt;
	left: 800px;
	width: 155px;
	height: 33px;
	font-size: 90%;
	text-align: left;
	padding: 0;
	border: none;
}
form#search label {
	font-size: 100%;
	color: #fff;
	text-transform: none;
}
form#search input {
	color: #fff;
	background: transparent;
	border: none;
	font-size: 80%;
	display: inline;
	width: 115px;
	position: relative;
	top: 6px;
	left: 9px;
}
form#search input.button {
	width: 60px;
	display: none;
}
#content .result {
	margin-top: 25px;
}
/******* Menu *******/
#header {
	width: 100%;
	height: 42px;
	position: relative;
	top: 0;
	left: 0;
	z-index: 900;
}
ul#menu {
	float: left;
	margin: 0pt 0pt 0pt 295px;
	list-style: none;
}
ul#menu li {
	float: left;
}
ul#menu li a {
	background: transparent url(../img/buttons.png) center top no-repeat;
	/*color: #006699;*/
	color: #e3e3e3;
	font-weight: bold;
	display: block;
	height: 34px;
	text-align: center;
	text-decoration: none;
	width: 70px;
	outline: none;
	font-size: 80%;
	text-shadow: #111 2px 2px 1px;
}
ul#menu li a:hover {
	background: transparent url(../img/buttons.png) center bottom no-repeat;
}
ul#menu li a.selected, ul#menu li a.selected:hover {
	color: #6e6e6e;
	background: transparent url(../img/buttons.png) center center no-repeat;
}
ul#menu li a.admin {
	background-image: url(../img/buttons-admin.png);
	background-repeat: no-repeat;
	background-position: center top;
}
ul#menu li a.admin:hover {
	background-position: center bottom;
}
div#topbar {
	list-style: none;
	margin: 0;
	line-height: 2.3em;
	text-align: right;
	background: transparent url("../img/navbar.png") top left repeat-x !important;
	background: transparent url("../img/navbar.gif") top left repeat-x;
	height: 42px;
}
ul#topbar li {
	display: inline;
}
/******* Sidebars *******/
.sidebar {
	position: absolute;
	color: #6699cc;
	background: #222;
	border-width: 1px;
	border-style: solid;
	border-color: #595959 #111111 #111111 #595959;
	padding: 10px;
	text-align: left;
	width: 200px;
	font-size: 80%;
}
#categories {
	z-index: 1000;
	top: 300px;
	left: 30px;
}
#categories ul {
	list-style: none;
	margin: 10px 0pt 0pt 10px;
}
#categories ul li {
	display: inline;
}
#categories ul li a {
	color: #6699cc;
}
#categories ul li a:hover {
	color: #f6f6f6;
}
#feeds {
	top: 300px;
	left: 1008px;
}
/******* Content Heading *******/
a.home-archive span {
	display: none;
}
a.home-archive {
	background-image: url(../img/archive.gif);
	background-repeat: no-repeat;
	background-position: top center;
	display: block;
	width: 162px;
	height: 35px;
	margin-left: -37px;
}
a.home-archive:hover {
	background-position: bottom center;
}
h1 {
	margin-bottom: 5px;
	padding-bottom: 5px;
	font-size: 165%;
}
h2 {
	font-family: "Lucida Grande",Trebuchet MS;
	color: #6B7B8C;
	border-bottom: 2px solid #C4CCD4;
	margin-bottom: 5px;
	padding-bottom: 5px;
	font-size: 130%;
}
.article-body h2 {
	font-size: 120%;
	margin-top: 1em;
	padding-bottom: 2px;
}
.article-body h4 {
	margin-top: 1em;
}
h2 small {
	position: relative;
	top: -0.7em;
	left: -0.2em;
	color: #aaa;
	font: 60%/1.5em "Lucida Grande","Trebuchet MS",sans-serif;
}
h2 a {
	color: #6B7B8C;
}
h1 a {
	display: block;
}
#tumblelog h2 small a {
	display: inline;
}
h2 a:hover {
	color: #384553;
	background: #f9f9f9;
}
/******* Article Header *******/
.article-header h3 {
	font-size: 140%;
	border-bottom: 2px solid #f4f4f4;
	padding: 5px 0pt;
}
.article-header h3 a { display: block; }
.article-header .article-infos, .result .article-infos {
	border-bottom: 2px solid #f4f4f4;
	background: #f9f9f9;
	font-size: 80%;
	padding: 0pt 5px;
}
.article-header .article-infos a.admedit,
.result .article-infos a.admedit {
	float: left;
	margin-right: 0.5em;
}
.article-infos { height: 20px; }
.article-header .article-infos p.date, .result .article-infos p.date { float: left; margin-left: 0.5em; }
.article-header .article-infos p.author, .result .article-infos p.author{ float: left; }
.article-header .article-infos p.filed-under, .result .article-infos p.filed-under { float: right; color: #999; }
.article-header .article-infos div.languages, .result .article-infos div.languages { float: left; }
div.languages div {
	width: 22px;
	height: 17px;
	float: left;
}
div.languages div span { display: none; }
div.languages .english { background: url('../img/English.png') left center no-repeat; }
div.languages .italian { background: url('../img/Italian.png') left center no-repeat; }
/******* Article *******/
.article-body {
	padding: 5px 15px;
	clear: both;
}
.article-body img {
	float: none;
}
p.more-info {
	text-align: right;
	padding: 2px 0pt;
	margin-bottom: 30px;
	border-top: 2px solid #e9e9e9;
	font-size: 70%;
}
p.more-info span {
	color: #888;
}
p.more-info a, p.filed-under a {
	color: #999;
}
p.more-info a {
	padding: 2px 0pt;
}
p.more-info a.comments {
	padding-left: 20px;
	background: transparent url('../img/comments.png') left center no-repeat;
}
p.more-info a:hover, p.filed-under a:hover {
	color: #333;
}
#image-block {
	border-top: 3px solid #ddd;
	border-bottom: 3px solid #ddd;
	text-align: center;
	margin: 20px;
	padding: 0;
}
#image-block img {
	float: none;
	display: inline;
	margin: 5px 5px 0 0;
}
/******* Typography *******/
p {
	font: 90%/1.8em Verdana, Sans-serif;
	/* margin-bottom: 10px;*/
}
p a {
	border-bottom: 1px dotted #ccc;
}
img {
	float: left;
	border: 1px dotted #ccc;
	padding: 3px;
	margin: 0 10px 10px 0;
}
img.edit {
	float: none;
	border: none;
	padding: 0;
	margin: 0 2px 0 0;
}
ul {
	margin: 0 30px 20px;
}
ol {
	margin: 0 30px 20px;
}
blockquote {
	color: #555;
	background: #F2F7F8;
	border-color: #D0E9EF;
	border-style: solid;
	border-width: 1px 1px 1px 5px;
	padding: 0pt 10px;
	margin: 5px 20px;
}
cite {
	display: block;
	font-style: normal;
	text-align: right;

}
pre {
	background-color: #fbfbfb;
	border: 1px solid #AAAAAA;
	border-top-color: #eee;
	border-left-color: #eee;
	color: #000;
	font-size: 12px;
	max-height: 300px;
	/*width: 570px;*/
	margin: 10px 0pt;
	overflow: auto;
	padding: 3px;
}
code {
	color: #0000ff;
	font-size: 12px;
}
pre code {
	color: #000;
}
/******* Comments *******/
div.comment {
	border-top: 1px solid #f4f4f4;
	border-bottom: 1px solid #e9e9e9;
	overflow: hidden;
	margin-bottom: 5px;
}
div.comment div.date {
	padding: 2px 10px;
	border-bottom: 1px solid #e9e9e9;
	background: #f6f6f6;
}
div.comment div.date small {
	display: block;
	color: #bbb;
	font: 85% Helvetia, Sans-serif;
	float: right;
	margin-top: 3px;
}
div.comment div.date small.preview {
	background: url(/image/img/live-preview.gif) top center no-repeat;
	height: 15px;
	width: 88px;
}
div.comment div.date small strong {
	display: none;
}
div.comment div.date a.comment_edit { float: left; }
div.comment div.entry {
	padding: 5px 10px;
	background: #fafafa;
}
div.woofz {
	border-bottom-color: #DCE6BD;
	border-top-color: #E4ECCD;
}
div.woofz div.date {
	background-color: #E6F5B8;
	border-bottom-color: #DCE6BD;
}
div.woofz div.date small {
	color: #b0b994;
}
div.woofz div.entry {
	background-color: #F1FBD4;
}
div#live_comment {
	margin: 3em 0 -2em;
}
/******* Listing *******/
#tumblelog {
	background: #f1f1f1;
	border-top: 4px solid #e4e4e4;
	margin: 30px -37px -20px;
	padding: 10px;
}
dl.listing {
	border-bottom: 2px solid #ddd;
	padding-top: 10px;
}
dl.listing dt {
	float: left;
	color: #666;
	font-size: 90%;
	font-style: italic;
}
dl.listing dd {
	background: url("../img/tumble-log.gif") left 0.5em no-repeat;
	padding-left: 15px;
	margin: 0 0 10px 110px;
}
/******* Archive *******/
#archive {
	overflow: hidden;
}
#archive a small {
	color: #aaa;
	font-style: italic;
	font-size: 85%;
}
#archive a {
	display: block;
	padding: 0 10px;
}
#archive a:hover {
	color: #fff;
	background-color: #ccc;
}
#archive a.active {
	color: #fff;
	background-color: #ccc;
}
#archive ul li {
	font-size: 90%;
	margin: 0 0 5px;
}
ul#year {
	float: left;
	list-style: none;
	margin: 0;
}
ul#month {
	float: left;
	list-style: none;
	border-left: 1px dotted #333;
	padding-left: 20px;
	margin-left: 25px;
}
ul#past-entries {
	list-style: none;
	border-left: 1px dotted #333;
	padding-left: 20px;
	margin-left: 225px;
}
/******* General Forms *******/
#user-forms {
	background: #fff url('../img/form.gif') top left no-repeat;
	padding: 25px;
	font-size: 80%;
	margin-top: 40px;
}
#user-forms h2 {
	margin-bottom: 0;
}
/******* Forms *******/
#guideline {
	color: #333;
	background: #e9f1f5;
	border-top: 1px solid #f7fafb;
	border-bottom: 2px solid #d7eaf2;
	width: 100%;
	font-family: Tahoma, Verdana, Sans-serif;
}
#guideline h4 {
	background: url('../img/information.png') center left no-repeat;
	font-size: 100%;
	margin: 0 5px;
	padding-left: 20px;
}
#guidline h4 a {
	display: block;
}
#guideline ul {
	list-style-type: square;
	margin: 10px 0 10px 25px;
}
#guideline li {
	border-top: 2px solid #d7eaf2;
	margin-right: 2em;
}
form {
	border-bottom: 2px solid #e9e9e9;
	background-color: #fefefe;
	font-size: 90%;
	padding: 15px 30px 25px;
}
fieldset {
	border: none;
}
form label {
	display: block;
	color: #333;
	font: 110% Tahoma, Helvetica, Sans-serif;
	line-height: 150%;
	margin-bottom: 10px;
	margin-top: 5px;
	font-weight: bold;
}
form label small {
	display: block;
	color: #888;
	font-size: 90%;
	text-transform: none;
	text-align: right;
	margin-left: 40%;
	margin-top: -1.55em;
	font-weight: bold;
}
form label small a:hover {
	color: #666;
	border-color: #888;
}
form input, form textarea {
	width: 100%;
/*	background: #F9F9F9;
	border: 1px solid #E9E9E9;*/
	background: #f8f8f8;
	border: 1px solid #d6d6d6;
	border-left-color: #e4e4e4;
	border-top-color: #e4e4e4;
	padding: 3px;
	font-family: Tahoma, sans-serif;
	font-size: 1em;
	font-weight: normal;
}
form textarea {
	height: 130px;
	display: block;
}
form input#submit {
	float: right;
	display: block;
	background-color: #fff;
	outline: none;
	border: none;
	padding: 0;
	width: 84px;
	height: 23px;
	background-image: url(/image/img/submit.gif);
	background-position: top center;
	background-repeat: no-repeat;
}
form p.success {
	color: #6cc33c;
	background: #dff2d5 url("../img/icon-tick.png") 1% center no-repeat;
	font-size: 99%;
	margin: 0;
	width: 92%;
	padding: 5px 24px;
}
form p.error {
	color: #953d3d;
	background: #ecbfbf url("../img/icon-exlamation.png") 1% center no-repeat;
	font-size: 99%;
	margin: 0;
	width: 92%;
	padding: 5px 25px;
}
/******* Footer *******/
ul#footer {
	background: #303133;
	border-top: 3px solid #747474;
	clear: both;
	color: #888;
	text-align: center;
	font-size: 80%;
	margin: 0 0 20px;
	padding: 20px 0pt 5px;
	line-height: 2.5em;
}
ul#footer li {
	margin-left: 0pt;
	list-style: none;
}
#footer a {
	color: #fff;
	border-bottom: 2px solid #555;
	font-weight: bold;
}
#footer a:hover {
	color: #69c;
}
#footer a.symphony {
	background: url("../img/symphony-logo.gif") left center no-repeat;
	padding-left: 21px;
}
#footer a.rss {
	background: url("../img/rss-logo.gif") left center no-repeat;
	padding-left: 15px;
}
