/*  
Theme Name: WordPress A.I.T.S.
Theme URI: http://wordpress.org/
Description: The A.I.T.S. WordPress theme.
Version: 1.0
Author: Mister Wolf srl
Author URI: http://www.mister-wolf.it/

	A.I.T.S. v1.0
	 http://www.mister-wolf.it/

	This theme was designed and built by Mister Wolf srl,
	whose site you will find at http://www.mister-wolf.it/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	background-color:#000000;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	text-align: center;
	margin: 0 0 20px 0;
	padding:0px;
}

a:visited {
	color:#2c7309;
}

a:link {
	color:#2c7309;
}


#page {
	background-color:#ffffff;
	text-align:left;
	margin:0px auto;
	padding: 0;
	width:950px;
	display:block;
	background-image:url(images/bg-page.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
}

#page a:visited {
	color:#2c7309;
}

#header {
	background-color:#000000;
	background-image:url('images/header.jpg');
	background-repeat:no-repeat;
	background-position:top center;
}

#headerimg 	{ 
	margin: 0; 
	height:175px; 
	width:950px; 
}
#headerimg h1 {
	display:none; 
}

#headerimg h2 {
	float:right;
	margin:128px 5px 0 0;
	font-size:1.2em;
} 

#sidebar {
	padding:0 0 50px 0;
	width:263px;
	background-color:#ffffff;
	float:left;
}

#sidebar form {
	margin:0;
	padding:0;
}

#sidebar .form {
	padding:4px;
	margin:0 0 8px 10px;
	background-color:#3b436a;
	width:230px;
	display:block;
}

#sidebar #s {
	border:1px solid #000000;
	padding:2px;
	width:170px;
	font-size:1em;
}
#sidebar #searchsubmit {
	border:1px solid #000000;
	padding:1px;
	background-color:#1d2965;
	color:#ffffff;
	width:40px;
	font-size:1em;
}


#content {
	font-size: 1.2em;
	background-color:#ffffff;
	margin-left:263px;
	padding:0 16px 10px 20px;
	border-left:3px dashed #3b436a;
	
}
#content form {
	margin:0;
	padding:0;
}

#content .form {
	padding:4px;
	margin:0 0 8px 10px;
	background-color:#3b436a;
	width:230px;
	display:block;
}

#content #s {
	border:1px solid #000000;
	padding:2px;
	width:170px;
	font-size:1em;
}
#content #searchsubmit {
	border:1px solid #000000;
	padding:1px;
	background-color:#1d2965;
	color:#ffffff;
	width:40px;
	font-size:1em;
}
#content a:visited {
	color:#2c7309;
	text-decoration:none;
}

#content .post {
	border-bottom:3px dashed #3b436a;
	margin:0 0 20px 0;
	padding:0px 0 10px 0;
}

#content .post .entry a.more-link:link, #content .post .entry a.more-link:hover, #content .post .entry a.more-link:active, #content .post .entry a.more-link:visited {
	background-color:#2c7309;
	color:#1d2965;
	padding:5px;
	margin:5px 0 0 0;
	font-weight:bold;
	display:table;
}

#content .post .postmetadata {
	background-color:#eeefeb;
	display:block;
	padding:6px;
	font-size:0.9em;
	font-weight:bold;
	border:1px solid #1d2965;
	line-height:15px;
}

#content .post h2 {
	border-bottom:2px dashed #3b436a;
	padding:0 0 5px 10px;
	margin:0 0 8px 0;
	display:block;
	background-image:url(images/fr.gif);
	background-repeat:no-repeat;
	background-position:0 6px;
}
#content .post h2:hover {
	border-bottom:2px dashed #3b436a;
	padding:0 0 5px 10px;
	display:block;
	background-image:url(images/frr.gif);
	background-repeat:no-repeat;
	background-position:0 6px;
}
#content .post h2.ricerca {
	background-image:none;
	border-bottom:2px dashed #3b436a;
	padding:0 0 5px 0;
	margin:0 0 8px 0;
	display:block;
}

#content .post a:link {
	color:#2c7309;
	text-decoration:none;
}
#content .post a:hover, #content .post a:active {
	color:#1d2965;
	text-decoration:underline;
}
#content .post a:visited {

}


#footer {
	border:none;
	padding:6px;
	margin: 0 auto;
	width:938px;
	height:77px;
	clear:both;
	background-image:url(images/bg-footer.jpg);
	background-repeat:no-repeat;
}
#footer p {
	margin:65px 0 0 0;
}

#footer p a:link, #footer p a:link, #footer p a:active, #footer p a:visited {
	color:#1d2964;
}


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

/*.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}
*/
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}


#sidebar .bg-menu {
	width:236px;
	margin:0 0 15px 10px;
	padding:5px;
	background-image:url(images/bg-menu.gif);
	background-repeat:no-repeat;}

#sidebar h2 span {
	font-size:16px;
	margin:0;
	padding:0;
	color:#1d2965;
}

#sidebar ul {
	font-size:1.3em;
	margin:0;
	padding:0;
}
#sidebar ul a:visited {
	color:#2c7309;
	text-decoration:none;
	font-weight:bold;
	width:236px;
}
#sidebar .page_item {
	list-style-type:none;
	background-image:url(images/fr.gif);
	background-repeat:no-repeat;
	background-position:0 8px;
	margin:0 0 0 5px;
	border-bottom:1px solid #999999;
	width:220px;
	font-size:13px;
}
#sidebar .page_item:hover {
	list-style-type:none;
	background-image:url(images/frr.gif);
	background-repeat:no-repeat;
	background-position:0 8px;
	margin:0 0 0 5px;
	border-bottom:1px solid #999999;
	width:220px;
}

#sidebar .page_item a:link {
	color:#2c7309;
	text-decoration:none;
	font-weight:bold;
	padding:4px 0 4px 10px;
	display:block;
	width:220px;
}
#sidebar .page_item a:hover, #sidebar .page_item a:active {
	color:#1d2965;
	text-decoration:underline;
	font-weight:bold;
	padding:4px 0 4px 10px;
	display:block;
	width:220px;
}
#sidebar .page_item a:visited {
	font-weight:bold;
	padding:4px 0 4px 10px;
	display:block;
	width:220px;
}

#sidebar ul li ul li.page_item {
	list-style-type:none;
	background-image:url(images/fr.gif);
	background-repeat:no-repeat;
	background-position:0 8px;
	margin:0;
	padding:0px;
	border-bottom:1px solid #999999;
	width:220px;
	font-size:13px;
	font-style:italic;
}
#sidebar ul li ul li.page_item:hover {
	list-style-type:none;
	background-image:url(images/frr.gif);
	background-repeat:no-repeat;
	background-position:0 8px;
	margin:0;
	padding:0px;
	border-bottom:1px solid #999999;
	width:220px;
	font-style:italic;
}

#sidebar ul li ul li.page_item a:link {
	color:#2c7309;
	text-decoration:none;
	font-weight:bold;
	padding:4px 0 4px 10px;
	display:block;
	width:220px;
}
#sidebar ul li ul li.page_item a:hover, #sidebar ul li ul li.page_item a:active {
	color:#1d2965;
	text-decoration:underline;
	font-weight:bold;
	padding:4px 0 4px 10px;
	display:block;
	width:220px;
}
#sidebar ul li ul li.page_item a:visited {
	font-weight:bold;
	padding:4px 0 4px 10px;
	display:block;
	width:220px;
}






#sidebar .current_page_item {
	list-style-type:none;
	background-image:url(images/frr.gif);
	background-repeat:no-repeat;
	background-position:0 8px;
	margin:0 0 0 5px;
	border-bottom:1px solid #999999;
	width:220px;
}
#sidebar .current_page_item a:link, #sidebar .current_page_item a:visited {
	color:#1d2965;
	text-decoration:none;
	font-weight:bold;
	padding:4px 0 4px 10px;
	display:block;
	width:220px;
}
#sidebar .current_page_item a:hover, #sidebar .current_page_item a:active {
	color:#1d2965;
	text-decoration:none;
	font-weight:bold;
	display:block;
	width:220px;
}


#sidebar .bg-menu ul li.linkcat {
	list-style-type:none;
	font-size:0.8em;
}

#sidebar .bg-menu ul li.linkcat h2 {
	font-size:16px;
	margin:10px 0 0 0;
	padding:0;
	color:#1d2965;
}

#sidebar .bg-menu ul li.linkcat ul {
	margin:10px 0 0 0;
}

#sidebar .bg-menu ul li.linkcat ul li {
	list-style-type:none;
	background-image:url(images/fr.gif);
	background-repeat:no-repeat;
	background-position:0 8px;
	margin:0 0 0 5px;
	border-bottom:1px solid #999999;
	width:220px;
}
#sidebar .bg-menu ul li.linkcat ul li:hover {
	list-style-type:none;
	background-image:url(images/frr.gif);
	background-repeat:no-repeat;
	background-position:0 8px;
	margin:0 0 0 5px;
	border-bottom:1px solid #999999;
	width:220px;
}
#sidebar .bg-menu ul li.linkcat ul li a:link {
	list-style-type:none;
	color:#2c7309;
	text-decoration:none;
	font-weight:bold;
	padding:4px 0 4px 10px;
	display:block;
	width:220px;
}
#sidebar .bg-menu ul li.linkcat ul li a:hover, #sidebar .bg-menu ul li.linkcat ul li a:active {
	list-style-type:none;
	color:#1d2965;
	text-decoration:underline;
	font-weight:bold;
	padding:4px 0 4px 10px;
	display:block;
	width:220px;
}
#sidebar .bg-menu ul li.linkcat ul li a:visited {
	list-style-type:none;
	font-weight:bold;
	padding:4px 0 4px 10px;
	display:block;
	width:220px;
}

#sidebar .categorieslink li {
	list-style-type:none;
	background-image:url(images/fr.gif);
	background-repeat:no-repeat;
	background-position:0 8px;
	margin:0 0 0 5px;
	border-bottom:1px solid #999999;
	width:220px;
}
#sidebar .categorieslink li:hover {
	list-style-type:none;
	background-image:url(images/frr.gif);
	background-repeat:no-repeat;
	background-position:0 8px;
	margin:0 0 0 5px;
	border-bottom:1px solid #999999;
	width:220px;
}
#sidebar .categorieslink a:link {
	color:#2c7309;
	text-decoration:none;
	font-weight:bold;
	padding:4px 0 4px 10px;
	display:block;
	width:220px;
}
#sidebar .categorieslink a:hover, #sidebar .categorieslink a:active {
	color:#1d2965;
	text-decoration:underline;
	font-weight:bold;
	padding:4px 0 4px 10px;
	display:block;
	width:220px;
}
#sidebar .categorieslink a:visited {
font-weight:bold;
	padding:4px 0 4px 10px;
	display:block;
	width:220px;
}
#sidebar .categorieslink a img {
	border:0 none;
}

#sidebar .categorieslink .current-cat {
	list-style-type:none;
	background-image:url(images/frr.gif);
	background-repeat:no-repeat;
	background-position:0 8px;
	margin:0 0 0 5px;
	border-bottom:1px solid #999999;
	width:220px;
}
#sidebar .current-cat a:link {
	color:#1d2965;
	text-decoration:underline;
	font-weight:bold;
	padding:4px 0 4px 10px;
	display:block;
	width:220px;
}
#sidebar .current-cat a:hover, #sidebar .current-cat a:active {
	color:#1d2965;
	text-decoration:underline;
	font-weight:bold;
	padding:4px 0 4px 10px;
	display:block;
	width:220px;
}
#sidebar .current-cat a:visited {
	color:#1d2965;
	text-decoration:underline;
	font-weight:bold;
	padding:4px 0 4px 10px;
	display:block;
	width:220px;
}
#sidebar .current-cat a img {
	border:0 none;
}

/* End Entry Lists */



/* Begin Form Elements */
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width:250px;
	padding:2px;
	margin:5px 5px 1px 0;
	border:1px solid #1d2965;
}

#commentform textarea {
	width: 480px;
	padding:2px;
	border:1px solid #1d2965;
}

#commentform #submit {
	margin: 0;
	float: left;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin:0;
	padding:2px 0 2px 0;
}

.commentlist {
	padding:0;
	margin:0px;
}

.commentlist li {
	margin:3px 0 3px 0;
	padding:3px 0px 3px 0;
	list-style: none;
	border-bottom:1px solid #999999;
}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin:0;
	padding:2px 0 2px 0;
	display:block;
}
/* End Comments */





/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



small {
	font-weight:bold;
	color:#1d2965;
}



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

