/*
Theme Name: RF Linked IN
Theme URI: http://reachfurther.com/linkedin
Description: Custom theme for the Reach Further Linked IN Courses
Version: 1.0
Author: Graeme Pirie
Author URI: http://graemepirie.com

*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

/**

  Colours Used:
  
  Light Grey:		#eeeeee
  Dark Grey:		#e1e1e1
  Orange:			#f1a33f
  Green:			#94ce18
  Blue:				#2f64ae

*/

/* ************************************************************************************************************************************************************

Reset

************************************************************************************************************************************************************ */

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 1px dotted #000;
	overflow: hidden;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
	list-style-position: outside;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

.clear {
	clear: both;
}


/* ************************************************************************************************************************************************************

Page Elements

************************************************************************************************************************************************************ */


* {
	margin: 0;
	padding: 0;
	}
	
body {
	background: url(img/pagebg.png) top left repeat;
	font-size: 62.5%;
	font-weight:normal;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	height: 100%;
}

#wrap {	
	margin: 0 auto;
	width: 960px;
	background: #eeeeee;
}

#content-wrap {
	width: 920px;
	margin: 0 auto;
	
}

#content {
	float: left;
	width: 605px;	
	display: inline;
	margin-top: 30px;
}

#sidebar {
	float: right;	
	display: inline;
	margin-top: 30px;
	width: 275px;
	}
/*
html>body #sidebar {
	width: 255px;
}
*/
#footer {
	height: 200px;
	padding-bottom: 10px;
	border-top: 2px solid #94ce18;
	color: #94ce18;
}

button {
	font-weight: bold;
	background: url(img/greenbuttonbg.png);
	border: 0;
	color: #fff;
	height: 22px;
	width: 55px;
	cursor: pointer;
	margin: 5px 0 20px 0;
}

button:hover {
	background: url(img/greenbuttonbg-hover.png);
	cursor: pointer;
}
	
/* ************************************************************************************************************************************************************

Typography

************************************************************************************************************************************************************ */

h1 {
	font-size: 2.0em;
	color: #94ce18;
	margin: 10px 0 20px 0;
}

h1.benefits {
	font-size: 1.6em;
	font-weight: bold;
	margin: 10px 0 20px 0;
	text-align: center;
	color: #2f64ae;
}

h2 {
	font-size: 1.8em;
	color: #2f64ae;
	margin: 10px 0 20px 0;
}

h2.boxes {
	text-align: center;
	margin: 10px 0;
}

h2.post-title {
	margin-bottom: 8px;
}

h3{ 
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
	color: #2f64ae;
	margin: 10px 0 20px 0;
}

h3.add-comment {
	text-align: left;
}

h4 {
	font-size: 1.4em;
	color: #94ce18;
}

h5 {
	font-size: 1.4em;
	color: #94ce18;
}

h6 {
	font-size: 1.4em;
	color: #94ce18;
}

p, address {
	font-size: 1.2em;
	margin-bottom: 20px;
	line-height: 1.5;
}

#boxes p {
	line-height: 1;
}

p.meta {
	font-size: 1.0em;
	margin-bottom: 10px;
}

p.post-text {
	line-height: 1.7;
	font-size: 1.3em;
	margin-bottom: 15px;
}

p.category {
	float: left;
	font-weight: bold;
	color: #94ce18;
}

p.number-comments {
	float: left;
	font-weight: bold;
	color: #94ce18;
}


p.previous a {
	color: #fff;
	padding-left: 15px;
	margin: 10px 0 20px 0;
	float: left;
	background: #94ce18;
	width: 40px;	
	font-size: 1.2em;	
}

p.next a {
	color: #fff;
	padding-left: 15px;
	float: right;
	background: #94ce18;
	width: 45px;	
	font-size: 1.2em;
}

p.book {
	font-weight: bold;
	background: url(img/greenbuttonbg.png);
	border: 0;
	color: #fff;
	height: 22px;
	width: 55px;
	cursor: pointer;
	margin: 5px 0 20px 0;
	float: right;
}

p.venue {
	margin-left: 70px;
	line-height: 1;
}

#next-course p.no-events {
	margin: 20px 0 0 0;
}

ol {
	font-size: 1.2em;
	margin-bottom: 20px;
}

ol li{
	list-style: decimal;
	list-style-position: inside;
	line-height: 2;
}

ul {
	font-size: 1.2em;
	margin-bottom: 20px;
}

ul li, ul ul li{
	list-style-image: url(img/bullet.png);
	list-style-position: inside;
	margin-bottom: 14px;
}

blockquote {
	width: 500px;
	margin: 0 auto;
	background: #e5e5e5;
	padding: 10px;
	font-style: italic;
}

a {
	color: #94ce18;
	text-decoration: none;
	font-size: 1.2em;
}

a:hover {
	text-decoration: underline;
}

a:visited {

}

pre {
	font:1.1em 'courier new',courier,monospace;
}

code {
	color:#000;
	font: 1.1em 'courier new',courier,monospace;
	
}

address {
	display: block;
	margin-left: 70px;
}	

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

label {
	display: block;
	float: left;
	/*width: 50px;
	margin-right: 20px;
	font-weight: bold;
	color: #94ce18;
	font-size: 1.2em;*/
}

label.search-form {
	font-size: 1.2em;
	margin-right: 20px;
	line-height: 1.5;
}

/* ************************************************************************************************************************************************************

Header

************************************************************************************************************************************************************ */

#header {
	width: 940px;
	padding-top: 20px;
}

#logo {
	width: 400px;
}

#logo img {
	display: inline;
	float: left;
}

#logo p {
	float: right;
	padding-top: 45px;
	font-weight: bold;
	color: #2f64ae;
	display: inline;
}

#rss {
	float: right;
	padding: 30px 20px 0 0;
}


#page-header {
	margin: 20px 0 0 0;
}

#page-header img {
	margin: 0 20px 30px 0;
	float: left;
}

#course-benefits, #booking-header {
	width: 318px;
	height: 251px;
	background: #e1e1e1;
	float:right;
	padding: 0 0 0 10px;
}

#booking-header img {
	position: relative;
	bottom: 120px;
	left: 210px;
}

ul#benefits {
	background: url(img/benefits.png) top left no-repeat;
	width: 243px;
	font-size: 1.2em;
	margin: 0;
	padding: 0;
	text-indent: 0;
	list-style-position: inside;
}

ul#benefits li {
	margin-bottom: 10px;
	padding:  3px 0 0 20px;
	list-style-image: none;
	margin-left: 1em;
	text-indent: 0;
	list-style-position: outside;
}

ul#benefits li:first-line {
	text-indent: -10px;
}


#booking-header label {
	display: block;
	float: left;
	width: 50px;
	margin-right: 20px;
	font-weight: bold;
	color: #94ce18;
	font-size: 1.2em;
}

#booking-header p, address {
	margin: 0 0 10px 70px;
	line-height: 1;
}

#booking-header button {
	margin-top: 20px;
	text-indent: -9999px;
}


/* ************************************************************************************************************************************************************

Navigation

************************************************************************************************************************************************************ */

#nav {
	background: #94ce18;
	height: 40px;
	margin-bottom: 30px;
}

ul#navigation {
	font-size: 1.6em;
	margin: 0 auto;
	list-style: none;
}

ul#navigation li {
	list-style:none;
	display: inline;
}

ul#navigation li a{
	float: left;
	display: block;
	width: 100px;
	margin: 10px 0 0 65px;
	color: white;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	list-style: none;
	display: inline;
}


ul#navigation li a:hover {
	text-decoration: underline;
}



/* ************************************************************************************************************************************************************

Content

************************************************************************************************************************************************************ */



#next-course {
	background: #e1e1e1;
	float: left;
	height: 200px;
	width: 275px;
	margin: 0 15px 0 0;
	padding: 0 10px;
	display: inline;
}

#next-course label {
	display: block;
	float: left;
	width: 50px;
	margin-right: 20px;
	font-weight: bold;
	color: #2f64ae;
	font-size: 1.2em;
}

#next-course a {
	font-size: 1.2em;
}

#next-course p, address {
	margin: 0 0 10px 70px;
	font-size: 1.0em;
}

#next-course .more-info a {
	background: url(img/greenbuttonbg.png) no-repeat;
	border: 0;
	color: #fff;
	cursor: pointer;
	/*margin: 15px 0 20px 0;*/
	height: 22px;
	width: 55px;
}

#free-report {
	background: #e1e1e1;
	float: left;
	height: 200px;
	width: 275px;
	margin-right: 15px;
	padding: 0 10px;
}

#free-report img {
	float: left;
	margin-top: -12px;
}

#free-report p {
	margin-bottom: 40px;
}

#free-report a {
	font-weight: bold;
	color: #2f64ae;
}


#interested {
	float: right;
	background: #e1e1e1;
	float: right;
	height: 200px;
	width: 275px;
	padding: 0 10px;
}

#wpcf7-f3-w3-o1 form{
	margin-top: 40px;
}

#wpcf7-f3-w3-o1 form p {
	/*margin-bottom: 20px;*/
}

span.wpcf7-form-control-wrap your-email {
	width: 40px;
}

form#interested-email button {
	background: url(img/greenbuttonbg.png);
	border: 0;
	color: #fff;
	height: 22px;
	width: 55px;
	float: right;
	margin-top: -21px;
	cursor: pointer;
}

form#interested-email button:hover {
	background: url(img/greenbuttonbg-hover.png);
	cursor: pointer;
}





/* ************************************************************************************************************************************************************

Blog

************************************************************************************************************************************************************ */

.post {
	margin-bottom: 40px;
}


button.prev {
	background: url(img/greenbuttonbg.png);
	border: 0;
	color: #fff;
	height: 22px;
	width: 55px;
	cursor: pointer;
	margin: 5px 0 20px 0;
}

button.prev:hover {
	background: url(img/greenbuttonbg-hover.png);
	cursor: pointer;
}

.sociable_tagline {
	margin-bottom: 10px;
	font-size: 1.4em;
	color: #94ce18;
}


/* ************************************************************************************************************************************************************

Comments

************************************************************************************************************************************************************ */
form#commentform {
	margin-bottom: 20px;
}

form#commentform label {	
	display: block;
	float: left;
	width: 150px;
	color: #94ce18;
	/*margin-right: 20px;
	font-weight: bold;
	font-size: 1.2em;*/
}

textarea#comment {
	margin-bottom: 20px;
}

.comment-author {
	float: left;
	width: 100px;
	margin-right: 30px;
}

.comment-author a {
	font-size: 1.0em;
	margin: 0;
}

p.comment-author {
	margin: 0;
}	

p.comment-meta {
	font-size: 1.0em;
}

.gravatar img{
	border: 2px solid #94ce18;
}

.comment-info {

}

.comment-text {
	float: right;
	width: 470px;
}

/*.user-comment {
	background: #ff0000;
	margin-bottom: 20px;
}

/* ************************************************************************************************************************************************************

Events

************************************************************************************************************************************************************ */

.event-details label, .events-page label{
	display: block;
	float: left;
	width: 50px;
	color: #94ce18;
	margin-right: 20px;
	font-weight: bold;
	font-size: 1.2em;
}

.more-info {
	border: 0;
	color: #fff;
	cursor: pointer;
	margin: 15px 0 20px 0;
	height: 22px;
	width: 55px;
}

.more-info a {
	background: url(img/greenbuttonbg.png) no-repeat;
	border: 0;
	color: #fff;
	height: 22px;
	width: 65px;
	cursor: pointer;
	margin: 5px 0 20px 0;
	padding: 3px 14px 3px 14px;
}

.description {
	width: 605px;	
}

.location-description {
	float: left;
	width: 440px;
}

#dbem-location-map {
	height: 300px !important;
	width: 300px !important;
	float: right;
	margin: 0 0 10px 10px;
}

/*.event-info {
	height: 22px;
	width: 55px;
	margin-top: 35px;
}

.event-info a {
	background: url(img/greenbuttonbg.png);
	border: 0;
	color: #fff;
	height: 22px;
	width: 65px;
	cursor: pointer;
	margin: 5px 0 20px 0;
	padding: 3px 14px 3px 14px;*/
}

.event-info #dbem-location-map {
	height: 300px !important;
	width: 300px !important;
	margin: 0 0 10px 10px;
	float: right;
}

/* ************************************************************************************************************************************************************

Sidebar

************************************************************************************************************************************************************ */

#sidebar a{
	color: #2f64ae;
}

#sidebar h3 {
	margin: 20px 0;
}	

#twitter-feed {
	/*margin: 20px 0;*/
	background: url(img/twitter-bird-green.png) no-repeat;
	height: 134px;
	width: 280px;
}

p.twitter {
	color: #fff;
	width: 200px;
	float: right;
	display: inline;	
	line-height: 1;
	margin: 5px 10px 0 0;
}

p.twitter a {
	color: #fff;
	font-size: 1.0em;
	text-decoration: underline;
}

#twitter-links {
	margin-top: 10px;
}

#twitter-links a {
	margin: 0 20px 0 40px;
	color: #2f64ae;
	
}

#category {
	/*margin: 20px 0 40px 0;*/
}

ul#categories {
	font-size: 1.4em;
	background: url(img/file-bulletbg.png) top left no-repeat;
	
}

ul#categories li {
	line-height: 2;
	padding:  5px 0 0 40px;
	list-style-image: none;
	margin-bottom: 0;
	list-style-position: outside;
}

ul#categories li a{
	color: #94ce18;
}


#blogroll {
	/*margin: 20px 0 40px 0;*/
}

ul#links {
	font-size: 1.4em;
	/*margin-top: 20px;*/
	background: url(img/blogrollbg.png) top left no-repeat;
}

ul#links li {
	line-height: 2;
	padding:  5px 0 0 40px;
	list-style-image: none;
	margin-bottom: 0;
	list-style-position: outside;
}

ul#links li a{
	color: #94ce18;
}


/* ************************************************************************************************************************************************************

Footer

************************************************************************************************************************************************************ */

#accreditation {
	float: left;
	width: 255px;
	height: 120px;
	/*margin: 0 15px 30px 0;*/
	padding: 20px 10px;
	display: inline;
}

#reference {
	float: left;
	width: 275px;
	/*margin: 0 15px 30px 0;*/
	padding: 20px 10px;
	color: #94ce18;
	display: inline;
}

#reference p {
	margin-bottom: 10px;
	line-height: 1
}

p.referee {
	margin-left: 200px;
}

#contact {
	color: #94ce18;
	float: right;
	width: 275px;
	padding: 20px 10px;
	display: inline;
}

#contact p{
	margin-bottom: 20px;
}

#copyright {
	text-align: left;
	padding-bottom: 20px;
}

