/* table */
.fancyTable
{
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
}

.fancyTable table
{
	box-shadow: 5px 5px 5px #888888;
	border: 1px solid #000000;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

.fancyTable tr:last-child td:last-child
{
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.fancyTable table tr:first-child td:first-child
{
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
}

.fancyTable table tr:first-child td:last-child
{
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
}

.fancyTable tr:last-child td:first-child
{
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

.fancyTable tr:hover td { }
.fancyTable tr:nth-child(odd) { background-color: #EBF2FF; }
.fancyTable tr:nth-child(even) { background-color: #ffffff; }

.fancyTable td
{
	vertical-align: middle;
	border: 1px solid #000000;
	border-width: 0px 1px 1px 0px;
	text-align: left;
	padding: 7px;
	font-size: 10px;
	font-family: Arial;
	font-weight: normal;
	color: #000000;
}

.fancyTable tr:last-child td { border-width: 0px 1px 0px 0px; }
.fancyTable tr td:last-child { border-width: 0px 0px 1px 0px; }
.fancyTable tr:last-child td:last-child { border-width: 0px 0px 0px 0px; }

.fancyTable tr:first-child td
{
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#022a30", endColorstr="#004444");
	background: -o-linear-gradient(top,#022a30,004444);
	background-color: #022a30;
	border: 0px solid #000000;
	text-align: center;
	border-width: 0px 0px 1px 1px;
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
	color: #ffffff;
}

.fancyTable tr:first-child:hover td
{
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#022a30", endColorstr="#004444");
	background: -o-linear-gradient(top,#022a30,004444);
	background-color: #022a30;
}

.fancyTable tr:first-child td:first-child { border-width: 0px 0px 1px 0px; }
.fancyTable tr:first-child td:last-child { border-width: 0px 0px 1px 1px; }
.nowrap { white-space: nowrap; }

.wordwrap
{
	word-wrap: break-word;
	/* Internet Explorer 5.5+ */
}

.codePadding
{
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

* {
	padding:0; margin:0
}

.clear {clear: both;}

html {
	min-height: 100%;
	min-width: 944px;
	background-color: #B7D0FF;
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.2, #ffffff),
		color-stop(0.98, #B7D0FF)
	);
	background-image: -moz-linear-gradient(
    	center bottom,
  	  	#ffffff 2%,
    	#B7D0FF  98%
	);
}

ul { list-style: none; }
a:link, a:active, a:visited { color: #60762f; }
a:hover { color: #000; }

body
{
	font: 12px Verdana, Geneva, sans-serif;
	color: #302a24;
	display: block;
	height: 100%;
	width: 100%;
}

#wrap
{
	width: 95%;
	margin: auto;
}

#ribbon { height: 145px; }

#nav
{
	height: 30px;
	float: left;
}

#homeheader { height: 285px; }

h1#logo
{
	font: bold 46px Georgia, "Times New Roman", Times, serif;
	display: block;
	padding: 46px 0 0 20px;
	color: #60762f;
	float: left;
	letter-spacing: -2px;
}

#logo .desc
{
	font: normal 14px "Trebuchet MS", Arial, Helvetica, sans-serif!important;
	color: #000;
	display: block!important;
	letter-spacing: 6px;
	text-transform: uppercase;
	text-align: center;
}

#contentAd
{
	position: relative;
	width: 475px;
	margin: auto;
	padding-top: 10px;
}

h1#logo .black
{
	font-style: italic;
	color: #302a24;
}

#logo a
{
	color: #006666;
	text-decoration: none;
}

#logo a .black
{
	color: #302a24;
	text-decoration: none;
}

#logo a:hover { color: #302a24; }
#logo a:hover .black { color: #006666; }
h1 a, h2 a, h3 a, h4 a { text-decoration: none; }
h1 a:visited, h2 a:visited, h3 a:visited { text-decoration: none; }

#intro
{
	width: 45%;
	float: right;
	padding: 55px 10px 0 35px;
	height: 90px;
}

#intro p
{
	font: 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 18px;
	display: block;
	float: left;
}

.bracket-end
{
	float: right;
	height: 135px;
	width: 30px;
}

#nav ul
{
	list-style: none;
	display: block;
	padding-left: 20px;
}

#nav li
{
	display: inline;
	font: bold 22px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

#nav a
{
	display: block;
	height: 30px;
	float: left;
	margin-right: 1px;
	text-decoration: none;
}

#nav a:active, #nav:visited
{
	text-decoration: none;
}

#nav a span
{
	display: block;
	height: 25px;
	margin-right: 6px;
	padding: 0px 26px 0 0px;
}

#nav a:hover
{
	text-decoration: none;
}

#nav .current a
{
	color: #fff;
	text-decoration: none;
}

#homeheader #left-column
{
	width: 450px;
	float: left;
	padding: 25px 10px 0 20px;
}

#homeheader #right-column
{
	width: 400px;
	float: right;
	padding: 25px 20px 0 10px;
}

#homeheader #right-column h2
{
	display: block;
	color: #fff;
	font: bold 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 9px 0 0 3px;
	margin-bottom: 20px;
}

#homeheader #left-column h2
{
	font: normal 24px Georgia, "Times New Roman", Times, serif;
	color: #FFC;
	margin-bottom: 14px;
}

#homeheader #left-column p
{
	font: 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
	line-height: 22px;
}

#homeheader #left-column .learnmore a
{
	display: block;
	width: 132px;
	height: 26px;
	padding-top: 3px;
	float: left;
	margin: 18px 5px 0 0;
	font: bold 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #2D2522;
	text-align: center;
}

.learnmore a:visited, .learnmore a:active
{
	color: #2D2522;
	text-decoration: none;
}

#homeheader #left-column .learnmore a:hover { color: #52630C; }
#portfolio li .imgholder { float: right; }

#portfolio li .txtholder
{
	width: 190px;
	float: left;
}

#portfolio h3
{
	font: bold 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
	margin-bottom: 16px;
}

.txtholder p
{
	line-height: 16px;
	font: 12px Verdana, Geneva, sans-serif;
	color: #D2E1C6;
	margin-bottom: 16px;
}

span.button-small a
{
	display: block;
	float: left;
	height: 22px;
	padding-top: 3px;
	width: 89px;
	margin-right: 5px;
	text-transform: uppercase;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
}

#contents {/* padding: 5px 0 10px 0; */display: flex;flex-direction: row;flex-wrap: wrap;/* padding: 50px; */width: 100%;}

#col1
{
	width: 300px;
	float: left;
	padding: 5px 5px 5px 10px;
}

#col2
{
	width: 300px;
	float: right;
	padding: 5px 10px 5px 5px;
}

#col3
{
	margin-left: 325px;
	margin-right: 325px;
	padding: 5px 0 5px 0;
}

#contents h2
{
	font: normal 22px Georgia, "Times New Roman", Times, serif;
	color: #60762f;
	margin-bottom: 12px;
}

#contents img { max-width: 100%; }

#contents .screenshot
{
	max-width: 80%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3px;
	margin-bottom: 30px;
}

.twoColumn
{
	max-width: 40% !important;
	margin: 10px;
	vertical-align: middle;
}

#contents p
{
	line-height: 18px;
	margin-bottom: 18px;
}

#contents #left
{
	/* width: 69%; */
	/* float: left; */
	/* padding: 10px 0px 10px 0px; */
	display: flex;
	flex-direction: column;
	flex-basis: 100%;
	flex: 3;
	padding: 5px;
}

#contents #sidebar
{
	/* width: 24%; */
	/* float: right; */
	background-color: #f7faff;
	border-radius: 5px;
	/* margin: 10px 0 10px 0; */
	padding: 10px;
	display: flex;
	flex-direction: column;
	flex-basis: 280px;
	/* flex: 1; */
	margin: 5px;
	flex-shrink: 0;
	/* flex-grow: 1; */
	/* flex-shrink: 1; */
	/* flex-grow: 0; */
	/* flex-basis: 100%; */
}

.devider
{
	height: 17px;
	clear: both;
	margin-bottom: 10px;
}

.post
{
	background-color: #f7faff;
	border-radius: 5px;
	margin-bottom: 15px;
	padding: 20px;
}

.alignleft { float: left; }
.alignright { float: right; }

img.indexImage
{
	float: left;
	padding: 30px 10px 30px 0px;
}

img.alignleft { margin-right: 10px; }
img.alignright { margin-left: 10px; }
#sidebar .menu { padding-left: 5px; }

/*
#sidebar ul {display:block; list-style:none;}
#sidebar #menu li {margin-bottom:1px; height:28px; display:block; border-bottom: dashed 1px #9E8A85}
#sidebar #menu li a {display:block; height:22px; padding:4px 5px 0 28px; background:url(images/sidebarbullet1.gif) left top no-repeat; font: bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif; color: #403522; text-decoration:none;}
#sidebar #menu li a:visited, #sidebar #menu li a:active {display:block; height:22px; padding:4px 5px 0 28px; background:url(images/sidebarbullet1.gif) left top no-repeat; font: bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif; color: #403522; text-decoration:none;}
#sidebar #menu li a:hover { background:url(images/sidebarbullet2.gif) no-repeat; color:#728b3a; text-decoration:none;}*/

#footer
{
	padding: 10px;
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #006666;
}

#footer a
{
	color: #000;
	text-decoration: none;
}

#footer a:hover { color: #60762f; }

#footer #container
{
	/* width: 930px; */
	margin: auto;
	text-align: center;
}

#footer p
{
	display: block;
	padding: 10px 0 10px 0;
}

#footer .left
{
	width: 65%;
	float: left;
}

#header
{
	background-color: #006666;
	border-style: solid;
	border-radius: 10px;
	border-color: black;
	border-width: 2px;
	height: 41px;
	display: none;
}

#breadcrumb
{
	padding: 5px 100px 0 20px;
	font: bold 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #b1ca76;
	text-transform: uppercase;
}

#breadcrumb a
{
	color: #b1ca76;
	text-decoration: none;
}

#breadcrumb a:visited, #breadcrumb a:active
{
	color: #b1ca76;
	text-decoration: none;
}

#breadcrumb a:hover
{
	color: #dcf1ac;
	text-decoration: none;
}

.postinfo
{
	display: block;
	font-size: 11px;
	color: #999;
}

.postbottom
{
	height: 16px;
	padding: 2px;
	border-bottom: solid 1px #c9bfab;
	margin-bottom: 10px;
}

.post h3, .post h4
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #344332;
}

.post h3 { font-size: 18px; }
.post h4 { font-size: 16px; }

blockquote
{
	margin-left: 25px;
	display: block;
	padding: 5px;
	border-bottom: solid 1px #ccc;
	border-top: solid 1px #ccc;
	margin-bottom: 18px;
}

blockquote p { margin-bottom: 0!important; }

blockquote.extract
{
	float: right;
	width: 200px;
	margin-left: 10px;
	margin-bottom: 5px;
	background: #ffe;
	padding-left: 15px;
	font: normal 16px Georgia, "Times New Roman", Times, serif;
}

.post ul { margin-bottom: 18px; }

.post ul li
{
	display: block;
	padding: 5px 5px 5px 20px;
	border-bottom: dashed 1px #ccc;
}

ul.list-posts li
{
	display: block;
	padding: 5px 3px 5px 28px;
	margin-bottom: 5px;
	border-bottom: dashed 1px #ccc;
}

.list-posts li a
{
	color: #000;
	text-decoration: none;
}

.list-posts li a:visited
{
	color: #000;
	text-decoration: none;
}

.list-posts li a:active
{
	color: #000;
	text-decoration: none;
}

.list-posts li a:hover { text-decoration: underline; }
#sidebar ul { margin-bottom: 18px; }
.form { margin: 10px 25px 10px 50px; }

.form .text
{
	display: block;
	border: 1px solid #666666;
	background: #efefef;
	width: 250px;
	padding: 5px;
	font-size: 14px;
	color: #000000;
}

.form label
{
	display: block;
	margin-bottom: 3px;
	margin-top: 10px;
}

.form .text:hover
{
	background: #FFFFFF;
	border: solid 1px #000000;
}

.form .text:focus
{
	background: #efefef;
	border: 1px solid #669900;
}

.form .button
{
	display: block;
	border: 1px solid #666666;
	background: #efefef;
	padding: 5px 10px 5px 10px;
	margin: 10px 0px 10px 0px;
}

.form .button:hover
{
	display: block;
	border: 1px solid #666666;
	background: #ffffff;
	padding: 5px 10px 5px 10px;
	margin: 10px 0px 10px 0px;
}

.contentTitle
{
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #006666;
}

.contentSubTitle
{
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #006666;
}

.contentCaption
{
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 9px;
	color: #FF0000;
	font-variant: small-caps;
	text-transform: capitalize;
}

#searchbox
{
	width: 230px;
	float: left;
}

#sm ul
{
	padding-right: 0px;
	float: right;
}

#sm li
{
	display: inline;
	list-style-type: none;
	padding-right: 10px;
}

.menuContentBold
{
	text-transform: uppercase;
	font-weight: bold;
	font-style: normal;
	color: #006666;
}

.figure { padding: 0px 10px 0px 10px; }

.fbcomment
{
	text-align: center;
	margin-top: 25px;
}

.container
{
	width: 100%;
	height: 100%;
	margin: 0 auto;
	text-align: center;
}

.container img.wide
{
	max-width: 100%;
	max-height: 100%;
	height: auto;
}

.container img.halfWide
{
	max-width: 50%;
	max-height: 100%;
	height: auto;
}

.container img.tall
{
	max-height: 100%;
	max-width: 100%;
	width: auto;
}



@media only screen and (max-width: 944px) {
	#contents #sidebar p {
		columns: 2 300px;
	}

  #contents div#sidebar {
  	flex-basis:95%;
  }
  
  div#intro {
    width: inherit;
    padding: 15px 15px 0px 15px;
  }
  
  div#nav {
    padding-top: 10px;
  }
  
  div.bracket-end {
    height: 0px;
  }  


  html {
  	min-width:100%;
  }
}

@media only screen and (max-width: 460px) {
  div#nav li {
    font-size: 16px;
  }
}


@media only screen and (max-width: 320px) {
  div#nav li {
    font-size: 14px;
  }
  
  div#nav li span {
    padding-right: 13px;
  }
  
  html {
  	min-width: 320px;
  }
}
