/* ----------- Source: sandvox.css ----------- */

/* 
   css Copyright © 2005-2011 Karelia Software. All Rights Reserved.
   css released under Creative Commons License  - http://creativecommons.org/licenses/by-sa/2.5/ 
   All associated graphics belong to their respective owners and are licensed separately. 
*/

/* IE7 hacks */

*:first-child+html .gridItem img {
	position:relative;
	top:0px;
}

*:first-child+html .gridItem h3 {
	position:relative;
	top:0px;
}

/* Navigation arrows */
div.text-navigation { text-align:center; margin-bottom:1em;}
div.text-navigation div { display:inline; margin:0px 0.5em; }
.collection-navigation .disabled-navigation { text-indent:-5000px; }

/* 2.0 wrap compatibility. 2.0-compatible designs can further adjust these if they need */
.wide { display:block; }

.narrow.left {   /* Some designs won't respect without !important */
    float:left!important;
    clear:left;
}
.narrow.right {
    float:right!important;
    clear:right;
}

.wide.left .graphic, img.wide.left { margin-left:0px; margin-right:auto; }
.wide.center .graphic, img.wide.center { margin-left:auto; margin-right:auto; }
.wide.right .graphic, img.wide.right { margin-left:auto; margin-right:0px; }

.ImageElement.left { text-align:left; }
.ImageElement.center { text-align:center; }
.ImageElement.right { text-align:right; }

/* Captions should align themselves with the graphic */
.graphic-container.left .caption { text-align:left; }
.graphic-container.center .caption { text-align:center; }
.graphic-container.right .caption { text-align:right; }

/* Inline iframes need to display as a block to layout right */
.graphic iframe { display:block; }

/* Pagelet photo grids should be generally be auto width (some 1.x designs hardcoded an exact width) */
.pagelet .photogrid-index { width:auto; }

/* For content like amazon which forces white background. Design SHOULD set color for A tag and text color. */
.whiteBackground
{
	background-color:white;
}

.article-info
{
	margin-bottom:1em;
}
 
/* Firefox reduce dotted lines on links */
.photo-navigation a:focus, .replaced a:focus {overflow:hidden;}

/* Disqus correction to prevent overflow scroll bars in some designs */
#dsq-content { overflow:hidden; }
#dsq-content .dsq-auth-header { width: auto!important; }
#dsq-content .dsq-by { margin: 4px 6px 0px 0px; }
#dsq-content .dsq-by a, #dsq-content .dsq-by a:hover { border: 0px none; }
#dsq-content h3 { margin:0px; }

/* ----------- End:    sandvox.css ----------- */

.HTMLElement { overflow:hidden; }

/* ----------- Source: rssbadge.css ----------- */

/* Overall pagelet */
div.rssBadge
{
	margin: 10px;
}

/* Small icon option */
img.smallRSSBadgeIcon { vertical-align:middle; }
img.smallRSSBadgeIconLeft { margin-right:3px; }
img.smallRSSBadgeIconRight { margin-left:3px; }

/* Large icon option */
div.largeRSSBadgeIcon, p.largeRSSBadgeIcon
{
	margin: 0 10px;
	text-align:center !important;
}

img.largeRSSBadgeIcon { margin-bottom: 4px; }
p.largeRSSBadgeIcon { margin: 0; }

/* ----------- End:    rssbadge.css ----------- */

.photogrid-index-bottom { clear:left; }

/* ----------- Source: amazonlist.css ----------- */



/* Div that contains the entire list */
div.amazonList
{
	margin-top: 20px;
	padding: 6px;
	overflow: auto;
}

div.amazonListPlaceholder
{
	width:140px;
	height:200px;
	background:rgba(0,0,0,0.25);
	margin:auto;
	padding:10px;
}

div.amazonListWhiteBackground /* additional items for .whiteBackground */
{
	border: 1px solid #AAA;
	padding: 10px 5px;
}


div.amazonListRow
{
	clear:both;
	margin-bottom: 25px !important;
}



/* Thumbnails */
img.amazonProductThumbnail
{
	margin-bottom: 8px !important;
}

img.amazonProductThumbnailFrame
{
	background-color: white !important;
	padding: 3px !important;
	border: 1px solid #AAA;	/* not so important, design may have its own */
}

img.amazonProductThumbnailNoFrame
{
	padding:0 !important;
	border-style:none !important;
}

p.amazonText {		/* Make sure paragraphs have no top margin or padding so they align with images */
	margin:0 0 6px 0;
	padding:0;
}

/* left, right and alternating layout */
.amazonListLayoutLeft .amazonProductThumbnail, .amazonListLayoutAlt .o .amazonProductThumbnail { float:left; margin-right:8px; }
.amazonListLayoutRight .amazonProductThumbnail, .amazonListLayoutAlt .e .amazonProductThumbnail { float:right; margin-left:8px; }

.amazonListLayoutLeft p.amazonText, .amazonListLayoutAlt .o p.amazonText { text-align:left !important; }
.amazonListLayoutRight p.amazonText, .amazonListLayoutAlt .e p.amazonText { text-align:right !important; }

.amazonListLayoutLeft div.amazonText div.amazonListShowThumbnails, .amazonListLayoutAlt .o div.amazonText div.amazonListShowThumbnails .amazonTextWithThumbnail
{
	margin-left:65px !important;
}
.amazonListLayoutRight div.amazonText div.amazonListShowThumbnails, .amazonListLayoutAlt .e div.amazonText div.amazonListShowThumbnails .amazonTextWithThumbnail
{
	margin-right:65px !important;
}


/* Centered layout */
.amazonListLayoutCenter .amazonListRow { text-align:center; }
.amazonListLayoutCenter p.amazonText { text-align:center !important; }


/* twoup layout */
.amazonListLayoutTwoUp { margin:0 5px !important; }
.amazonListLayoutTwoUp .e { clear:none !important;  }
.amazonListLayoutTwoUp .amazonText { text-align:center; }
.amazonListLayoutTwoUp .amazonListRow
{
	width:50%;
	margin:0 0 10px 0;
	float:left;
	text-align:center;
}
.amazonListLayoutTwoUp p.amazonText
{
	margin-left:4px;
	margin-right:4px;
}

/* Bullets */
li.amazonList { margin: 0 0 8px 0; }
p.amazonListBulletsParagraph
{
	padding:0;
	margin-top: 0px;
	margin-bottom: 0px;
}


/* Enhanced */
div.amazonListLayoutEnhanced, div.amazonListLayoutRandom { text-align:center; }

/* ----------- End:    amazonlist.css ----------- */

/* ----------- Source: ContactElement.css ----------- */

textarea.fullWidth, input.fullWidth, select.fullWidth {
	width:96%;
	margin:4px 0;
}
textarea.fullWidth, select.fullWidth {
	margin: 4px 1px
}

form.contactElement input.submit {
	width:auto;
	display:block;
	margin-left:auto;
	margin-right:2%;
	min-width:50%;
}
form.contactElement th {
	text-align:right;
	font-weight:normal;
	width:25%;
}

.contactError { color:red; font-weight:bold; }

/* Contact Element For IE 7 */
*:first-child+html form.contactElement input.submit {
	padding:0px 10%;
	min-width: 0px;
}

textarea {
    resize: vertical;
}

/* ----------- End:    ContactElement.css ----------- */

/* ----------- Source: main.css ----------- */

/* @override http://donhead.homeip.net/sandvox_DSM/main.css */

/* 
   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"*/ Georgia, 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: #222;
}

.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;
	text-shadow: #000 2px 1px 2px;
	}

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

#title p {
	font-style: italic;	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: #fffeff;
}

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



/* @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 #bcbcbc;
	border-left: 1px solid #bcbcbc;
	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: #232323;
}
 .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: #232323;
	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: left; margin: 0em 0.8em 0.8em 0.8em;
	
	-webkit-box-shadow: 3px 5px 10px #ccc;  
	-moz-box-shadow: 3px 5px 10px #ccc;  
	 box-shadow: 1px 1px 10px #00f;

	-webkit-border-radius: 10px;  
	-moz-border-radius: 10px;  
	 margin:-4px 4px 4px -5px;
	}
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: #bbbcbc;
	border-right: 1px solid #bcbcbc;
	border-left: 1px solid #bcbcbc;
}

#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: url(../_Media/baanner-2.png) no-repeat;
}

/* ----------- End:    main.css ----------- */

.callout-container, .graphic-container { clear:both; }

body.has-custom-banner #page-top { background-image: url("banner.png"); }


