/* 
   css Copyright (c) 2010 Sandvox Web Designs (http://www.sandvoxwebdesigns.com)
   NOTE: Sandvox Web Designs is a third party design developer and are not owned or operated by Karelia Software. Sandvox Web Designs uses the name "Sandvox" with permission from Karelia Software
   All associated graphics belong to their respective owners 
        and are licensed separately. 
*/

/* @group Global */

h2 {
	font-size: 150%;
	margin: 0.33333333em 8px;
	color: #050505;
}

h4, h5, h6 {
	font-size: 125%;
	margin: 0.6em 0em 0.5em 0em;
	color: #666;
}

h5, h6 {
	font-size: 100%;
}

ul, ol, dd {
	padding-left:20px;
}

ul {
	list-style-type: disc;
	margin-left: 14px;
}

* { 
	margin:0px;
	padding:0px;
	line-height: 160%;
}

body { /* as recommended in CSS guide */
	background: #fdfcf9 url(pagetop.png) repeat-x left top;
	color:#111;
	word-wrap:break-word;
	font: 76% "Lucida Grande", Lucida, Verdana, sans-serif;
}

blockquote {
	padding: 7px;
	border-left: 10px solid #a4a4a4;
	margin: 7px 40px;
	color: #616161;
	font: italic bold 1.1em/1.3em Arial, Helvetica, Geneva, sans-serif;
}
.pagelet blockquote{
	color: #616161;
	padding: 7px;
	width: 218px;
	margin: 7px 8px 10px;
	border-left-width: 6px;
	font: italic bold 1em/1.3em Arial, Helvetica, Geneva, sans-serif;
}


img {
	border:0px #000 none;
}

a {
	color: #2c61b1;
	text-decoration: none;
}

a:visited {
	color: #1b417b;
}
a:hover {
	color: #3069c1;
}
a:active {
	color: #1b417b;
}

/* @end */

/* @group Miscelaneous */

#extraDiv1 {
	width: 100%;
}
#extraDiv2{
	width: 100%;
}
#extraDiv3{
	width: 100%;
}
#extraDiv4{
	width: 100%;
}

#extraDiv5{
	width: 100%;
}

#extraDiv6{
	width: 100%;
}

/* @end */

/* @group Photo Page & Grid Index */

/* @group Photo Navigation */

.photo-navigation {
	position:relative;
    height: 35px;
    width:200px;
    margin:8px auto 8px auto;
}

.photo-navigation div {
	width:49px;
	height:38px;
	position: absolute;
    text-indent: -5000em;
}

.photo-navigation a {
	border-bottom:none;
	display:block;
	width:100%;
	height:100%;
}

#previous-photo	{
    background: url(prev-off.png)		no-repeat;
    left: 46px;
}
#previous-photo a {
    background: url(prev-on.png)		no-repeat;
}

#next-photo {
    background: url(next-off.png)		no-repeat;
    left: 122px; 
}
#next-photo a {
    background: url(next-on.png)		no-repeat;
}

#photo-list {
    background: url(list-off.png)		no-repeat;
    left: 83px;
}
#photo-list a {
    background: url(list-on.png)		no-repeat;
}


/* @end */
.photogrid-index {
    text-align: center;
    margin: auto;
    overflow: hidden; /* for IE 5 Mac */
	height:1%;
	clear: left;
	float: right;
}

.photogrid-index a {
	text-decoration:none;
	padding:1px 3px;
	color: #202020;
}
.photogrid-index h3 a:hover {
	text-decoration: none;
	font-weight: bold;
}

.gridItem {
    float: left;
    position:relative;
    width:142px;
    height:180px;	/* room for caption */
	margin:5px 4px;
    padding-top: 10px;
    color:inherit;
    overflow: hidden;
}

body.allow-sidebar .gridItem {
	width: 160px;
}

.gridItem h3 {
    font-weight: normal;
    font-size: 100%;
    line-height: 130%;
	color: #2f2f2e;
    margin: 4px 7px 0px 5px;
	padding: 0px 2px;
    position:absolute;
	top: 140px; /* needs to leave 38px from the bottom of the gridItem */
	width: 128px;
}

body.allow-sidebar .gridItem h3 {
	width:136px;
	margin: 4px 11px 0px 11px; 
}

.gridItem img {
    border: 1px solid #3b0700;
    margin: auto;
    display:block;
    position: absolute;
    top: 0;
    bottom: 40px;
    right: 0;
    left: 0;
}

* html .gridItem img {
	position: relative;
	top:0px;
}

* html .gridItem h3 {
	position: relative;
	top: 0px;
}



/* @end */

/* @group Sidebar, Pagelets, Callouts */

body.no-sidebar #page-content {
	width: 1000px;
}

.callout {
	width:280px;
	float:left;
	margin: 0px 10px 0px 0px ;
	border-right: 1px solid #eee;
	font-size: .9em;
	padding-right: 7px;
	position: relative;
}

body.allow-sidebar #main {
	margin-right:295px;
}


#sidebar {
	width:280px;
	float:right;
	border-left: 1px #eee solid;
	font-size: .98em;
}

.pagelet h4 {
	margin-top:0px;
	text-align: center;
	color: #2a2a2a;
}

.pagelet {
	margin-top:1.5em;
	overflow:hidden;
	padding: 0px 12px;
}

.pagelet.i1 {
	margin-top:0px;
}

.pagelet.bordered {
	background: #f1f4f4;
	padding: 12px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	margin-left: 12px;
	margin-right: 14px;
}

.pagelet p {
	margin-bottom: 0.8em;
}

/* @end */

/* @group PageHeader & Title */

#title {
	overflow:auto;
	text-align: left;
	margin: 0px auto;
	width: 1000px;
}

#title h1 {
	font-size: 240%;
	margin-right: 12px;
	margin-top: 30px;
	margin-left: 20px;
	color: #050505;
}

#title h1 a {
	text-decoration:none;
	color: #050505;
} 

#title p {
	font-style: italic;
	color: #000;
	font-size: 130%;
	margin: 0em 5px 1.5px 20px;
}

#title img {
	float: right;
}

body.has-custom-banner #title img {
	margin:16px;	
}
body.has-custom-banner #title {
	
	height:160px;
	overflow: hidden;
}

body.has-custom-banner #title h1 {
	color: #020202;
}

body.has-custom-banner #title p {
	color: #000;
}



/* @end */

/* @group Layout */

.article-thumbnail {
	padding: 3px 8px 0px 0px;
	float:left;
}
#index .article {
	clear:left;
}

#page-content {
	width:1000px;
	position: relative;
	margin: 60px auto 0px;
	font-size: 1.1em;
}



/* @end */

/* @group Page  Bottom */

#page-bottom {
	margin:2em 0px 0px 0px;
	padding-bottom: 2px;
	line-height:1.4em;
	font-style: italic;
	text-align: center;
}

#page-bottom-contents a{

}

#page-bottom-contents a:hover{

}

#page-bottom-contents{
	color: #000;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	font-size: .9em;
	clear: both;
	margin-bottom: 20px;
	padding: 30px 10px 20px;
}

body.allow-sidebar #page-bottom {
}



/* @end */

/* @group Site Menu */

#sitemenu-container {
	display: block; height: 35px;
	position: absolute;
	top: 147px;
	padding-top: 0;
	padding-bottom: 0;
	width: 1000px;
	margin-right: auto;
	margin-top: 0;
	margin-left: -1px;
	background: url(nav.png) repeat-x;
	border-right: 1px solid #c6c4aa;
	border-left: 1px solid #c6c4aa;
	line-height: 35px;
}

#sitemenu {
	display:block;
	width: 1000px;
	height: 35px;
	margin-top: 0;
	line-height: 35px;
}

#sitemenu:hover {
	border-color: #b99;
}

#sitemenu ul {
	width: 1000px;
	margin-left: -20px;
}
#sitemenu ul li a span.in{
	line-height: 35px;
}

#sitemenu ul li {
	display: block;
	float: left;
	height: 35px;
	line-height: 35px;
	
	
}

#sitemenu ul a, #sitemenu ul .currentPage .in {
	color: #000000;
	font-weight: bold;
	line-height: 35px;
}
#sitemenu a {
	line-height: 35px;
}
#sitemenu .currentPage .in  {
	color: #000000;
	padding-right: 7px;
	padding-left: 7px;
	line-height: 35px;
	
}

#sitemenu .currentParent in{
	line-height: 35px;
}

#sitemenu a:hover, #sitemenu .currentPage:hover{
	background: #fff url(nav-current.png) repeat-x;
	color: #000000;
	line-height: 35px;
}
#sitemenu .currentPage {
	background: #fff url(nav-current.png) repeat-x;
	color: #000000;
	line-height: 35px;
}
#sitemenu .ancestor {
	background: #fff url(nav-current.png) repeat-x;
	color: #000000;
	line-height: 35px;
}
#sitemenu li a{
	overflow: hidden;
	line-height: 35px;
	color: #fff;
	font-weight: bold;
	display: block;
	_display: inline-block;
	text-decoration: none !important;
	height: 35px;
	padding-right: 8px;
	padding-left: 8px;
	background: url(nav_a.png) repeat-x right;
}
	
	
/* @end */

/* @group Blog */

.article, #index {
	margin:8px;
}

#index .article {
	margin:0px;
}

.article-info {
	clear:left;
	text-align:right;
	color: #4f4f4f;
	font-style: italic;
}

.article p {
	margin-bottom: 0.8em;
}



/* @end */

/* @group Up2Five */

/*Up2five*/
#page-content .Up2five {
	width: 880px;
}
#page-content .Up2five h4{
	text-align: left;
}
.column {
	float: left;
	text-align: left;
}
.one { width: 100%; }
.two { width: 50%; }
.three { width: 33%; }
.four { width: 25%; }
.five { width: 20%; }
.two3rds { width: 66%; }
.three4ths { width: 75%; }
.four5ths { width: 80%; }
.column .content { width: 90%; margin: 0 auto;
}


/* @end */

/* @group Boxes */

 .box h3{
	text-align: center;
	color: #fff;
	width: 100%;
	height: 22px;
	font-size: 1em;
	line-height: 22px;
	background-color: #a2a08c;
}
 .box{
	text-align: left;
	color: #000000;
	border: 1px solid #e9e9e9;
	border-top-style: none;
	padding-bottom: 5px;
	position: relative;
	width: 96%;
	margin-bottom: 10px;
}
.box p{
	padding-right: 5px;
	padding-left: 5px;
}

.box ul{
	
}
.box li {
	margin-left: 2px;
}


.callout .box h3{
	text-align: center;
	color: #fff;
	width: 96%;
	height: 16px;
	line-height: 16px;
	background-color: #a2a08c;
	font-size: .9em;
	margin-left: 0;
}
.callout .box{
	text-align: left;
	color: #000000;
	border: 1px solid #e9e9e9;
	border-top-style: none;
	padding-bottom: 5px;
	position: relative;
	width: 93%;
	margin-bottom: 10px;
	margin-left: 10px;
}
.callout .box p{
	padding-right: 5px;
	padding-left: 5px;
}

.callout .box ul{
	
}
.callout .box li {
	margin-left: 2px;
}
/* @end */

/* @group Color Specific */
/* @end */

/* @group Sandvox Specific */

.clear {clear: both; height: 0;}
#main .clear {clear:left;}
.hidden {display:none;}
img.narrow {float: right; margin: 0em 0em 0.8em 0.8em;}
img.wide {display: block;}
.ImageElement, .VideoElement { text-align:center;}



/* @end */

#page {
	
	font-size: 1em;
}
#page-top {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	height: 147px;
	background-color: #c0bda5;
	border-right: 1px solid #c6c4aa;
	border-left: 1px solid #c6c4aa;
}

#main {
	margin-right: 4px;
	margin-left: 4px;
	font-size: 1.1em;
}

.has-logo #title p span.in {
	width: 700px;
	margin-left: 0;
}
.has-logo #title span.in {
	width: 700px;
}
#logo-container {
	text-align:right;
	float: right;
	margin-right: 10px;
	clear: left;
	width: 200px;
	margin-top: 7px;
}

/* My Comment */

*html #logo-container{
	
}

/* @group Floatouts */

.floatout_img-left {
	float:left;
	margin: 0 12px 10px 0px;
}
.floatout-left {
	width:240px;
	float:left;
	margin: 0px 10px 0px 0px ;
	border: 1px solid #200004;
}
.floatout-left p {
	padding: 7px;
	margin-bottom: 0;
}
.floatout-right {
	width:230px;
	float:right;
	margin: 0px 0 0px 10px;
	border: 1px solid #200004;
}

.floatout-right p {
	padding: 7px;
	margin-bottom: 0;
}

/* @end */
.article h3 span.in {
	color: #020202;
	font-size: 1.2em;
}
.article h3 {

}
.general-index .article {
	background: #f9fbfb;
	padding: 12px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	margin-right: 14px;
	margin-left: 12px;
}
#index .article {
	margin-bottom: 20px;
}


body.has-custom-banner #page-top { background-image: url("../_Media/sandvox_banner_srh_1000px.jpeg"); }
