/*
Theme Name: R755 light
Theme URI: http://www.varometro.net/blog/r755_light_theme/
Description: R755 light is a lightweight version of the <a href="http://www.varometro.net/blog/r755_theme/">R755 wordpress theme</a>. It is based on K.I.S.S. (Keep It Simple & Small) philosophy, which means content comes first, minimalistic design and the smallest possible size. Valid CSS and XHTML (strict), lightweight, threaded-comments, microformats, sticky-post, SEO, admin options page, printer friendly, localization supported.
Version: 1.1
Author: varometro
Author URI: http://www.varometro.net/blog
Tags: black, white, light, two-columns, fixed-width, right-sidebar, threaded-comments, sticky-post

Feel free to use it as it is or modify it according to your taste.

Thanks to:
a) Avice D (http://blog.kaizeku.com/wordpress/prevent-wordpress-27-duplicate-content/) for "add meta noindex rules on singular comment page section" code.
b) Bennett McElwee (http://www.thunderguy.com/semicolon/) for "Code Markup" code.
c) Jarod Taylor (http://jarodtaylor.com/) for "ultimate archive index with pagination" code.
d) Fayax (http://www.fayax.net/thaana-date) for "localize english months and days" code.
e) Chris J. Davis, Scott Merrill and Mark Jaquith (http://txfx.net/code/wordpress/ping-track-comment-count/) for "ping/track/comment count" code.

Recommended plugins:
a) WP Page Numbers (http://www.jenst.se/2008/03/29/wp-page-numbers/).

The CSS, XHTML and design is released under GPL: http://www.opensource.org/licenses/gpl-license.php

Last Update 21/06/2009
*/

/*===== o0o: BASE =====*/
html { font-size: 100%; }

html,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6
{
	border: 0;
	outline: 0;
	margin: 0;
	padding: 0;
}

body
{
	font-size: 87.5%;
	background-color: #FFF;
	color: #000;
	font-family: sans serif,"sans-serif",Trebuchet MS;

	border: 0;
	outline: 0;
	margin: 0;
	padding: 0;
}

/*===== o0o: STRUCTURE =====*/
#outerWrapper
{
	text-align: center;
	width: 809px;
	margin: 0 auto 0 0px;
	background-image: url(images/background.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	vertical-align: top;
}

#leftColumn
{
	background: none;
	width: 120px;
	font-size: 0.87em;

	padding: 10px;
	background-color: #21491D;
	text-align: left;
	padding-left: 10px;
	margin-right: 50px;
}

#outerWrapper #contentWrapper #content
{
	background: none;
	margin: 0 227px 0 155px;
	padding: 10px 30px 0px 10px;
	text-align: left;
	width: 420px;
}

#outerWrapper #contentWrapper .clearFloat
{
	clear: right;
	display: block;
}

#outerWrapper #footer
{
	background-color: #FFF;
	font-size: 1em;

	padding: 0 0 0 10px;
}

.post,.page
{
	padding-bottom: 10px;
	margin-bottom: 30px;
}

/*===== o0o: HEADER =====*/
#header
{
	position: relative;
	overflow: hidden;
	height: 230px;
}

#header h1
{
	font-size: 2.4em;
	font-weight: 700;
	padding: 0 0 24px 0;
	letter-spacing: -1px;
	white-space: nowrap;
}

#header div
{
	border: 1px solid red;
	width: 0;
	overflow: visible;
}

#header h1 a
{
	color: #000;
	text-decoration: none;
	border-bottom: none;
}

#header h1 a:hover
{
	text-decoration: none;
	border-bottom: none;
	color: #777;
	background-color: transparent;
}

#header span.title
{
	display: block;
	position: absolute;
	top: 40px;
	left: 12px;
	text-align: right;
	color: #666;
	font-size: 0.87em;
	font-weight: 400;
}

/*===== o0o: TYPOGRAPHY =====*/
.postinfo
{
	color: #666;
	font-size: 0.87em;

	margin: 10px 0;
}

.sticky
{
	padding: 10px;
	border: solid 1px #999;
	margin-bottom: 30px;
}

blockquote
{
	background: url(images/blockquote.gif) top left no-repeat;
	border: #CCC dashed 1px;
	margin: 10px auto 10px 20px;
	font-style: italic;
	padding: 3px 3px 3px 40px;
}

pre,code
{
	width: 90%;
	margin-bottom: 10px;
	font-family: "Courier New", Courier, monospace;
	background: #fff url(images/pre_bg.gif) top left repeat;
	display: block;
	color: #111;

	border: 1px solid #e2e2e2;
	overflow: auto;
	padding: 18px 10px 17px;
}

input,textarea,select
{
	font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans serif;
	color: #333;
	font-size: 1em;
}

small { font-size: 0.87em; }

/*===== o0o: HEADINGS =====*/
h1,h2,h3,h4
{
	font-weight: 700;
	color: #000;
	padding: 20px 0 0;
}

h1 { font-size: 2em; }
h2 { font-size: 1.625em; }
h3 { font-size: 1.375em; }
h4 { font-size: 1em; }

/*===== o0o: LINKS =====*/
a, a:visited
{
	border-bottom: 1px solid #ccc;
	text-decoration: none;
}

a { outline: none; }

a img, a:visited img, a:hover img
{
	background-color: transparent;
	border: 0 !important;
	border-bottom: 0!important;
}

a:hover
{
	background-color: #ffffcc;
	border-bottom: 1px solid #ffffcc;
	color: #000;
}

h2.posttitle
{
	font-size: 24px;
	font-weight: normal;
	margin: 0;
	background-image: url(images/header_arrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-transform: lowercase;
	color: #21491d;
	height: 34px;
	margin-left: 20px;
	padding-left: 20px;
	padding-top: 5px;
	border-bottom: 0px !important;
}

h2.posttitle a
{
	color: #21491d;
	height: 34px;
	border: 0px;
		border-bottom: 0px !important;
}

h2.posttitle a:hover
{
	color: #666;
	text-decoration: none;
	background: none;
}

a.image-border
{
	text-decoration: none;
	border: 0 none;
	background-color: transparent;
}

.entry
{
	margin-left: 20px;
	padding-left: 20px;
	padding-top: 5px;

	font-size: 12px;
	color: #000;
}

#rightcolumn
{
	vertical-align: bottom;
	text-align: right;
	margin: 0px;
	padding: 0px;
}

#enquiry
{
	font-size: 11px;
	color: #000;
	font-weight: bold;

}

#enquiry input
{
	height: 16px;
	width: 120px;
	padding: 0px;
	margin: 0px;
}

#enquiry table
{
	padding: 30px 0px 0px 0px;
	/*margin-top: 30px;*/

}

#enquiry tr
{
	padding: 0px !important;
	height: 15px !important;
	margin: 0px !important;
}
#submit
{
	padding: 0px !important;
	margin: 0px;
	background-color: #21491d;
	/*border-bottom: 5px #FFF solid;*/
	height: 20px !important;
        color: #fff;
}


#publication{
	padding: 5px !important;
	margin: 0px;
	background-color: #21491d;
        color: #FFF;
        text-align: center;
        font-size: 10px;
        width: 400px;
align: center;
}

#publication .gold{
color: #ac995E;
font: bold;
}

#enquiry td#green{
	margin: 0px;
	padding: 0px;
	/*background-color: #21491d;
        border-bottom: 2px #FFF solid;*/
	height: 15px !important;	
}



#phone	{
color: #ac995E;
background-color: #21491d;
font-size: 20px;
padding: 0px;
padding-bottom: 10px;
}


/*===== o0o: SIDEBAR =====*/
#leftColumn ul
{
	margin: 0px;
	padding: 0;
	color: #ac995E;
	text-decoration: none;
	margin-left: 10px;
	text-transform: lowercase;
}

#leftColumn ul li ul
{
	margin: 0;
	padding: 0;
	color: #ac995E;
	text-decoration: none;
}

#leftColumn ul li
{
	border: 0px;
	list-style: none;
	color: #ac995E;
	text-decoration: none;
	list-style-type: none;
	background-image: url(images/house.gif);
	background-repeat: no-repeat;
	margin-top: 0px;
	background-position: 0px 0;
	padding-left: 20px;
	padding-bottom: 10px;
}

#leftColumn ul li a
{
	border: 0px;
	list-style: none;
	color: #ac995E;
	text-decoration: none;
}

#leftColumn ul li ul li
{
	list-style: none;
	list-style-position: outside;
	margin-left: 17px;
	color: #ac995E;
	text-decoration: none;
}

#leftColumn h3
{
	font-size: 1.25em;
	padding: 0;
	margin: 20px 0 0;
}

.search-form input { width: 200px; }

/*===== o0o: COMMENTS =====*/
ol.commentlist
{
	list-style: none;
	margin: 0;
	padding: 0;
	text-indent: 0;
}

ol.commentlist li
{
	border: 1px dotted #ddd;
	height: 1%;
	margin: 0 0 10px;
	padding: 5px 7px 5px 57px;
	position: relative;
}

ol.commentlist li div.comment-author { padding: 0 170px 0 0; }
ol.commentlist li div.vcard { font: bold 1em Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans serif; }
ol.commentlist li div.vcard cite.fn { font-style: normal; }

ol.commentlist li div.vcard img.avatar
{
	border: 1px solid #ddd;
	left: 7px;
	padding: 2px;
	position: absolute;
	top: 7px;
}

ol.commentlist li div.comment-meta
{
	font: bold 0.87em Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans serif;
	position: absolute;
	right: 10px;
	text-align: right;
	top: 5px;
}

ol.commentlist li blockquote p { font-style: italic; }

ol.commentlist li p
{
	font: normal 1em Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans serif;

}

ol.commentlist li ul
{
	font: normal 1em Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans serif;
	list-style: square;
	margin: 0 0 1em;
	padding: 0;
	text-indent: 0;
}

ol.commentlist li ul.children
{
	list-style: none;
	margin: 1em 0 0;
	text-indent: 0;
}

ol.commentlist li ul.children li.depth-2, ol.commentlist li ul.children li.depth-3, ol.commentlist li ul.children li.depth-4 { margin: 0 0 .25em; }
ol.commentlist li.even { background: #fff; }
ol.commentlist li.odd { background: #fff; }
ol.commentlist li.pingback div.vcard { padding: 0 170px 0 0; }

/*===== o0o: FORMS =====*/
.entry form
{
	/* This is mainly for password protected posts, makes them look better. */
	text-align: center;
}

select { width: 130px; }

#commentform input
{
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform { margin: 5px 10px 0 0; }

#commentform textarea
{
	width: 100%;
	padding: 2px;
}

#commentform #submit { margin: 0 0 5px auto; }

/*===== o0o: IMAGES =====*/
.alignleft { float: left; }
.alignright { float: right; }
img { border: 0; }

img.avatar
{
	float: left;
	padding-right: 5px;
}

p img
{
	max-width: 100%;
	padding: 0;
}

img.alignright
{
	display: inline;
	margin: 7px 0 2px 7px;
	padding: 4px;
}

img.alignleft
{
	display: inline;
	margin: 7px 7px 2px 0;
	padding: 4px;
}

img.centered,.aligncenter,div.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*===== o0o: CAPTIONS =====*/
.wp-caption
{
	border: 1px solid #ddd;
	text-align: center;
	background-color: #F8F8F8;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img
{
	border: 0 none;
	margin: 0;
	padding: 0;
}

.wp-caption p.wp-caption-text
{
	color: #666;
	font-style: italic;

	margin: 0;
	padding: 0 4px 5px;
}

/*===== o0o: WIDGETS =====*/
div#calendar_wrap,table#wp-calendar { width: 100%; }
div#calendar_wrap { padding: 0 15px 0 5px; }

div#calendar_wrap caption
{
	font-size: 1.1em;
	font-weight: 700;
	padding: 0 20px 0 0;
}

/*===== o0o: OTHER =====*/
.printinfo { display: none; }

/*===== o0o: NAVIGATION =====*/
ul.globalNav
{
	position: absolute;
	top: 1px;
	right: 10px;
}

ul.globalNav li
{
	display: inline;
	padding: 1px 8px 7px 8px;
}

ul.globalNav li a, ul.globalNav li a:link
{
	color: #000;
	font: normal 1.1em corbel, liberation sans, georgia, lucida grande, sans-serif;
	text-decoration: none;
	border-bottom: none;
}

ul.globalNav li a:hover
{
	color: #999;
	background: none;
}

