/*
Css file: stylesheet.css
Version: 1.0
Description: Stylesheet for James Raaff & Associates (JR&A) website.
Author: Cuie&Co - Andy Walton
Author URI: http://www.cuieandco.com */

/* Created: 16 September 2008 (Last updated - 21 September 2009)
For more info contact andy (at) cuieandco (dot) com
Designed for screen */

/* Global reset (clear it all)
----------------------------------------------------- */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, table, th, td, img { 
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img, abbr {
	border: 0;
}
address, caption, cite, code, dfn, h1, h2, h3, h4, h5, h6, th, var {
	font-style: normal;
	font-weight: normal;
}
ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 12px;
}
q:before, q:after { 
	content:'';
}
a {
	text-decoration: none;
}
a, a:link, a:visited, a:active, a:hover {
	outline: none;
}
* {
	margin: 0; padding: 0;
}

/* Typography
---------------------------------------------------------- */

blockquote {
	color: #506b76;
	font: normal 26px/27px 'Warnock Pro', 'Goudy Old Style', 'Palatino', 'Book Antiqua', Georgia, serif;
	margin: 27px 50px 18px 50px;
	clear: both;
}
blockquote span {
	color: #506b76;
	font-size: 60pt;
	font-family: 'Goudy Old Style', 'Palatino', 'Book Antiqua', Georgia, serif;
	float: left;
	padding-top: 20px;
	padding-bottom: 36px;
	width: 40px;	
}
cite {
	color: #506b76;
	font: normal 10pt/18px Helvetica, Arial, sans-serif, serif;
}
h1 {
	color: #506b76;
	font: normal 24px/27px Helvetica, Arial, sans-serif, serif;
	margin-bottom: 12px;
}
h2 {
	font: normal 16px/20px Helvetica, Arial, sans-serif, serif;
	margin-bottom: 18px;
	letter-spacing: 0.01em;
}
h3 {
	color: #506b76;
	font: normal 16px/18px Helvetica, Arial, sans-serif, serif;
	margin-bottom: 12px;
}
h4 {
  	font: normal 13px/18px Helvetica, Arial, sans-serif, serif;
	margin-bottom: 18px;
}
h5 {
  	font: normal 12px/1em Helvetica, Arial, sans-serif, serif;
	margin-bottom: 18px;
}
p {
	margin-bottom: 18px;
}
strong {
  font-weight: bold;
}
em {
	font-style: italic;
}
acronym {
  border-bottom: 1px dotted #e8e8e8;
  cursor: help;
}

/* Links
---------------------------------------------------------- */
a, a:link, a:visited {
	color: #aaa20a;	
	text-decoration: none;
}
a:hover {
	color: #aaa20a;
	text-decoration: underline;
}

/* Horizontal rules
---------------------------------------------------------- */
hr {
	width: 100%;
	height: 1px;
	margin-bottom: 18px;
	border: 0;
	border-bottom: 1px solid #e8e8e8;
	clear: both;
}
hr.dashed {
	border-bottom: 1px dashed #e8e8e8;	
}
hr.thick {
	border-bottom: 3px solid #e8e8e8;
}


/* Site
---------------------------------------------------------- */

/* General layout */
html {
  height: 100%;
  overflow: -moz-scrollbars-vertical;
}
body {
	background-color: #39545f;
	border: 0; /* Removes the border around the viewport in old versions of IE */
	color: #656464;
	font: normal 85%/18px Helvetica, Arial, sans-serif, serif;
	margin: 0;
	min-width: 860px; /* Minimum width of layout - this property does not work in old versions of IE - Puke */
	padding: 0;
	width: 100%;
}
#wrapper {
	background-color: #fff;
	clear: both;
	width: 100%;
}
.inner {
	width: 860px;
	margin: 0 auto;
	padding-right: 60px;
}
/* Header */
#header {
	background: #39545f url(../images/bg-header.png) top center repeat-x;
	width: 100%;
	height: 100px;
	margin-bottom: 18px;
}
#logo {
	display: block;
	float: left;
	height: 100px;
	width: 385px;
}
#logo a, #logo span {
	background: #fff url(../images/logo-jra.png) top center no-repeat;
	display: block;
	height: 100px;
	width: 385px;
}
#logo em {
	display: block;
	margin-left: -3000px;
}
#logo span:hover {
	background: #fff url(../images/logo-jra.png) top center no-repeat;	
	display: block;
}
#quicklinks {
	color: #c2c1c1;
	float: right;
	text-align: right;
	margin-top: 12px;
}
#quicklinks dt {
	display: inline;
	font-size: 90%;
}
#quicklinks a {
	color: #c2c1c1;
}
#quicklinks a:hover {
	color: #aaa20a;	
}
#container {
	margin: 0 auto;
	padding: 12px 60px;
	width: 804px;
}

/* Sidebar and navigation tabs */

/*Sidebar */
#sidebar {
	float: left;
	width: 256px;
	margin: 0 18px 18px 0;
}
#subscribe {
	background-color: #fff;
	padding: 3px;
	border: 1px dashed #e8e8e8;
}
#subscribe .inside {
	background-color: #efefef;
	padding: 14px 18px;
}
#subscribe .inside p {
	margin-bottom: 0;
}
#subscribe .inside h3 {
	font-size: 125%;
}
#subscribe p img {
	float: left;
	padding: 0 5px 5px 0;
}
#sidebar ul {
	list-style-type: disc;
	list-style-position: inside;
	text-indent: 0px;
	padding: 0 0 0 12px;
}
#sidebar li {
	padding: 0 0 8px 12px;
}
#sidebar h4 {
	margin-bottom: 6px;
}
#asides {
	padding: 18px 0 0 0;
}
#asides ul {
	list-style-type: none;
	list-style-position: inside;
	text-indent: 0;
	padding: 0 0 12px 0;
}
#asides li {
	padding: 0 0 6px 0;
}
#asides li.odd {
	background-color: #fff;
}
#asides li.even {
	background-color: #fff;
}
#asides ul.recent-posts li {
	padding: 6px 0;
	border-bottom: 1px dashed #e8e8e8;	
}
#asides ul.recent-posts li.last {
	border-bottom: none;
}

/* Navigation */
.navigation {
	width: 256px;
	font: normal 130%/29px Helvetica, Arial, sans-serif, serif;
	letter-spacing: 0.1em;
	margin: 0 0 18px 0;
}
.navigation dt {
	height: 39px;
	width: 256px;
	border-bottom: 1px dashed #e8e8e8;	
}
.navigation dt.last {
	border-bottom: 1px dashed #e8e8e8;	
}
.navigation a, .navigation a.selected, .navigation a:hover {
	padding: 6px 18px 4px 18px;
	display: block;
}
.navigation a, .navigation a:hover {
	text-decoration: none;
}
.navigation a {
	background-color: #fff;
}
.navigation a:hover {
	background-color: #efefef;
}
.navigation a.selected {
	color: #506b76;
	background-color: #efefef;
}
.navigation a:hover.selected {
	text-decoration: underline;
}
.sub-navigation {
	width: 530px;
	font: normal 110%/18px Helvetica, Arial, sans-serif, serif;
	margin: 0 0 18px 0;
	border-bottom: 1px solid #e8e8e8;
	display: block;
	padding: 6px 0 3px 0;
	clear: both;	 
}
.sub-navigation dt {
	height: 26px;
	display: inline;
}
.sub-navigation a, .sub-navigation a.selected, .sub-navigation a:hover {
	padding: 6px 18px 4px 18px;
	display: inline;
}
.sub-navigation a, .sub-navigation a:hover {
	text-decoration: none;
}
.sub-navigation a {
	background-color: #fff;
}
.sub-navigation a:hover {
	background-color: #efefef;
}
.sub-navigation a.selected {
	background-color: #efefef;
}
.sub-navigation a:hover.selected {
	text-decoration: underline;
}

/* Content */
#content {
	float: right;
	width: 530px;
	margin: 0;
	padding: 0;
}
#content ul {
	list-style-type: disc;
	list-style-position: outside;
	text-indent: 0;
	padding: 0 0 0 12px;
}
#content li {
	padding-bottom: 8px;
}
h1.intro {
	color: #656464;
	font: normal 14px/18px Helvetica, Arial, sans-serif, serif;
	margin-bottom: 18px;	
}
#latest-news, #training, #downloads {
	margin-bottom: 18px;
}
#showcase {
	background-color: #fff;
	clear: both;
	height: 318px;	
	position: relative;
	border: 3px solid #efefef;	
	margin-bottom: 18px;
	overflow: hidden;		
	width: 524px;
	padding-bottom: 6px;	
}
#showcase .previous {
	position: absolute;
	left: 0;
	top: 190px;
	width: 30px;
	height: 31px;
	background-image: url(../images/btn-arrow-back.png);
	text-indent: -10000px;
	cursor: pointer;
}
#showcase .previous:hover {
	background-image: url(../images/btn-arrow-back-over.png);
}
#showcase .next {
	position: absolute;
	right: 0;
	top: 190px;
	width: 30px;
	height: 31px;
	background-image: url(../images/btn-arrow-fwd.png);
	text-indent: -10000px;
	cursor: pointer;
}
#showcase .next:hover {
	background-image: url(../images/btn-arrow-fwd-over.png);
}
#caption {
	color: #fff;
	position: absolute;
	left: 3px;
	top: 220px;
	width: 494px;
	height: 59px;
	padding: 12px;	
	overflow: hidden;
	background: transparent url(../images/bg-transparent.png) top left repeat;
}
#caption h3 {
	color: #fff;
	font-size: 120%;
	margin-bottom: 0;
}
#caption a {
	color: #fff;
	text-decoration: underline;
}
#caption a:hover {
	color: #fff;
	text-decoration: none;
}
#showcase img, #latest-news img, #content img, #sidebar img {
	border: 3px solid #efefef;
	padding: 3px; 
}
#showcase a:hover img, #latest-news a:hover img {
	border: 3px solid #aaa20a;
	padding: 3px; 
}
#latest-news img {
	float: left;
	margin: 0 12px 18px 0;
}
#latest-news h3 a, #training h3 a, #downloads h3 a {
	color: #506b76;
}
#latest-news h3 a:hover, #training h3 a:hover, #downloads h3 a:hover {
	color: #aaa20a;	
}
#downloads li {
	font-size: 95%;
	padding-top: 50px;
	background: #fff url(../images/icon-downloads.png) top center no-repeat;	
	width: 32%;
	padding-right: 1%;
	text-align: center;
	display: block;
	float: left;
	overflow: hidden;
}
.col-2-left {
	float: left;
	width: 256px;
}
.col-2-right {
	float: right;
	padding-left: 18px;
	width: 256px;
}
.col-3 {
	float: left;
	width: 220px;
}
.col-first {
	padding: 0 27px 0 18px;
}
.col-first p {
	margin-bottom: 9px;
}
.col-middle {
	padding: 0 26px;
	border-right: 1px dashed #cfdbe0;	
	border-left: 1px dashed #cfdbe0;
}
.col-last {
	padding: 0 18px 0 27px;
}
table h3 {
	font-size: 13pt;
	margin-bottom: 0;
}
table.calendar-sb {
	width: 254px;
	background-color: #fff;
	border: 1px dashed #e8e8e8;
	margin-bottom: 18px;	
}
table.calendar {
	width: 530px;
	background-color: #fff;
	border: 1px dashed #e8e8e8;
	margin-bottom: 18px;	
}
th {
	background-color: #dddcdc;	
	color: #656464;
	font-size: 11pt;
	padding: 6px 6px 3px 6px;
}
tr {
	padding: 0;
}
td {
	padding: 6px 6px 3px 6px;
}
table.calendar-sb th.location {
	font-size: 11pt;
	text-align: center;	
	width: 50%;
}

table.calendar-sb td.description {
	font-size: 12px;
	width: 50%;
}
td.date {
	font-size: 9pt;
	font-style: italic;
	width: 20%;
}
td.description {
	width: auto;
}
td.location {
	width: 20%;
}
td.price {
	font-weight: bold;
	width: 20%;
}
td.time {
	font-weight: bold;
	width: 20%;
}
td.read-more {
	border-top: 1px solid #e8e8e8;
	text-align: right;
}
.odder {
	background-color: #efefef;
}
.even {
	background-color: #fff;
}

/* Posts */
.post {
	overflow: auto;
}
.post h1 {
	color: #506b76;
	font: normal 20px/27px Helvetica, Arial, sans-serif, serif;
	margin: 0 0 6px 0;
}
.post h1 a {
	color: #506b76;
}
.post h1 a:hover {
	color: #aaa20a;
}
.post-date {
	width: 122px;	
	padding: 0 18px 0 0;
	float: left;
	color: #c42424;
	font: normal 250%/1em Georgia, Helvetica, Arial, sans-serif, serif;
	text-align: center;
}
.post-date span {
	font: normal 150%/1em Georgia, Helvetica, Arial, sans-serif, serif;
}
.post-content {
	float: left;
	width: 100%;	
	overflow: hidden;
}
.post-meta {
	font-size: 100%;
	font-style: italic;
	color: #695e5e;
	margin-bottom: 20px;
}
.comments {
	float: left;
	width: 524px;
	padding: 3px;		
}
.comment {
	border-top: 1px dashed #e8e8e8;
	padding: 12px;
}
.comment span {
	font: normal 150%/1em Georgia, Helvetica, Arial, sans-serif, serif;
}
.comment h3, .comment p {
	margin-bottom: 0;
}
.comment em {
	font-size: 100%;
	font-style: italic;
	color: #4a4848;
}
.alt {
	background-color: #efefef;
	padding: 12px;
}
.comment.last {
	margin-bottom: 18px;
}
.comment-meta {
	margin-top: 10px;
	text-align: right;
}
/* Footer */
#footer {
	background: #39545f url(../images/bg-footer.png) top center repeat-x;
	clear: both;
	color: #698692;
	font-size: 90%;
	height: 40px;
	overflow: auto;
	width: 100%;
}
#footer .inner {
	width: 804px;
	margin: 0 auto;	
	padding: 12px 60px 0 60px;
}
#footer a, footer a:hover {
	color: #698692;
}
#footer-detail {
	float: left;
	width: 80%;
}
#by-cuie {
	float: right;
	text-align: right;
	width: 20%;
}

/* Styling classes */
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.clear {
	clear: both;
}
.pic-left {
	float: left;
	margin: 0 12px 18px 0;
}
.pic-right {
	float: right;
	margin: 0 0 5px 12px;
}
.pic-no-float {
	text-align: center;
	margin: 0 auto;
}
div.post img.thumbnail {
	border: 2px solid #cfdbe0;
	padding: 3px; 
	float: left;
	margin: 0 12px 12px 0;
	width: 96px;	
}
img.thumbnail {
	border: 2px solid #cfdbe0;
	padding: 3px; 
	float: left;
	margin: 0 12px 5px 0;
	width: 48px;	
}
#content .no-border, #sidebar .no-border {
	border: none;
}
#content .no-border-left, #sidebar .no-border-left {
	border: none;
	float: left;
	margin: 0 12px 5px 0;	
}
#content .no-border-right, #content .no-border-right {
	border: none;
	float: right;
	margin: 0 0 5px 12px;
}
span.amp {
  font-family: Baskerville, Palatino, "Book Antiqua", serif;
  font-style: italic;
}
.mt {
	margin-top: 14px;
}

/* Typography */
h2.title {
	color: #c42424;
	text-align: center;
	border-bottom: 1px dotted #c9c9c9;
}

/* Forms */
input, select, textarea {
	font-size: 100%;
	padding: 5px;
}
input, select, textarea {
	border: 1px solid #bebdbd;
	font-family: "Lucida Grande", Lucida, Helvetica, sans-serif;
	margin: 0 0 12px 0;
	color: #695e5e;	
}
input {
	width: 350px
}
#subscribe input {
	width: 95%
}
textarea {
	width: 450px;
}
input.btn, #feedback input.btn, #comment-form input.btn {
	width: 100px;
	background-color: #aaa20a;
	border: 1px solid #aaa20a;
	color: #fff;
	padding: 6px 5px 4px 5px;
}
input.btn:hover, #feedback input.btn:hover, #comment-form input.btn:hover {
	background-color: #fff;
	border: 1px solid #aaa20a;
	color: #aaa20a;
}
textarea.large {
	height: 25em;
}
.error {
	color: #c42424;
	font-style: italic;
}
#feedback {
	background-color: #efefef;
	border-right: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;	
	padding: 18px;
	margin-bottom: 18px;
}
#feedback input, #feedback textarea {
	width: 350px;
}
#feedback textarea {
	width: 450px;
}
#feedback h3, #comment-form h3 {
	margin-bottom: 0;
}
.error {
	color: #aaa20a;
	font-style: italic;
}
#comment-form input {
	width: 350px;
}
#comment-form textarea {
	width: 450px;
}
#comment-form {
	padding: 12px;
	background-color: #efefef;
	border-right: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;	
	margin-bottom: 18px;
}