/*
THEME NAME: Corporate Sandbox
THEME URI: http://www.rubiqube.com/corporate-sandbox/
DESCRIPTION: This theme is based on <a href="http://www.plaintxt.org/themes/sandbox/">Sandbox</a>. It has minimum styling and graphics, making it ideal for corporate blogs
VERSION: 1.1
AUTHOR: <a href="http://www.rubiqube.com">Adrian Diaconescu</a>
AUTHOR URI: http://www.rubiqube.com
*/

/* Architecture */
html { }
@import url('examples/2c-l.css');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}
/* remember to define focus styles! */
:focus {
	outline: 0;
	}
body {
	background:#FFF;
	height:100%;
	margin-top:5px;
	margin-bottom:5%;
	line-height: 1.5;
	font-family: Arial, Helvetica, sans-serif;
	color:#333;
	font-size:.8em;
	text-align: left;
}
	
ol, ul {
	list-style: none;
	}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	text-align: left;
	font-weight: normal;
	}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}

/*
=structure
---------------------------------------------------------------------------------------*/
#shell{background-color: white;}
#wrapper {
	position: relative;
	background-color:#FFF;
	width: 1000px;
	border:solid 1px #F00
}
#wrapper, .in{
	margin: 0 auto;
	text-align: left;
}
#header{
	height:200px;
}
#header .in{
	position: relative;
}
#footer .in{
	width: 1000px;
}
#blog-title {
}
#access{
	overflow: hidden;
	width: 1000px;
}
.sidebar {
	width: 290px;
	float: right;
	clear: right;
	margin:10px;
}
.sidebar .xoxo{
	background: #F00;
	padding-bottom: 10px;
}

.sidebar buttons{
	width:290px;
	height:100px;
}
#sharethis_0 a{
	color:#000;
	font-size:18px;
}

.linkbuy a{
	width:110px;
	height:30px;
	overflow: none;
	display:block;
	background-image:url(images/BuyRollover.png);
	margin: 10px;
	float: left;
}
.linkbuy a:hover{
	background-position:110px 0px;
}
.linkcomment a{
	width:110px;
	height:30px;
	overflow: none;
	display:block;
	background-image:url(images/CommentRollover.png);
	margin: 10px;
	float: left;
}
.linkcomment a:hover{
	background-position:110px 0px;
}
.linkfollow a{
	width:110px;
	height:30px;
	overflow: none;
	display:block;
	background-image:url(images/FollowRollvoer.png);
	margin: 10px;
	float: left;
}
.linkfollow a:hover{
	background-position:110px 0px;
}
.linkshare a{
	width:110px;
	height:30px;
	overflow: none;
	display:block;
	background-image:url(images/ShareRollover.png);
	margin: 10px;
	float: left;
}
.linkshare a:hover{
	background-position:110px 0px;
}
#search{
	border-top:solid 2px #F00;
	padding: 20px 0 0 0;
}
.sidebar ul #search ul{
	background: url(images/rss.gif) left center no-repeat transparent;
	margin: 5px 20px 5px 0;
	padding: 10px 0 10px 30px;
}
.sidebar ul #search li, .sidebar ul #search li a{
	display: inline;
	margin: 0 0;
}
.sidebar ul #search li{
	margin-right: 5px;
}
#footer {
	background: #666;
	clear: both;
	width: 974px;
	padding: 1.5em 0 1.5em 2em;
	
}
/*
=masthead
---------------------------------------------------------------------------------------*/
#masthead{
	height:200px;
	width:1000px;
	background-image:url(images/masthead.png);
	background-repeat:no-repeat;
}
#mastheadconv {
	height:200px;
	width:1000px;
	background-image:url(images/mastheadconv.png);
	background-repeat:no-repeat;
}
#mastheadlakeside {
	height:200px;
	width:1000px;
	background-image:url(images/mastheadlakeside.png);
	background-repeat:no-repeat;
}
#mastheadbranches {
	height:200px;
	width:1000px;
	background-image:url(images/mastheadbranches.png);
	background-repeat:no-repeat;
}
#mastheadcontact {
	height:200px;
	width:1000px;
	background-image:url(images/mastheadcontact.png);
	background-repeat:no-repeat;
}
/*
=typography
---------------------------------------------------------------------------------------*/

/* header */
/*#header .in{height: 200px;}*/
#header h1{
	display: block;
	width: 340px;
	height: 85px;
	overflow: hidden;
	text-indent: -999em;
	padding: 0;
	margin-left: 20px;
}

#header p{ /* blog description */
	font-size: 1em;
	color: #333;
	padding: 20px 20px 30px 20px;
	text-align: justify;
	width: 920px;
	display: block;
}
/* main */
#container { 
	padding-bottom: 1em;
	width: 680px;
	float: left;
}
#content {
	padding-left: 20px;
	margin: 20px 0 30px 20px;
}
#container h1,#container h2,#container h3,#container h4,#container h5,#container h6 {
	margin: 1.5em 0 0 0;
	text-transform: capitalize;
	color:#F00;
	line-height:1.3em;
}
#container h1 { 
	font-size: 2em;
	padding: .5em 0 0 0;
}
#blog-description { 
	font-size: 1.45em;
	line-height: 1.2em;
	letter-spacing: .04em;
	margin: 1.7em 0 1em;
	text-align: justify;
}
#container h1,
#container h2{ font-size: 1.6em; }
#container h3{ font-size: 1.3em; }
#container h4{ font-size: 1.2em; }
#container h5{ font-size: 1.1em; }
#container h6{ font-size: inherit; }
#container h1,
#container h2,
#container h3,
#container h4 {
	margin: .7em 0 .3em;
	font-size: 1.3em;
}
#wrapper #content .entry-title, #wrapper #content .page-title {
	font-size: 1.7em;
	color:#F00;
	padding: 15px 0 5px 20px;
	margin-left: -20px;
}

#wrapper #content .entry-content, #wrapper #content .page-title {
	font-size: 1em;
	color:#666;
	padding: 15px 0 5px 20px;
	margin-left: -20px;
	border-top:5px solid #EBE9ES;
}
.archive #wrapper #content .category-events .entry-title{
	padding: 15px 0 0 20px;
	margin-bottom: 0;
}

.archive #wrapper #content .hentry .entry-title,
.category #wrapper #content .hentry .entry-title{
	padding: 15px 0 0 20px;
}

#wrapper #content .post{
	clear: both;
	display: block;
}

#wrapper #content .post .entry-title{
	background-image: none;
}

#wrapper #content .post{
	border-top: solid 5px #EBE9E5;
	margin-top: -2em;
	padding-bottom: 5em;
}

/* sidebar typography
---------------------------------------------------------------------------------------*/
.sidebar h3{
	background-color: #e6e7e8;
	display: block;
	width: 245px;
	padding: 15px 20px;
	position: relative;
	margin-bottom: 15px;
	text-align: left;
	color: #333;
	border-left: solid 5px #e6e7e8;
	font-size: 1.05em;
}
.sidebar ul li{
	padding-bottom: 20px;
}
.sidebar ul li ul li, .sidebar ul li p{
	margin: 0 20px;
	padding: 0;
}
.sidebar ul li li{
	margin-bottom: 3px;
}
.sidebar ul li li a{
	border-bottom:1px solid #F00;
	display: block;
	padding: 4px;
}
.sidebar ul #event-calendar li a, .sidebar ul #search li a{
	border-style: none;
	padding: 5px 0;
}
big { font-size: 1.2em; }
small { font-size: .8em; }
cite,em,i { font-style: italic; }
b,strong { font-weight: bold; }
del { text-decoration: line-through; }
u { text-decoration: underline; }

.skip-link { display: none; }

#footer p{
	color:#e6e7e8;
	width: 620px;
	font-size: .7em;
	padding-top: 1em;
}

.entry-meta{
	background-color:#e6e7e8;
	padding: 10px;
	margin:25px 0 0 0;
	border: solid 1px #666;
	font-size: .7em;
	line-height: 1.5em;
}

.entry-date{
	font-size: .7em;
	margin: 0 0 20px;
}

.archive-meta{
	font-size: .9em;
	margin-top: -.5em;
	margin-bottom: -1em;
}
.archive-meta p{
	padding: 0;
	font-style: italic;
}

/*
=navigation
---------------------------------------------------------------------------------------*/
#header h1 a{
	display: block;
	width: 100%;
	height: 100%;
}
#menu ul{
	padding-bottom: 2px;
	padding-left: 20px;
	height: 38px;
}
#menu ul ul{
	padding-left: 0;
}
#menu ul li{
	position: relative;
}
#menu ul li, #footer-menu ul li{
	float: left;
	margin-right: 10px;
}
#menu ul li ul{
	width: 150px;
	position: absolute;
	top: 36px;
	left: 0;
	height: auto;
	display: none;
	background-color: #006;
	z-index: 10;
	border: solid 2px #33C;
	border-top-style: none;
	padding: 0;
	margin: 0;
}
#menu ul li:hover ul{ display: block; }
#menu ul li ul li{
	display: block;
	float: none;
	margin: 0;
}
#menu ul li ul li a{
	display: block;
	padding: 5px;
	border-top: solid 1px #F66;
}
#menu ul li a{
	display: block;
	padding: 10px 10px 3px;
	height: 26px;
	line-height: 1.8em;
}
/* #menu link styles
---------------------------------------------------------------------------------------*/
#menu a:link, #menu a:visited{
	color: #333;
}
#menu a:focus {
	color: #333;
}
#menu a:hover, #menu a:active, .subhover{
	color: #F00;
}
#menu .current_page_item a, #menu .current_page_parent a, #menu .current-cat a{
	background: #e6e7e8;
}
#menu .current_page_item a:hover{
	background: #e6e7e8;
}
#menu .current_page_item ul li a{
	background: none left top repeat-x #e6e7e8;
}
/* drop down links
---------------------------------------------------------------------------------------*/
#menu .current_page_item ul li a:hover,
#menu li ul .current_page_item a,
#menu li ul .current_page_item a:hover,
#menu .current_page_parent ul li a {
	background: none left top repeat-x #e6e7e8;
}
#menu ul li ul li a:hover, #menu ul li .active{
	color: #8a7a67;
	background-color: #e6e7e8;
}
/* home feature navigation
---------------------------------------------------------------------------------------*/
#wrapper .feature-nav{
	border-left: solid 1px #ddd;
	padding: 0;
	margin: 0 0 2em;
}
.feature-nav li{
	width:480px;
}
.feature-nav li a{
	background: url(images/wwnlarge.gif) 10px center no-repeat #939598;
	color: #939598;
	font-size:1em;
	display: block;
	padding: .7em .7em .7em 50px;
	border-top: solid 1px #ddd;
	border-bottom-style: none;
}
.feature-nav li a strong{
	color: #333;
	font-size: 1.3em;
	margin-right: 10px;
}
.feature-nav li a:hover{
	background-color: #FFF;
}
.feature-nav li a:hover strong{
	color: #F00;
}
/* sidebar links */
.sidebar a:link, .sidebar a:visited{
	color: #ffc8ca;
}
.sidebar a:focus {
	color: #ffc8ca;
}
.sidebar a:hover, .sidebar a:active{
	background-color: #D31A18;
	color: white;
}
.sidebar .ngg_images a:hover, .sidebar .ngg_images a:active {background-color: transparent;}

 /* 5f0e12 */
/* search links
---------------------------------------------------------------------------------------*/
.sidebar #search a:link, .sidebar #search a:visited, #search ul{
	color: #F00;
}
.sidebar #search a:focus {
	color: #F00;
}
.sidebar #search a:hover, .sidebar #search a:active{
	background-color: transparent;
	color: white;
}

/* sidebar head links
---------------------------------------------------------------------------------------*/
#wrapper .sidebar h3 a:link, #wrapper .sidebar h3 a:visited{
	color: inherit;
}
#wrapper .sidebar h3 a:focus {
	color: inherit;
}
#wrapper .sidebar h3 a:hover, #wrapper .sidebar h3 a:active{
	background-color: transparent;
	color: #E51B24;
}
#wrapper .sidebar h3 a{font-size: inherit; border-bottom: solid 1px #EBE9E5;}

.sidebar h3 a small{display: none;}
.sidebar h3 a:hover small {display: block; position:absolute; left: 20px;}

#footer a:link, #footer a:visited{
	color: #DCD0C2;
}
#footer a:focus {
	color: #DCD0C2;
}
#footer a:hover, #footer a:active{
	color: white;
}
#footer-menu{
	width: 620px;
	border-bottom: dotted 1px #DCD0C2;
	padding-bottom: .5em;
	font-size: .9em;
}
/* #footer-menu link styles
---------------------------------------------------------------------------------------*/
#footer-menu a{padding: 10px 3px 0 3px;}
#footer-menu a:link, #footer-menu a:visited{
	color: #DCD0C2;
}
#footer-menu a:focus {
	color: #DCD0C2;
}
#footer-menu a:hover, #footer-menu a:active{
	color: white;
}
#footer-menu .current_page_item a, #footer-menu .current_page_parent a, #footer-menu .current-cat a{
	color: white;
}
#footer-menu .current_page_item a:hover{
	color: white;
}
.navigation {
	overflow: hidden;
	padding: 1em 0;
	width: 620px;
	display: block;
	font-size: .8em;
	line-height: 1.7em;
}
.navigation .nav-previous {float: left; width: 45%;}
.navigation .nav-next {float: right; width: 45%; text-align: right;}

/* page navi
---------------------------------------------------------------------------------------*/
#wrapper .wp-pagenavi{
	padding: 1em 0;
}
#wrapper .wp-pagenavi .pages{
	border-style: none;
	color: #8a7a67;
}
#wrapper .wp-pagenavi .current{
	color: #888;
	border-color: #BBB;
}
#wrapper .wp-pagenavi a{
	color: #8a7a67;
	background-color: #f9f7f2;
	border-color: #8a7a67;
}
#wrapper .wp-pagenavi a:hover{
	background-color: #8A7A67;
	color: white;
}
/*
=images
---------------------------------------------------------------------------------------*/
#content img {
	background-color:#EBE9E5;
	border:1px solid #C4B19A;
	margin:0 15px 5px 0;
	padding:3px;
}
#content .tag-events img{
border:none;
background-color:#FFF;
margin:auto;
}
.pageid-11 #content .alignleft{
	margin:0 20px 5px 0;
}

#content a:hover img{
	border-color: #E51B24;
}
.alignright,img.alignright {
float:right;
margin:1em 0 0 1em;
}
.alignleft,img.alignleft {
float:left;
margin:0 .5em 0 0;
}
.aligncenter,img.aligncenter {
display:block;
margin:1em auto;
text-align:center;
}
.sidebar .ngg_images{
	padding-bottom: 0;
}
.ngg-galleryoverview {padding-bottom: 1.5em;}
.ngg-gallery-thumbnail-box{
	padding-bottom: 10px;
}
#wrapper .ngg-widget{
	padding-left: 20px;
}
#wrapper .sidebar img{
	margin: 0 20px 20px 0;
	padding: 0;
	background-color: transparent;
	border:3px solid #B3151C;
}
#wrapper .post .post_thumbnail{
	float: left;
	margin: 25px 20px 25px 0;
	width: 250px;
}
/*
=Comments
--------------------------------------------------------------------------------------------------*/
.comment, #commentform {
	margin-left: 20px;
}
#comments-list li{
	margin: 0;
	padding: 10px;
	border-top: solid 1px #beb2a5;
	position: relative;
}
#comments-list .alt{
	background-color:#e6e7e8;
	margin: 0;
}
#comments-list .comment-meta{
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: .8em;
}
#comments-list .comment .comment-author span{
	position: absolute;
	top: 10px;
	font-size: 1.1em;
}
.comment .n{
	line-height: 35px;
	margin-left: 5px;
}
/*
=forms
---------------------------------------------------------------------------------------*/
form .form-wrapper {position: relative;}
#commentform{margin-left: 0;}
form .form-primary{
	width: 49%;
}
form .form-secondary{
	position: absolute;
	right: 0;
	top: 0;
	width: 49%;
}
.loggedin #commentform .form-secondary{
	position: relative;
}
legend {}
fieldset {}

input, select, textarea{
	font-family: Arial, Helvetica, san-serif;
	font-size: 12px;
	padding: 4px;
	border: solid 1px #a41903;
	margin-bottom:10px;
	margin-left:24px;
}
input:hover , select:hover, textarea:hover { border: solid 1px #333; }
input:focus , select:focus, textarea:focus { border: solid 1px #333; }

#content input, #content select,#content textarea{
	border-color: #CCC;
}
#content input:hover , #content select:hover, #content textarea:hover { border: solid 1px #333; }
#content input:focus , #content select:focus, #content textarea:focus { border: solid 1px #333; }

input{}
select{}
textarea{}

#wrapper #content .button {
	border: solid 1px #333;
	background:#F00;
	color: white;
	letter-spacing: .05em;
	cursor: pointer;
	clear: both;
	display: block;
	margin-top: 2em;
}
#wrapper #content .button:hover{
	background: #333;
}

#searchbtn {
  width: 64px;
  height: 26px;
  border: 0;
  background: transparent url('images/search.gif') no-repeat left top;
  text-indent: -1000em;
  cursor: pointer;
}
#searchbtn:hover {
	background: transparent url('images/search.gif') no-repeat right top;
}
/* tabs
---------------------------------------------------------------------------------------*/
#tabs-container .tabs-nav{
	/* border-bottom: solid 1px #CCC; */
	border-bottom: 5px solid #EBE9E5;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0 0 0 10px;
	margin-bottom: 1em;
}
#tabs-container .tabs-nav li{
	display: block;
	float: left;
	border: solid 1px #CCC;
	background-color: white;
	margin: 0 10px -1px 0;
	border-bottom-color: white;
	z-index: 10;
}
#tabs-container .tabs-nav li a{
	padding: 2px 10px;
	display: block;
	border-style: none;
	font-size: .9em;
}
#tabs-container h6{margin-bottom: 1em; font-weight: bold;}
#tabs-container .tabs-nav li a:hover, #tabs-container .tabs-nav .current-tab a{
	/* background-color: #8A7A67; */
	background-color: #EBE9E5;
}

/*
=404 all
---------------------------------------------------------------------------------------*/
.four04{ background-image: none; background-color: #e51b24; text-align: left; color: white; }
.four04 #wrapper{width: auto;margin: 0;}
.four04 #content { font-weight: normal; }
.four04 #content{ width: 292px; }
.four04 h1{ text-indent: -999em; overflow: hidden; background:url(images/wwn.gif) left top no-repeat transparent;
	width: 292px; height: 45px; display: block; margin-top: 100px }
.four04 h2 { font-size: 1.3em; margin: 2em 0 1em; }
.four04 p { line-height: 1.5em; font-size: .8em; }
.four04 #content ul, .four04 #content ul ul{
	margin: 0 0 0 10px;
	padding: 0;
}
.four04 #content h3{margin: 1.5em 0 .5em 0;}
.four04 #wrapper #content ul ul { margin: 0 0 0 10px; }
.four04 #wrapper #content ul li{padding-bottom: .5em; list-style: disc;}
.four04 #wrapper #content ul ul li {padding-bottom: 0; list-style-type: circle;}
.four04 a{text-decoration: none; border-style: none;}
.four04 a:link, .four04 a:visited{
	color: #ffc8ca;
}
.four04 a:focus {
	color: #ffc8ca;
}
.four04 a:hover, .four04 a:active{
	background-color: #D31A18;
	color: white;
}
.four04 form{margin-top: 1.5em;}


/*
=toolbox
---------------------------------------------------------------------------------------*/
.left { float: left; }
.right { float: right; }

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}
/* General
---------------------------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}

a {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #F00;
	text-decoration: underline;
}
img {
	border: #F00 solid 1px;
}

.separator {
	color: #e6e7e8;
	margin: 0 5px;
}

.clear {
	clear: both;
	font-size: 0;
	height: 0;
}

.meta-sep {
	color: #CCCCCC;
	margin: 0 5px;
}

.floater-left {
	float: left;
}

.floater-right {
	float: right;
}

#menu ul {
	font-weight:600;
	display: inline; /* Added to fix the double margin in IE6 */
	list-style: none;
}

#menu ul li {
	display: inline; /* Added to fix the double margin in IE6 */
	margin-left: 6px;
	padding: 15px 10px;
}

#blog-title {
	font-size: 250%;
	font-weight: normal;
	margin: 40px 0 0 20px;
}

#blog-title a {
	color:#333333;
}

#blog-description {
	font-size: 120%;
	font-weight: normal;
	margin: 0 0 0 20px;
}

/* Content
---------------------------------------------------------------------------------------*/
.page-title {
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 160%;
}

.post {
	margin-bottom: 50px;
clear:both;

}
.more-link {
	display: block;
	margin: 10px 0 0 0;
}
#content p{
padding-bottom:20px;
}

