/* HTML Element styles specific to this project. */

html {
	height: 100%;
	-moz-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	margin-left: 0 !important;
}

body {
	height: 100%;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	line-height: 135%;
	font-size: 1em;
	letter-spacing: 1px;
	color: #fff;
	background-color: #181818;
}

button,
input,
textarea,
select {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 2px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
	line-height: 130%;
}

h1, 
h2,
h3,
h4,
h5,
h6 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 115%;
}
h1 {
	margin-top: 1.2em;
	font-size: 1.6em;
	color: #f47f3b;
}
h2
{
	margin-top: 1em;
	font-size: 1.5em;
	color: #fff;
}
h3 {
	margin-top: .8em;
	font-size: 1.4em;
	color: #f47f3b;
}
h4 {
	margin-top: .7em;
	font-size: 1.3em;
	color: #fff;
}
h5 {
	margin-top: .6em;
	font-size: 1.2em;
	color: #f47f3b;
}
h6 {
	margin-top: .5em;
	font-size: 1.1em;
	color: #fff;
}

p {
	margin: .4em 0 0 0;
}

ul,
ol {
	margin: .4em 0 0 2em;
}

li {
	margin-top: .2em;
}

a {
	font-style: italic;
	text-decoration: none;
	color: #f47f3b;
}

a:hover {
	text-decoration: underline;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.phone a {
	color: inherit;
}

hr {
	color: #666;
}





/* 
PAGE GENERATOR CLASSES
These styles are used by pages that are dynamically built by the page generator.
There are 4 types of pages created with the generator.  They are:
	-> Login Page where a user is asked for there login details (username and password),
	-> Forgot Login Page which is used when a user forgets there login and asks for their 
	   email address and sends there details to them.
	-> List page which returns a list of rows and allowing the user to select one or more to do operations on.
	-> Form page which is a page where the user can edit information and submit.
*/

.InformationMessage {
	color: Green;
}

.WarningMessage {
	color: Orange;
}

.ErrorMessage {
	color: Red;
}



.ListOddDetailRow td {
}

.ListEvenDetailRow td {
}

.ClearBoth {
	clear: both;
}


#Images {
	margin: -1%;
}

#Images > * {
	margin: 1%;
}

#Images a {
}

#Images a img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #aaa;
	padding: 2px;
	width: 100%;
}






/*Skin specific styles */

#Container {
	min-height: 100%;
	text-align: center;
}

#Container > div {
	text-align: left;
}

#Container > div:before, #Container > div:after {display: table; content: " "; line-height: 0;}
#Container > div:after {clear: both;}
#Container > div {*zoom: 1;}

#Container > div > * {
	clear: both;
	position: relative;
	margin: 0 auto;
	max-width: 1200px;
}



/* fix problem with share this */
#sthoverbuttons * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

@media screen and (max-width: 479px) {
	#sthoverbuttons {
		display: none;
	}
}



#LoggedInMenu {
	padding: 0 10px;
	font-size: .8em;
	z-index: 5;
}

#LoggedInMenu a[title]:hover:after {
	background-color: #2d2b2c;
}

#LoggedInMenu > ul > li > a {
	*color: #fff;
}

#LoggedInMenu ul ul {
	background-color: #2d2b2c;
}

@media screen and (max-width: 599px) {
	#LoggedInMenu.minimize600 > ul:before {
		content: "≡ user menu"
	}
}





#HeaderContainer {
}

#Header {
	padding: 40px 10px;
}

.Logo img {
	display: block;
	border: 0;
	max-width: 100%;
}

.CallToAction {
	padding: 10px 0;
	text-align: right;
	text-transform: uppercase;
}

.CallToAction .phone {
	font-weight: bold;
	color: #f47f3b;
}






#MainMenuContainer {
	background-color: #f47f3b;
}

#MainMenu {
	display: block;
	padding: 0 10px;
	font-size: .8em;
	line-height: .8em;
	text-align: center;
}

#MainMenu > ul {
	display: inline;
	display: inline-block;
	margin: 0 -20px;
	padding: 10px 0;
	line-height: 135%;
	text-align: left;
}

#MainMenu > ul > li {
	border-left: 1px solid #fff;
	padding: 0 20px;
	text-transform: uppercase;
}

#MainMenu > ul > li:first-child {
	border-left: 0;
}

#MainMenu a[title]:hover:after {
	background-color: #f47f3b;
}

#MainMenu > ul > li > a {
	*color: #fff;
}

#MainMenu ul ul {
	border: none;
	box-shadow: none;
	padding: 10px 13px;
	text-transform: none;
	background-color: #f47f3b;
}

@media screen and (max-width: 599px) {
	#MainMenu {
		text-align: left;
	}
	#MainMenu.minimize600 > ul:before {
		content: "≡ main menu"
	}
	#MainMenu > ul {
		margin: 0 -7px;
	}
	#MainMenu > ul > li {
		border-left: none;
	}
}





#BannerContainer {
	background-color: #2d2b2c;
}

#PageImage {
	display: block;
	max-width: 100%;
}

#rotator {
	position: relative;
	max-height: 400px;
}

#rotator > div {
	display: none;
	position: relative;
}

#rotator > div.show {
	display: block;
	z-index: 1;
}

#rotator img {
	display: block;
	border: 0 solid #fff;
	width: 100%;
	max-width: 1200px;
	max-height: 400px;
}






#BodyContainer {
}

#Body {
	padding: 40px 10px;
	font-size: .8em;
}

#Body > .grid > * {
	margin-top: 10px;
	margin-bottom: 10px;
}

@media screen and (max-width: 599px) {
	#Body {
		padding: 20px 10px;
	}
}


#Content {
	font-size: .9em;
}

#Content > *:first-child {
	margin-top: 0;
}

#Content img {
	max-width: 100%;
	height: auto;
}


#SidePanel {
	text-align: center;
}

#SidePanel > .grid {
	margin-top: -10px;
	margin-bottom: -10px;
}

#SidePanel > .grid > * {
	margin-top: 10px;
	margin-bottom: 10px;
}

#SidePanel a {
	display: block;
	text-align: center;
	font-style: normal;
	color: #fff;
}

#SidePanel a img {
	border: 0;
	max-width: 100%;
}






#FooterContainer {
	background-color: #f47f3b;
}

#Footer {
	padding: 5px 10px;
	font-size: .7em;
	line-height: 20px;
	text-align: center;
}

#Footer a {
	color: #fff;
}

#FooterMenu > ul > li {
	padding: 0 7px;
}

#WebsiteBy {
	text-align: center;
}

#Copyright {
	float: right;
	text-align: right;
}









/* Article View Styles */



.PageRange,
.PageCommands {
	clear: both;
	padding-top: 10px;
	text-align: center;
}
.CalendarCommandRow .PageCommands {
	clear: none;
	padding: 0;
}




/* Content */

#BlogPosts {
    margin-top: 0;
    border-top: none;
}

#Content h1:first-child {
	margin-top: 0;
	margin-bottom: 10px;
}

#Message {
	padding-top: 10px;
}

#Content .Commands {
	display: none;
	margin-bottom: 20px;
}

#Content .Articles .Title {
	display: block;
	color: #inherit;
}

.Articles .Article {
	margin-bottom: 20px;
}

.Article {
	clear: both;
}
.Article:after {display: table; content: " "; line-height: 0; clear: both;}
.Article {*zoom: 1;}


.Article .Title .Stars {
	display: block;
	float: right;
}

.Article .PublishedOn {
	float: right;
	padding-top: 5px;
}

.Article .PublishedOn:before {
	content: "Posted On: ";
}

.Article .Author {
	display: block;
	padding-top: 5px;
}

.Article .Author:before {
	content: "Posted By: ";
}

.Article .Categories {
	padding-top: 10px;
}

.Article .Categories:before {
	content: "Filed Under: ";
}

.Article > .Image {
	float: left;
	margin: 20px 20px 20px 0;
	max-width: 30% !important;
}

.Article .ImageHolder {
	float: left;
	margin: 20px 20px 20px 0;
	max-width: 30%;
	text-align: center;
}

.Article .ImageHolder img {
	display: block;
	margin: 0;
	border: 0;
	padding: 0;
	max-width: 100%;
}

.Article .Description {
	padding-top: 10px;
}

.Article .Images {
	padding-top: 10px;
}

.Article .Images.grid {
	margin-top: -10px;
	margin-bottom: -10px;
}

.Article .Images.grid > * {
	margin-top: 10px;
	margin-bottom: 10px;
}

.Article .Images a {
	display: block;
}

.Article .Images a img {
	border: 0;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

.Article .ReadMore {
	display: block;
	padding-top: 5px;
	text-align: right;
}

.Article .Tags {
	clear: both;
	padding-top: 10px;
}

.Article .Tags:before {
	content: "Tagged: ";
}

.Article .CommentsCount {
	display: block;
	padding-top: 10px;
}

.Article .HTMLDocumentComments {
	margin-top: 20px;
}

.Article .HTMLDocumentComments:before {
	content: "Comments";
	display: block;
	border-top: solid 3px #d1d2d4;
	padding-top: 10px;
	font-size: 18px;
}

.Article .HTMLDocumentComment {
	margin-top: 15px;
	margin-bottom: 15px;
}

.Article .HTMLDocumentComment .Document {
	display: none;
}

.Article .HTMLDocumentComment .SubmittedOn {
	float: right;
	font-weight: bold;
}

.Article .HTMLDocumentComment .Author:before {
	content: normal;
}

.Article .HTMLDocumentComment .Author .Photograph {
	float: left;
	margin-right: 10px;
	max-width: 50px;
	max-height: 75px;
}

.Article .HTMLDocumentComment .Author .Name {
	display: block;
	font-weight: bold;
}

.Article .HTMLDocumentComment .Author .BusinessName,
.Article .HTMLDocumentComment .Author .WebsiteAddress {
	margin-top: 3px;
	display: block;
}

.Article .HTMLDocumentComment .CommentBody {
	clear: both;
}

.Article #Comments .TextButton {
	clear: both;
	float: right;
	margin: 15px 0 0 0;
}

.Articles .Article .Author,
.Articles .Article .PublishedOn,
.Articles .Article .Categories,
.Articles .Tags,
.Articles .Article .CommentsCount {
	display: none;
}





/* SidePanel */

#side-panel > .grid {
	margin-top: -30px;
}
#side-panel > .grid > * {
	margin-top: 30px;
}

#categories,
#tags,
#issues,
#authors,
#industries,
#regions,
#latest-comments {
}
#categories:before,
#tags:before,
#issues:before,
#authors:before,
#industries:before,
#regions:before,
#latest-comments:before {
	display: block;
	padding-bottom: 5px;
	font-size: 1.3em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: uppercase;
	color: #f47f3b;
}

#categories:before {
	content: "Categories";
}
#categories > ul > li {
	padding-top: 2px;
	padding-bottom: 2px;
}

#tags:before {
	content: "Tags";
}
#tags .ExtraLarge {
	font-size: 16px;
}
#tags .Large {
	font-size: 16px;
}
#tags .Medium {
	font-size: 12px;
}
#tags .Small {
	font-size: 10px;
}
#tags .ExtraSmall {
	font-size: 8px;
}

#issues:before {
	content: "Archives";
}

#authors:before {
	content: "Authors";
}

#industries:before {
	content: "Industries";
}

#regions:before {
	content: "Regions";
}

#latest-comments:before {
	content: "Latest Comments";
}
#latest-comments a[title]:after {
	position: static;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 5px 0 0 0;
	width: 100%;
	font-size: .9em;
	font-style: italic;
	font-weight: bold;
	background: none;
	opacity: 1;
	visibility: visible;
}
#latest-comments .HTMLDocumentComment {
	margin-top: 10px;
	margin-bottom: 10px;
}
#latest-comments .HTMLDocumentComment:first-child {
	margin-top: 6px;
}
#latest-comments .HTMLDocumentComment .Document:before {
	content: "On ";
	font-weight: normal;
	font-style: normal;
}
#latest-comments .HTMLDocumentComment .Document {
	font-weight: bold;
}
#latest-comments .HTMLDocumentComment .SubmittedOn {
	display: none;
}
#latest-comments .HTMLDocumentComment .Author:before {
	content: " by ";
}
#latest-comments .HTMLDocumentComment .Author .Photograph {
	display: none;
	float: right;
	margin-left: 10px;
	max-width: 50px;
	max-height: 75px;
}
#latest-comments .HTMLDocumentComment .Author .Name {
	font-weight: bold;
}
#latest-comments .HTMLDocumentComment .Author .BusinessName,
#latest-comments .HTMLDocumentComment .Author .WebsiteAddress,
#latest-comments .HTMLDocumentComment .CommentBody {
	display: none;
}

#categories a[data-items-count]:after,
#issues a[data-items-count]:after,
#authors a[data-items-count]:after,
#industries a[data-items-count]:after,
#regions a[data-items-count]:after,
#latest-comments a[data-items-count]:after {
	content: attr(data-items-count);
	position: static;
	display: block;
	float: right;
	border: 0;
	padding: 0;
	width: auto;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	font-weight: normal;
	font-size: .9em;
	opacity: 1;
	visibility: visible;
}



/* Testimonial Template */

#TestimonialTemplate .Title {
	margin-top: 0;
}

#TestimonialTemplate .Title,
#TestimonialTemplate .PublishedOn {
	color: #d72941;
}

#TestimonialTemplate .Author {
	display: none;
}

#TestimonialTemplate .ViewAll {
	margin-top: 20px;
	text-align: right;
}