/*

Theme Name: Dynamotive Default
Theme URI: http://www.dynamotive.com/
Description: The default Dynamotive Layout.
Version: 2.0
Author: Nicholas Alexander Kingston
Author URI: http://www.dynamotive.com

*/


/**********************/
/*   Site Structure   */
/**********************/

body {
	font-size: 			62.5%; /* Resets 1em to 10px */
	font-family: 		Helvetica, "Trebuchet MS", Arial, sans-serif;
	background: 		white;
	color: 				#333;
	text-align: 		center;
	margin: 			0px;
}

img a:link,
img a:visited,
img a:hover {
	background: 		none;
	border: 			none;
}

a:link,
a:visited,
a:hover {
	text-decoration:	none;
}

/**********************/
/* Site Options Level */
/**********************/


#site-options {
	font-size: 			1em;
	background:			#333;
	color: 				silver;
	height: 			3em;
}

#site-options-content {
	margin: 			0px auto 0px auto;
	padding: 			5px 5px 5px 5px;
	width: 				980px;
}
	
#site-options a:link, a:visited  {
	color: 				silver;
	text-decoration: 	none;
}

#site-options a:hover {
	color: 				white;
	text-decoration: 	none;
}

.btn-slide {
	float: 				right;
	width: 				100px;
	height: 			23px;
	background: 		url(/assets/img/options.gif) no-repeat;
	margin:				-3px 0px 0px 0px;
}

.btn-slide:hover, .active {
	text-decoration: 	none;
}
	
.selected a {
	text-decoration: 	none;
}

/**********************/
/*        Forms       */
/**********************/

#search {
	float: 				right;
 	width: 				210px;
}

#textbox{
	background: 		#333;
	border: 			1px solid silver;
	color: 				silver;
}

#textbox404{
	width:				500px;
	float:				left;
	background: 		transparent;
	border: 			1px solid silver;
	color: 				#0DB04B;
}

#login {
	float:				left;	
	padding-left: 		15px;
}

#btn{
	background: 		url(/assets/img/btn.gif) no-repeat transparent;
	width: 				45px;
	height: 			20px;
	border: 			none;
}

#btn404{
	background: 		url(/assets/img/btn404.gif) no-repeat transparent;
	width: 				50px;
	height: 			20px;
	border: 			none;
	float:				left;
	margin:				0px 5px 0px 5px;
}

#submit {
	background: 		url(/assets/img/login.gif) no-repeat transparent;
	width: 				40px;
	height: 			18px;
	border: 			none;
}

/**********************/
/*       Header       */
/**********************/

#header {
	border-top: 		3px solid white;
	border-left: 		1px solid silver;
	border-right: 		1px solid silver;
	background: 		url(/assets/img/header.gif) repeat-x;
}

#header-content {
	position:			relative;
	width: 				980px;
	height: 			100px;
	margin: 			0px auto 0px auto;
	background: 		url(/assets/img/header.gif) repeat-x;
}

#headerimg 	{
	float:				left;
	margin: 			20px 10px 0px 0px;
	border: 			none;
}

#tagline {
	text-align:			right;
	font-size: 			1.6em;
	font-weight: 		normal;
	color: 				#666;
	padding: 			35px 0px 5px 5px;
}

.yellow {
	font-weight: 		bold;
	color:				#F9A61C;
}

.green {
	font-weight:	 	bold;
	color: 				#0DB04B;
}

/**********************/
/*     Navigation     */
/**********************/

#navigation {
	margin-top: 		-10px;
	float: 				right;
}

#navigation ul li{
	list-style: 		none;
	float: 				right;
}

#navigation ul li a:link,
#navigation ul li a:visited {
	height: 			20px;
	font-size: 			1.4em;
	text-decoration: 	none;
	color: 				#666;
	padding: 			0px 15px 0px 15px;
	border-right: 		1px solid transparent;
	border-left: 		1px solid transparent;
}

#navigation ul li a:hover,
#navigation ul li a:active,
#navigation ul li.current_page_item a:link,
#navigation ul li.current_page_item a:visited {
	color: 				#0DB04B;
	text-decoration: 	none;
}

/**********************/
/*       Slogan       */
/**********************/

#banner-index{
	background: 		url(/assets/img/banner-index.gif) repeat-x;
	height: 			118px;
}

#banner-index-content{
	margin: 			0px auto 0px auto;
	background: 		url(/assets/img/banner-index-content.jpg) no-repeat;
	height: 			99px;
	width: 				980px;
}

#banner{
	background: 		url(/assets/img/banner.gif) repeat-x;
	height: 			70px;
}

#banner-content{
	margin: 			0px auto 0px auto;
	background: 		url(/assets/img/banner-content.gif) no-repeat;
	height: 			51px;
	width: 				980px;
}

#slogan-index{
	display: 			block;
	float: 				left;
	height: 			80px;
	font-size: 			2.4em;
	color: 				white;
	text-align:			left;
	padding: 			35px 0px 0px 15px;
}

#slogan{
	display: 			block;
	float: 				left;
	height: 			30px;
	font-size: 			2em;
	color: 				white;
	text-align:			left;
	padding: 			12px 0px 0px 15px;
}

.reg {
	font-size: 			.5em;
	vertical-align: 	top;
}

#box {
	background: 		white;	
}


/**********************/
/*     INDEX DIVS     */
/**********************/

#content-index {
	margin: 			0px auto 15px auto;
	padding: 			0px 15px 0px 15px;
	width: 				980px;
	height: 			430px;
	background: 		white;
}

#photo-dev /* Photo Block Index */{
	display: 			block;
	height: 			150px;
	background: 		url(/assets/img_files/index/index.jpg) no-repeat center;
}

.index-category {
	float: 				right;
	font-size: 			inherit;
	text-align:			right;
}


/**********************/
/*     NEWS INDEX     */
/**********************/

#news-index{
	float: 				left;
	width: 				320px;
	height: 			275px;
	margin-top: 		10px;
	margin-left: 		15px;
	
}

#news-heading-index{
	background: 		#0DB04B;
	color: 				white;
	display: 			block;
	font-size: 			1.5em;
	height: 			16px;
	padding: 			5px;
	text-align:			left;
	width: 				300px;
	
}

.news-dev-index{
	display: 			block;
	height: 			60px;
	font-size: 			1.2em;
	font-weight:		bold;
	color: 				#0DB04B;
	text-align:			left;
	width: 				290px;
	padding: 			5px 10px 5px 5px;
}

.news-dev-index a:link, 
.news-dev-index a:visited {
	text-decoration: 	none;
	font-weight:		normal;
	color: 				#333;
	font-size: 			1em;
}

.news-dev-index a:hover {
	color: 				#999;
	text-decoration: 	inherit;
}

#more-news{
	float: 				left;
	display: 			block;
	background: 		url(/assets/img/more-news.gif) top right #0DB04B no-repeat;
	height: 			16px;
	width: 				100px;
	text-align: 		left;
	padding: 			3px 5px 1px 5px;
}

#more-news a:link,
#more-news a:visited,
#more-news a:hover {
	text-decoration: 	none;
	color: 				white;
	font-size: 			1.2em;
	font-weight: 		bold;
}

/**********************/
/*    ARTICLE DIVS    */
/**********************/

#articles-index{
	float: 				left;
	width: 				320px;
	height: 			275px;
	margin: 			10px auto 10px auto;
	
}

#articles-heading-index{
	display: 			block;
	background: 		#72BF44;
	height: 			16px;
	font-size: 			1.5em;
	color: 				white;
	text-align:			left;
	width: 				300px;
	padding: 			5px;
}

.articles-dev-index{
	display: 			block;
	background: 		white;
	height: 			60px;
	font-size: 			1.2em;
	font-weight:		normal;
	color: 				#333;
	text-align:			left;
	width:				290px;
	padding: 			5px 10px 5px 5px;
}

.articles-dev-index a:link, 
.articles-dev-index a:visited {
	text-decoration: 	none;
	color: 				#72BF44;
	font-weight:		bold;
}

.articles-dev-index a:hover {
	color: 				#666;
	text-decoration: 	none;
}

.article-excerpt {
	margin-top: 		-10px;
	font-size:			1em;
	font-weight:		normal;
	color:				#333;
}


#more-articles{
	float: 				left;
	display: 			block;
	background: 		url(/assets/img/more-media.gif) top right #72BF44 no-repeat;
	height: 			16px;
	width: 				100px;
	text-align: 		left;
	padding: 			3px 5px 1px 5px;
}

#more-articles a:link,
#more-articles a:visited,
#more-articles a:hover {
	text-decoration: 	none;
	color: 				white;
	font-size: 			1.2em;
	font-weight: 		bold;
}


/**********************/
/*    INVESTOR DIV    */
/**********************/

#investor-index{
	float: 				left;
	width: 				320px;
	height: 			275px;
	margin-top: 		10px;
	
}

#investor-heading-index{
	display: 			block;
	background: 		#F9A61C;
	height: 			16px;
	font-size: 			1.5em;
	color: 				white;
	text-align:			left;
	width: 				300px;
	padding: 			5px;
}

.investor-dev-stock{
	display: 			block;
	background: 		url(/assets/img/dymtf.gif) top left no-repeat;
	height: 			60px;
	font-size: 			1.2em;
	font-weight:		bold;
	color: 				#F9A61C;
	text-align:			left;
	width: 				220px;
	padding: 			5px 5px 5px 70px;
}

.investor-dev-filing{
	display: 			block;
	background: 		url(/assets/img/file.gif) top left no-repeat;
	height: 			60px;
	font-size:			1.2em;
	font-weight: 		bold;
	color: 				#F9A61C;
	text-align:			left;
	width: 				220px;
	padding: 			5px 5px 5px 70px;
}

.investor-dev-glb{
	display: 			block;
	background: 		url(/assets/img/globe.gif) bottom left no-repeat;
	height: 			60px;
	font-size: 			1.2em;
	font-weight:		bold;
	color: 				#F9A61C;
	text-align:			left;
	width: 				220px;
	padding: 			5px 5px 5px 70px;
}

.investor-dev-stock a:link, 
.investor-dev-filing a:link, 
.investor-dev-glb a:link,
.investor-dev-stock a:visited, 
.investor-dev-filing a:visited, 
.investor-dev-glb a:visited {
	text-decoration: 	none;
	color: 				#333;
	font-weight: 		normal;
}

.investor-dev-index a:hover,
.investor-dev-stock a:hover,
.investor-dev-filing a:hover,
.investor-dev-glb a:hover{
	color: 				#999;
}


#more-investor{
	float: 				left;
	display: 			block;
	background: 		url(/assets/img/more-investor.gif) top right #F9A61C no-repeat;
	height: 			16px;
	width: 				100px;
	text-align:			left;
	padding: 			3px 5px 1px 5px;
}

#more-investor a:link,
#more-investor a:visited,
#more-investor a:hover {
	text-decoration: 	none;
	color: 				white;
	font-size: 			1.2em;
	font-weight: 		bold;
}






/**********************/
/*    PAGE LAYOUT     */
/**********************/

#content-box {
	margin: 0px auto 0px auto;
	padding: 0px 10px 0px 10px;
	width: 980px;
}

.content-top-static {
	height: 35px;
	margin-top: -20px;
	padding: 10px 0px 20px 20px;
	border-bottom: 1px solid silver;
}

.content-top-static ul li {
	float: right;
	padding: 1px 10px 1px 10px;
	font-size: 1.2em;
	margin: -14px 0px 0px 0px;
	list-style: none;
	border-left: 2px solid white;
}

.content-top-static li a:link,
.content-top-static li a:visited {
	font-size: 1.1em;
	text-align: center;
	text-decoration: none;
	color: #0DB04B;
	float: right;
	padding-right: 5px;
	padding-left: 5px;
}

.content-top-static li a:hover {
	color: #72BF44;
}

.content-top-static li ul li {
	padding: 0px 10px 0px 10px;
	font-size: 1.2em;
	margin: -10px 0px 0px 0px;
	list-style: none;
	text-align: right;
	float: right;
}

#content-static {
	padding: 30px 10px 0px 10px;
	margin: -35px 0px 50px 0px;
	min-height: 200px;
}

.post {
	margin: 0px 0px -40px 10px;
	
}

#print {
	float: right;
	width: 500px;
	text-align: right;
	margin-top: -40px;
	padding-right: 14px;
	height: 20px;
}

#print a:link,
#print a:visited{
	text-decoration: none;
	color: #333;
	font-size: 1.2em;
}

#print a:hover{
	color: #0DB04B;
}


.mininav {
	font-size: 			1.2em;
	margin-top: 		10px;
	
}

.mininav a:link,
.mininav a:visited,
.mininav a:hover {
	width: 				120px;
	text-decoration: 	none;
	color: 				white;
	display: 			block;
	font-weight: 		bold;
	height: 			16px;
	padding: 			3px 5px 1px 5px;
}

#right {
	background: 		url(/assets/img/more-arrow-right.gif) top right #0DB04B no-repeat;
	text-align: 		left;
}

#left {
	background: 		url(/assets/img/more-arrow-left.gif) top left #0DB04B no-repeat;
	text-align: 		right;
}



/**********************/
/*       FOOTER       */
/**********************/

#footer {
	
}

#footer-content{
	margin: 		10px auto 0px auto;
	border-top: 1px solid silver;
	height: 30px;
	width: 980px;
}

#footer-content li {
	float: right;
	list-style: none;
}

#footer-content li a:link,
#footer-content li a:visited {
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	background: white;
	color: #0DB04B;
}

#footer-content li a:hover {
	color: white;
	background: #0DB04B;
}

	
.CE{
	margin-top: 10px;
	font-style: italic;
	color: #0DB04B;
}

.CF{
	font-style:italic;
	color: #F9A61C;
}

#CECF{
	text-align:right;
	background: url(/assets/img/logo-grey.gif) left bottom no-repeat;
	float: left;
	width: 335px;
	height: 25px;
}

.archives {
	display: block;
	width: 940px;
	text-align: left;
	border-bottom: 1px dashed silver;
	padding: 10px;
}

.archives p {
	font-size: 1.3em;
}

.archives a:link,
.archives a:visited {
	text-decoration: none;
	font-size: 1.3em;
	color: #0DB04B;
}

.archives a:hover {
	color: #333;
}
	
.borderless-page-img {
	float: right;
	margin-top: -10px;
}

.permalink a:link {
	color:#666;
}

.permalink a:visited {
	color:#CCC;
}

.permalink a:hover {
	color:#333;
}

.search_count {
	float: right;
	width: 200px;
	font-size: 1.2em;
	text-align: right;
	margin-top: -30px;
}

/**********************/
/*      HEADINGS      */
/**********************/


h1, h2, h3 {
	font-family: "Helvetica", "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
	color: #0DB04B;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

h2 {
	font-size: 1.9em;
	text-align: left;
	}

h3 {
	font-size: 1.5em;
	color: #0DB04B;
	font-weight: normal;
	text-align:left;
}

h2 a, h3 a  {
	color: #333;
	}

.entry p  {
	text-align:justify;
	font-size:1.3em;
	color: #333;
	line-height: 1.33em;
	}

.entry li {
	font-size: 1.25em;
	text-align: left;
	padding-left: 5px;
}

.entry strong {
	font-size: 1em;
	font-weight: bold;
	color: #0DB04B;
}

.entry em{
	font-style: italic;
	color:  #0DB04B;
}

.entry a:link,
.entry a:visited {
	color: #0DB04B;
	font-weight: bold;
	text-decoration: none;
}

.entry a:hover {
	color: #333;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}
	
.date-post {
	color: #F9A61C;
	text-align: left;
}


.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}


/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}
	
.pdf {
     background-color: inherit;
     background-image: url(/assets/img/pdficon_small.png);
     background-position: left;
	 background-repeat: no-repeat;
     background-attachment: scroll;
     padding: 2px 20px 2px 20px;
	 margin-bottom: 5px;
}

.site {
     background-color: inherit;
     background-image: url(/assets/img/site.png);
     background-position: left;
	 background-repeat: no-repeat;
     background-attachment: scroll;
     padding: 2px 20px 2px 20px;
	 margin-bottom: 5px;
}

	
/* End Various Tags & Classes*/



/**********************/
/*      CAPTIONS      */
/**********************/
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.boundingbox{
	display:block;
	min-height: 460px;
}

.boxright {
	display: block;
	width: 400px;
	float: right;
	font-size: 1em;
}

.boxleft {
	display: block;
	width: 400px;
	float: left;
	font-size: 1em;
}



/**********************/
/*    GALLERYVIEW     */
/**********************/

.panel-right {
	display: 			block;
	float: 				right;
	width:				340px;
	padding: 			0px 20px 0px 15px;
	color: 				#222;
	font-size: 			1.2em;
	text-align: 		justify;
	text-decoration:	none;
}

.panel-left {
	display:			block;
	float: 				left;
	width:				340px;
	padding: 			0px 15px 0px 20px;
	color: 				#222;
	font-size: 			1.2em;
	text-align: 		justify;
	text-decoration:	none;
}

.panel-right h2, 
.panel-left h2{
	font-size: 			1.4em;
	text-decoration:	none;
}

.panel-more-right{
	float: 				right;
	display: 			block;
	background: 		url(/assets/img/more-news.gif) top right #0DB04B no-repeat;
	height: 			16px;
	width: 				100px;
	text-align: 		left;
	padding: 			3px 5px 1px 5px;
	margin-top:			-5px;
	text-decoration:	none;
}

.panel-more-left{
	float: 				left;
	display: 			block;
	background: 		url(/assets/img/more-news.gif) top right #0DB04B no-repeat;
	height: 			16px;
	width: 				100px;
	text-align: 		left;
	padding: 			3px 5px 1px 5px;
	margin-top:			-5px;
	text-decoration:	none;
}


/**********************/
/*     PRINTER DIVS   */
/**********************/

#printertext {
	display: none;
}

/* Print Style Sheet */
@media print {
body { background:white; color:black; margin:0; font:"Helvetica", "Helvetica Neue", sans-serif; font-size:12pt;}
#site-options { display: none; }
#header {
		height: 120px;
		background-image: url(assets/img/logo.gif);
		background-position:left;
		background-repeat:no-repeat;
		display:block;
		margin-bottom: 5pt;}
#tagline { display: block; float:right; font-size:12pt;}
#navigation { display:none;}
#banner { display: none;}
#slogan {float: left; font-size: 14pt;}
#photos { display:none;}
#container { background:white; color:black; margin:0; width: auto; border: none;}
#print { display: none;}
.content-top-static ul li { display:none;}
.content-static { font-size: .8em; color: black;}
#footer {display:none;}
#printertext{ display:block; font-size: 10pt; color:black; text-align: left; vertical-align: bottom;}
img { page-break-inside:avoid; 
     page-break-after:avoid; }
ul, ol, dl  { page-break-before:avoid }
img.centered { display: block; 
     margin-left: auto; 
     margin-right: auto; }
img.right { padding: 4px; 
     margin: 0 0 2px 7px; 
     display: inline; }
img.left { padding: 4px; 
     margin: 0 7px 2px 0; 
     display: inline; }
.right { float: right; }
.left { float: left }
h1, h2, h3, h4, h5, h6 { page-break-after:avoid; 
     page-break-inside:avoid }
}