/*
Theme Name: Ctrl-Z
Theme URI: http://www.ctrl-z.net.au/
Author: Teresa Watts <teresa@teresawatts.com>
Author URI: http://teresawatts.com/
Description: Custom theme for Ctrl-Z
Version: 1.0
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, tr, th {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

td {
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	vertical-align: baseline;
}

table {
border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}


:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #000;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

.clear {clear: both;}


/* =Structure
----------------------------------------------- */

#page {
	margin: 0px auto;
	width: 890px;
}


#primary {
	
}

#main {
}

.content {
	width: 100%;
}



/* error404 */
.error404 #primary {
	float: none;
	margin: 0;
}
.error404 #primary #content {
	width: auto;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}



/* =Global
----------------------------------------------- */

body, input, textarea {
	color: #ffffff;
	font: 12px  Arial,"Helvetica Neue", Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.3;
}
body {
	background: #000000 ;
}
#page {

}

hr {
	background-color: #222;
	border: 0;
	height: 1px;
	margin-bottom: 1.4em;
}

/* Text elements */
p {
	margin-bottom: 1.2em;
}
ul, ol {
	margin: 0 0 1.4em 2em;
}
ul {
	list-style: disc;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: lower-roman;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
color: #ff0000;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	margin-bottom: 1.2em;
}
code, kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Forms */
input[type=text],
input[type=password],
textarea {
	background: #fff;
	border: 1px solid #ddd;
	color: #2f2f2f;
}
input[type=text]:focus,
textarea:focus {
	color: #2f2f2f;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text] {
	padding: 3px;
}


#search {
float: right;
width: 200px;
padding: 0px;
text-align: right;
}

#search #searchform {
margin: 0px !important;
}

#search #s {
	background: #444;
border: 0px;
	font-size: 12px;
	height: 22px;
	line-height: 1.2em;
	padding: 2px 5px 2px 5px;
float: left !important;
color: #fff;
width: 200px;
margin-right: 5px;
}

#search input#searchsubmit {
	float: right;
border: 0px solid blue;
display: block;
font-size: 10px;
background: #ff0000;
color: #000;
border: 0px;
text-transform: uppercase;
padding: 5px 10px;
  -webkit-appearance: none;

}


/* Links */
a {
	color: #ffffff;
	text-decoration: none;
}
a:focus,
a:active,
a:hover {
	color: #ff0000;
	text-decoration: underline;
}

a.red {color: #ff1100;}
.red {color: #ff1100 !important;}

/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:active,
#access a.assistive-text:focus {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #1982d1;
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}

.hide {display: none;}

.font10 {font-size: 10px !important;}
.font11 {font-size: 11px !important;}
.font12 {font-size: 12px !important;}
.font13 {font-size: 13px !important;}
.font14 {font-size: 14px !important;}
.font15 {font-size: 15px !important;}
.font16 {font-size: 16px !important;}
.font17 {font-size: 17px !important;}
.font18 {font-size: 18px !important;}
.indented {margin-left: 30px !important; margin-right: 30px !important}
.no-bottom-margin {margin-bottom: 0px !important;}
.smallcaps {font-variant:small-caps; !important}


/* =Header
----------------------------------------------- */

#branding {
	height: 290px;
	position: relative;
	z-index: 2;
}
#site-title {
	margin-top: 40px;
margin-bottom: 20px;
float: left;

}
#site-title a {
	background: url(images/logo.gif) no-repeat;
	display: block;
	height: 57px;
	width: 177px;
	text-indent: -9000px;
	margin: 0px !important;
}

/* =Gallery
----------------------------------------------- */

#gallery{
clear: both;
margin: 0px;
width: 940px !important;
height: 90px;
padding: 0px !important;
margin-left: -25px;
overflow: hidden;
}

.gallery {
clear: both;
padding: 0px 20px;
width: 1170px;
float: left;
}



.gallery dl {
float: left;
}


.gallery .gallery-item {
float: left;
margin: 0px;
padding: 0px;
width: auto !important;
}

.gallery-item img {
border: 0px !important;
}

#gallery .jspContainer {
height: 100px !important;
}

#gallery .jspContainer .jspHorizontalBar{
height: 10px;

position: relative;
top: 90px;
}
#gallery .jspContainer .jspHorizontalBar * {
background: transparent;
}

#gallery .jspContainer .jspArrow {
width: 25px;
background:  #000 url(images/arrow-left.gif) left center no-repeat !important;
position: absolute;
top: -80px;
height: 75px;
}

#gallery .jspContainer .jspArrow.jspArrowLeft {
left: 0;
}

#gallery .jspContainer .jspArrow.jspArrowRight {
background: #000 url(images/arrow-right.gif) right center no-repeat !important;
right: 0;

}



/* =Menu
-------------------------------------------------------------- */

#access {
	background: #343434; 
	clear: both;
	display: block;
	 float:left;
   width:100%;
margin-top: 20px;
/* overflow:hidden; */
   position:relative;
  
}
#access ul {
	font-size: 10px;
	list-style: none;
margin: 0;
text-transform: uppercase;
height: 40px;
padding: 2px 0px;
 clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}
#access li {
	display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
}

 



#access a {
	color: #000;
	display: block;
	padding: 13px 20px 13px;
	text-decoration: none;
background: #ff0000;
margin-right: 1px;
}
#access ul ul {
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 40px;
	left: 0;
	z-index: 99999;
    width: 100%;
xborder: 1px solid orange;
}

#access ul ul li {
left: 0;
width: 100%;
xborder: 1px solid green;
 }

#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
display: block;
padding: 13px 0px 13px;
background: #ff0000;
left: 0px;
border: 0px solid blue;
border-bottom: 1px solid #000;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
color: #fff;	
}
#access li:hover > a,
#access a:focus {
	
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access .current_page_item > a,
#access .current-menu-parent > a,
.parent-pageid-3809 #access .menu-item-3889 > a,
.parent-pageid-3814 #access .menu-item-3889 > a{
	background: #343434; 
color: #fff;
}

#access .current-menu-parent li a {
	background: #ff0000 !important; 
color: #000;
}


/* Search Form */
#branding #searchform {
	position: absolute;
	top: 80px;
right: 0px;
	text-align: right;
}
#branding #searchform div {
	margin: 0;
}
#branding #s {
	float: right;
	width: 72px;
}
#branding #s:focus {
	width: 196px;
}

#branding .only-search #searchform {
	top: 5px;
	z-index: 1;
}
#branding .only-search #s {
	background-color: #666;
	border-color: #000;
	color: #222;
}
#branding .only-search #s,
#branding .only-search #s:focus {
	width: 85%;
}
#branding .only-search #s:focus {
	background-color: #bbb;
}
#branding .with-image #searchform {
	top: auto;
	bottom: -27px;
	max-width: 195px;
}
#branding .only-search + #access div {
	padding-right: 205px;
}


/* =Content
----------------------------------------------- */

.scroll-pane {
height: 450px;
scroll: none;
}

.scroll-pane .entry-content, .scroll-pane .entry-summary  {
padding-right: 0px;
padding-left: 40px;
/* width: 790px; */
width: 775px;
}

.content .jspArrow {display: none;}

.content.scroll-pane {
padding-right: 0px !important;
width: 880px;
}


#main {
	clear: both;
	padding: 0;
}
.page-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}
.page-title a {
}
.hentry,
.no-results {
	
}
.hentry:last-child,
.no-results {
	border-bottom: none;
}


.content h1.entry-title, .content h1.page-title {
margin-top: 0px;
margin-bottom: 20px;
font-size: 22px;
margin-left: 40px;
}



.entry-title,
.entry-title a {
color: #fff;
	text-decoration: none;
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color: red;
}
.entry-meta {
	clear: both;
	font-size: 12px;
}
.entry-meta a {
}

.entry-content,
.entry-summary {
	padding: 0;
}

/*
table{
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
	width: 100%;
}
.entry-content th,
.comment-content th {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ddd;
	padding: 6px 10px 6px 0;
}
*/
.entry-content #s {
	width: 75%;
}
.comment-content ul,
.comment-content ol {
	margin-bottom: 1.625em;
}
.comment-content ul ul,
.comment-content ol ol,
.comment-content ul ol,
.comment-content ol ul {
	margin-bottom: 0;
}

.entry-meta .edit-link a,
.commentlist .edit-link a {
	font-size: 11px;

}
.entry-meta .edit-link a:hover,
.commentlist .edit-link a:hover {
	
}
.entry-content .edit-link {
	clear: both;
	display: block;

}

.edit-link {
display: none;
}


/* Headings */

.content h1,
.content h2,
.content h3,
.content h4,
.content h5 {
color: #fff;
font-weight: normal;
margin: 1em 0em .5em;
line-height: 1;
}

.content h1, .entry-title {font-size: 18px; text-transform: uppercase;
margin-top: 0px;
margin-bottom: 60px;
font-size: 20px;}
.content h2 {font-size: 14px; color: #ff0000; text-transform: uppercase; font-weight: bold; margin-bottom: 0px;}
.content h3 {font-size: 16px;}
.content h4 {font-size: 14px;}
.content h5 {font-size: 14px; font-style: italic;}

/* Lists */
.content li {
margin: .4em 0em
}

/* Images */
.entry-content img,
.comment-content img,
.widget img {
}
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full {

}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1.625em;
}
p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {

	max-width: 96%;
	
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 5px 0 ;
text-align: center;
	position: relative;
}

.content .gallery {
	margin: 0 auto 1.625em;
}
.content .gallery a img {
	border: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 1.625em;
}
#content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}

/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	
}
.wp-caption img {
	
}
a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
#content .gallery .gallery-icon a:focus img,
#content .gallery .gallery-icon a:hover img,
#content .gallery .gallery-icon a:active img {/* Add some useful style to those fancy borders for linked images ... */
	
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {/* ... including captioned images! */
	
}

/* Password Protected Posts */
.post-password-required .entry-header .comments-link {
	margin: 1.625em 0 0;
}
.post-password-required input[type=password] {
	margin: 0.8125em 0;
}
.post-password-required input[type=password]:focus {
	background: #f7f7f7;
}

/* Comments link */
.entry-header .comments-link a {
	
}
.entry-header .comments-link a:hover,
.entry-header .comments-link a:focus,
.entry-header .comments-link a:active {
	
}
.entry-header .comments-link .leave-reply {
	visibility: hidden;
}

/*
Post Formats Headings
To hide the headings, display: none the ".entry-header .entry-format" selector,
and remove the padding rules below.
*/


/* Singular content styles for Posts and Pages */
.singular .hentry {
	
}
.singular.page .hentry {
}
.singular .entry-title {
	
}
.singular .entry-title,
.singular .entry-header .entry-meta {
	
}
.singular .entry-header .entry-meta {
	
}
blockquote.pull {
	font-size: 21px;
	font-weight: bold;
	line-height: 1.6125em;
	margin: 0 0 1.625em;
	text-align: center;
}
.singular blockquote.pull {
	margin: 0 -22.25% 1.625em;
}
.pull.alignleft {
	margin: 0 1.625em 0 0;
	text-align: right;
	width: 33%;
}
.singular .pull.alignleft {
	margin: 0 1.625em 0 -22.25%;
}
.pull.alignright {
	margin: 0 0 0 1.625em;
	text-align: left;
	width: 33%;
}
.singular .pull.alignright {
	margin: 0 -22.25% 0 1.625em;
}
.singular blockquote.pull.alignleft,
.singular blockquote.pull.alignright {
	width: 33%;
}
.singular .entry-meta .edit-link a {
	
}


/* =Single Articles / Blank template
----------------------------------------------- */



.single-articles, .page-template-blank-php {
color: #000;
background: transparent !important; 
width: 100%;
/* background: #000  !Important; */
height: 690px;
overflow: hidden;
}


.single-articles strong {color: #000;}

.single-articles #article-header,
.page-template-blank-php #article-header{
/* background: #333;
border: 1px solid #555;
*/
height: 60px;
position: relative;
z-index: 1000;
width: 878px;
margin: 0px auto;
padding: 3px 5px;
}

.single-articles #article-header a#showlink,
.page-template-blank-php #article-header a#showlink{
padding: 0px;
}

.single-articles #article-header a#showlink:hover,
.page-template-blank-php #article-header a#showlink:hover{
border: 0px;
}



.single-articles #article-header  #nav-single,
.page-template-blank-php #article-header  #nav-single{
padding-top: 5px;
text-align: center;
width: 200px;
position: absolute;
left: 344px;
top: 45px;
}


.single-articles #sharing,
.page-template-blank-php #sharing,
 {
	position: absolute;

text-align: left;
	}



.single-articles #article-header .close-button,
.page-template-blank-php .close-button{
position: absolute;
	top: 50px;
	right: 10px;
text-align: right;
}

.single-articles #article-header

.single-articles h1,
.single-articles h2,
.single-articles h3,
.single-articles h4,
.single-articles h5,
.page-template-blank-php #article-header

.page-template-blank-php h1,
.page-template-blank-php h2,
.page-template-blank-php h3,
.page-template-blank-php h4,
.page-template-blank-php h5 {
color: #000;
}

.single-articles a, .page-template-blank-php a {color: #ff1100;}
.single-articles a:hover, .page-template-blank-php a:hover {color: #999;}

.single-articles .container,
.page-template-blank-php .container {
width: 100%;
}
 

#GB_window .content {
width: 900px !important;
margin: 0px auto;
background: transparent;
border: 0px;
position: relative;
top: 45px;
left: 7px;
}

#GB_window.GB_Gallery {
top:52px !important;
}


#GB_window.GB_Gallery .content {left: 0px !important;}


.single-articles #colophon, .page-template-blank-php #colophon {display: none;}


.single-articles .scroll-pane,
.page-template-blank-php .scroll-pane {
height: 595px;
scroll: auto;
width: 830px;
padding-left: 40px;
border: 20px solid #fff;
border-right: 0px;
position: relative;
margin: 10px auto 0px !important;
background: #fff;
}

.single-articles .scroll-pane {text-align: justify;}

.single-articles .scroll-pane .entry-content,
.page-template-blank-php .entry-content {
width: 740px;
padding: 0px;
}

#article-header {color: #666565; font-size: 12px; background: transparent url(images/bg.gif) bottom repeat-x; padding-bottom: 5px !important;}
#article-header a {
	color: #fff !important;
	text-decoration: none;
	}
#article-header a:hover {	color: red !important;}


/* =error404
----------------------------------------------- */

.error404 #main #searchform {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 -8.9% 1.625em;
	overflow: hidden;
	padding: 1.625em 8.9%;
}
.error404 #main #s {
	width: 95%;
}
.error404 #main .widget {
	clear: none;
	float: left;
	margin-right: 3.7%;
	width: 30.85%;
}
.error404 #main .widget_archive {
	margin-right: 0;
}
.error404 #main .widget_tag_cloud {
	float: none;
	margin-right: 0;
	width: 100%;
}
.error404 .widgettitle {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}


/* =Navigation
-------------------------------------------------------------- */

#content nav {
	clear: both;
	overflow: hidden;
	padding: 0 0 1.625em;
}
#content nav a {
	font-size: 12px;
	font-weight: bold;
	line-height: 2.2em;
}
#nav-above {
	padding: 0 0 1.625em;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous {
	float: left;
	width: 50%;
	
	color: #000;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
  
  color: #000;
}
#content nav .meta-nav {
	font-weight: normal;
}

/* Singular navigation */
#nav-single {
	float: right;
	position: relative;
	top: -0.3em;
	text-align: right;
	width: 100%;
	z-index: 1;
	color: #333;
}
#nav-single .nav-previous,
#nav-single .nav-next {
	float: none;
	width: auto;
}
#nav-single .nav-next {
	padding-left: .5em;
}


/* =Widgets
----------------------------------------------- */

.widget-area {
}
.widget {
	clear: both;
	margin: 0 0 2.2em;
}
.widget-title {
	color: #000;
	font-size: 18px;
	font-weight: bold;
}
.widget ul {
	font-size: 15px;
	margin: 0;
}
.widget ul ul {
	margin-left: 1.5em;
}
.widget ul li {
}
.widget a {
	
}
.widget a:hover,
.widget a:focus,
.widget a:active {

}

/* Search Widget */
.widget_search form {
	margin: 0 0 1.625em;
}
.widget_search #s {
	width: 77%;
}
.widget_search #searchsubmit {
	background: #ddd;
	border: 1px solid #ccc;
	color: #888;
	font-size: 13px;
	line-height: 25px;
	position: relative;
	top: -2px;
}
.widget_search #searchsubmit:active {
	background: #1982d1;
	border-color: #0861a5;
	color: #bfddf3;
}



/* Widget Image */
.widget_image img {
	height: auto;
	max-width: 100%;
}

/* =Modal boxes
----------------------------------------------- */

#eModal-Container {
border: 0px !important;
background: #fff !important;
margin-top: 40px;
color: #000 !important;
}

#eModal-Container h1 {
font-size: 1.5em;
text-transform:uppercase;
margin-bottom: 5px;
margin-left: 10px;
}


/* =Contact Form
----------------------------------------------- */

.page-template-modal-php .scroll-pane  {
padding: 20px !important;

}

.page-template-modal-php .wpcf7-form textarea {
width: 252px;
}


.wpcf7-form {
}

.wpcf7-form p {
font-weight: bold;
}

.wpcf7-form input.wpcf7-text {width: 250px;}



.wpcf7-form textarea {
width: 500px;
height: 130px;
}

.wpcf7-submit {
background: red;
color: #000;
border: 0px;
text-transform: uppercase;
padding: 5px 10px;
}

.wpcf7-form span.wpcf7-not-valid-tip {
border: 0px;
top: -23px !important;
left: 70px;
background: transparent;
font-style: italic;
font-weight: normal;
color: red;
font-size: 12px;
text-align: right;
width: 185px;
}

div.wpcf7-validation-errors, div.wpcf7-mail-sent-ok {
	border: 0px solid #f7e700 !important;
width: 470px;
padding: 10px;
background: #343434;
}


/* =Comments
----------------------------------------------- */

#comments-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.6em;
	padding: 0 0 2.6em;
	text-transform: uppercase;
}
.nopassword,
.nocomments {
	color: #aaa;
	font-size: 24px;
	font-weight: 100;
	margin: 26px 0;
	text-align: center;
}
.commentlist {
	list-style: none;
	margin: 0 auto;
	width: 68.9%;
}
.content .commentlist,
.page-template-sidebar-page-php .commentlist {
	width: 100%; /* reset the width for the one-column and sidebar page layout */
}
.commentlist > li.comment {
	background: #f6f6f6;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 1.625em;
	padding: 1.625em;
	position: relative;
}
.commentlist .pingback {
	margin: 0 0 1.625em;
	padding: 0 1.625em;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li.comment {
	background: #fff;
	border-left: 1px solid #ddd;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	margin: 1.625em 0 0;
	padding: 1.625em;
	position: relative;
}
.commentlist .children li.comment .fn {
	display: block;
}
.comment-meta .fn {
	font-style: normal;
}
.comment-meta {
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
}
.commentlist .children li.comment .comment-meta {
	line-height: 1.625em;
	margin-left: 50px;
}
.commentlist .children li.comment .comment-content {
	margin: 1.625em 0 0;
}
.comment-meta a {
	font-weight: bold;
}
.comment-meta a:focus,
.comment-meta a:active,
.comment-meta a:hover {
}
.commentlist .avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	left: -102px;
	padding: 0;
	position: absolute;
	top: 0;
}
.commentlist > li:before {
	content: url(images/comment-arrow.png);
	left: -21px;
	position: absolute;
}
.commentlist > li.pingback:before {
	content: '';
}
.commentlist .children .avatar {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	left: 2.2em;
	padding: 0;
	top: 2.2em;
}
a.comment-reply-link {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	display: inline-block;
	font-size: 12px;
	padding: 0 8px;
	text-decoration: none;
}
a.comment-reply-link:hover,
a.comment-reply-link:focus,
a.comment-reply-link:active {
	background: #888;
	color: #fff;
}
a.comment-reply-link > span {
	display: inline-block;
	position: relative;
	top: -1px;
}

/* Post author highlighting */
.commentlist > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}
.commentlist > li.bypostauthor .comment-meta {
	color: #575757;
}
.commentlist > li.bypostauthor .comment-meta a:focus,
.commentlist > li.bypostauthor .comment-meta a:active,
.commentlist > li.bypostauthor .comment-meta a:hover {
}
.commentlist > li.bypostauthor:before {
	content: url(images/comment-arrow-bypostauthor.png);
}

/* Post Author threaded comments */
.commentlist .children > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}

/* sidebar-page.php comments */
/* Make sure we have room for our comment avatars */
.page-template-sidebar-page-php .commentlist > li.comment,
.page-template-sidebar-page-php.commentlist .pingback {
	margin-left: 102px;
	width: auto;
}
/* And a full-width comment form */
.page-template-sidebar-page-php #respond {
	width: auto;
}

/* Comment Form */
#respond {
	background: #ddd;
	border: 1px solid #d3d3d3;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 auto 1.625em;
	padding: 1.625em;
	position: relative;
	width: 68.9%;
}
#respond input[type="text"],
#respond textarea {
	background: #fff;
	border: 4px solid #eee;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	-moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	position: relative;
	padding: 10px;
	text-indent: 80px;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	background: #eee;
	-webkit-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	-moz-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	color: #555;
	display: inline-block;
	font-size: 13px;
	left: 4px;
	min-width: 60px;
	padding: 4px 10px;
	position: relative;
	top: 40px;
	z-index: 1;
}
#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}
#respond textarea {
	resize: vertical;
	width: 95%;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
	color: #bd3500;
	font-size: 22px;
	font-weight: bold;
	left: 75%;
	position: absolute;
	top: 45px;
	z-index: 1;
}
#respond .comment-notes,
#respond .logged-in-as {
	font-size: 13px;
}
#respond p {
	margin: 10px 0;
}
#respond .form-submit {
	float: right;
	margin: -20px 0 10px;
}
#respond input#submit {
	background: #222;
	border: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	color: #eee;
	cursor: pointer;
	font-size: 15px;
	margin: 20px 0;
	padding: 5px 42px 5px 22px;
	position: relative;
	left: 30px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}
#respond input#submit:active {
	background: #1982d1;
	color: #bfddf3;
}
#respond #cancel-comment-reply-link {
	color: #666;
	margin-left: 10px;
	text-decoration: none;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}
#reply-title {
	color: #373737;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}
#cancel-comment-reply-link {
	color: #888;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	text-transform: uppercase;
	top: 1.1em;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
	color: #ff4b33;
}
#respond label {
	line-height: 2.2em;
}
#respond input[type=text] {
	display: block;
	height: 24px;
	width: 75%;
}
#respond p {
	font-size: 12px;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}




/* =Footer
----------------------------------------------- */

#colophon {
	clear: both;
margin: 0px auto;
width: 900px;
border-top: 1px solid #222;
padding-top: 5px;
}

#social-media {text-align: right;}


/* =Search Results
----------------------------------------------- */

.search article  {
margin: 0px 60px 0px 40px;
padding-bottom: 10px;
border-bottom: 1px dotted #222;
}

.search h2.entry-title {
margin-bottom: 5px;
}

.search .entry-summary {
padding: 0px;

}

/* =Links Page
----------------------------------------------- */

li.linkcat {
float: left;
width: 32%;
list-style-type: none;
}

.issues {
padding: 0px 40px;
}

.blogroll {margin: 0px;
padding: 0px;}

.blogroll li {
list-style-type: none;
}





.GB_navStatus {display: none;}



.more {
	display: none;
position: absolute;
left: 0px;
  top: 0px;
  background:  url(images/arrow.png) 65px 36px no-repeat;
  height: 48px;
 width: 100px;
	 }

.more a {
position: absolute;
 
}

.more-inner {
	position: absolute;
	top: 0px;
	left: -1px;
	 padding: 7px;
	 background: #fff;
	}
	
.more-inner input {width: 250px; height: 12px; padding: 5px;}	

a.showLink, a.hideLink {
	text-decoration: none;

position: absolute;
  left: 65px;
  top: 50px;

 }
 



/* */

#share-show-hide .more {
	display: none;
position: absolute;
left: 0px;
  top: 0px;
  background:  url(images/arrow.png) 18px 36px no-repeat;
  height: 48px;
	 }
#share-show-hide .more .more-inner {
	position: absolute;
	top: 0px;
left: -1px;
width: 150px;
  height: 24px;
 background: #fff;
 padding: 7px;
 z-index: 100;
	}	 

#share-show-hide .more .more-inner span { margin-right: 3px;}	

#share-show-hide  .more a {
position: relative;
 
}

#share-show-hide  a.showLink, #share-show-hide  a.hideLink {
	text-decoration: none;
	
position: absolute ;
top: 50px;
left: 10px;
 }
 
#share-show-hide  a.hideLink {
	
	}

.divider-a {
	position: absolute ;
top: 50px;
left: 45px;
 z-index: 1;
}

.pdf-link {position: absolute; top: 50px; left: 85px;}
.divider-b {

 z-index: 1;
 float: left;
 margin-right: 10px
}


/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		font-size: 10pt;
	}
	footer.entry-meta a[rel=bookmark]:link:after,
	footer.entry-meta a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	#page {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	#branding {
		border-top: none !important;
		padding: 0;
	}
	#branding hgroup {
		margin: 0;
	}
	#site-title a {
		font-size: 21pt;
	}
	#site-description {
		font-size: 10pt;
	}
	#branding #searchform {
		display: none;
	}
	#branding img {
		display: none;
	}
	#access {
		display: none;
	}
	#main {
		border-top: none;
		box-shadow: none;
	}
	#primary {
		float: left;
		margin: 0;
		width: 100%;
	}
	#content {
		margin: 0;
		width: auto;
	}
	.singular #content {
		margin: 0;
		width: 100%;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.entry-meta .edit-link a {
		display: none;
	}
	#content nav {
		display: none;
	}
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular #comments-title {
		margin: 0;
		width: 100%;
	}
	.singular .hentry {
		padding: 0;
	}
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	.entry-meta {
		font-size: 10pt;
	}
	.entry-header .comments-link {
		display: none;
	}
	.page-link {
		display: none;
	}
	.singular #author-info {
		background: none;
		border-bottom: none;
		border-top: none;
		margin: 2.2em 0 0;
		padding: 0;
	}
	#respond {
		display: none;
	}
	.widget-area {
		display: none;
	}
	#colophon {
		display: none;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		border: 1px solid #ddd;
		-moz-border-radius: 3px 3px 3px 3px;
		border-radius: 3px 3px 3px 3px;
		margin: 0 auto 1.625em;
		padding: 1.625em;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.commentlist li.comment .comment-meta {
		line-height: 1.625em;
		margin-left: 50px;
	}
	.commentlist li.comment .fn {
		display: block;
	}
	.commentlist li.comment .comment-content {
		margin: 1.625em 0 0;
	}
	.commentlist .comment-edit-link {
		display: none;
	}
	.commentlist > li::before,
	.commentlist > li.bypostauthor::before {
		content: '';
	}
	.commentlist .reply {
		display: none;
	}

	/* Post author highlighting */
	.commentlist > li.bypostauthor {
		color: #444;
	}
	.commentlist > li.bypostauthor .comment-meta {
		color: #666;
	}
	.commentlist > li.bypostauthor:before {
		content: none;
	}

	/* Post Author threaded comments */
	.commentlist .children > li.bypostauthor {
		background: #fff;
		border-color: #ddd;
	}
	.commentlist .children > li.bypostauthor > article,
	.commentlist .children > li.bypostauthor > article .comment-meta {
		color: #666;
	}


body, html {height: 100%; padding: 0px; margin: 0px;}


#branding {display: none;}

/* single articles for printing */

.single-articles .container {
width: 100% !important;
}

.single-articles #article-header {display: none !important;}

.content.scroll-pane {
width: 100% !important;
overflow: visible !important;
}


.jspContainer,
 .jspPane,
 article,
 .entry-content{
 width: 100% !important;
height: 100% !important;
padding: 0px !important;
margin: 0px !important;
overflow: visible !important;
}


article{
width: auto !important;
padding-right: 50px !important;
}

.single-articles img {
max-width: 100%;
}


.single-articles h3.entry-title {
font-size: 16px;
color: #000;
}


.single-articles .jspTrack, 
.single-articles #sharing {
display: none;
}


}

/* =iPad
----------------------------------------------- */

@media only screen and (device-width: 768px) {

  
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
 /* .scroll-pane .entry-content, .scroll-pane .entry-summary  {
width: 840px; */


 body { min-height: 620px;} 

.content.scroll-pane {
 height: 250px;
 
  }
  
 .content  {border: 1px solid black;} 
 
 .single-articles .container {
/* height: 450px; */
height: 100% !important;
/* height: 500px !important; */
}

  .single-articles .content.scroll-pane {
 height: 450px; 
}

.font13 {font-size: 13px;}
.indented {margin-left: 30px;}
.no-bottom-margin {margin-bottom: 0px;}

.font10 {font-size: 10px !important;}
.font11 {font-size: 11px !important;}
.font12 {font-size: 12px !important;}
.font13 {font-size: 13px !important;}
.font14 {font-size: 14px !important;}
.font15 {font-size: 15px !important;}
.font16 {font-size: 16px !important;}
.font17 {font-size: 17px !important;}
.font18 {font-size: 18px !important;}
.indented {margin-left: 30px !important; margin-right: 30px !important}
.no-bottom-margin {margin-bottom: 0px !important;}
.smallcaps {font-variant:small-caps; !important}
.red {color: #ff1100 !important;}

}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
  .body * { border:1px solid red !important; } /* your css rules for ipad portrait */
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {

body { min-height: 1120px;}

.content.scroll-pane {
 height: 750px;
 
 
  }
  
body  .single-articles .content.scroll-pane  {
height: 850px !important;
}


.font13 {font-size: 13px;}
.indented {margin-left: 30px;}
.no-bottom-margin {margin-bottom: 0px;}

.font10 {font-size: 10px !important;}
.font11 {font-size: 11px !important;}
.font12 {font-size: 12px !important;}
.font13 {font-size: 13px !important;}
.font14 {font-size: 14px !important;}
.font15 {font-size: 15px !important;}
.font16 {font-size: 16px !important;}
.font17 {font-size: 17px !important;}
.font18 {font-size: 18px !important;}
.indented {margin-left: 30px !important; margin-right: 30px !important}
.no-bottom-margin {margin-bottom: 0px !important;}
.smallcaps {font-variant:small-caps; !important}
.red {color: #ff1100 !important;}

}

/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
.single-articles .scroll-pane {
height: 400px;

}

.font13 {font-size: 13px;}
.indented {margin-left: 30px;}
.no-bottom-margin {margin-bottom: 0px;}

.font10 {font-size: 10px !important;}
.font11 {font-size: 11px !important;}
.font12 {font-size: 12px !important;}
.font13 {font-size: 13px !important;}
.font14 {font-size: 14px !important;}
.font15 {font-size: 15px !important;}
.font16 {font-size: 16px !important;}
.font17 {font-size: 17px !important;}
.font18 {font-size: 18px !important;}
.indented {margin-left: 30px !important; margin-right: 30px !important}
.no-bottom-margin {margin-bottom: 0px !important;}
.smallcaps {font-variant:small-caps; !important}
.red {color: #ff1100 !important;}
}

/* Smartphones (landscape) ----------- */
@media only screen
and (min-width : 321px) {
.font13 {font-size: 13px;}
.indented {margin-left: 30px;}
.no-bottom-margin {margin-bottom: 0px;}

.font10 {font-size: 10px !important;}
.font11 {font-size: 11px !important;}
.font12 {font-size: 12px !important;}
.font13 {font-size: 13px !important;}
.font14 {font-size: 14px !important;}
.font15 {font-size: 15px !important;}
.font16 {font-size: 16px !important;}
.font17 {font-size: 17px !important;}
.font18 {font-size: 18px !important;}
.indented {margin-left: 30px !important; margin-right: 30px !important}
.no-bottom-margin {margin-bottom: 0px !important;}
.smallcaps {font-variant:small-caps; !important}
.red {color: #ff1100 !important;}



}


/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 320px) {
	
#page {min-height: 970px;
}	

.content.scroll-pane {
 height: 850px;
  }

body {min-height: 1100px;
}
.single-articles .scroll-pane {
height: 1060px !important;

}
.font13 {font-size: 13px;}
.indented {margin-left: 30px;}
.no-bottom-margin {margin-bottom: 0px;}

.font10 {font-size: 10px !important;}
.font11 {font-size: 11px !important;}
.font12 {font-size: 12px !important;}
.font13 {font-size: 13px !important;}
.font14 {font-size: 14px !important;}
.font15 {font-size: 15px !important;}
.font16 {font-size: 16px !important;}
.font17 {font-size: 17px !important;}
.font18 {font-size: 18px !important;}
.indented {margin-left: 30px !important; margin-right: 30px !important}
.no-bottom-margin {margin-bottom: 0px !important;}
.smallcaps {font-variant:small-caps; !important}
.red {color: #ff1100 !important;}
}







/* =IE7
----------------------------------------------- */

#ie7 article.intro {
	margin-left: -7.6%;
	margin-right: -7.6%;
	padding-left: -7.6%;
	padding-right: -7.6%;
	max-width: 1000px;
}
#ie7 section.featured-post {
	margin-left: -7.6%;
	margin-right: -7.6%;
	max-width: 850px;
}
#ie7 section.recent-posts {
	margin-right: 7.6%;
}





