﻿/*
Theme Name: Verysimple Theme
Theme URI: http://www.innovatorscafe.com
Description: Innovators Cafè Theme
Version: 1.0
Author: Gianluca Sartori
Author URI: http://www.innovatorscafe.com
Tags:
*/


/*
 * Defaults
 */
 
.hidden {
    display: none;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

a {
	color: #f7931e;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

hr {
	display: none;
}

img {
	margin: 0;
	padding: 1px;
	border: 1px solid #ddd;
}

p {
	margin: 0;
	padding-bottom: 7px;
	font-family: Arial, Helvetica, Sans;
}

h2 {
	margin: 0;
}

h2 a {
	color: #999;
}


/*
 * ADS
 */


#banner-link {
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: center;
}

#banner-top {
	float: right;
	padding: 10px;
}

#banner-left {
	text-align: center;
	padding-top: 10px;
}


/*
 * Layout Structure
 */

body {
	font-family: Arial, Helvetica, Sans-Serif;
	margin: 0;
	color: #333;
	background-color: #222;
	text-align: center;
}

#page {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 996px;
	background: #eee;
}

#header {
	background: white;
}

#user-box {
	margin: 0;
	padding: 0;
}

#user-box li {
	display: inline;
	list-style-type: none;
	padding: 3px 0px 3px 0px;
	margin: 0;
	margin-right: 5px;
	color: #999;
}


#logo {
	margin: 0;
	padding: 0;
	padding-top: 35px;
	padding-left: 30px;
}

#logo img {
	border: none;
}

#site-description {
	float: right;
	margin-right: 10px;
	margin-top: 10px;
	padding: 0;
}

#nav {
	clear: both;
	margin: 0;
	padding: 0 0 0 25px;
	background: #191919 url('images/menu-bg.png') repeat-x bottom;
	border-top: 1px solid #191919;
	border-bottom: 1px solid #999;
	height: 36px;
}

#nav li {
	float: left;
	padding: 11px 20px 0 0;
	margin: 0;
	list-style-type: none;
}

#content {
}

#col-1 {
	float: left;
	width: 675px;
	background: white;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#col-2 {
	float: left;
	width: 320px;
	/*background: url('images/sidebar-bg.png') repeat-x top;*/
}


#footer {
	clear: both;
	text-align: center;
	background: #333;
	padding-bottom: 50px;
}


/*
 * Specific Styles
 */

#user-box li {
	font-size: .75em;
	margin: 0;
	padding: 0;
}

#user-box a {
	text-decoration: underline;
	color: #white;
}

#site-description {
	font-size: .75em;
}

#nav li {
	font-family: Arial, Helvetica, Sans;
	font-size: .7em;
	font-weight: bold;
	text-transform: uppercase;
}

#nav li a {
	color: white;
}

#nav li a:hover {
	text-decoration: none;
	color: #f7931e;
}

#nav li.current-cat a {
	color: #f7931e;
}

#nav li.current_page_item a {
	color: #f7931e;
}

#col-1 #featured-highlight {
	padding: 20px 20px 15px 20px;
	background: #eee; 
}

#col-1 .post {
	margin: 20px; 
}

#col-1 .post small,
#col-1 #featured-highlight small {
	display: block;
	font-size: .65em;
	color: #999;
	text-transform: uppercase;
}

#col-1 .single .entry {
	margin-top: 10px;
}

#col-1 .single p.postmetadata {
	clear: both;
	color: #999;
	font-size: .65em;
	text-transform: uppercase;
	text-align: right;
	padding-bottom: 10px;
}

#col-1 .entry p {
	font-size: .85em;
}


#col-1 .entry ul li {
	font-size: .85em;
}

#col-1 .entry ul li ul li {
	font-size: .85em;
}


#col-1 .post p.postmetadata,
#col-1 #featured-highlight p.postmetadata {
	clear: both;
	color: #999;
	font-size: .65em;
	text-align: right;
	text-transform: uppercase;
	padding: 0;
}

#col-1 h2 {
	font-family: Verdana, Helvetica, Sans;
	font-size: 1em;
	margin: 20px 0 0 20px;
	color: #f7931e;
}

#col-1 .post h2 {
	margin: 2px 10px 2px 0;
}

#col-1 #featured-highlight h2 {
	font-family: Verdana, Helvetica, Sans;
	font-size: 1em;
	margin: 2px 10px 2px 0;
}

#col-1 img.thumb-left {
	float: left;
	margin: 0 10px 10px 0;
}

#col-1 img.thumb-right {
	float: right;
	margin: 0 0 10px 10px;
}


#col-1 #featured-highlight img.thumb-left {
	float: left;	
	margin: 0 10px 10px 0;
	border: 1px solid #f7931e;
}

#col-1 .single {
	margin: 20px 10px 20px 20px;
}

#col-1 .single h2 {
	margin: 2px 10px 10px 0;
}


#col-1 .single img.thumb {
	float: right;
	margin: 0 0 10px 10px;
}

#col-1 .single small,
#col-2 .post small {
	display: block;
	font-size: .65em;
	color: #999;
	text-transform: uppercase;
	padding-top: 2px;
	padding-bottom: 2px;
}

#col-2 .post small {
	font-size: .55em;
}

#col-2 .post img.thumb {
	float: left;
	margin: 0 10px 10px 0;
}

#col-2 h2 {
	font-size: .65em;
	margin: 10px 10px 5px 10px;
	color: #999;
	text-transform: uppercase;
	font-weight: normal;
}

#col-2 .post h2 {
	font-size: .75em;
	margin: 0;
	text-transform: none;
}

#col-2 .post h2 a {
	color: #333;
}

#col-2 h2.alert a {
	color: red;
}

#col-2 h2.alert a:hover {
	background: red;
	color: white;
}

#col-2 .post {
    margin: 10px;
}

#col-2 .post .entry p {
    font-size: .8em;
}

#col-2 .post p.postmetadata {
	clear: both;
	font-size: .6em;
	margin: 0;
	padding: 0;
}

.navigation {
	margin: 10px;
	font-size: .8em;
}

#sidebar-bottom {
	clear: both;
}

#footer p {
    font-size: .75em;
    color: #999;
    padding: 10px 0px 5px 0px;
}

/*
 Comments
*/

.submit input,
.button {
	text-decoration: none;
	line-height: 16px;
	padding: 2px 8px;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	border-color: #bbb;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;
}

.button:hover {
	border-color: #f7931e;
	background-color: #faba6e;
}

.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	margin: 0;
	font-size: .8em;
}

.commentlist li {
	margin: 15px 20px 10px 60px;
	list-style: none;
}

.commentlist li ul li { 
	margin-left: 20px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

.children { padding: 0; }

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}

#respond {
	margin-left: 20px;
	margin-right: 20px;
}

#respond h1 {
	font-size: 1.1em;
	margin-top: 15px;
}

#commentform p {
	font-size: .8em;
}

#comment {
	width: 100%;
}

.comment-meta {
	font-size: .8em;
}
