/*
Theme Name: St John Group Web Site Theme
Theme URI: http://www.stjohngroup.com
Description: St John Group main web site Theme
Version: 1.0
Author: Andrew Donald
Author URI: http://www.stjohngroup.com/
Tags: two-column
*/


/* Reset CSS */
@import url("reset.css");

/* All Text CSS */
@import url("text.css");

/* 960 Grid CSS */
@import url("960.css");

/*********************************************************************
	Primary Construct - Generic Styles
*********************************************************************/

body {
	background:url(img/bg_page.jpg) top repeat-x fixed;
	margin:0;
	padding:0;
}

.clear {
	clear:both;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

img {
	border:none;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.divider
{
	margin: 10px 0px 10px -10px;
	/*padding-bottom: -10px*/
	height: 10px;
	width: 605px;
	border-top: 1px dotted #a4a4a4;
}

.divider_right
{
	height: 10px;
	width: 285px;
	border-top: 1px dotted #a4a4a4;
}

/*********************************************************************
	Title
*********************************************************************/

.blog_title h1 {
	background: #8E0000 url(img/site_title_bck.gif) top right no-repeat;
	font-size:19px;
	color:#666;
	margin:0 0 5px 0;
	padding:15px 0 0 20px;
	height:40px;
	width:568px;
}

.blog_title h1 a {
	background:url(img/title_icon.gif) top left no-repeat;
	padding: 7px 0 0 45px;
	color:#666;
	text-decoration:none;
}

.blog_title h1 a:hover {
	text-decoration:line-through;
}

.blog_title h4 {
	font-size:13px;
	color:#444;
	padding:0 0 0 65px;
}
/*********************************************************************
	Navigation
*********************************************************************/
.navigation {
	/*background:url(img/nav_bck.jpg) repeat-x top left;*/
	font-size: 16px;
	height: 30px;
}

.navigation ul {
	float:right;
	list-style:none;
	margin-bottom: 7px;
}

.navigation ul li {
	float:left;
	display:block;
}

.navigation ul li a {
	font-family: Helvetica, Arial;
	background:url(img/nav_rightbrdr.gif) top right no-repeat;
	display:block;
	font-weight:bold;
	height:20px;
	padding: 0px 15px 0px 15px;
	text-decoration:none;
	margin:0px;
	width:auto;
	float:left;
	color: #606060;
}

.navigation ul li.current_page_item a, .navigation ul li a.current {
	color: #000;
}

.navigation ul li a:hover {
	color: #f00;
}

a.current_page_item {
	color: #f00;
}

.search_box {
	float:right;
	margin:10px;
	color:#666;
	width:222px;
}

input.search_field {
	border:2px solid #26262A;
	background:#575A62;
	height:16px;
	widht:190px;
	color:#666;
}

input.search_btn {
	margin:0 10px 0 0;
	float:left;
}

/*********************************************************************
	Main Image Header
*********************************************************************/

.main_image {
	background:url(img/masthead/Home.jpg) top center no-repeat;
	height:344px;
}

.main_image img {
	margin:0;
	padding:0;
}

/*********************************************************************
	Content
*********************************************************************/

.content_wrapper {
	background-color:#FFF;
}

/*********************************************************************
	Entry Styles
*********************************************************************/

.entry {
	font-size:11pt;
	padding-top: 20px;
	line-height:12pt;
	margin: 0px 0px 30px 10px;
	color: #666;
}

.entry p {
	padding-bottom:10px;
	line-height:16pt;
	color: #666;
}

.entry p a {
	color:#A80108;
}

.entry h2.sectionhead {
	color: #fff;
	font-size: 0px;
	width: 16px;
	padding: 10px 0px 0px 10px;
}

.entry h2 {
	font-size: 30px;
	/*********************************************************************
	Testing Line Spacing
	*********************************************************************/
	line-height: 120%;
	color:#666;
	padding:0px;
	display:block;
	margin:0 0 3px;
}

.entry h2 a {
	margin-top: 20px;
	text-decoration: none;
	color:#666;
}

.entry img {
}

html>body .entry ul {
	padding: 0 0 0 30px;
	padding-left: 10px;
}

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

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

.entry p.postinfo {
	line-height: 2;
}

.entry p.postinfo a {
	color:#F12F1B;
	padding: 0px 2px 0px 2px;
	background-color: #FFFFFF;
	text-decoration: underline; 
	font-size:10pt;
}

.entry p.postinfo span.upper {
}

.entry p.postinfo span.category {
	padding-left:20px;
	color:#2A2B2E;
}

.entry p.postinfo span.comment {
	padding-left:16px;
}

.post {
	margin:0px 10px 0px 10px;
	border-bottom: dotted 1px #ccc;
	font-family: Helvetica, Arial;
}

/*override*/
.post h2 {
	font-size: 30px;
	margin:20px 0px 0px 0px;
	line-height: 2;
	font-weight: normal;
}

.post h2.search {
	font-size: 16pt;
	font-weight: normal;
	color: #666;
	padding: 20px 0px 0px 10px;
	margin-bottom: 11px;
}

	

blockquote {
	background:#A9A088;
	border-bottom:2px solid #908873;
	border-top:2px solid #908873;
	color:#666;
	font-size:90%;
	font-style:italic;
	margin:23px 30px;
	padding:4px 4px 4px 10px;
}

/*********************************************************************
	Right Side Content
*********************************************************************/

/*
.right {
	background: #7F7968 url(img/right_bck.gif) bottom right no-repeat;
	margin-bottom:10px;
	margin-top:20px;
	padding: 0px;
}

h2.widgettitle {
	color:#666;
	background:#6C6351;
	font-size:13px;
	padding:5px 5px 5px 15px;
	margin:0 0 5px 0;
	display:block;
}

.sleft ul li ul li, .sright ul li ul li {
	color:#666;
	padding:5px 0 6px 0;
	font-size:11px;
	background:url(img/bullet.gif) no-repeat 0 7px;
	padding-left:16px;
	margin:0 0 0 5px;
}

.sleft ul li a, .sright ul li a {
	color:#666;
}

*/

.right {
	font: 13px/1.2 Helvetica, Arial;
	margin: 25px 0px 10px 10px;
	padding: 0px;
	color:#666;
	width: 285px;
}

h2.widgettitle {
	font: 16pt/1.0 Helvetica, Arial;
	color:#666;
	padding-bottom: 10px;
	margin: 0px;
	display:block;
	text-align: right;
	width: 275px;
	border-bottom: dotted 1px #d2d3d4;
}

.sleft ul li ul li, .sright ul li ul li {
	padding: 4px 0px 4px 0px;
	margin: 0px;
	color:#666;
	border-bottom: dotted 1px #d2d3d4;
	width: 275px;
}

.sleft ul li a, .sright ul li a {
	color:#666;
	text-decoration: none;
}

.sleft ul li a:hover , .sright ul li a:hover {
	color:#666;
	text-decoration: underline;
}

/*********************************************************************
	Tabbed Content
*********************************************************************/
#tab {
	background:#7F7968;
	padding:0px;
	margin:8px;
	border:5px solid #6C6351;
}

.tabbertab h2 {
	font-size:11px;
}

.tabberlive .tabbertabhide {
	display:none;
}

.tabber {
	font-size:11px;
}

.tabberlive {
	background: #908873;
}

ul.tabbernav {
	padding: 3px 0 0 0;
	background:#7F7968;
}

ul.tabbernav li {
	list-style: none;
	display: inline;
}

ul.tabbernav li a {
	padding: 3px 0.5em;
	margin-right: 3px;
	border-bottom: none;
	background: #7F7968;
	text-decoration: none;
	color:#484437;
}

ul.tabbernav li a:link {
	font-size:11px;
}

ul.tabbernav li a:visited {
}

ul.tabbernav li a:hover {
	color: #000;
	background: #908873;
}

ul.tabbernav li.tabberactive a {
	background: #908873;
}

ul.tabbernav li.tabberactive a:hover {
	color: #333;
}

.tabberlive .tabbertab {
	padding:5px;
	border-top:0;
}

.tabberlive .tabbertab h2 {
	display:none;
}

.tabberlive .tabbertab h3 {
	display:none;
}

.tabberlive#tab1 {
}

.tabberlive#tab2 {
}

.tabberlive#tab2 .tabbertab {
	height:200px;
	overflow:auto;
}

.tabbertab p {
	padding-bottom:10px;
	line-height:140%;
}

.tabbertab ul {
	padding:0;
	margin:0;
}

.tabbertab ul li {
	padding:5px 0 6px 0;
	font-size:11px;
	background:url(img/bullet.gif) no-repeat 0 7px;
	padding-left:16px;
	border-bottom:1px solid #A9A088;
}

.tabbertab ul li a {
	font-family:Helvetica, Arial;
	font-size:11px;
	text-decoration:none;
	color:#666;
}

/*********************************************************************
	Comments
*********************************************************************/

#c {
	float:left;
	width:150px;
	font-size:9px;
}

#cc {
	float:right;
	width:300px;
	font-size:9px;
}

#commentform p {
	padding-bottom:10px;
}

#commentform #author {
	border:1px solid #BBB;
	height:20px;
	background:#f5f5f5;
	padding-left:5px;
}

#commentform #email {
	border:1px solid #BBB;
	height:20px;
	background:#f5f5f5;
	padding-left:5px;
}

#commentform #url {
	border:1px solid #BBB;
	height:20px;
	background:#f5f5f5;
	padding-left:5px;
}

#commentform #comment {
	border:1px solid #BBB;
	padding:10px;
	width:278px;
}

.commentlist {
	font-size:10px;
}

.commentlist cite {
	padding:5px 5px 5px 10px;
}

.commentlist cite a {
	color:#666;
}

.commentlist .ctext {
	border-bottom:1px solid #908873;
	font-size:11px;
}

.postmetadata {
	border: 1px solid #908873;
	padding:10px;
	color:#999;
	font-size:10px;
	background-color: #eee;
}

.postmetadata a {
	color:#666;
}

.ccomment {
	line-height:140%;
	margin:0;
	padding:20px 5px 20px 20px;
	color:#666;
}

.ccomment a {
	color:#666;
}

.ccomment h3 {
	font-size:15px;
}

.ccomment ol {
}

.ccomment ol li {
	padding:15px;
	background:#eee;
}

.ccomment ol li.alt {
	background:#eee;
	padding:15px;
}


/*********************************************************************
	Captions
*********************************************************************/
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}


/*********************************************************************
	Footer
*********************************************************************/

.footer {
	/*background:url(img/footer_bck.jpg) top center repeat-x;*/
	height:51px;
	color:#ccc;
	margin-bottom:50px;
	text-align: center;
	font-size:11px;
}

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

.footer a:hover {
	color:#CCC;
	text-decoration:underline;
}

.footer p {
	padding:15px;
}


/*********************************************************************
	Masthead
*********************************************************************/

.carousel_CON {
	width: 915px;
	margin: 15px 10px 0px 10px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #a4a4a4;
}

.logo {
	height: 33px;
	width: 935px;
	background:url(img/Logo.gif) no-repeat top left;
	margin: 15px 0px 0px 20px;
	padding: 0px;
}
/*
.login {
	font: 9pt Helvetica, Arial;
	padding: 3px 15px 0px 0px;
	text-align: right;
	margin: 0px;
	height: 15px;
	width: 935px;
}
*/

.login {
	padding: 0px;
	text-align: right;
	margin: -27px 20px 0px 0px;
}

.login a {
	color:#000;
	font: 13px/13px Helvetica, Arial;
	text-decoration: underline;
}

.login a:hover {
	text-decoration: underline;
	color: #f00;
}

.HomeNavFix
{
	margin-top: 1px;
	margin-bottom: -1px;
	
	/*IE 6 & 7 */
	*margin-top: 2px;
	*margin-bottom: -2px;
	
	/*IE 6 Only */
	_margin-top: 2px;
	_margin-bottom: -2px;
}


/*
* .HomeNavFix
{
	margin-top: 2px;
}
*/
/*********************************************************************
	What We Do
*********************************************************************/

.WhatWeDo_CON {
	padding: 10px;
    position: relative;
	padding-bottom: 40px; 
	/*width: 164px;
	height: 184px;
	vertical-align: top;*/
}

.XWhatWeDo_Cursor {
	position: absolute;
	top: 0px;
    left: 0px;
	width: 180px;
	height: 166px;
	border: solid 0px white;
}

.WhatWeDo .Xhilight {
	border: solid 2px red;
}


.Caption {
	width: 164px;
	text-decoration: none;
	position: absolute;
	top: 120px;
	color: #000;
	font: 10pt/12pt Helvetica, Arial;
	margin-top: 5px;
	/*padding: 0px;*/
	/*
	text-align: left;
	border: 1px dashed green;
	*/
}


td {
text-decoration: none;
}

#Caption1, #Caption2, #Caption3, #Caption4, #Caption5, #Caption6, #Caption7, #Caption8, #Caption9, #Caption10, #Caption11 {
	text-decoration: none;
}

/*
a.Caption {
	color: #000;
	cursor: pointer;
}

a.Caption:hover {
	color: #f00;
	cursor: pointer;
}
*/

.WhatWeDo_CON a {
	text-decoration: none;
	color: #000;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
}

.WhatWeDo_CON a:hover {
	color: #f00;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
}
	
.WhatWeDo .td_Space {
	width: 0px;
}

.RedBorder {
	border: 1px solid red;
}

.Red
{
	color: #F00;
	cursor: pointer;
}

/*********************************************************************
	Work Samples
*********************************************************************/

.Samples_CON {
	width: 585px;
	height: 400px;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	/*position: absolute;*/
}

.Sample .Title {
	width: 585px;
	height: 70px;
	/*text-align: center;*/
}

.Sample h2 {
	margin-top: 5px;
}

.Sample .Middle {
	width: 585px;
	height: 300px;
}

.Sample .Nav_Top {
	width: 585px;
	height: 15px;
	font-family: Helvetica, Arial;
	font-size: 15px;
	font-weight: bold;
	text-align: right;
}

.Sample .Nav_Prev {
	width: 30px;
	height: 300px;
	float: left;
}

.Sample .Nav_Next {
	width: 30px;
	height: 300px;
	float: right;
}

.Sample .Nav_Bottom {
	width: 585px;
	height: 15px;
	font-family: Helvetica, Arial;
	font-size: 15px;
	font-weight: bold;
	text-align: right;
}

.Sample a {
	color: #ccc;
	text-decoration: none;
}

.Sample a:hover {
	color: #f00;
}

.Sample .Content_CON{
	width: 515px;
	height: 300px;
	margin-left: 30px;
}



/* Sample Work Templates */

.SampleContent {
	width: 515px;
	height: 300px;
	overflow:hidden;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
}

.SampleContent .Content_Right{
	width: 250px;
	height: 300px;
	float: right;
	text-align: center;
}

.SampleContent .Content_Left{
	width: 250px;
	height: 300px;
	float: left;
	padding-right: 15px;
}


/* nav */

.Sample .Nav_Next a {
    position: absolute;
	/*
    top: 43px;
    right: 100px;
    width: 32px;
    height: 32px;
	*/
	top: 180px;
    right: 10px;
	width: 14px;
    height: 66px;
    cursor: pointer;
    background: transparent url(http://www.sjohn.com/wp-content/themes/SJG/img/next-horizontal.gif) no-repeat 0 0;
}

.Sample .Nav_Next a:hover {
    background-position: -14px 0;
}

.Sample .Nav_Next a:active {
    background-position: -28px 0;
}

.Sample .Nav_Next-Disabled a,
.Sample .Nav_Next-Disabled a:hover,
.Sample .Nav_Next-Disabled a:active {
    cursor: default;
    background-position: -42px 0;
}

.Sample .Nav_Prev a {
    position: absolute;
	/*
    top: 43px;
    right: 100px;
    width: 32px;
    height: 32px;
	*/
	top: 180px;
    left: 10px;
	width: 14px;
    height: 66px;
    cursor: pointer;
    background: transparent url(http://www.sjohn.com/wp-content/themes/SJG/img/prev-horizontal.gif) no-repeat 0 0;
}

.Sample .Nav_Prev a:hover {
    background-position: -14px 0;
}

.Sample .Nav_Prev a:active {
    background-position: -28px 0;
}

.Sample .Nav_Prev-Disabled a,
.Sample .Nav_Prev-Disabled a:hover,
.Sample .Nav_Prev-Disabled a:active {
    cursor: default;
    background-position: -42px 0;
}

a.Active {
	color: #000;
}

.Sample .Launch {
	padding-left: 40px;
	font-weight: bold;
	font-size: 11pt;
	font-family: Helvetica, Arial;
}

/*
.Sample .Nav_BottomLeft a {
	font-size: 11pt;
	font-family: Helvetica, Arial;
	color: #f00;
}

.Sample .Nav_BottomLeft a:hover {
	color: #ff0;
}
	
.Sample a.Launch {
	color: #f00;
}

.Sample a.Launch:hover {
	color: #ff0;
}
*/