/*
Theme Name: Twenty Eleven
Theme URI: http://wordpress.org/extend/themes/twentyeleven
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2011 theme for WordPress is sophisticated, lightweight, and adaptable. Make it yours with a custom menu, header image, and background -- then go further with available theme options for light or dark color scheme, custom link colors, and three layout choices. Twenty Eleven comes equipped with a Showcase page template that transforms your front page into a showcase to show off your best content, widget support galore (sidebar, three footer areas, and a Showcase page widget area), and a custom "Ephemera" widget to display your Aside, Link, Quote, or Status posts. Included are styles for print and for the admin editor, support for featured images (as custom header images on posts and pages and as large images on featured "sticky" posts), and special styles for six different post formats.
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: dark, light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, flexible-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentyeleven
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

* {
	margin:0;
	padding:0;
}
body {
	margin:0;
	padding:0;
	font-size:80%;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Helvetica, "Trebuchet MS", Arial, sans-serif;
	-x-system-font:none;
	background-color:#fff;
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
	color:#000;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:18px;
}

a {color:#841618;letter-spacing:1px;text-decoration:none;}
a:hover {text-decoration:underline;}

#wrapper {
	margin:2em auto;
	padding:0;
	width:750px;
}

h1.reftecLogo {
	float:right;
	font-family:Helvetica;
	font-size:1em;
	height:89px;
	letter-spacing:-0.05em;
	margin:0 0 2em 0;
	padding:0;
	position:relative;
	text-transform:lowercase;
	width:500px;
}
h1.reftecLogo span {
	background:url("images/reftecLogo.gif");
	height:100%;
	position:absolute;
	width:500px;
}
h2 {
	color:#fff;
	font-family:arial;
	font-size:3.4em;
	letter-spacing:-0.05em;
	line-height:1.15em;
	margin:0.8em 0;
	padding:0;
	text-transform:uppercase;
	font-weight:lighter;
}
h3 {font-size:1.4em;font-weight:bold;margin:0.4em 0;padding:0;}
h4 {font-size:1.1em;font-weight:bold;letter-spacing:0.05em;margin:0.4em 0 0.8em 0;}
h5 {font-size:1em;font-weight:bold;letter-spacing:0.05em;margin:0 0 0.5em 0;}
h6 {font-size:0.9em;font-weight:bold;letter-spacing:0.05em;margin:0 0 0.2em 0;}
p {margin-bottom:0.7em;}

div img {border:0;margin:0 1em 0 0;}

#navigation {
	border-bottom:1px solid #fff;
	border-top:1px solid #fff;
	clear:both;
	margin:1em 0 1em 0;
	padding:1em 0;
	height:1em;
	text-transform:uppercase;
}
#navigation li {
	float:left;
	font-size:1em;
	list-style:none;
	margin:0 2.5em 0 0;
}
#navigation li a {
	color:#fff;
	text-decoration:none;
}
#navigation li a:hover {
	color:#841618;
}
#navigation .selected a {
	color:#841618;
}

.box {
	background-color:#eee;
	float:left;
	margin:0em 0 0 0;
	width:250px;
}
.box div {    background-image: url("images/arrow.gif");    background-repeat: no-repeat;    height: 120px;    margin: 18px;    padding-left: 40px;}
.box li {
	list-style:none;
	margin-bottom:0.6em;
}
.box a {color:#000;}
.box a:hover {color:#841618;text-decoration:none;}
.contentBox {
	float:left;
	margin:1em 0;
	width:375px;
}
.contentBox div {
	margin-left:30px;
}

#fWrapper .contentBox div {
	margin-left:0px;
}

.contentBox div img {
	float:left;
	margin:0;
	padding:0 15px 0 0;
	vertical-align:top;
}
.contentLongBox {
	float:left;
	margin:1em 0;
	width:750px;
}
.contentLongBox li {
	list-style:square;
	margin:0 0 0.5em 3em;
}
.endBorder {
	border-bottom:1px solid #000;
	padding:0.5em 0 1em 0;
	margin-bottom:3em;
}
.imgCenter {
	text-align:center;
	padding:0;
	margin:1em 0 2em 0;
}
.imgCenter img {
	margin:0 1em;
}
#footer {
	background-color:#eee;
	background-image:url(images/R.gif);
	background-position:RIGHT;
	background-repeat:no-repeat;
	border-top:2px #841618 solid;
	float:left;
	margin:2em 0 0 0;
	padding:0 0 3em 0;
	width:100%;
}
#footer #fWrapper {
	margin:2em auto;
	padding:0;
	width:750px;
}

#footer ul li {
	list-style-type:none;
	padding-top:0.2em;
	text-transform:uppercase;
}

/* =Menu
-------------------------------------------------------------- */

#access {
	clear: both;
	display: block;
	float: left;
	margin: 0 auto 6px;
	width: 100%;
}
#access ul {
	font-size: 13px;
	list-style: none;
	margin: 0 0 0 0;
	padding-left: 0;
	border-bottom:1px solid #fff;
	border-top:1px solid #fff;
		height:35px;
	text-transform:uppercase;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	color: #eee;
	display: block;
	line-height: 35px;
	padding: 0 10px;
	text-decoration: none;
}
#access ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 35px;
	left: 0;
	width: 188px;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #f9f9f9;
	border-bottom: 1px dotted #ddd;
	color: #444;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	background: #efefef;
}
#access li:hover > a,
#access a:focus {
	background: #f9f9f9; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
	background: -o-linear-gradient(#f9f9f9, #e5e5e5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
	color: #841618;
}
#access ul li:hover > ul {
	display: block;
}
#access .current-menu-item > a,
#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a {
	font-weight: bold;
        color: #841618;
}


/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#social img {
    margin-right: 5px;
    padding: 0;
}