/*
Theme Name: PostAtomico 1.0
Theme URI:
Description:
Version: 1.0
Author: RobotElettronici
Author URI: http://www.robertonicoletti.com
*/

/********** General styles **********/

body {
	font: 75%/150% Verdana, Arial, "Trebuchet MS", Tahoma;
	background: #333 url(images/black/background_black.png);
	margin:0;
	padding:0;
}
/********** Links **********/
a {
	color: #DE511F;
	text-decoration: none;
}
a:visited {
	color: #DE511F;
	text-decoration: none;

}
a:hover {
	color: #000000;
	text-decoration:none;
}
img {
	border: none;
}
h1 {
	font:1.5em "Trebuchet MS", Tahoma, Arial, Verdana;
}
h2 {
	font:lighter 1.4em "Trebuchet MS", Tahoma, Arial, Verdana;
}
h3 {
	font: lighter 1.3em "Trebuchet MS", Tahoma, Arial, Verdana;
	}
h4 {
	font: lighter 1.2em "Trebuchet MS", Tahoma, Arial, Verdana;
	}
h5 {
	font: lighter 1.1em "Trebuchet MS", Tahoma, Arial, Verdana;
	}
h6 {
	font: bold 1em "Trebuchet MS", Tahoma, Arial, Verdana;
	}
#wrap {
	width:750px;
	padding:5px;
	margin:15px auto 0 auto;
	background:#DBDBDB;
	border:1px solid #000000;
	-moz-box-shadow: 1px 1px 20px #000000;
}
/********** Code, Blockquote **********/
code {
	display:block;
	background:#DCDCDC;
	padding:5px;
	margin:5px;
	border:1px solid #C6C6C6;
}
blockquote {
	background:#DCDCDC;
	border-left:5px solid #C6C6C6;
	padding:5px;
	margin:10px;
	font-style: italic;
}
/********** alignments **********/
.center {
	text-align: center;
}
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
img.alignleft, img[align="left"] {
	float:left;
	margin: 2px 10px 5px 0px !important;
}
.alignright {
	float: right;
}
img.alignright, img[align="right"] {
	float:right;
	margin: 2px 0px 5px 10px !important;;
}
.clear {
	clear:both;
}
/**********  Header **********/
#header {
	padding:0;
	background:#000000 url("images/black/header_black.png") no-repeat;
	height:120px;
	border:1px solid #000000;
}
/********** Navigation **********/
.navigation {
	height:30px;
	margin:5px 0 0 0;
	padding:0;
	background:#000000 url(images/title_dark_gray.png) repeat-x;
	border:1px solid #000;
	width:748px;
}
.navigation ul {
	list-style:none;
	margin:0;
	padding:0;
}
.navigation ul li { /*
	float: left;
	padding:0;
	border-right:1px solid #000000; */
}
.navigation ul li a {
	display:block;
	float:left;
	width:95px;
	height:24px;
	text-transform:uppercase;
	font-family: "Helvetica Neue", helvetica, "microsoft sans serif", arial, sans-serif;
	font-size:.9em;
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
	padding-top:6px;
	text-shadow: 1px 1px 1px #000000;
	border-right:1px solid #000000;
}
.navigation ul li a:hover, .navigation ul li.highlight a {
	color:#000 !important;
	background:url(images/title_white.png) repeat-x !important;
	text-shadow:1px 1px 0 #FFFFFF !important;
}
.navigation .current_page_item a{
	color:#000000 !important;
	background:url(images/title_white.png) repeat-x !important;
	text-shadow:1px 1px 0 #FFFFFF !important;
}
/********** Content **********/
#content {
	float:left;
	width:520px;
	padding:0;
	background:transparent;
	color:#333333;
	margin:5px 0;
	text-align:justify;
}
.post {
	clear:both;
	padding:0;
	margin-bottom:10px;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color:#000000;
}
.entry {
	float:right;
	width: 440px;
}
#post-title {
	font: 1.2em "Trebuchet MS", Tahoma, Arial;
 	border: 1px solid #000000;
	padding: 5px;
	background:url(images/title_dark_gray.png);
	text-shadow: 1px 1px 1px #000000;
	color: #FFFFFF !important;
	height:20px;
	margin:0;
}
#post-title a{
color: #FFFFFF !important;
}
#post-title a:hover{
color: #EA5A00 !important;
}
#post-title img {
margin:-3px -3px -3px 5px;
padding:0;
}
.post-date {
	background: url(images/icon_date.png) no-repeat left center;
	padding: 5px 0 5px 20px;
	margin-right:10px;
}
.post-cat {
	background: url(images/icon_folder.png) no-repeat left center;
	padding: 5px 0 5px 20px;
	margin-right:10px;
}
.post-author {
	background: url(images/icon_user.png) no-repeat left center;
	padding: 5px 0 5px 20px;
	margin-right:10px;
}
.post-comments {
	background: url(images/icon_comments_red.png) no-repeat left center;
	padding: 5px 10px 5px 20px;
}
.post-tags {
	background: url(images/icon_tag_red.png) no-repeat left center;
	padding: 5px 10px 5px 20px;
	color:#000000 !important;
}
.post-recent {
	background:none !important;
}
.post-info {
	border-style:solid;
	border-width:0 1px 1px 1px;
	border-color:#000000;
	padding:5px;
	background: #CCCCCC url(images/bg_white.png) repeat-x;
	font-size:.9em;
	color:#000000;
	text-shadow: 1px 1px 0 #CCC;
}
.post-info a, .entrymeta a {
color:#EA5A00;
}
.post-info a:hover, .entrymeta a:hover {
color:#000000;
}
.post-content {
	overflow: hidden;
	padding: 5px;
	background: #EFEFEF /*url(images/black/bg_white.png) repeat-x*/;
}
.post-content ul li {
list-style-image:url(images/li_black.png);
}
.post-content img {
	border: 1px solid #C6C6C6;
	background:#DCDCDC;
	padding: 5px;
	margin:0 10px 0 10px;
}
.post-content a:hover img {
	border: 1px solid #E0EAF3;
	background: #BACED9;
	padding: 5px;
}
a.more-link {
float:right !important;
}
.search-content {
	color:#CCCCCC;
}
.search-content-result {
	background: #282828 url(images/bg_gray.png) repeat-x;
	border-color:#000000;
	border-style:solid;
	border-width:0 1px 1px 1px;
	padding: 5px;
	color:#CCCCCC;
}
.search-no-result {
	border-style:solid;
	border-width:0 1px 1px 1px;
	border-color:#000000;
	padding:5px;
	background:#272727 url(images/bg_gray.png) repeat-x;
	}

/********** entrymeta  **********/
.entrymeta {
	clear: both;
	border-style:solid;
	border-width:1px 0 0 0;
	border-color:#000000;
	background: #CCCCCC url(images/bg_white.png) repeat-x;
	font-size:90%;
	padding:5px;
	color:#000000;
}
.entry-trackback {
	background: url(images/icon_arrow_refresh.png) no-repeat 0 50%;
	padding:0 0 5px 18px;
	margin-left:10px;
}
.entry-feed {
	background: url(images/icon_feed.png) no-repeat 0 50%;
	padding:0 0 5px 18px;
	margin-left:10px;
}
.entry-tags {
	background: url(images/icon_tag_red.png) no-repeat 0 50%;
	padding:0 0 5px 18px;
	margin-left:10px;
}
.pagination {
	clear: both;
	margin-top:5px;
	height:20px;
	border-style:solid;
	border-width:1px;
	border-color:#000000;
	padding:5px;
	background: #171717 url(images/bg_gray_2.png) repeat-x;
}
.pagination a, .pagination a:visited {
	color: #EED4E0;
}
.pagination a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
.previous-entries a {
	float: left;
}
.next-entries a {
	float: right;
}
/********* Pagination **********/
.pagination {text-align:center;padding:5px;margin-bottom:5px;}
.pagination a {background:#CCCCCC; border:1px solid #000000; color:#0C369C; margin-right:4px; padding:3px 6px; text-align:center; text-decoration:none;}
.pagination a:hover, .pagination-page a:active {background:#0C369C; color:#FFFFFF;}
.pagination .pagination-title {color:#555; margin-right:4px;}
.pagination .pagination-gap {color:#999; margin-right:4px;}
.pagination .pagination-current {color:#FFFFFF; background:#0C369C; border:1px solid #000000; margin-right:4px; padding:3px 6px;}
.pagination .pagination-page {}
.pagination .pagination-prev, .pagination-page .pagination-next {}
.pagination span {background:#CCCCCC; border:1px solid #000000; color:#000000; margin-right:4px; padding:3px 6px; text-align:center; text-decoration:none;}
/********** comments area  **********/
#comments {
	clear:both;
	padding:0;
	margin:0;
	margin-bottom:10px;
}
#responses {
	font: 1.2em "Trebuchet MS", Tahoma, Arial;
	color: #FFFFFF;
	margin: 0 !important;
	border-style:solid;
	border-width:1px;
	border-color:#000000;
	padding: 5px;
	background: url(images/title_dark_gray.png);

}
#respond {
	font: 1.2em "Trebuchet MS", Tahoma, Arial;
	color: #FFFFFF;
	margin: 10px 0 0 0 !important;
	border-style:solid;
	border-width:1px 1px 0 1px;
	border-color:#000000;
	padding: 5px;
	background: #000000 url(images/title_dark_gray.png);
	text-shadow: 1px 1px 1px #000000;
}
#comments h3, #respond h3  {
	clear:both;
	padding: 5px;
	background: #000000 url(images/title_dark_gray.png);
	text-shadow: 1px 1px 1px #000000;
	border:1px solid #000000 !important;
	color:#FFFFFF;
}
/***** Recent Comment Sidebar *****/
.recentcomments-author {
	font-weight:bold;
}
.recentcomments-title {
	font-weight:bold;
}
.recentcomments-preview {
	font-style:italic;
}
.recentcomments-date {
font-size:.8em !important;
}
/*** commentlist ***/
.commentlist {
	list-style: none;
	margin: 0;
	padding-left:0;
}
.commentlist li {
	border-style:solid;
	border-width:0 1px 1px 1px;
	border-color:#9EB1A2;
	padding:5px;
	background: #EFEFEF url(images/bg_white.png) repeat-x;
	font-size:90%;
	margin:0;
	border-style:solid;
	border-width:0 1px 1px 1px;
	border-color:#000000;
}
.commentlist .alt {
	padding: 5px;
	background: #D8D8D8 url(images/bg_white.png) repeat-x;
	color:#000000;
	border-style:solid;
	border-width:0 1px 1px 1px;
	border-color:#000000;
}
.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-weight: bold;
	font-style: normal;
	font-size: 100%;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
.commentname {
	color: #000;
	margin-left:10px;
	float:left;
	min-height:50px;
}
.avatar {
	float: left;
	display: inline;
	border: 1px solid #C6C6C6;
	background:#DCDCDC;
	padding: 2px;

}
.commentext {
	clear:both;
	padding: 5px 0px 0px 8px;
	border-top:1px solid #CCCCCC;
}
/********** comment form **********/
#commentform {
	clear:both;
	overflow:visible;
	padding:5px;
	background: #EFEFEF url(images/bg_white.png) repeat-x;
	border-style:solid;
	border-width:0 1px 1px 1px;
	border-color:#000000;
	}
#commentform  #author {
background: #CCCCCC url(images/user_red.png) 4px 5px no-repeat;
padding-left:25px;
}
#commentform  #author:focus  {
background: #FFFFFF url(images/user_red.png) 4px 5px no-repeat;
}
#commentform  #email{
background: #CCCCCC url(images/email.png) 4px 5px no-repeat;
padding-left:25px;
}
#commentform  #email:focus{
background: #FFFFFF url(images/email.png) 4px 5px no-repeat;
}
#commentform #url {
background: #CCCCCC url(images/world_link.png) 4px 5px no-repeat;
padding-left:25px;
}
#commentform #url:focus{
background: #FFFFFF url(images/world_link.png) 4px 5px no-repeat;
}
#commentform label {
	color: #0A2B7A;
	font-size: .8em;
}
#commentform input {
	width: 200px;
	padding: 5px;
	margin:2px;
	border: 1px solid #000000;
	background: #CCCCCC;
	color:#000000;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
}
#commentform textarea {
	width: 494px;

	padding: 5px;

	background: #CCCCCC;
	color:#000000;
	margin:0 0 5px 2px;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #000000;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #EEEEEE;
	color:#000000;
}
#commentform #submit {
	font: 1em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	width: 142px;
	height: 30px !important;
	cursor: pointer;
	border: 1px solid#000000;
	background: url(images/button_submit_gray.png);
	margin-top:0;
	margin-left:366px;
}
#commentform #submit:hover {
	background: url(images/button_submit_white.png);
	color:#000000;
	text-shadow:1px 1px 0 #FFFFFF;
}
/********** Contact Form **********/
div.wpcf7-form {
	margin: 0 !important;
	padding: 0 !important;
	line-height:1.5em;

}
div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}
div.wpcf7-mail-sent-ok {
	border: 1px solid #486495;
	background-color:#ABDDBB;
	color:#333333;
}
div.wpcf7-mail-sent-ng {
	border: 1px solid #B04641!important;
	background: #FFCBCB!important;
	color:#333333;
}
div.wpcf7-spam-blocked {
	border: 1px solid #486495;
	background-color:#ABDDBB;
	color:#333333;
}
div.wpcf7-validation-errors {
	border: 1px solid #486495;
	background-color:#ABDDBB;
	color:#333333;
}
span.wpcf7-form-control-wrap {
	position: relative;
}
span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	background: #FFCBCB!important;
	border: 1px solid #B04641;
	font-size: 1em;
	color:#333333;
	width: 280px;
	padding: 2px;
}
span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 10pt;
	display: block;
}
span.wpcf7-list-item {
	margin-left: 0.5em;
}
.wpcf7-display-none {
	display: none;
}
img.ajax-loader {
	border: none;
	vertical-align: middle;
	background:transparent;
}
div.wpcf7 input {
	width: 200px;
	padding: 5px;
	border: 1px solid #000000;
	background: #CCCCCC;
	color:#000000;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
}
div.wpcf7 textarea {
	width: 494px;
	background:#F9F9F9;
	padding: 3px;
	border: 1px solid #000000;
	background: #CCCCCC;
	color:#000000;
	margin-bottom:5px;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
}
div.wpcf7 textarea:focus, div input[type="text"]:focus {
	background: #FFFFFF;
	color:#000000;
}
.wpcf7-submit {
	padding:5px !important;
	cursor:pointer;
	background: url(images/button_submit_red.png) !important;
	color:#FFFFFF  !important;
	width:142px !important;
	height:30px !important;
	border:1px solid #000000 !important;
	margin-left:360px;
}
.wpcf7-submit:hover {
	padding:5px !important;
	cursor:pointer;
	background: url(images/button_submit_red.png) !important;
	color:#FFFFFF  !important;
	width:142px !important;
	height:30px !important;
	border:1px solid #000000 !important;
}
.your-name input {
background: #CCCCCC url(images/user_red.png) 4px 5px no-repeat !important;
padding-left:25px !important;
}
.your-name input:focus {
background: #FFFFFF url(images/user_red.png) 4px 5px no-repeat !important;
padding-left:25px !important;
}
.your-email input {
background: #CCCCCC url(images/email.png) 4px 5px no-repeat !important;
padding-left:25px !important;
}
.your-email input:focus {
background: #FFFFFF url(images/email.png) 4px 5px no-repeat !important;
padding-left:25px !important;
}
.your-subject input {
background: #CCCCCC url(images/pencil.png) 4px 5px no-repeat !important;
padding-left:25px !important;
}
.your-subject input:focus {
background: #FFFFFF url(images/pencil.png) 4px 5px no-repeat !important;
padding-left:25px !important;
}
/********** Quicktags **********/
#quicktags {
	margin: 5px 0 2px 1px;
}
#quicktags input {
	background: #171717;
	color: #FFFFFF;
	border: 1px solid #202020;
	font-size: .9em;
	font-family: Arial, Helvetica, sans-serif;
	width: auto;
	margin: 0 2px 0 1px ;
	padding: 2px;
}
#quicktags input:hover {
	background:#EEEEEE;
	cursor:pointer;
	color:#000000;
}
/*######################################################################################################
  ###### Sidebar #######################################################################################
  ####################################################################################################*/

#sidebar {
	float:right;
	width:220px;
	padding:5px;
	margin:0;
	font-size:.8em;
}
/*sidebar title (h2) */
#sidebar h2 {
	font: 1.2em "Trebuchet MS", Tahoma, Arial;
	line-height:1.9em;
	color: #FFFFFF;
	margin: 0;
	border: 1px solid #000;
	padding:5px;
	background:url(images/title_dark_gray.png);
	text-transform:uppercase;
	text-shadow: 1px 1px 1px #000000;
	width:213px;
	height:20px;
}
/*sidebar list level1 */
#sidebar ul {
	margin: 0;
	padding: 0;
	width:224px;
}
#sidebar ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	text-shadow:1px 1px 0 #FFFFFF;
}
/*sidebar list level2 */
#sidebar ul ul {
	margin: 0 0 10px 0;
	border-style: solid;
	border-width: 0 1px 0 1px;
	border-color:#000000;
	width:223px;
}
#sidebar ul ul li a {
	display:block;
	font-size:1.2em;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	border-color:#000000;
	background: #CCCCCC url(images/bg_white.png) repeat-x;
	padding:5px;
	color:#333333 !important;
}
#sidebar ul ul li a:hover {
	display:block;
	background: #171717 url(images/bg_gray_2.png) repeat-x;
	color:#CCCCCC !important;
	text-shadow:1px 1px 1px #000000;
}
#sidebar .st-tag-cloud {
border-color:#000000;
border-style:solid;
border-width:0 1px 1px 1px;
background: #CCCCCC url(images/bg_white.png) repeat-x;
padding:5px;
margin-bottom:10px;
width:213px;
overflow:hidden;
}
#sidebar .st-tag-cloud a {
color:#800002 !important;
border:1px solid transparent;
padding:5px;
}
#sidebar .st-tag-cloud a:hover{
color:#FFFFFF !important;
background:#800002;
border:1px solid #4F0001;
padding:5px;

}

/*sidebar menu 2nd level */
#sidebar ul li  {
border:0 !important;
text-indent:10px;
}
/*sidebar menu 3rd level */
#sidebar ul ul {
border:0 !important;
text-indent:20px;
}
/*sidebar menu 4th level */
#sidebar ul ul ul {
border:0 !important;
text-indent:30px;
}
/********* calendar ********/
#calendar_wrap {
	margin: 0 0 10px 0;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	border-color:#000000;
	width:223px;
	text-align:center;
}
#wp-calendar {
	width:223px;
	background: #9B9B9B;
	border-top:1px solid #000000;

}
#wp-calendar .pad {
	border-style:solid;
	border-width:1px;
	border-top-color:#FFFFFF;
	border-left-color:#FFFFFF;
	border-bottom-color:#797979;
	border-right-color:#797979;
	background:#CCCCCC;
}
#wp-calendar caption {
	background: #CCCCCC url(images/bg_white.png) repeat-x;
	}
#wp-calendar #prev{
	border-style:solid;
	border-width:1px;
	border-top-color:#800002;
	border-left-color:#800002;
	border-bottom-color:#390001;
	border-right-color:#390001;
	background:#4F0001;
	color:#CCCCCC;
}
#wp-calendar #next{
	border-style:solid;
	border-width:1px;
	border-top-color:#800002;
	border-left-color:#800002;
	border-bottom-color:#390001;
	border-right-color:#390001;
	background:#4F0001;
	color:#CCCCCC;
}
#wp-calendar #today{
	color:#FFFFFF;
	border-top-color:#B40003;
	border-left-color:#B40003;
	border-bottom-color:#610002;
	border-right-color:#610002;
	background:#800002;
}
#wp-calendar thead tr th {
	width: 100%;
	font-size: 95%;
	margin-bottom:10px;
	width:225px;
	border-style:solid;
	border-width:1px;
	border-top-color:#FFFFFF;
	border-left-color:#FFFFFF;
	border-bottom-color:#797979;
	border-right-color:#797979;
	background:#CCCCCC;
}
#wp-calendar tr td {
	width: 100%;
	font-size: 95%;
	margin-bottom:10px;
	width:225px;
	border-style:solid;
	border-width:1px;
	border-top-color:#800002;
	border-left-color:#800002;
	border-bottom-color:#390001;
	border-right-color:#390001;
	background:#4F0001;
	color:#CCCCCC;
}
#wp-calendar a {
color:#EED4E0 !important;
font-weight:bold;
}
/*widget tag cloud */
.widget_tag_cloud div {
	border-width: 0 1px 1px 1px;
	border-style:solid;
	border-color:#000000;
	margin-bottom:10px !important;
	padding:5px !important;
	background: #CCCCCC url(images/bg_white.png) repeat-x;
}
.textwidget {
	border-width: 0 1px 1px 1px;
	border-style:solid;
	border-color:#000000;
	margin-bottom:10px !important;
	padding:5px !important;
	background: #CCCCCC url(images/bg_white.png) repeat-x;
	width:213px;
	font-size:1.2em;
	
}
.textwidget p {
	padding:0;
}
/*search form */
#widget_search {
	border:1px solid #000000;
	border-width:0 1px 1px 1px;
	border-color:#000000;
	margin-bottom:10px;
	padding:5px;
	width:213px;
	background: #CCCCCC url(images/bg_white.png) repeat-x;
}
#searchform {
	margin: 0px;
	min-height:28px;
	height:28px;
}
#searchform br {
	display: none;
}
#searchform input#s {
	width: 120px;
	height:28px !important;
	padding: 0 2px 0 25px;
	border: 1px solid #000000;
	background: #FFFFFF url(images/icon-zoom.png) 4px 7px no-repeat;
	margin-right: 2px;
	color: #000000;
	font-weight: normal;
	float:left;
}
#searchform input#s:focus {
	color:#000000;
	background: #EED4E0 url(images/icon-zoom.png) 4px 7px no-repeat;
}
#searchsubmit {
	cursor:pointer;
	background: url(images/button_search_gray.png);
	border: 1px solid #000000;
	width:62px;
	height:30px;
	text-shadow:1px 1px 1px #000000;
	color:#FFFFFF;
	font-size:.9em;
	text-transform:uppercase;
}
#searchsubmit:hover {
	cursor:pointer;
	background: url(images/button_search_red.png);
	border: 1px solid #000000;
	text-shadow:1px 1px 1px #000000;
	color:#FFFFFF;
}
/*######################################################################################################
  ###### Footer ########################################################################################
  ####################################################################################################*/

#footer {
	clear:both;
	padding:5px !important;
	margin:0 !important;
	color: #FFFFFF !important;
	background: #171717 url(images/bg_gray_2.png) repeat-x;
	font-size: .8em;
	border:1px solid #000000;
	text-align:center;
}
#footer a {
	color: #EA6476 !important;
}
#footer a:hover {
	color: #000000;
}
#footer .arrow {
	margin-bottom:-5px;
	text-decoration:none !important;
}	
