/*
Theme Name: Fon Blog Italiano
Theme URI: http://example.com/example/
Description: Un tema WordPress appositamente per il blog di FON.
Author: Iban Goitia
Author URI: http://www.ibangoitia.com/
Version: 1.5
Tags: FON, WiFi, Rivoluzione
*/

/* Reset default browser styles */
@import url('styles/reset.css');

/* Rebuild default browser styles */
@import url('styles/rebuild.css');

/* Import a basic layout */
@import url('styles/2c-r.css');

/* Basic WordPress Styles */
@import url('styles/wp.css');


body {
	background: #fbb034;
	color: #333;
}
a:link,
a:visited {
	text-decoration: none;
}
a:hover,
a:active {
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	color: #eb6c1f;
	font-weight: bold;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #eb6c1f;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
}
h5,
h6 {
	font-size: 10px;
}
textarea {
	background: #f6f6f6;
	border: 1px solid #dbd9d6;
	padding: 2px;
}


/* =Wrapper
-------------------------------------------------------------- */

#wrapper {
	width: 672px;
	margin: 20px auto;
	background: #fff;
}


/* =Header
-------------------------------------------------------------- */

#header {
	background: #fff url(images/blog_bg_top.png) no-repeat;
}
#branding {
        margin: 0 0 1.5em 0;
}

#blog-title {
	float: left;
	padding: 25px 25px 10px;
}
#blog-title a {
	display: block;
	width: 115px;
	height: 67px;
	text-indent: -3000px;
	background: url(images/logo_blog.png) no-repeat;
}

#header #search {
	float: right;
	padding: 25px 15px 10px;
}
#header #search label {
	display: block;
	clear: both;
	font-size: 18px;
	color: #eb6c1f;
	font-weight: bold;
	letter-spacing: -1px;
}
#header #search input#s {
	background: #f6f6f6;
	border: 1px solid #dbd9d6;
	width: 278px;
	height: 19px;
	padding: 2px;
	font-size: 15px;
	margin-right: 7px;
}
#header #search input#searchsubmit {
	background:  #eb6c1f url(images/button_go.png) no-repeat;
	height: 26px;
	width: 36px;
	border: none;
	color: #FFF;
	cursor: pointer;
	text-indent: -3000px;
}

#quid {
	border-top: 3px solid #fbb034;
	background: #fff url(images/header_bg.jpg) no-repeat;
	border-bottom: 3px solid #fbb034;
	height: 166px;
	width: 672px;
	position: relative;
	clear: both;
}
#quid a.twitter,
#quid a.rss {
	font-size: 14px;
	color: #FFF;
	display: block;
	width: 29px;
	height: 29px;
	position: absolute;
	top: 15px;
	right: 15px;
	text-indent: -3000px;
	background: url(images/rss_icon_header.png) no-repeat;
}
#quid a.twitter {
	right: 55px;
	background: url(images/twitter_icon_header.png) no-repeat;
}
#quid #blog-description {
	text-indent: -3000px;
}



/* =Menu
-------------------------------------------------------------- */

#access {
	margin: 0 0 1.5em 0;
	overflow: auto;
	display: none;
}
.skip-link {
	display: none;
}
.menu ul {
	list-style: none;
	margin: 0;
}
.menu ul ul {
	display: none;
}
.menu li {
	display: inline;
}
.menu a {
	display: block;
	float: left;
}


/* =Main
-------------------------------------------------------------- */

#main {
	padding: 0 15px 15px;
}


/* =Content
-------------------------------------------------------------- */

#container {
	margin: 0 -220px 1.5em 0;
}
#content {
	margin: 0 220px 0 0;
	overflow: hidden;
	/*This means with an overall width of 672px and two paddings of 15px each that #content has a total width of 422px with an effective maximum width of 420px for any inserted content*/
}

#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 200px;
}
.post {
	margin: 0 0 3em 0;      
}
.entry-content,
.entry-summary {
	margin: 1.5em 0 0 0;
}
.entry-content,
.entry-meta {
	font-size: 14px;
}
.page-link a {
	color: #eb6c1f;
}
.page-link a:visited {
	color: #c02b2e;
	color: #999;
}
.entry-meta {
	font-style: italic;
}
.entry-meta a {
	font-style: normal;
}
.entry-meta .author a:link {
	color: #C02B2E;
}
.entry-utility {
	clear: both;
}
.entry-meta a:link,
.entry-utility a:link {
	color: #eb6c1f;
}
.entry-meta a:visited,
.entry-utility a:visited {
	color: #c02b2e;
	color: #999;
}

img.share {
	float: right;
	margin-right: 10px;
	cursor: pointer;
	clear: left;
}
div.share-div {
	clear: both;
}
div.share-div a img {
	float: left;
	margin-right: 8px;
	border: none;
}


/* =Comments
-------------------------------------------------------------- */

.comments ol {
	margin: 0 0 20px;
	list-style: none;
}
.comments .comment {
	display: block;
	margin-top: 20px;
	clear: both;
}
.comments .comment .comment-wrapper {
	width: 394px;
	margin: auto;
	background: url(images/white_on_white_box_mid.png) repeat-y;
}
.comments .comment .comment-wrapper .comment-middle {
	background: transparent url(images/white_on_white_box_top.png) no-repeat top;
	padding-top: 20px;
}
.comments .comment .comment-wrapper .comment-middle .comment-inner {
	background: url(images/white_on_white_box_bottom.png) no-repeat bottom;
	padding: 0 20px 20px;
}
.comments ul.children {
	margin: 0;
	list-style: none;
}
.comments ul.children .comment .comment-wrapper {
	width: 354px;
	background: url(images/orange_on_white_box_mid.png) repeat-y;
}
.comments ul.children .comment .comment-wrapper .comment-middle {
	background: url(images/orange_on_white_box_top.png) no-repeat top;
}
.comments ul.children .comment .comment-wrapper .comment-middle .comment-inner {
	background: url(images/orange_on_white_box_bottom.png) no-repeat bottom;
}
.comments ul.children ul.children .comment .comment-wrapper {
	width: 314px;
	background: url(images/white_on_orange_box_mid.png) repeat-y;
}
.comments ul.children ul.children .comment  .comment-middle {
	background: url(images/white_on_orange_box_top.png) no-repeat top;
}
.comments ul.children ul.children .comment .comment-wrapper .comment-middle .comment-inner {
	background: url(images/white_on_orange_box_bottom.png) no-repeat bottom;
}
.comment-author {
	font-size: 15px;
}
.comment-author a {
	color: #C02B2E;
}
.comment-author a:visited {
	color: #c02b2e;
	color: #999;
}
.comment-author img {
	vertical-align: text-top;
	margin: 0 5px 5px 0;
}
.comment-meta {
	font-style: italic;
	color: #eb6c1f;
}
.comment-meta a {
	font-style: normal;
	color: #eb6c1f;
}
.comment-meta a:visited {
	color: #c02b2e;
	color: #999;
}
a.comment-reply-link {
	float: right;
	display: block;
	color: #FFF;
	width: 72px;
	height: 15px;
	line-height: 14px;
	text-align: center;
	background: #eb6c1f url(images/button_reply_on_white.png) no-repeat;
	text-transform: lowercase;
	position: relative;
	top: -20px;
}
a.comment-reply-link:hover {
	text-decoration: none;
}
ul.children a.comment-reply-link {
	background: #eb6c1f url(images/button_reply_on_orange.png) no-repeat;
}



#respond {
	padding-top: 20px;
}
#respond .form-section {
	padding-top: 5px;
}
#respond label {
	font-weight: bold;
}
#respond a:link {
	color: #eb6c1f;
}
#respond a:visited {
	color: #c02b2e;
	color: #999;
}
#respond textarea,
#respond .form-input input {
	width: 416px;
	background: #f6f6f6;
	border: 1px solid #dbd9d6;
	padding: 2px;
}
ul.children #respond textarea,
ul.children #respond .form-input input {
	width: 348px;
	background: #f6f6f6;
	border: 1px solid #dbd9d6;
	padding: 2px;
}

/* =Navigation
-------------------------------------------------------------- */

.navigation {
	margin: 0 0 1.5em 0;
	overflow: auto;
}
.navigation a:link {
	color: #eb6c1f;
}
.navigation a:visited {
	color: #c02b2e;
	color: #999;
}
.navigation .nav-previous {
	float: left;
}
.navigation .nav-next {
	float: right;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-container {
	margin: 0 0 1.5em 0;
}
.widget-area h3 {
	font-size: 18px;
	letter-spacing: -1px;
	border-bottom: 1px solid #adadad;
	margin-bottom: 13px;
	color: #333;
}
.widget-area a:link {
	color: #eb6c1f;
}
.widget-area a:visited {
	color: #c02b2e;
	color: #999;
}
.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	margin-left: 1.5em;
}
.widget-area ul ul li {
	list-style: url(images/arrow_bullet.png);
	font-size: 14px;
	line-height: 14px;
	margin: 5px 0;
}
.widget-area #xhanch_my_twitter ul {
	margin: 0;
}
.widget-area #xhanch_my_twitter ul li div {
	display: block;
	margin: 0 0 0.5em;
	background: url(images/twitter_box_top.png) no-repeat;
	position: relative;
	padding: 4px 6px;
	line-height: 13px;
	height: auto;
}
/*IE7 hack*/ *+html .widget-area #xhanch_my_twitter ul li {
	list-style: url(images/transparent.png);
}
/*IE6 hack*/ * html .widget-area #xhanch_my_twitter ul li {
	width: 200px;
}
.widget-area #xhanch_my_twitter li div.clear {
	background: url(images/twitter_box_bottom.png) no-repeat;
	height: 4px;
	width: 200px;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0;
	margin: 0;
}
/*IE6 hack*/ * html .widget-area #xhanch_my_twitter li div.clear {
	bottom: -10px;
	left: -6px;
}


/* =Footer
-------------------------------------------------------------- */

#footer {
	background: #fff url(images/blog_bg_bottom.png) no-repeat bottom;
	border-top: 3px solid #fbb034;
	padding: 20px 0;
}
#footer ul {
	list-style: none;
	margin: 0;
	text-align: center;
}
#footer ul.outer-links {
	display: block;
	margin: 0 auto;
	width: 600px;
}
#footer ul li.group {
	display: block;
	float: left;
	padding: 0 5px;
	width: 110px;
}
#footer ul li.group h4 {
	font-size: 18px;
	margin-bottom: 10px;
}
#footer ul li.group li {
	color: #333;
	font-size: 14px;
	line-height: 18px;
}
#footer ul li.group a {
	color: #333;
}
#footer #site-info {
	clear: both;
}
#footer #site-info p {
	text-align: center;
	margin: 0;
	padding-top: 15px;
}
#footer #site-info p a {
	color: #eb6c1f;
}
.after_footer {
	background: #fbb034;
	color: #fff;
	padding: 10px;
	text-align: center;
}
.after_footer a {
	color: #fff;
}

