﻿/*
Theme Name: Fastfood
Theme URI: http://www.twobeers.net/annunci/tema-per-wordpress-fastfood
Description: Simple and clear theme with lots of features, like a "quick links" menu, widgetized footer or print preview. Full supports WP 3.0 new custom menu tool and posts thumbnails
Version: 0.9
Tags: translation-ready, threaded-comments, custom-menu, custom-header, theme-options, fixed-width, two-columns, white, silver, orange, light, sticky-post
Author: TwoBeers Crew
Author URI: http://www.twobeers.net/

License: GNU General Public License, version 2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	background:none repeat scroll 0 0 transparent;
	border:0 none;
	margin:0;
	padding:0;
	vertical-align:baseline;
}

/* standard tags */

body {
	margin: 0;
	font-family: verdana;
	font-size:11px;
	background: #ffffff url('images/bg.png') left bottom repeat-x fixed;
	color:#404040;
}

a img {
	border: none;
}

a {
	text-decoration:none;
	color:Chocolate;
}

a:hover {
	color:OrangeRed;
}

h1, h2, h3, h4, h5, h6 , p {
	margin: .5em 0;
}

ul  {
	list-style:none inside none;
	padding: 0;
	margin:0 0 0 15px;
}

ol {
	list-style:decimal outside none;
	padding: 0;
	margin:0 0 0 20px;
}

ul ul, ol ol, ul ol, ol ul {
}

dt {
	font-weight:bold;
}

dd {
	margin-bottom: .5em;
}

fieldset {
	border:1px solid #CCCCCC;
	padding:8px;
}

legend {
	color:#999999;
}

blockquote {
	border-left:5px solid #CCCCCC;
	margin-left:15px;
	padding-left:15px;
	font-style:italic;
}

pre {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	max-width: 100%;
	overflow: auto;
}

code {
	border-bottom:1px solid #CCCCCC;
	line-height:1.3em;
	font-size: 1.2em;
}

.storycontent table {
 	-moz-box-shadow: 1px 1px 1px #555555;
	box-shadow: 1px 1px 1px #555555;
	-webkit-box-shadow: 1px 1px 1px #555555;
	-khtml-box-shadow: 1px 1px 1px #555555;
	background-color:#CCCCCC;
	border-collapse:collapse;
	border-color:#FFFFFF;
	text-align:left;
	width:100%;
}

.storycontent td {
	padding:3px;
	border-bottom:1px solid #FFFFFF;
}

.storycontent th {
	padding:3px;
	border-bottom:4px solid #404040;
}

input {
	font-size: 1.1em;
}

select {
	max-width: 100%;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
}

object, embed {
	max-width: 100%;
}

textarea,input[type="text"],input[type="password"] {
	border: 1px solid #BEC0BE;
}

input[type="button"],input[type="submit"],input[type="reset"] {
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
 	-moz-box-shadow: 2px 2px 3px #555555;
	box-shadow: 2px 2px 3px #555555;
	-webkit-box-shadow: 2px 2px 3px #555555;
	-khtml-box-shadow: 2px 2px 3px #555555;
	background-color:#CCCCCC;
	border:1px solid #FFFFFF;
	color:#404040;
	font-weight:bold;
}

input[type="button"]:hover,input[type="submit"]:hover,input[type="reset"]:hover,textarea:hover,input[type="text"]:hover,input[type="password"]:hover,textarea:focus,input[type="text"]:focus,input[type="password"]:focus {
	border:1px solid Chocolate;
}

input[type="button"]:hover,input[type="submit"]:hover,input[type="reset"]:hover {
	cursor:pointer;
}

/* various containers */

.fixfloat {
	clear: both;
}

#main {
	background: transparent url('images/body2.png') center top repeat-y;
	width: 848px;
	margin: 0 auto;
	min-height: 500px;
	padding: 0 15px;
}

#submain {
}

#content {
	width: 848px;
	background: transparent url('images/main.png') left top repeat-x;
}

#sidebardx {
	float:left;
	margin:10px 0;
	padding:10px 9px;
	width:245px;
}

#quickbar {
	position: fixed;
	bottom:0;
	padding: 0;
	background: #eeeeee;
	width: 848px;
	border-top: 2px groove #FFFFFF;
	background: #f9f9f9 url('images/mainmenu.png') left -24px repeat-x;
	z-index: 1000;
}

#statusbar {
	text-align:right;
	padding: 10px;
	font-size:9px;
}

#footer {
	clear: both;
	text-align: center;
	padding-bottom:45px;
}

/* Header */

#head {
	text-shadow: 1px 1px 0 #fff;
	text-align: left;
	padding: 10px 20px;
	font-style: italic;
	font-size: 1.5em;
	min-height:100px;
}

#head a {
	color: #404040;
}

#head h1 {
	margin: 0 0 5px 0;
}

.description {
	font-size: 11px;
}

/* menu items (quickbar)*/

.menuitem {
}

.itemimg {
	position: absolute;
	left: -65px;
	height:50px;
	width:50px;
	background-position: right top;
	background-repeat: no-repeat;
}

.itemimg_js {
	position: absolute;
	left: -65px;
	height:50px;
	width:50px;
	background-position: right top;
	background-repeat: no-repeat;
}

.menuback {
	height: 0px;
	display: none;
	padding: 0;
	background: url("images/mainmenu.png") repeat-x scroll left -1px #F9F9F9;
}

.menuback_js {
	height: 0px;
	display: none;
	padding: 0;
	background: url("images/mainmenu.png") repeat-x scroll left -1px #F9F9F9;
}

.menuitem:hover .menuback {
	display: block;
	height: 220px;
}

.menuitem:hover .itemimg {
	background-position: right bottom;
	width:65px;
}

.menuitem:hover .itemimg_js {
	background-position: right bottom;
}

.menulcont {
	height:195px;
}

.solid_ul {
	padding: 5px 0;
	height:195px;
	margin:0;
}

.menuitem_1ul {
	height:200px;
	padding:0;
	width:423px;
	position:absolute;
	top:0px;
	left: 0px;
}

.menuitem_1ul > ul {
	border-right:2px groove #FFFFFF;
}

.menuitem_1ul li {
	padding:1px 5px;
	color:#404040;
	display:block;
	background: transparent url(images/operafix.png) left top repeat;
}

.menuitem_1ul li:hover .preview  {
	display:block;
}

.menuitem_1ul li:hover .cat_preview  {
	display:block;
}

.menuitem_1ul li, .lidrop li {
	list-style-image: url('images/litem.png');
}

.menuitem_1ul li:hover {
	background: #404040;
	color:#cccccc;
}

.menuitem_1ul li.ql_cat_li:hover {
	background: #404040 url("images/litem.png") 410px center no-repeat;
	color:#cccccc;
}

.sub-menu li {
	margin:0 0 0 10px;
	padding:5px 0 0 0;
	list-style: disc inside url("images/litem.png");
}

.sub-menu li {
}

.sub-menu li:before {
}

.sub-menu li > div{
	display: inline;
}

.cat_preview {
	padding: 0;
	display:none;
	left:421px;
	position:absolute;
	top:0px;
	width:427px;
	height:200px;
}

.preview {
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background:none repeat scroll 0 0 #cccccc;
	border:1px solid #FFFFFF;
	display:none;
	left:430px;
	padding:5px;
	position:absolute;
	top:25px;
	width:400px;
	color:#404040;
	max-height:185px;
	overflow: hidden;
}

.preview p {
	padding: 0 20px 0 0 ;
	margin:0;
	/* display:inline; */
}

.preview img {
	display: none;
}

.preview img.wp-post-image {
	margin:0 5px 0 0;
 	-moz-box-shadow: 2px 2px 3px #444444;
	box-shadow: 2px 2px 3px #444444;
	-webkit-box-shadow: 2px 2px 3px #444444;
	-khtml-box-shadow: 2px 2px 3px #444444;
	display: block;
}

.preview div {
	display: none;
}

.user_avatar {
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border:2px solid #777777;
	display:inline-block;
	height:50px;
	width:50px;
	margin:0 10px;
	vertical-align:middle;
	padding:5px;
	background-color:#EEEEEE;
}

#logged {
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background:none repeat scroll 0 0 #CCCCCC;
	border:1px solid #FFFFFF;
	margin:5px;
	padding:10px;
	text-align:center;
	color:#404040;
	list-style-image: none;
}

/* navigation buttons */

#navbuttons {
	position: absolute;
	right:0;
	bottom:45px;
	margin-right: -48px;
	background: #ccc;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
 	-moz-box-shadow: 2px 2px 3px #444444;
	box-shadow: 2px 2px 3px #444444;
	-webkit-box-shadow: 2px 2px 3px #444444;
	-khtml-box-shadow: 2px 2px 3px #444444;
	border:1px solid #FFFFFF;
	padding-bottom:5px;
}

#navbuttons a {
	display: block;
	margin:6px 0 0;
	padding:5px 2px;
	text-align:center;
}

#navbuttons a:hover {
	background-color: #aaa;
}

/* main menu */

#mainmenu > li.menu-item {
	float:left;
	margin:0 5px;
	padding:2px 10px;
}

#mainmenu > li.menu-item > ul.sub-menu {
	margin:0px;
	position:absolute;
	display:none;
	padding:5px 10px 10px;
	z-index:3;
	max-width:300px;
	min-width:150px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
 	-moz-box-shadow: 1px 1px 2px #000000;
	box-shadow: 1px 1px 2px #000000;
	-webkit-box-shadow: 1px 1px 2px #000000;
	-khtml-box-shadow: 1px 1px 2px #000000;
	border:1px solid #FFFFFF;
	background: url("images/mainmenu.png") repeat-x scroll left -24px #F9F9F9;

}

#pages li ul {
}

#mainmenu > li.menu-item:hover > ul.sub-menu {
	display: block;
}

#pages{
	position:relative;
	padding:10px 0;
	background: #404040 url('images/pages.png') left top repeat;
}

#rss_imglink {
	position:absolute;
	right: 2px;
	top:-20px;
	width: 20px;
}

.mentit {
	color:#CCCCCC;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:2px;
	text-align:center;
	text-transform:uppercase;
}

#close_preview {
	display: none;
	padding: 5px;
}

/* meta */

.meta, #reply-title, .comment_tools {
	background: #bec0be;
	min-height: 10px;
	position:relative;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding:5px;
	margin: 0 0 10px 0;
	border: 1px solid transparent;
	 -moz-box-shadow: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-khtml-box-shadow: none;
}

.meta:hover {
	z-index: 300;
	border: 1px solid #FFFFFF;
	 -moz-box-shadow: 1px 1px 2px #000000;
	box-shadow: 1px 1px 2px #000000;
	-webkit-box-shadow: 1px 1px 2px #000000;
	-khtml-box-shadow: 1px 1px 2px #000000;
}

.top_meta {
	position:absolute;
}

.metafield_content {
	display: none;
	padding:25px 5px 5px;
	text-align:right;

}

.metafield_content_js {
	padding:25px 5px 5px;
	text-align:right;

}

.metafield:hover .metafield_content {
	display: block;
}

.metafield {
}

.metafield_trigger {
	position: absolute;
	top : 2px ;
	height: 16px;
	background-position: left bottom;
	background-repeat:no-repeat;
}

.metafield:hover .metafield_trigger {
	background-position: left top;
}

.shadowed_box {
	border: 1px solid #FFFFFF;
	 -moz-box-shadow: 1px 1px 2px #000000;
	box-shadow: 1px 1px 2px #000000;
	-webkit-box-shadow: 1px 1px 2px #000000;
	-khtml-box-shadow: 1px 1px 2px #000000;
}

/* widgets (sidebar & footer)*/

.widget {
	margin: 8px 0;
	overflow: auto;
}

#footer-widget-area {
	border-top: 2px groove #FFFFFF;
	border-bottom: 2px groove #FFFFFF;
	padding: 5px 0;
	background-color:#EEEEEE;
}

.widget-area {
	float:left;
	padding:0 11px;
	text-align:left;
	width:259px;
}

.fwa_title , .w_title {
	margin-bottom:2px;
	padding:2px;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	border-bottom: 1px solid #CCCCCC;
}

.search-form {
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background:url("images/lens.png") no-repeat scroll 217px center #BEC0BE;
	padding:2px;
}

ul.ul_fwa {
	margin: 0;
}

/* posts & pages */

#posts {
	width: 560px;
	min-height: 1000px;
	border-right: 2px groove #ffffff;
	padding: 10px;
	float: left;
	margin: 10px 0;
}

#posts_wide {
	float:left;
	margin:10px 0;
	min-height:680px;
	padding:10px 75px 310px;
	width:698px;
}

#content .post, #content .page  {
	margin-bottom: 20px;
}

.storycontent {
	margin-top: 50px;
	font-size:12px;
}

.storytitle {
	margin-top: 0;
}

.storycontent img {
	max-width: 100%;
	height:auto;
	margin:0;
	width:auto;
}

.storycontent ul li, .widget ul li {
	list-style: disc outside url("images/litem.png");
}

.sticky {
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background:none repeat scroll 0 0 #E4F2FD;
	border:1px solid #FFFFFF;
	margin-left:-5px;
	padding:4px;
	width:100%;
}

/* comments */

.comment-body {
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding:3px 40px 3px 3px;
	border: 1px solid #ccc;
	margin:2px 0;
	position: relative;
	min-height: 60px;
	background-color: #f9f9f9;
}

.bypostauthor .comment-body  {
	background-color: #EEEEEE;
}

.avatar {
	position:absolute;
	right:2px;
	top:2px;
}

.comment-reply-link {
	background:url("images/comment_reply.png") no-repeat scroll left center transparent;
	color:#CCCCCC;
	padding:4px 0 0 24px;
}

ul.children {
	padding: 0 0 0 10px;
	margin:0;
}

.nav-previous-comm {
	float: left;
}

.nav-next-comm {
	float: right;
}

#commentlist {
	position: relative;
}

.js-res {
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	 -moz-box-shadow: 0 0 7px #000000;
	box-shadow: 0 0 7px #000000;
	-webkit-box-shadow: 0 0 7px #000000;
	-khtml-box-shadow: 0 0 7px #000000;
	background-color:#EEEEEE;
	border:1px solid #FFFFFF;
	padding:10px 20px 0;
	width:715px;
	z-index: 20;
	display: none;
	margin-left:-22px;
}

#respond {
	padding-top: 10px;
}

.floating-respond {
	position:absolute;
	left: 0;
	margin-left:-42px;
}

.fixed-respond {
	position:fixed;
	bottom:50px;
	margin-left:-22px;
}

.js-res  #reply-title {
	font-size:1em;
	font-weight:normal;
	text-align:right;
	margin:0 17px 0 0;
	position:relative;
}

.trackback .reply, .pingback .reply {
	display: none;
}

/* calendar */

#wp-calendar {
	width:90%;
	margin: 0 auto;
	text-align:center;
}

/* =Gallery listing
-------------------------------------------------------------- */

.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 10px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}


/* Captions & aligment ----> */

.aligncenter,
div.aligncenter {
	clear:both;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

img.alignleft, .alignleft {
	display:inline;
	float:left;
	margin-right:24px;
	margin-top:4px;
}

img.alignright, .alignright {
	display:inline;
	float:right;
	margin-left:24px;
	margin-top:4px;
}

img.alignleft, img.alignright, img.aligncenter {
	margin-bottom:12px;
}

.wp-caption {
 	-moz-box-shadow: 1px 1px 1px #444444;
	box-shadow: 1px 1px 1px #444444;
	-webkit-box-shadow: 1px 1px 1px #444444;
	-khtml-box-shadow: 1px 1px 1px #444444;
	background-color:#CCCCCC;
	border:1px solid #FFFFFF;
	margin:10px;
	padding-top:4px;
	text-align:center;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* <---- Captions & aligment */
