/*
Theme Name: GenevaLunch
Theme URI: http://genevalunch.com/
Description: The GenevaLunch theme.
Version: 2.0
Author: b-spirit Sàrl
Author URI: http://b-spirit.com/
Tags: rotating header, fixed width, four columns

	This theme was designed by Parenti Design Sàrl (http://www.parentidesign.com/)
	and built by b-spirit Sàrl (http://b-spirit.com/)

	All rights reserved. Please email editor@genevalunch.com for more information
*/

/************************* GENERAL *************************/

html {
	background-image: url("./images/background.png");
	background-position: top center;
	background-repeat: repeat-y;
}
/*
div {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
*/
body {
	font-family: Verdana, Arial;
	color: #000;
	text-align: center;
	margin: 0;
	padding: 0;
}
/*
#background {
	width: 1050px;
	background-image: url("./images/background.png");
	background-repeat: repeat-y;
	align: center;
	margin: auto;
}
*/
#page {
	width: 1024px;
	height: auto;
	align: center;
	margin: auto;
	background-color: #fff;
	text-align: left;
}

#content {
	width: 636px;
	float: left;
}

a, a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

a img {
	border: none;
}

hr, code, acronym, abbr, span.caps, blockquote, strike, .alt, .center, .left, .right, .hidden {

}

small {
	font-size: 0.7em;
}

form {
	padding: 0px;
	margin: 3px;
	font-size: 8pt;
}

h4, h4 a {
	font-size: 0.8em;
}

/************************* HEADER *************************/

#ad_horizontal {
	width: 1024px;
	height: 72px;
}

#headerimg {
	width: 822px;
	margin-right: 1px;
	/* border: 1px solid #ff0000; */
}

#top {
	width: 100%;
	clear: both;
	margin-bottom: 2px;
}

#header	{
	width: 822px;
	height: 91px;
}

.text {
	display: none;
}

.name {
	float: left;
	padding: 10px;
}

.extension {
	float: left;
	padding: 23px 10px;
}

.tagline1 {
	font-size: 0.6em;
	color: #777;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 50px;
	width: 310px;
	float: left;
}

.tagline2 {
	font-size: 0.6em;
	color: #777;
	text-transform: uppercase;
	padding-bottom: 10px;
	width: 310px;
	float: left;
}

#socialhomes {
	text-align: center;
	margin-top: 8px;
}

#socialhomes img {
	vertical-align: bottom;
}

/************************* MENU *************************/

#menu {
	width: 822px;
	height: 23px;
	/* border: 1px solid #ff0000; */
}

.menu_item {
	float: left;
	padding-right: 1px;
}

a.opacity img {
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}

a.opacity:hover img {
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
}

/************************* CATEGORIES (MENU) *************************/

#cat_menu {
	width: 100%;
	margin: 2px 0;
}

#cat_menu ul {
	padding: 0 7px;
	margin: 0;
	height: 23px;
	overflow: hidden;
}

#cat_menu li {
	display: inline;
	line-height: 23px;
	background: url("./images/double_colon.png") no-repeat 0px 4px;
	padding: 0 8px;
	font-size: 7pt;
	font-weight: bold;
	text-transform: uppercase;
	white-space: nowrap;	
}
/*
#cat_menu li {
	padding-left: 3px;
}
*/

.cat_item {
	padding: 2px;
	font-size: 0.5em;
	font-weight: bold;
	text-transform: uppercase;
}


.cat_blue {
	background: url("./images/categories/blue.png");
}

.cat_green {
	background: url("./images/categories/green.png");
}

.cat_orange {
	background: url("./images/categories/orange.png");
}

.cat_pink {
	background: url("./images/categories/pink.png");
}

.cat_brown {
	background: url("./images/categories/brown.png");
}

.cat_yellow {
	background: url("./images/categories/yellow.png");
}

.cat_black {
	background-color: url("./images/categories/black.png");
}

.cat_purple {
	background: url("./images/categories/purple.png");
}

.cat_red {
	background: url("./images/categories/red.png");
}

/************************* COLUMN 1 (CATEGORIES) *************************/

#categories {
	width: 182px;
	float: left;
	background-color: #FDF9D2;
}

.title {
	font-size: 8pt;
	font-weight: bold;
	text-transform: uppercase;
	margin: 10px 0 0 4px;
}

.title_features {
	font-size: 8pt;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 2px;
}

.title_blue {
	color: rgb(29,187,234);
}

.title_green {
	color: rgb(83,170,40);
}

.title_orange {
	color: rgb(251,188,0);
}

.title_pink {
	color: rgb(236,128,173);
}

.title_brown, .title_brown a, .title_brown a:visited {
	color: rgb(194,190,141);
}

.title_yellow {
	color: rgb(234,224,0);
}

.title_black {
	color: rgb(26,23,27);
}

.title_purple {
	color: rgb(167,139,187);
}

.title_red {
	color: rgb(226,0,26);
}

.title_red a, .title_red a:visited {
	color: rgb(226,0,26);
}

.list {
	font-size: 8pt;
}

.list p {
	padding: 0 10px;
}

.list ul {
	list-style: none;
	padding: 5px 10px;
	margin: 5px 10px;
}

.list li {
	line-height: 1.3em;
}

/************************* COLUMN 2 (POSTS) *************************/

#front_posts, #posts, #column2 {
	width: 622px;
	float: left;
	margin: 0 4px;
	padding: 0 3px;
}


#front_postmetadata {
	float: left;
	font-size: 8pt;
	font-weight: bold;
	padding: 0 2px;
	background-color: #fff;
	color: #C2BE8D;;
}

#front_postmetadata a, 
	#front_postmetadata a:visited, 
	#front_postmetadata a:hover {
	color: #C2BE8D;;
}

#blue_dots {
	background: url("./images/blue_dot.png") repeat-x top right;
}

#green_dots {
	background: url("./images/green_dot.png") repeat-x top right;
}

#orange_dots {
	background: url("./images/orange_dot.png") repeat-x top right;
}

#pink_dots {
	background: url("./images/pink_dot.png") repeat-x top right;
}

#brown_dots {
	background: url("./images/brown_dot.png") repeat-x top right;
}

#yellow_dots {
	background: url("./images/yellow_dot.png") repeat-x top right;
}

#black_dots {
	background: url("./images/black_dot.png") repeat-x top right;
}

#purple_dots {
	background: url("./images/purple_dot.png") repeat-x top right;
}

#red_dots {
	background: url("./images/red_dot.png") repeat-x top right;
}

#headline1 {
	font-family: Georgia, Verdana, Arial;
	font-size: 1.3em;
	font-weight: bold;
	padding-bottom: 10px;
}

#headline1 a, #headline a:visited {
	font-size: 1.3em;
	
}

#headline1 a:hover {
	font-size: 1.3em;
}

#headline {
	font-family: Georgia, Verdana, Arial;
	font-size: 1.1em;
	font-weight: bold;
	color: rgb(44,44,44);
	padding-bottom: 10px;
}

#headline a, #headline a:visited {
	font-size: 1.1em;
	color: rgb(44,44,44);
}

#headline a:hover {
	font-size: 1.1em;
	color: rgb(44,44,44);
}

#tagline {
	font-family: Georgia, Verdana, Arial;
	font-size: 1.3em;
	font-style: italic;
	color: rgb(44,44,44);
	padding-bottom: 10px;
}

#tagline p {
	margin: 0;
	padding: 0;
}

#tagline a, #tagline a:visited {
	color: rgb(44,44,44);
}

#tagline a:hover {
	text-decoration: underline;
}

#excerpt {
	font-size: 0.7em;
	color: rgb(88,88,90);
}

#excerpt a, #excerpt a:visited, #excerpt a:hover {
	color: #000066;
	text-decoration: none;
}

#excerpt p {
	
}

#front_sharethis {
	text-align: right;
	font-size: 0.5em;
	font-weight: bold;
	margin-bottom: 10px;
	/* border: 1px solid #ff0000; */
	clear: both;
}

#front_sharethis img {
	vertical-align: middle;
}

#front_sharethis a, #front_sharethis a:visited {
	margin-bottom: 10px;
}

#front_sharethis a:hover {
	text-decoration: none;
}
/*
#front_posts, #posts, #excerpt ul {
	list-style-image: url("./images/double_colon.png");
}
*/
#page_bottom {
	clear:both;
}

#posted_by, .wp_license {
	float: left;
	font-size: 8pt;
	text-transform:uppercase;
	padding: 0 2px;
	background-color: #fff;
	margin: 10px 0;
}

#meta_bottom {
	font-size: 8pt;
	text-transform:uppercase;
	padding: 0 2px;
	background-color: #fff;
}

.navigation {
	display: block;
	clear: both;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

.alignright {
	float: right;
	padding-left: 10px;
}

.alignleft {
	float: left;
	padding-right: 10px;
}

.clearright {
	clear: right;
}

.clearleft {
	clear: left;
}

img.centered {

}

img.alignright {
	float: right;
	margin-left: 10px;
	padding-left: 6px;
	padding-bottom: 2px;
}

img.alignleft {
	float: left;
	margin-right: 10px;
	padding-right: 6px;
	padding-bottom: 2px;
}

.wp-caption {
	margin: 0;
}

.wp-caption img {

}

.wp-caption-text {
	font-size: 0.8em;
	font-weight: bold;
	margin-top: 2px;
}

/************************* COLUMN 3 (FEATURES, TAGS, BLOGS) *************************/

#column3 {
	width: 181px;
	margin-right: 4px;
	margin-left: 1px;
	padding-left: 0px;
	float: right;
}

#worldnews_and_blogs {
	height: 198px; 
}

.features {
	border: 3px solid #ffdb00;
	padding: 6px 3px;
	background-color: rgb(253,249,210);
	width: 169px; 
	margin-bottom: 2px;
}

.features .footer {
	text-align: right;
	margin: 6px 2px 0;
	font-size: 0.6em;
	font-style: italic;
}

.features .footer a {
	color: #000066;
}

.features .scroller {
    position: relative; 
    overflow: hidden; 
	width: 169px; 
	height: 4em;
}

.features ul {
	list-style: none;
    width:20000em; 
    position:absolute; 
	padding: 0;
	margin: 0;
}

.features li {
	list-style: none;
    float:left; 
	padding: 0 6px;
	margin: 0 6px;
    width: 145px; 
}

.feat_item {
	font-family: Georgia, Verdana, Arial;
	font-size: 0.8em;
	font-weight: bold;
	padding: 5px 0 0 5px;
}

.feat_item a, .feat_item a:visited {
	font-weight: bold;
}

.feat_author {
	font-family: Georgia, Verdana, Arial;
	font-size: 0.7em;
	font-style: italic;
	color: rgb(88,88,90);
	padding: 0 0 10px 5px;	
}

.feat_author a, .feat_author a:visited {
	color: rgb(88,88,90);
}

.feat_author a:hover {
	color: rgb(88,88,90);
}

.feat_excerpt {
	font-family: Georgia, Verdana, Arial;
	font-size: 0.7em;
/*	font-style: italic; */
	color: rgb(88,88,90);
	padding: 0 0 10px 5px;
}

.feat_excerpt a {
	font-weight: normal;
	text-decoration: none;
}

#tags {
	border: 1px solid #ff0000;
	padding: 3px;
	margin-top: 2px;
}

.blogs {
	border: 3px solid #f3f3ec;
	padding: 6px 3px;
	background-color: rgb(194,190,141);
	font-size: 0.6em;
}

.blogs_title {
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px 0 0 17px;
}

.blogs_tagline {
	padding: 0 0 10px 17px;	
}

/************************* COLUMN 4 (SEARCH, ADS, CARTOONS, IMAGES, ADSENSE) *************************/

#sidebar {
    width: 202px;
	overflow: hidden;
	float: right;
}

#search {
	width: 186px;
	height: 102px;
	background: #EEE;
	color: #555;
	padding: 6px 8px;
	font-size: 8pt;
	float: right;
}

#search_form {
	margin-top: 12px;
}

#search_form form {
	text-align: center;
}

#search_form input {
	padding: 2px 6px;
	border: 2px solid #CCC;
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px; 
	border-radius: 7px;
}

#search_form #powered_by {
	font-size: 0.6em;
	margin-right: 25px;
	text-align: right;
}

#search_multi {
	width: 196px;
/*	height: 98px; */
	background-color: rgb(217,218,219);
	padding: 6px 3px;
	font-size: 8pt;
	margin-bottom: 2px;
/*	outline: thick solid #bbb; */
}

#search a, #search a:visited, #search_single a, #search_single a:visited, #search_multi a, #search_multi a:visited {
	text-decoration: underline;
}

.b {
	border: 0;
	background-color: transparent;
}

#banner_ad {
	width: 1024px;
	overflow: hidden;
}

#ads {
	color: rgb(88,88,90);
	border: 1px solid #777;
	font-size: 8pt;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 2px;
}

#features_single {
	width: 190px;
/*	height: 375px; */
	border: 3px solid #ffdb00;
	padding: 3px;
	background-color: rgb(253,249,210);
/*	outline: 3px solid #ffdb00; */
	margin-bottom: 2px;
}

#features_single ul {
	list-style: none;
	padding: 0px 6px;
	margin: 0px 6px;
}

#tags_single {
	width: 194px;
/*	height: 174px; */
	border: 1px solid #ff0000;
	padding: 3px;
/*	outline: thin solid rgb(226,0,26); */
	margin-bottom: 2px;
}

#cartoon {
	border: 1px solid rgb(29,187,234);
	width: 200px;
	height: 200px;
	margin-bottom: 2px;
}

.chapatte {
	z-index: 1;
}

.cartoon_strip {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	z-index: 2;
	position: relative;
	bottom: 23px;
}

#photo {
	border: 1px solid rgb(88,88,90);
	background-color: #000;
	width: 200px;
	height: 200px;
	margin-bottom: 2px;
	text-align: center;
}

.flickr {
	z-index: 1;
}

.photo_strip {
	display: block;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	z-index: 2;
}

#transportation {
	border: 1px solid #777;
	font-size: 8pt;
	text-transform: uppercase;
	font-weight: bold;
}

.transportation_strip {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	z-index: 2;
}

.open_img1 {
	z-index: 2;
	position: relative;
	top: -71;
	left: -26;
}

#adsense {
	padding: 2px;
}

/************************* COMMENTS *************************/

#comment_intro {
	font-size: 0.7em;
	font-weight: normal;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Verdana, Arial, Sans-Serif;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1em;
}

.commentlist p {
	font-size: 0.8em;
	font-weight: normal;
	text-transform: none;
}

#commentform p {
	font-family: Verdana, Arial, Sans-Serif;
}

.commentmetadata {
	font-weight: normal;
	}
	
.nocomments {
	color: #777;
}

h3#comments {
	padding: 0;
	margin: 40px auto 20px;
	font-size: 1.1em;
	font-weight: normal;
}

#respond {
	padding: 0;
	margin: 40px auto 20px;
	font-size: 1.1em;
	font-weight: normal;
}

#commentform label{
	font-size: 2.5em;
	font-weight: normal;
}

#commentform p {
	font-size: 0.7em;
	font-weight: normal;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	font-size: 2em;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
	font-size: 2em;
}

#commentform #submit {
	font-size: 1.5em;
	margin: 0;
	float: right;
}

/************************* FOOTER *************************/
#footer {
	background-color: rgb(225,0,26);
	font-size: 0.5em;
	color: #fff;
	clear: both;
/*	width: 1024px; */
	padding: 5px;
	text-align: center;
}

#footer a, #footer a:visited {
	color: #fff;
}

#footer a:hover {
	color: #fff;
	text-decoration: none;
}

/************************* PAGINATION *************************/
.pagination { 
	font-size: 10px;
	padding-bottom:10px;
}

/************************* CARTOON *************************/
.cartoon_link { 
	font-size: 9px;
}

/************************* SEARCH *************************/

#search_result ul {
	list-style: none;
}

#search_result li {
	font-size: 12px;
	line-height: 23px;
}

/************************* CALENDAR EVENT *************************/

#the_event_calendar {
	font-size:10px;
}

#calendar_wrap {
	width: 186px;
}
/************************* ARCHIVES *************************/

#archive_date {
	padding-left:40px;
}

#text-link-ads {
	border: 2px solid red; 
	padding: 5px 10px; 
	margin: 0;
}

#text-link-ads .title {
	margin: 0;
	padding: 0;
}

#text-link-ads ul {
	font-size: 11px; 
	list-style: none; 
	padding: 0; 
	margin: 0;
}

#text-link-ads li {
	margin: 4px 0;
}

#text-link-ads .footer {
	font-size: 0.6em;
	text-align: right;
	font-style: italic;
	margin-top: 6px;
}

.metadata_pubdate {
	color: #58585A;
	float: left;
	clear: both;
	font-size: 0.6em;
}
 
.vvqbox {
	float: left;
	clear: left;
	padding-right: 10px;
}

#explore-blogs .blogs_title {
	white-space: nowrap;
	padding: 5px 0 0 10px;
}

.license_block {
	display: none;
}

#content h3 {
	clear: both;
}

