/* @override http://thehighlandlers.com/blog/wp-content/themes/thehighlandlers/style.css */

/* @group initial values */

* {
	margin: 0;
	padding: 0;
}

span.topNavDonateButton {
    behavior: url(/assets/iepngfix/iepngfix.htc)
}

img, a, input {
	behavior: url(/assets/iepngfix/iepngfix.htc)
}

img {
	border-style: none;
}

img.right {
	float: right;
}

/* @end */

/* @group alter tags */

body {
	font: 13px sans-serif;
	background-color: #2f476b;
	/*background-color: #223450;*/
	/*background-color: #2c446a;*/
}

hr {
}

blockquote {
	margin-left: 15px;
	margin-top: 5px;
    border-left: 3px solid #bfbfbf;
    padding-left: 10px;
}

h1 {
	font-size: 20px;
	color: #333333;
}

h2 {
	font-size: 18px;
	color: #3f3f3f;
	padding-top: 1px;
	padding-bottom: 1px;
}

h3 {
	font-size: 14px;
	color: #d8d8d8;
    background-color: #696969;
    padding-bottom: 3px;
    padding-top: 3px;
}

h4 {
	font-size: 13px;
	color: #000;
	font-weight: bold;
	margin: -14px 0 0 18px;
	padding: 0;
}



/* @end */

/* @group structure */

div.masterWrapper {
	width: 100%;
	height: 90%;
}

div.donateGraph {
    width: 760px;
    height: 56px;
    text-align: center;
    display: block;
    position: relative;
    margin-bottom: -4px;
}

div.countdown {
    margin-top: 7px;
    text-align: center;
    color: #fff;
    font: italic medium Helvetica, Verdana, Lucida, Arial, sans-serif;
}

div.backgroundStrip {
	background: #fff url(/assets/images/background-strip-960-wide.jpg) repeat-y;
	height: 100%;
	width: 960px;
	display: inline-block;
	display: -moz-inline-block;
	margin-bottom: 5px;
}

div.topImage {
	width: 728px;
	height: 140px;
	display: -moz-inline-block;
    display: inline-block;
    margin-bottom: 2px;
    background: url(/assets/images/highlandlers-top-graphic-reflection.png) no-repeat center;
}

div.topNavigation {
	height: 23px;
	border-right-style: none;
	border-left-style: none;
	background: white url(/assets/images/topNavBar-blue-darker.png) repeat-x;
    margin: -5px 15px 0;
    padding-right: 2px;
    padding-top: 4px;
    padding-left: 2px;
    z-index: 1;
    position: relative;
}

span.topNavDonateButtonContainer {
    width: 102px;
    height: 33px;
    display: block;
    position: relative;
    margin-bottom: -33px;
    bottom: 32px;
    overflow: visible;
    float: right;
    right: 25px;
    z-index: 2;
}

div.languageBar {
    text-align: left;
    color: #656565;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-bottom: 9px;
    font: 12px Courier, Helvetica, sans-serif;
    display: block;
    position: relative;
    margin-top: -3px;
    padding-left: 21px;
}

div.languageBar img {
    margin-bottom: -5px;
}

span.selectedLanguage {
    font-size: 12px;
}

div.content {
    width: 910px;
}

div.tagLine {
	text-align: center;
	font: italic 13px Helvetica, Verdana, Lucida, Arial, sans-serif;
	color: #7f7f7f;
	margin-bottom: 12px;
}

div.content p{
	margin-bottom: 15px;
	text-indent: 20px;
}

div.headerImage {
	width: 960px;
	height: 33px;
	background: url(/assets/images/background-strip-top-960-wide.jpg) no-repeat;
	margin-bottom: -11px;
	margin-top: 4px;
}

div.footerImage {
	width: 960px;
	height: 33px;
	background: url(/assets/images/background-strip-bottom-960-wide.jpg) no-repeat;
	margin-top: -9px;
	margin-bottom: -11px;
}

div.credits {
	font: 12px sans-serif;
	color: #7f7f7f;
    margin-bottom: 20px;
}



/* @end */

/* @group links */

/* @group div.credits a */

div.credits a:link {
	color: #1466cb;
	text-decoration: none;
}

div.credits a:visited {
	color: #1466cb;
	text-decoration: none;
}

div.credits a:hover {
	color: #1466cb;
	text-decoration: underline;
}

div.credits a:active {
	color: #1466cb;
	text-decoration: none;
}


/* @end */



/* @group div.topNavigation a */

div.topNavigation a:link {
	color: #dcdcdc;
	text-decoration: none;
    font: 14px Helvetica, Verdana, Lucida, Arial, sans-serif;
    margin: 0;
    padding: 0;
}

div.topNavigation a:visited {
	color: #dcdcdc;
	font: 14px Helvetica, Verdana, Lucida, Arial, sans-serif;
	text-decoration: none;
}

div.topNavigation a:hover {
	color: #dcdcdc;
	font: 14px Helvetica, Verdana, Lucida, Arial, sans-serif;
	text-decoration: underline;
}

div.topNavigation a:active {
	color: #dcdcdc;
	font: 14px Helvetica, Verdana, Lucida, Arial, sans-serif;
	text-decoration: none;
}


/* @end */



/* @end */

/* --------incoming--------- */

/* @group sidebar */

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

#sidebar {
	text-align: left;
	font-size: 12px;
	color: #3f3f3f;
	margin-bottom: -24px;
	display: block;
	position: relative;
	z-index: 1;
}

#sidebar ul li ul {
	margin-top: 5px;
	margin-bottom: 5px;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 2px;
	text-align: left;
    margin-left: 6px;
}

#sidebar ul li h2 {
    margin-left: -6px;
}

#searchform {
	text-align: center;
	padding: 5px 3px;
	margin: 6px auto 24px;
}

#sidebar #searchform {
	text-align: left;
	padding: 0 0 5px;
}

#searchsubmit {
	display: inline-block;
	display: -moz-inline-block;
	position: relative;
}

#sidebar #searchform #s {
	width: 130px;
	padding: 2px;
}

#sidebar #searchsubmit {
	padding: 1px;
}

input[type="hidden"] {
    padding: 0;
	visibility: hidden;
	display: none;
	float: none;
	border-style: none;
	margin: 0 0 -3px;
}

/* @end */

/* @group sideNavigation */

/* @group subscribe */

div.subscribeBlock {
	font-size: 12px;
	color: #686868;
	text-align: left;
    padding: 4px 2px 9px 4px;
}

div.subscribeBlock form {
	padding: 3px;
}

div.sideNavigation input {
	font-size: 12px;
	float: left;
	margin-left: -2px;
	display: block;
	position: relative;
    padding: 2px;
}

.subscribeSubmit {
	margin-top: -2px;
}

div.subscribeRSS {
	margin-top: 16px;
	margin-bottom: 4px;
}

div.subscribeBlock img {
	margin-bottom: -3px;
	padding-top: 4px;
}

/* @end */

div.sideNavigationWrapper {
	width: 230px;
	background-color: #e0e0e0;
	z-index: 0;
    display: inline-block;
    position: relative;
    float: right;
    padding-bottom: 40px;
    margin-right: 5px;
}

div.sideNavigation {
    display: block;
    position: relative;
}

div.sideNavigationContent {
	text-align: left;
	font-size: 12px;
	color: #3f3f3f;
	padding-top: 4px;
	padding-left: 2px;
	margin-bottom: -25px;
	padding-right: 2px;
	margin-left: 12px;
}

div.sideNavigationContent blockquote {
	margin-left: 15px;
}

div.sideNavigation h2 {
	color: #666;
	font-size: 14px;
	background-color: #b2b2b2;
	padding: 2px;
	text-align: center;
	margin-bottom: 2px;
}

div.sideNavigation h3 {
	color: #5a5a5a;
	font-size: 14px;
	background-color: #bfbfbf;
	padding: 2px 2px 2px 18px;
	text-align: left;
	margin-bottom: 2px;
	margin-top: 30px;
	margin-right: 40px;
}

/* @end */

/* @group comments */

#commentform {
	text-align: left;
	width: 650px;
	display: block;
	position: relative;
	margin-top: 10px;
}

#commentform p {
	text-indent: 0;
}

#commentform .captchaInstruct {
	text-indent: 15px;
}

div#recaptcha_widget_div {
	width: 475px;
}

#commentform textarea {
	overflow: auto;
	width: 460px;
}

#commentform input {
	padding: 2px;
}

#commentform input#submit {
	margin-left: 2px;
	margin-top: 9px;
}

.commentlist li {
	font-weight: bold;
	list-style: none;
	text-align: left;
	margin: 10px 0 3px;
	padding: 5px 10px 0;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	margin: 10px 5px 10px 0;
	text-indent: 10px;
}

.commentlist {
	margin-bottom: 26px;
}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

/* @end */

/* @group content */

div.contentWrapper {
	text-align: left;
	width: 475px;
	padding-bottom: 10px;
	margin-right: 13px;
	padding-top: 8px;
	display: block;
	position: relative;
	left: 116px;
}

div.contentBlock {
	
}

div.filmIndexItem {
	height: 100px;
	border: 2px dashed #bfbfbf;
	margin-bottom: 15px;
	display: block;
	position: relative;
	margin-right: 15px;
	margin-left: 30px;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

div.contentBlock ul {
	margin-bottom: 10px;
}

div.contentBlock li {
	margin-left: 45px;
	color: #3f3f3f;
	font-size: 14px;
}

/* @end */

/* @group structure */

#page {
	width: 760px;
	margin: 0;
	padding: 0;
}

.narrowcolumn {
	margin: 0;
	width: 650px;
    float: left;
    display: inline-block;
    position: relative;
    padding-left: 10px;
}

.widecolumn {
	float: left;
	width: 650px;
	margin-right: 0;
	padding-bottom: 20px;
	display: inline-block;
	position: relative;
	z-index: 2;
    padding-left: 10px;
}

div.alignleft {
    width: 470px;
}

div.navigation {
    width: 650px;
    text-align: left;
}

div#content.narrowcolumn h2 {
	color: #d8d8d8;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 5px;
	font-size: 18px;
    background-color: #3f3f3f;
}

div#content.widecolumn h2 {
	color: #262626;
	background-color: #3f3f3f;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 5px;
	font-size: 18px;
	padding-left: 5px;
}

.post {
	margin: 0 0 20px;
	text-align: left;
	z-index: 2;
	display: block;
	position: relative;
	border: 1px dashed #bfbfbf;
	border-top-style: none;
	border-bottom-style: none;
}

.widecolumn .post {
    margin: 12px 0 8px;
}

.post small {
	margin-left: 8px;
}

.entry {
	padding: 12px;
	margin-right: 2px;
}

.postmetadata {
	background-color: #e5e5e5;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 0;
	text-align: center;
	font-size: 12px;
}

.widecolumn .postmetadata {
	background-color: #e5e5e5;
	margin-bottom: 0;
	text-align: left;
	font-size: 13px;
	padding: 5px 5px 5px 8px;
}


/* @end */

/* @group links */

/* @group a */

a:link {
	text-decoration: underline;
    color: #3366ff;
}

a:visited {
	color: #3366ff;
	text-decoration: underline;
}

a:hover {
	color: #7e7e7e;
	text-decoration: underline;
}

a:active {
	color: #3366ff;
	text-decoration: underline;
}


/* @end */



/* @group div.credits a */

div.credits a:link {
	color: #9d9d9d;
	text-decoration: underline;
}

div.credits a:visited {
	color: #9d9d9d;
	text-decoration: underline;
}

div.credits a:hover {
	color: #7f7f7f;
	text-decoration: underline;
}

div.credits a:active {
	color: #9d9d9d;
	text-decoration: underline;
}


/* @end */

/* @group externalLinks */

a.externalLinks:link {
	color: #1466cb;
	text-decoration: none;
	font-weight: bold;
}

a.externalLinks:visited {
	color: #1466cb;
	text-decoration: none;
	font-weight: bold;
}

a.externalLinks:hover {
	color: #1466cb;
	text-decoration: underline;
	font-weight: bold;
}

a.externalLinks:active {
	color: #1466cb;
	text-decoration: none;
	font-weight: bold;
}

/* @end */

/* @group navigation links */

a.navigation:link {
	font-family: sans-serif;
	color: #bfbfbf;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

a.navigation:visited {
	font-family: sans-serif;
	color: #bfbfbf;
	text-decoration: none;
}

a.navigation:hover {
	font-family: sans-serif;
	color: #7f7f7f;
	text-decoration: underline;
}

a.navigation:active {
	font-family: sans-serif;
	color: #bfbfbf;
	text-decoration: none;
}

/* @end */

/* @group sideNavigationLink */

a.sideNavigationLink:link {
	font-family: sans-serif;
	color: #1466cb;
	text-decoration: none;
	font-weight: bold;
}

a.sideNavigationLink:visited {
	font-family: sans-serif;
	color: #1466cb;
	text-decoration: none;
	font-weight: bold;
}

a.sideNavigationLink:hover {
	font-family: sans-serif;
	color: #7f7f7f;
	text-decoration: underline;
	font-weight: bold;
}

a.sideNavigationLink:active {
	font-family: sans-serif;
	color: #1466cb;
	text-decoration: none;
	font-weight: bold;
}

/* @end */

/* @group sideNavigationLinkWP */

#sidebar a:link {
	font-family: sans-serif;
	color: #1466cb;
	text-decoration: none;
	font-weight: bold;
}

#sidebar a:visited {
	font-family: sans-serif;
	color: #1466cb;
	text-decoration: none;
	font-weight: bold;
}

#sidebar a:hover {
	font-family: sans-serif;
	color: #7f7f7f;
	text-decoration: underline;
	font-weight: bold;
}

#sidebar a:active {
	font-family: sans-serif;
	color: #1466cb;
	text-decoration: none;
	font-weight: bold;
}

/* @end */

/* @group narrowcolumnLinks */

.narrowcolumn a:link {
	font-family: sans-serif;
	color: #1466cb;
	text-decoration: none;
	font-weight: bold;
}

.narrowcolumn a:visited {
	font-family: sans-serif;
	color: #1466cb;
	text-decoration: none;
	font-weight: bold;
}

.narrowcolumn a:hover {
	font-family: sans-serif;
	color: #7f7f7f;
	text-decoration: underline;
	font-weight: bold;
}

.narrowcolumn a:active {
	font-family: sans-serif;
	color: #1466cb;
	text-decoration: none;
	font-weight: bold;
}

/* @end */

/* @group widecolumnLinks */

.widecolumn a:link {
	font-family: sans-serif;
	color: #1466cb;
	text-decoration: none;
	font-weight: bold;
}

.widecolumn a:visited {
	font-family: sans-serif;
	color: #1466cb;
	text-decoration: none;
	font-weight: bold;
}

.widecolumn a:hover {
	font-family: sans-serif;
	color: #7f7f7f;
	text-decoration: underline;
	font-weight: bold;
}

.widecolumn a:active {
	font-family: sans-serif;
	color: #1466cb;
	text-decoration: none;
	font-weight: bold;
}

/* @end */

/* @group postTitleLinkNarrowcolumn */

div#content.narrowcolumn h2 a:link {
	font-family: sans-serif;
	color: #d8d8d8;
	text-decoration: none;
	font-weight: bold;
}

div#content.narrowcolumn h2 a:visited {
	font-family: sans-serif;
	color: #d8d8d8;
	text-decoration: none;
	font-weight: bold;
}

div#content.narrowcolumn h2 a:hover {
	font-family: sans-serif;
	color: #a4a4a4;
	text-decoration: underline;
	font-weight: bold;
}

div#content.narrowcolumn h2 a:active {
	font-family: sans-serif;
	color: #d8d8d8;
	text-decoration: none;
	font-weight: bold;
}

div#content.narrowcolumn h3 a:link {
	font-family: sans-serif;
	color: #d8d8d8;
	text-decoration: none;
	font-weight: bold;
    padding: 10px;
}

div#content.narrowcolumn h3 a:visited {
	font-family: sans-serif;
	color: #d8d8d8;
	text-decoration: none;
	font-weight: bold;
}

div#content.narrowcolumn h3 a:hover {
	font-family: sans-serif;
	color: #a4a4a4;
	text-decoration: underline;
	font-weight: bold;
}

div#content.narrowcolumn h3 a:active {
	font-family: sans-serif;
	color: #d8d8d8;
	text-decoration: none;
	font-weight: bold;
}

/* @end */

/* @group postTitleLinkWidecolumn */

div#content.widecolumn h2 a:link {
	font-family: sans-serif;
	color: #d8d8d8;
	text-decoration: none;
	font-weight: bold;
}

div#content.widecolumn h2 a:visited {
	font-family: sans-serif;
	color: #d8d8d8;
	text-decoration: none;
	font-weight: bold;
}

div#content.widecolumn h2 a:hover {
	font-family: sans-serif;
	color: #a4a4a4;
	text-decoration: underline;
	font-weight: bold;
}

div#content.widecolumn h2 a:active {
	font-family: sans-serif;
	color: #d8d8d8;
	text-decoration: none;
	font-weight: bold;
}

div#content.widecolumn h3 a:link {
	font-family: sans-serif;
	color: #d8d8d8;
	text-decoration: none;
	font-weight: bold;
}

div#content.widecolumn h3 a:visited {
	font-family: sans-serif;
	color: #d8d8d8;
	text-decoration: none;
	font-weight: bold;
}

div#content.widecolumn h3 a:hover {
	font-family: sans-serif;
	color: #a4a4a4;
	text-decoration: underline;
	font-weight: bold;
}

div#content.widecolumn h3 a:active {
	font-family: sans-serif;
	color: #d8d8d8;
	text-decoration: none;
	font-weight: bold;
}

/* @end */

/* @group sideNavigationLinkSub */

a.sideNavigationLinkSub:link {
	font-family: sans-serif;
	color: #1466cb;
	text-decoration: none;
	font-style: italic;
}

a.sideNavigationLinkSub:visited {
	font-family: sans-serif;
	color: #1466cb;
	text-decoration: none;
}

a.sideNavigationLinkSub:hover {
	font-family: sans-serif;
	color: #7f7f7f;
	text-decoration: underline;
}

a.sideNavigationLinkSub:active {
	font-family: sans-serif;
	color: #1466cb;
	text-decoration: none;
}

/* @end */

/* @group breadcrumb */

a.breadcrumb:link {
	color: #7f7f7f;
	font-family: sans-serif;
	text-decoration: none;
}

a.breadcrumb:visited {
	color: #7f7f7f;
	font-family: sans-serif;
	text-decoration: none;
}

a.breadcrumb:hover {
	color: #3f3f3f;
	font-family: sans-serif;
	text-decoration: underline;
}

a.breadcrumb:active {
	color: #7f7f7f;
	font-family: sans-serif;
	text-decoration: none;
}

/* @end */

/* @group subscribeRSS */

a.subscribeRSS:link {
	color: #686868;
	text-decoration: none;
	font-size: 12px;
}

a.subscribeRSS:visited {
	color: #686868;
	text-decoration: none;
	font-size: 12px;
}

a.subscribeRSS:hover {
	color: #7e7e7e;
	text-decoration: underline;
	font-size: 12px;
}

a.subscribeRSS:active {
	color: #686868;
	text-decoration: none;
	font-size: 12px;
}

/* @end */

/* @group feedbackEmailLink */

a.feedbackEmailLink:link {
	color: #7f7f7f;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
}

a.feedbackEmailLink:visited {
	color: #686868;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
}

a.feedbackEmailLink:hover {
	color: #7e7e7e;
	text-decoration: underline;
	font-size: 20px;
	font-weight: bold;
}

a.feedbackEmailLink:active {
	color: #686868;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
}

/* @end */

/* @group anonFeedbackSuccess */

a.anonFeedbackSuccess:link {
	color: #999;
	text-decoration: none;
}

a.anonFeedbackSuccess:visited {
	color: #686868;
	text-decoration: none;
}

a.anonFeedbackSuccess:hover {
	color: #7e7e7e;
	text-decoration: underline;
}

a.anonFeedbackSuccess:active {
	color: #686868;
	text-decoration: none;
}

/* @end */

/* @group filmsTempLink */

a.filmsTempLink:link {
	font-family: sans-serif;
	color: #1466cb;
	text-decoration: none;
	font-weight: bold;
}

a.filmsTempLink:visited {
	font-family: sans-serif;
	color: #1466cb;
	text-decoration: none;
	font-weight: bold;
}

a.filmsTempLink:hover {
	font-family: sans-serif;
	color: #7f7f7f;
	text-decoration: underline;
	font-weight: bold;
}

a.filmsTempLink:active {
	font-family: sans-serif;
	color: #1466cb;
	text-decoration: none;
	font-weight: bold;
}

/* @end */

/* @group copyright links */

div.copyright a:link {
	color: #bfbfbf;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
}

div.copyright a:visited {
	color: #bfbfbf;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
}

div.copyright a:hover {
	color: #bfbfbf;
	font-size: 13px;
	text-decoration: underline;
	font-weight: bold;
}

div.copyright a:active {
	color: #bfbfbf;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
}



/* @end */

/* @end */