/*  
Theme Name: Lemon Twist v2.5
Theme URI: http://www.farfromfearless.com/
Description: This theme is based on my original theme - <a href="http://www.farfromfearless.com/2007/12/14/fff-lemon-twist-wordpress-theme-v15-released-for-download/">Lemon Lime</a>.
Version: 2.5
Author: Chris Murphy
Author URI: http://www.farfromfearless.com/

	 http://www.farfromfearless.com/2007/12/14/fff-lemon-twist-wordpress-theme-v15-released-for-download/

	This theme was designed and built by Chris Murphy,
	whose blog you will find at http://www.farfromfearless.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Global Styles
---------------------------------------------------------- */

body {
	margin: 0; padding: 0;
	background: #405a00 url("includes/images/bg.png") repeat fixed left;
	font-family: Arial,Helvetica, Verdana, Arial, Tahoma, sans-serif;
	color: #39444d;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-family: 'Arial', Times, Serif;
}

a {
	text-decoration: none;
	color: #0D5CA7;
}

/* Generic formatting classes
---------------------------------------------------------- */
.ostar {
	color: #fe8407;
	font-weight: bold;
}

/* Generic links */
.textlink {
	margin: 0; padding: 0 10px 2px 18px;
	background: url("includes/images/link_arrow_dark.png") no-repeat 5px 50%;
	background-color: #d8e1e9;
	text-decoration: none;
	color: #39444d;
	border: none;
}

.textlink:hover {
	color: #d8e1e9;
	background: url("includes/images/link_arrow_white.png") no-repeat 5px 50%;
	background-color: #5c748b;
}

/* Links with images */
.imagelink {
	margin: 0; padding: 0;
	border: none;
	background: none;
	text-decoration: none;
	color: #39444d;
}

.imagelink:hover {
	background: none;
}

/* Page Titles */
.page-title {
	margin: 0 0 20px 0;
	font-size: 2.1em;
	line-height: 1.25em;
}

/* Base Class */
.listing {
	list-style:none;
	margin: 0; padding: 0;
	position: relative;
}

.listing li {
	list-style:none;
	margin: 0; padding: 1px 0 1px 0;
	/* drawing a border that is the same color as the background is a cheap
	workaround for the doublepadding bu in IE 6.
	NOTE: for some reason setting 0px as the border width still renders 
	the border invisibly but also fixes the padding bug;
	*/
	border: 0 solid #688A02;
}

.listing li a {
	display: block;
}

/* Basic */
.listing.basic {
	margin: 0 10px 0 10px; padding: 5px 0 0 0;
}

.listing.basic li {
	/* defined at ".listing li" */
}

.listing.basic li a {
	margin: 0; padding: 5px 0 5px 25px;
	background: url("includes/images/icon_categories_default.png") no-repeat 10px 50%;
	color: #ffffff;
	clear: both;
}
.listing.basic li a:hover {
	background: url("includes/images/icon_categories_over.png") no-repeat left 50%;
}


/* Layout
---------------------------------------------------------- */
.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	visibility: hidden;
	margin: 0;
}

.container {
	display: block;
	width: 100%;
	margin: auto;
}

.left {
	display: inline; float: left;
}

.right {
	display: inline; float: right;
}

.column {
	display: inline;
}

/* Wrapper */
#main-body {
	background: url("includes/images/bgtile.png") repeat-x top;
}

/* Header */
#main-header {
	margin: auto;
	width: 972px; height: 165px;
	position: relative;
	background: url("includes/images/frame_top.png") repeat-x top;
}
div.underHeader{ height:10px; overflow:hidden; background:transparent url(includes/images/frame_body.png) repeat scroll center top; width:972px; margin:0px auto;}
    div.underHeader span{ display:block; height:10px; width:952px; background:#688A02; margin:0px auto; }

#main-header #logo {
	display: inline; float: left;
	margin: 0 0 0 0px; padding: 0;
	position: absolute;
	top: 0px; left: 0px;
	/*width: 972px; height: 98px;
	background: url("includes/images/bannerFiiResponsabil.jpg") no-repeat left top;	*/
	text-indent: -9999px;
	overflow: hidden;
	font-weight: normal;
	font-size: 1.9em;
	font-style: italic;
	color: #ffffff;
}

/* Navigation
---------------------------------------------------------- */
#global-nav {
	display: block; float: right;
	margin: 0; padding:0;

}

#global-nav ul {
	margin: 15px 30px 0 0; padding: 0;
}

#global-nav li {
	list-style:none;
	font-size: .9em;
}

#global-nav .page_item {
	float:left;
	margin: 0 2px 0 0; padding: 0 0 0 2px;
	background: url("includes/images/nav_tab_left.png") no-repeat left top;
	/* testing
	border: 1px dotted pink; */
}

#global-nav .current_page_item, #global-nav .current-cat {
	margin: -14px 2px 0 0; padding: 0 0 0 2px;
	background: url("includes/images/nav_current_left.png") no-repeat left top;
	/* testing
	border: 1px dotted pink; */
}

#global-nav .current_page_item a, #global-nav .current-cat a {
	margin: 0; padding: 22px 22px 8px 20px;
	background: url("includes/images/nav_current_right.png") no-repeat right top;
	color: #3f6000;
	font-weight: bold;
}

#global-nav .current_page_item a:hover, #global-nav .current-cat a:hover {
	margin: 0; padding: 22px 22px 8px 20px;
	background: url("includes/images/nav_current_right.png") no-repeat right top;
	color: #3f6000;
	font-weight: bold;
	text-decoration: none;
}


#global-nav a {
	display: block;
	margin: 0; padding: 8px 22px 8px 20px;
	background: url("includes/images/nav_tab_right.png") no-repeat right top;
	
	color: #deff61;
	text-decoration: none;
	border-bottom: 0;
	/* testing
	border: 1px dotted pink; */
}

#global-nav a:hover {
	color: #ffffff;
	text-decoration: underline;
}

/* Author Block
---------------------------------------------------------- */
#author-block {
	display: block;
	margin: 20px 0 40px 0; padding: 0;
	height: 75px;
	background: url("includes/images/author.png") no-repeat left;
}

#author-block #author-block-dialog {
	display: block;
	margin: 0; padding: 0;
	width: 466px; height: 75px;
	background: url("includes/images/dialogbase.png") no-repeat left;
}

#author-block #author-block-dialog p {
	margin: 10px 10px 0; padding: 0;
	width: 420px;
}

#author-block #author-block-dialog p.generic-text {
	font-size: .9em;
	line-height: 1.45em;
}

#author-block #author-block-dialog p.postmetadata-alt {
	margin: 10px 10px 0; padding: 0;
	width: 420px;	
	font-size: .8em;
	line-height: 1.6em;
}

/* Main Content
---------------------------------------------------------- */
#main-upper-content {
	/* testing 
	border: 1px dotted pink;*/
}

.content-bg {
	margin: auto;
	width: 972px;
    padding-top:35px;
	background: url("includes/images/frame_body.png") repeat top;
}

/* Box Class
---------------------------------------------------------- */
.boxborder {
	border: 1px dotted pink;
}

.box {
	display: block;
	float: left;
	overflow: hidden;
	margin: 0;
}

.box-title {
	display: block;
	margin: 0; padding: 7px 0 0 27px;
	height: 25px;
	font-family: 'Helvetica', Tahoma,Lucida Grande,Verdana,Aria,Sans-Serif;
	font-size: .9em;
	font-weight: bold;
	color: #ffffff;
	position: relative;
}

.box-top {
	display: block;
	margin: 0; padding: 0;
}

.box-body {
	display: block;
	margin: 0; padding: 0 0 1px 0;
    border:none;
    background:#688A02;
    color:#FFF;
}
.box-body p.comment-guidelines, .box-body p#comment-body{ color:#FFF; }

div.widget .box-body{     border-left:1px solid #688A02;
    border-right:1px solid #688A02;
	color: #666;
    background:none;
    }

.box-bottom {
	display: block;
	margin: 0 0 10px 0; padding: 0 0 1px 0;
	height: 12px;
}

/* Box Sizing */
.box.one-col {
	width: 290px;
}

.one-col .box-top {
	background: url("includes/images/1col_box_top.png") no-repeat left top;
}

.one-col .box-bottom {
	background: transparent url("includes/images/1col_box_bottom.png") no-repeat right top;
}

.box.two-col {
	width: 601px;
}

.two-col .box-top {
	background: transparent url("includes/images/2col_box_top.png") no-repeat left top;
}

.two-col .box-bottom {
	background: transparent url("includes/images/2col_box_bottom.png") no-repeat left top;
}

.box.three-col {
	width: 912px;
}

.three-col .box-top {
	background: transparent url("includes/images/3col_box_top.png") no-repeat left top;
}

.three-col .box-bottom {
	background: transparent url("includes/images/3col_box_bottom.png") no-repeat left top;
}

/* Box Toggle */
.toggle {
	position: absolute;
	top: 5px; right: 5px;
	width: 20px; height: 20px;
	text-align: center;
	text-indent: -9999px;
	overflow: hidden;
}

.toggle.open {
	background: transparent url("includes/images/toggle_open.png") no-repeat 50% 50%;
}

.toggle.close {
	background: transparent url("includes/images/toggle_close.png") no-repeat 50% 50%;
}

/* Columns - Left
---------------------------------------------------------- */
#column-left {
	margin: 0 40px 0 60px;
	width: 541px;
	/*deal with the overflow*/
	overflow: hidden;
}


/* Columns - Right
---------------------------------------------------------- */
#column-right {
	margin: 0 30px 0 0;
	width: 290px;
	/* testing
	border: 1px dotted pink; */
}

/* Right Column Content
---------------------------------------------------------- */
/* Search Form */
#search #searchform {
	display: block;
	margin: 0; padding: 5px 5px 1px 5px;
	
}
#search #searchform p {
	margin: 0;
}

#search #s {
	margin: 0 5px 0 0;
	width: 70%;
}

#search #searchsubmit {
	width: 25%;
	/*
	float: right;
	clear: both;
	*/
}

/* Lower Content
---------------------------------------------------------- */
#frame-grass {
	margin: auto;
	width: 952px; height: 153px;
	background: url("includes/images/frame_grass.png") no-repeat bottom;
	clear: both;
}

#main-lower-content {
	display: block;
	margin: auto; padding: 0 10px 0 10px;
	width: 932px;
	background: #435d01 url("includes/images/frame_lowercontent.png") repeat-x top;
}

#main-lower-content #column-container {
	margin: auto; padding: 0;
}

#column-container .box {
	padding: 0 10px 0 10px;
}

.lower-content-title {
	display: block;
	margin: 0 0 30px 10px; padding: 0;
	font-size: 1.7em;
	font-weight: normal;
	color: #ffffff;
}


/* Flickr
---------------------------------------------------------- */
#flickr {
	display: block;
	margin: 1px 5px 1px 5px; padding: 0;
}

#flickr a img {
	display: inline; float: left;
	margin:  10px 10px 0 10px; padding: 0;
	border: 1px solid #779900;
}

#flickr a:hover img {
	border: 1px solid #ffffff;
}


/* Main Footer
---------------------------------------------------------- */
#main-footer {
	padding: 0;
	width: 972px; height: 100px;
	background: url("includes/images/frame_footer.png") no-repeat top;
}

#main-footer #disclaimer {
	margin: auto; padding: 35px 0 0 0;
	width: 870px;
	color: #ffffff;
	clear: both;
}

#main-footer #disclaimer p {
	font-size: .9em;
	line-height: 1.5em;
}

#main-footer #disclaimer strong {
	font-weight: bold; 
}

/* Copyright
---------------------------------------------------------- */
#main-copyright {
	padding: 18px 0 150px 0;
	width: 972px; height: 41px;
	background: transparent url("includes/images/frame_copyright.png") no-repeat top;
	color: #ffffff;
	font-size: .85em;
}

#main-copyright ul {
	margin: 0 20px 0 20px; padding: 0;
}

#main-copyright li {
	list-style: none;
	margin: 0; padding: 0 10px 0 15px;
	background: transparent url("includes/images/link_arrow.png") no-repeat left 50%;
}

#main-copyright #legal{
	background: none;
}

#main-copyright a {
	color: #ffffff;
	text-decoration: none;
}

#main-copyright a:hover {
	color: #ffffff;
	text-decoration: underline;
}

div#tag_cloud-3{ }
    div#tag_cloud-3 div.box-body{ padding:10px;  }
    div#tag_cloud-3 div.box-body a{ color:#587502; }
    div#tag_cloud-3 div.box-body a{ float:left; padding:2px 3px; margin:1px 1px 0px 0px;
                    background:none; border:1px solid #fff; }
        div#tag_cloud-3 div.box-body a:hover{ border:1px solid #587502; }

div.widget div.box-body{ padding:10px; width:268px; overflow:hidden;  }
    div.widget div.box-body a{ color:#444; }
    div.widget ul.blogroll{ list-style:none; margin:0px; padding: 0 0 0 20px; }
div.textwidget strong.tel-number{ color:#324600; font:bold 28px/35px Arial,Helvetica; }

div.twitter-this form{ font:normal 12px/14px Arial; }
    div.twitter-this form input{ border:1px solid #739901; background:#fafafa; }

form#searchform input{ float:left; border:2px solid #739901; background:#fafafa; height:22px; }
div#column-left p{ text-align:justify; }
strong.za-question {display:block; padding:10px;}
    strong.za-question a{ font-size:16px; }
a#headerLinkNokiaPhone{ float:right; width:150px; height:115px; text-indent:-2000px; }

form#concursForm{ width:320px; }
div.box-body form#concursForm{ width:265px; }
    form#concursForm strong{ font:bold 17px/20px Arial; color:#688A02; }
    form#concursForm div.formDetails{ padding:5px 0px; display:none; }
    form#concursForm span{ display:block; height:30px;  }
    form#concursForm span.bigBox, div.box-body form#concursForm span.bigBox{ height:75px;}
    div.box-body form#concursForm span{ height:38px;  }
        form#concursForm span label{ float:left; width:120px; text-align:right; padding-right:10px; color:#688A02; font:normal 11px Arial; }
        div.box-body form#concursForm span label{width:200px; text-align:left; padding-right:10px; }
        form#concursForm span input{ float:left; width:170px; padding:2px 3px; border:1px solid #688A02; }
        form#concursForm span input.submit{width:176px; cursor:pointer; }
        div.box-body form#concursForm span input{ width:210px; }
        div.box-body form#concursForm span input.submit{width:216px; cursor:pointer; }
        form#concursForm span textarea{ float:left; width:170px; height:50px;  padding:2px 3px; border:1px solid #688A02; }
        div.box-body form#concursForm span textarea{ width:260px; }
        div.box-body form#concursForm span input.checkbox{ width:20px; }
        div.box-body form#concursForm span.freeText{ font-size:12px; padding-top:7px; }

#question_in_post form{ width:100%; }
    #question_in_post form div.formDetails{ padding:5px 0px; display:none; }
    #question_in_post form span{ display:block; height:30px;  }
    #question_in_post form span.bigBox{ height:90px;}
    #question_in_post form span.freeText{ font:normal 12px Arial; }
    #question_in_post form span.freeText input{ width:30px; }
		#question_in_post form span br { display:none; }
		#question_in_post form span label{ float:left; width:120px; text-align:right; padding-right:10px; color:#688A02; font:normal 11px Arial; }
        #question_in_post form span label.freeText{  width:400px; text-align:left; padding-left:120px; }
        #question_in_post form span input{ float:left; width:250px; padding:2px 3px; border:1px solid #688A02; }
        #question_in_post form span input.submit{width:176px; cursor:pointer; }
        #question_in_post form span textarea{ float:left; width:250px; height:70px;  padding:2px 3px; border:1px solid #688A02; }

#question_in_post form span label.error, div.box-body form#concursForm span label.error{ width:200px; color:red; }

.posLeft{ float:left; }
.posRight{ float:right; }

a.stbutton  { font:bold 16px/20px Arial; color:#688A02; }
a.stbutton:hover span.stbuttontext { color:#688A02; }

div.sistemGallery{ padding:10px 0px; }

div.past div.sistemGallery img{ height:145px; }
div.past img.za-question{ width:445px; }

ul#recentcomments{ list-style:none; }
    ul#recentcomments li{ padding:5px 0px; }
	
div.albumPhotos{ width:100%; }
	div.albumPhotos a{ display:block; width:131px; height:100px; overflow:hidden; border:1px solid #CDCDCD; text-align:center; float:left; margin:3px 1px; }
	
table.catigatoriList{ border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-collapse: separate; margin:10px auto; }
	table.catigatoriList td{ border-top:1px solid #EAEAEA;border-right:1px solid #EAEAEA;border-bottom:0; border-left:0; }
	table.catigatoriList th{ border-top:1px solid #EAEAEA;border-right:1px solid #EAEAEA;border-bottom:0; border-left:0; }
