/*  
Theme Name: the staging company
Version: 1.1.0
Description: Theme Description

*/

/* Default styles */
@import "css/reset.css";
/* Defaults */
a {
	color: #77a600;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #e06b2b;
}
body {
	font: 12px Helvetica, Arial, Sans-serif;
	line-height: 1.5em;
	color: #666666;
	background: #656565;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-family: Arial, Helvetica, Sans-serif;
	color: #77a600;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
p {
	margin: 0;
}
input, select, textarea {
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 12px;
}
textarea {
	overflow: auto;
}
/* Hyperlinks */

h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited, h4 a:link, h4 a:visited, h5 a:link, h5 a:visited, h6 a:link, h6 a:visited {
	text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration: underline;
}
/* Wrapper */
.wrapper {
	width:800px;
	background: #fff;
	margin: 10px auto 45px auto;
	padding: 0 30px 0 30px;
}
/* Header */
#header {
	width:100%;
	padding: 16px 0 16px 0;
	overflow: hidden;
	border-bottom: 4px solid #a8d379;
}
#header .logo {
	float: left;
	padding: 0 0 0 2px;
}
#logo {
	display: block;
	cursor: pointer;
	padding: 0 0 0 36px;
	float: left;
	background: url(images/logo.gif) no-repeat;
	font-weight: bold;
}
#logo:hover {
	text-decoration: none;
}
#logo .the {
	color: #797979;
	font-size: 30px;
	display: block;
	line-height: 1.0em;
}
#logo .big {
	color: #797979;
	font-size: 50px;
	display: block;
	line-height: 1.2em;
}
#logo .green {
	color: #7ba500;
}
/* Mainmenu */
#mainmenu {
	width: 100%;
	height: 30px;
	border-bottom: 3px solid #cccccc;
}
/* Basic styles */
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu {
	line-height: 1.0;
}
.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 160px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width: 100%;
}
.sf-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float: left;
	position: relative;
}
.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left: 0;
	top: 30px; /* match top ul list item height */
	z-index: 99;
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	left: 160px; /* match ul width */
	top: 0;
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
	left: 160px; /* match ul width */
	top: 0;
}
/* Menu Theme Styles */
.sf-menu {
	float: right;
}
.sf-menu a {
	text-decoration:none;
	font-size: 13px;
	color: #7ba500;
	font-weight: bold;
	padding: 0 15px 0 15px;
	line-height: 30px;
}
.sf-menu a:hover {
	text-decoration: underline;
	color: #e06b2b;
}
.sf-menu li {
}
.sf-menu li.first {
}
.sf-menu li li, .sf-menu li.first li {
	background: #ccc;
	border-bottom: 1px solid #fff;
}
.sf-menu li li li {
	background: #ccc;
}
.sf-menu li li a {
	line-height: normal;
	padding: 6px 10px 6px 10px;
	font-weight: normal;
}
.sf-menu li.current_page_item, .sf-menu li.current_page_ancestor {
	color: #666;
	outline: 0;
}
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	color: #7ba500;
	outline: 0;
}
.sf-menu li:hover a, .sf-menu li.sfHover a, .sf-menu li.current_page_item a, .sf-menu li.current_page_ancestor a {
	color: #666;
}
.sf-menu li a:focus, .sf-menu li a:hover {
	text-decoration: underline;
	color: #e06b2b;
}
/* 1 level */
.sf-menu li:hover li a, .sf-menu li.sfHover li a, .sf-menu li.current_page_item li a, .sf-menu li.current_page_ancestor li a, .sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active {
	color: #fff;
}
.sf-menu li li:hover a, .sf-menu li li.sfHover a, .sf-menu li li.current_page_item a, .sf-menu li li.current_page_ancestor a, .sf-menu li li li a:focus, .sf-menu li li a:hover, .sf-menu li li li a:active {
	color: #7ba500;
}
/* 2 level */
.sf-menu li:hover li li a, .sf-menu li.sfHover li li a, .sf-menu li.current_page_item li li a, .sf-menu li.current_page_ancestor li li a, .sf-menu li li li a:focus, .sf-menu li li li a:hover, .sf-menu li li li a:active {
	color: #fff;
}
.sf-menu li li li:hover a, .sf-menu li li li.sfHover a, .sf-menu li li li.current_page_item a, .sf-menu li li li.current_page_ancestor a, .sf-menu li li li li a:focus, .sf-menu li li li a:hover, .sf-menu li li li li a:active {
	color: #7ba500;
}
/* 3 level */
.sf-menu li:hover li li li a, .sf-menu li.sfHover li li li a, .sf-menu li.current_page_item li li li a, .sf-menu li.current_page_ancestor li li li a, .sf-menu li li li li a:focus, .sf-menu li li li li a:hover, .sf-menu li li li li a:active {
	color: #fff;
}
.sf-menu li li li li:hover a, .sf-menu li li li li.sfHover a, .sf-menu li li li li.current_page_item a, .sf-menu li li li li.current_page_ancestor a, .sf-menu li li li li li a:focus, .sf-menu li li li li a:hover, .sf-menu li li li li li a:active {
	color: #7ba500;
}
/* Body */
#body {
	width:100%;
	overflow:hidden;
	clear: both;
	padding: 20px 0 0 0;
}
.home #body {
	padding: 0;
}
#content {
	float:right;
}
.col_content {
	width:613px;
}
.col_fullwidth {
	float:none;
	width:100%;
}
#sidebar {
	float:left;
}
#sidebar .contactlink {
	font-size:14px;
	text-align:center;
	font-weight:bold;
}
.col_sidebar {
	width:167px;
}
/* Post */
.post {
	width:100%;
	margin:0 0 35px 0;
}
#content .page {
	margin:0;
}
.post .title {
	width:100%;
	margin: 0 0 20px 0;
}
.post .title h2 {
	font-size:20px;
	line-height: 1.2em;
}
.entry {
	width:100%;
	overflow:hidden;
	font-size:12px;
	line-height:1.4em;
}
.entry a {
	text-decoration:none;
	font-weight: bold;
	color: #77a600;
	text-decoration: none;
}
.entry a:hover {
	text-decoration: underline;
	color: #e06b2b;
}
.entry p {
	margin:0 0 15px 0;
	line-height:18px;
	text-align:justify;
	padding:0 10px 0 0;
}
.entry p.more {
	margin:0;
	position: relative;
	top: -15px;
	text-align: right;
}
.entry h1 {
}
.entry h2 {
}
.entry h3 {
}
.entry h4 {
}
.entry h5 {
}
.entry h6 {
}
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5,.entry h6 {
	margin: 0 0 15px 0;
}
.farchivestyle h5 {
	margin: 0 0 15px 0;
}
.entry ul {
	margin: 0 0 15px 0;
	padding: 0 0 0 30px;
}
.entry ul ul {
	margin: 0;
}
.entry ul li {
	list-style-type: disc;
}
.entry ul ul li {
	list-style-type: circle;
}
.entry ol {
	margin: 0 0 15px 0;
	padding: 0 0 0 30px;
}
.entry ol ol {
	margin: 0;
}
.entry ol li {
	list-style-type: decimal;
}
.entry ol li ol li {
	list-style-type: decimal;
}
.entry .list_bookmarks {
	padding: 0;
}
.entry .list_bookmarks li.linkcat {
	list-style: none;
}
.entry .list_bookmarks li.linkcat li {
	list-style:disc;
}
img.wp-smiley {
	padding: 0;
	border: none;
}
.entry .alignleft {
	float: left;
	width: auto;
	margin: 10px 15px 10px 0;
}
.entry .alignright {
	float: right;
	width: auto;
	margin: 10px 0 10px 15px;
}
.entry .aligncenter {
	text-align: center;
}
.entry .wp-caption {
	padding: 1px;
	text-align:center;
	background:#F8F8F4;
	border: solid 1px #e6e6e6;
	margin: 0 0 15px 0;
}
.entry .wp-caption img {
	margin:0;
	padding:4px 0;
	background:none;
	border:0;
}
.entry .wp-caption-text {
	margin:0;
	padding:0;
	font-size:11px;
	text-align:center;
}
.postmetadata {
	width:100%;
	overflow:hidden;
}
.postmetadata p {
	padding: 0 0 5px 0;
	color: #000;
}
.postmetadata a {
	color: #000;
}
.row {
	width:100%;
	overflow:hidden;
}
/* Sidebar */
.sidebar_widgets {
	width:100%;
	overflow:hidden;
	font-size:12px;
	line-height:1.3em;
}
.sidebar_widgets .widgettitle {
	font-size:15px;
	line-height:1.3em;
	border-bottom: 1px solid #ccc;
	color: #797979;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	text-align: center;
}
.sidebar_widgets .widget {
	margin: 0 0 20px 0;
}
.sidebar_widgets .widget ul {
}
.sidebar_widgets .widget ul li {
	padding: 0 0 5px 0;
}
.sidebar_widgets .widget ul ul {
	margin: 5px 0 0 15px;
}
.sidebar_widgets .widget ul li ul li {
	border-bottom: 0;
	margin: 0;
}
.sidebar_widgets .widget_images ul {
	width: 100%;
	overflow: hidden;
}
.sidebar_widgets .widget_images ul li {
	width: 100%;
	overflow: hidden;
	padding: 0 0 10px 0;
}
.sidebar_widgets .widget_images ul li img {
	width:162px;
	display: block;
	border: 2px solid #7ba500;
}
/* Text widget */
.textwidget {
	padding: 5px 0;
}
.textwidget p {
	padding: 5px 0 5px 0;
}
/* Breadcrumb */
.breadcrumb {
	width: 100%;
	padding: 0 0 20px 0;
}
/* Searchform */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}
/*home_board*/
#home_board {
	width: 100%;
	height: 210px;
	overflow: hidden;
	clear: both;
	border-bottom: 4px solid #a8d379;
	margin: 0 0 20px 0;
}
#home_board ul {
	width: 100%;
	height: 210px;
	overflow: hidden;
	background: #797979;
}
#home_board ul li {
	float: left;
	padding: 0 0 0 5px;
}
#home_board ul li.first {
	padding: 0;
}
#home_board ul li img {
	float: left;
}
#home_board p {
	position: absolute;
	text-align: right;
	width: 780px;
	height: 28px;
	line-height: 28px;
	margin: -41px 0 0 0;
	padding: 0 10px 0 10px;
	color: #7aa500;
	font-style: italic;
	font-size: 16px;
	font-weight:bold;
	background: url(images/bgr_home_board_p.png) repeat;
}
/*top_slogan*/
#top_slogan {
	width: 100%;
	overflow: hidden;
	text-align: right;
	font-size: 16px;
	line-height: 1.2em;
	font-style: italic;
	padding: 10px 0 0 0;
	font-weight:bold;
}
/*gallery_list*/
#gallery_list {
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
	list-style: none;
}
#gallery_list .thumb {
	float: left;
	width: 100px;
}
#gallery_list .thumb img {
	float: left;
	width: 80px;
	height: 80px;
	border: 2px solid #7ba500;
}
#gallery_list h5 {
	line-height:10px;
	margin:0;
	padding:0;
}
#gallery_list li {
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
	list-style: none;
	padding: 8px 0 8px 0;
}
/*gallery_item_list*/
#gallery_item_list {
	padding: 0 0 20px 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
#gallery_item_list li {
	display: inline;
	color: #666;
	padding: 0 2px 0 2px;
}
#gallery_item_list li h5 {
	padding: 0;
	margin: 0;
	display: inline;
	color: #666;
}
/*gallery_item*/
#gallery_item {
	width: 100%;
	overflow: hidden;
	padding: 0 0 10px 0;
}
#gallery_item .row {
	padding: 0 0 10px 0;
}
#gallery_item .fl {
	width:395px;
	text-align: right;
}
#gallery_item .fr {
	width:395px;
}
#gallery_item h5 {
	text-transform: uppercase;
	color: #666;
	padding: 0 10px 0 10px;
}
#gallery_item img {
	border: 2px solid #666;
}
.gallery_block{
	width: 100%;
	overflow: hidden;
}
.gallery_block .fl_block{
	float: left;
	width: 660px;
}
.gallery_title {
	width: 100%;
	overflow: hidden;
	padding: 0 0 15px 0;
}
.gallery_title h5 {
	color: #666;
	text-transform: uppercase;
}
.gallery_pagenation {
	float: right;
	font-weight: bold;
	color: #ccc;
}
.gallery_post {
	margin: 0;
}
.gallery_post .entry {
	width: 100%;
}
/* Footer */
#footer {
	width:100%;
	overflow:hidden;
	padding: 30px 0 30px 0;
}
#footer p {
	text-align: center;
}
#footer p a {
	color: #666666;
}
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	display: inline;
}
img.alignleft {
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
/* Respond */
#respond {
	margin:20px 0 20px 0;
	overflow:hidden;
}
.commentlist #respond {
	margin:0 0 20px 0;
}
#respond h3 {
	font-size:20px;
	font-weight:normal;
}
.cancel-comment-reply {
	font-size:12px;
	padding: 5px 0 0 0;
}
.cancel-comment-reply a {
	text-decoration:underline;
}
.cancel-comment-reply a:hover {
	text-decoration:none;
}
#commentform p {
	font-size:12px;
	line-height:1.6em;
	width:100%;
	overflow:hidden;
}
#commentform p a, #commentform p a {
	text-decoration:underline;
}
#commentform p a:hover {
	text-decoration:none;
}
#commentform p input {
	float:left;
}
#commentform p label {
	float:left;
	padding:10px 0 0 5px;
}
#commentform input {
	width: 170px;
	padding: 5px;
	margin: 5px 5px 1px 0;
	border:1px solid #ccc;
	font-size:12px;
	color:#666;
}
#commentform {
	margin: 5px 10px 0 0;
}
#commentform textarea {
	width: 97%;
	padding: 5px;
	overflow:auto;
	border:1px solid #ccc;
	font-size:12px;
	margin:5px 0 0 0;
	color:#666;
}
#commentform #submit {
	font-size:12px;
	line-height:1.6em;
	background:#b3b3b3;
	color:#fff;
	padding:2px 6px 2px 6px;
	border:0;
	margin:5px 0 0 0;
	cursor:pointer;
}
/* Comments*/
#comments {
	font-size:20px;
	font-weight:normal;
}
.commentlist {
	padding: 0;
	text-align: justify;
	line-height:1.6em;
}
.commentlist li {
	margin: 15px 0 10px;
	padding: 15px;
	list-style: none;
	border:1px solid #ececec;
	background:#f6f6f5;
}
.commentlist .alt {
	margin: 10px 0 0 0;
	background:#fff;
}
.commentlist li ul li {
	margin-right: 15px;
	margin-left: 10px;
}
.commentlist p {
	margin: 10px 5px 10px 0;
	font-size:12px;
	line-height:1.5em;
}
.commentlist .children {
	padding: 0;
}
#commentform p {
	margin: 5px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	font-size:12px;
}
.commentmetadata {
	margin: 0;
	display: block;
	font-size:12px;
	line-height:1.6em;
}
.commentlist .reply {
	text-align:right;
}
.commentlist .reply a {
	font-size:12px;
	line-height:1.6em;
	background:#b3b3b3;
	color:#fff;
	padding:2px 6px 2px 6px;
}
.commentlist .reply a:hover {
	text-decoration:none;
	background:#c6c4c4;
}
.comment-author {
	font-size:14px;
	margin:0 0 10px 0;
}
.comment-author img {
	border:2px solid #b8b8b5;
}
.commentlist .fn {
	position:relative;
	top:-10px;
	left: 10px;
	text-transform:capitalize;
}
.commentlist .says {
	position:relative;
	top:-10px;
	left: 10px;
}
/* Calendar */
#wp-calendar {
	width:95%;
	margin-bottom:15px;
	clear:both;
	padding:0;
}
#wp-calendar caption {
	padding:10px;
}
#wp-calendar th, #wp-calendar td {
	text-align:center;
	padding:5px;
}
#wp-calendar td {
	background:transparent;
}
#wp-calendar td, table#wp-calendar th {
	padding:3px 0;
}
/* Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #dfcfba;
}
blockquote {
	margin: 15px 0 20px 0;
	padding:15px 15px 5px 20px;
	border-left: 5px solid #bdbdbd;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
.center {
	text-align: center;
}
.hidden {
	display: none;
}
hr {
	display: none;
}
.nopost, .nocomments {
	text-align:center;
}
/* Pagenation */
.pagenation {
	width:100%;
	overflow:hidden;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px 0 10px 0;
}
.single .pagenation {
}
.pagenation a {
}
.farchivestyle {
	padding: 10px;
	text-align: left !important;
	width: 375px !important;
}
.farchivestyle h5 {
	padding: 0 !important;
}
