/*  
Theme Name: SM
Theme URI: http://www.sarahmaxwell.co.uk
Description: A search engine optimized website framework for WordPress.
Author: Graham Dove
Author URI: http://www.grahamdove.com/
Version: 1.0
*/
/* -------------------------------------------------------------- 
  
   Reset default browser CSS.
   
   Based on work by Eric Meyer:
   http://meyerweb.com/eric/tools/css/reset/index.html
   
-------------------------------------------------------------- */

/* v1.0 | 20080212 */

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a img { border: none; }

/* END RESETS */

/* Text elements
-------------------------------------------------------------- */

strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
pre {
	font: 11px Monaco, monospace;
	line-height: 1.5;
	margin-bottom: 1.5em;
}
code {
	font: 11px Monaco, monospace;
}
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
ins {
	text-decoration: none;
}
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
	
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* -------------------------------------------------------------- 
   
   Basic WordPress Blog Styles   
     
-------------------------------------------------------------- */   


/* Images
-------------------------------------------------------------- */

.entry-content img {
	margin: 0 0 1.5em 0;
}
.alignleft, img.alignleft {
	display: inline;
	float: left;
}
.alignright, img.alignright {
	display: inline;
	float: right;
}
.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	margin-bottom: 1.5em;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	margin: 0;
}
.wp-smiley { 
	max-height: 1em;
	margin:0 !important;
}
.gallery dl {
	margin: 0;
}
.gallery-caption {
	margin:-1.5em 0 0 0;
}


/* Pullquotes
-------------------------------------------------------------- */

blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 20px;
	text-align: right;
	width: 33%;
}
blockquote.right {
	float: right;
	margin-left: 20px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}


/* SITE SPECIFIC STYLES */

body {
	/*background: #FFF url('images/bg.png') 0 0 repeat-x;*/
	background: #FFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
}

h1 {
	font-size: 32px;
	font-weight: bold;
	font-family: Times New Roman, Garamond, serif;	
}

h2 {
	font-size: 24px;
	font-weight: normal;
	font-family: Times New Roman, Garamond, serif;	
}

h3 {
	font-size: 18px;
	font-weight: normal;
	font-family: Times New Roman, Garamond, serif;
	font-style: italic;	
}

h4 {
	font-size: 14px;
	font-weight: normal;
}

h5 {
	font-size: 14px;
	font-weight: normal;
	font-family: Times New Roman, Garamond, serif;
	font-style: italic;	
}

h6 {
	font-size: 14px;
	font-weight: normal;
	font-family: Times New Roman, Garamond, serif;
}

p {
	margin: 5px;
	font-size: 13px;
	color: #444;
}

a {
	color: #0961f5;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

th {
	font-weight: bold;
	padding: 2px;
}

td {
	font-weight: normal;
	font-size: 12px;
	padding: 2px;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
}

/* HEADER STYLES */

#header {
	height: 250px;
	width: 900px;
	position: relative;
}

#header #logo {
	margin: 10px 0 0 0;
}

/* SOCIAL MEDIA LINKS */

#sociallinks {
	position: absolute;
	right: 10px;
	bottom: 5px;
}

#sociallinks li {
	display: inline;
	list-style: none;
	margin: 2px;
}

/* NEWSLETTER SIGN UP */

#signup {
	background: url('images/newslettersprite.png') 0 -55px no-repeat;
	width: 330px;
	height: 55px;
	margin: 0;
	padding: 0;
	position:absolute;
	right: 5px;
	top: 30px;
}

#signup span {
	font-size: 0px;
	margin-left: -2000px;
}

#signup a {
	display: block;
	width: 330px;
	height: 55px;
}

#signup a:hover {
	background: url('images/newslettersprite.png') 0 0 no-repeat;
}

#contact {
	position: absolute;
	right: 20px;
	top: 90px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

/* NAVIGATION */

#header #navholder {
	position: absolute;
	right: 0;
	top: 120px;
}

#navigation {
	background: url('images/navsprite.png') 0 -82px no-repeat;
	width: 900px;
	height: 82px;
	margin: 0;
	padding: 0;
}

#navigation span {
	font-size: 0px;
	margin-left: -2000px;
}

#navigation li, #navigation a {
	display: block;
	height: 82px;
}

#navigation li {
	float: left;
	list-style: none;
	display: inline;
	margin: 0 5px;
}

#aboutme {
	width: 145px;
}

#aboutme a:hover {
	background: url('images/navsprite.png') -5px 0 no-repeat;
}

#services {
	width: 125px;
}

#services a:hover {
	background: url('images/navsprite.png') -160px 0 no-repeat;
}

#bootcamps {
	width: 145px;
}

#bootcamps a:hover {
	background: url('images/navsprite.png') -295px 0 no-repeat;
}

#clients {
	width: 110px;
}

#clients a:hover {
	background: url('images/navsprite.png') -450px 0 no-repeat;
}

#media {
	width: 115px;
}

#media a:hover {
	background: url('images/navsprite.png') -570px 0 no-repeat;
}

#links {
	width: 95px;
}

#links a:hover {
	background: url('images/navsprite.png') -695px 0 no-repeat;
}

#blog {
	width: 95px;
}

#blog a:hover {
	background: url('images/navsprite.png') -800px 0 no-repeat;
}

/* END HEADER STYLES */

/* MAIN PAGE STYLES */

#container {
	float: left;
	width: 650px;
	margin: 0 10px;
}

.pagetitle {
	margin: 0 0 0 60px;
}

.pagetitle span {
	display: none;
}

#blogtitle {
	width: 80px;
	height: 65px;
	background: #FFF url('images/blogtitle.png') 0 0 no-repeat;
	margin-bottom: 20px;
}

.rippedtop {
	width: 650px;
	height: 60px;
	background: url('images/rippedtop.jpg') 0 0 no-repeat;
}

.rippedcontent {
	width: 650px;
	background: url('images/rippedcontent.jpg') 0 0 repeat-y;
}

.rippedbottom {
	width: 650px;
	height: 40px;
	background: url('images/rippedbottom.jpg') 0 0 no-repeat;
}

/* POSTS, PAGES ETC */

h2.pagetitle {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	display: block;
	border-bottom: 1px solid #999;
	width: 500px;
	/*margin: 10px auto;*/
	padding: 5px;
}

/*post*/
/*
.hentry, #respond {
	margin: 10px auto;
	padding: 10px 50px;
	width: 500px;
	border: 1px solid #f3f3f3;
	background: #f9f9f9;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}*/

.hentry, #respond {
	padding: 10px 50px;
	width: 500px;
}

/*.post */ 
.hentry h2 {
	font-size: 24px;
	font-weight: normal;
	font-family: Times New Roman, Garamond, serif;
	display: inline;
}

.date {
	float: right;
	margin-left: 10px;
	font-size: 11px;
}

.entry {
	padding: 10px 5px;
}

h2 a, .widget-container a, .postmetadata a {
	color: #222;
}

h2 a:hover, .widget-container a:hover, .postmetadata a:hover {
	color: #0961f5;
}

a.more-link {
	font-size: 16px;
	display: block;
	float: right;
	padding: 5px 10px;
	width: 150px;
	border: 1px solid #DDD;
	color: #222;
}

.postmetadata {
	clear: both;
	margin: 5px 0 0 0;
	font-size: 11px;
}

.alignleft, .alignright {
	margin: 10px 50px;
	font-size: 12px;
}

.alignleft a, .alignright a {
	color: #222;
}

.alignleft a:hover, .alignright a:hover {
	color: #0961F5;
}

.spacer {
	width: 650px;
	height: 40px;
	background: url('images/rippedspacer.jpg') 0 0 no-repeat;
}

/* COMMENTS */

.comments {
	margin: 10px auto;
	padding: 10px 50px;
	width: 480px;
	/*
	width: 500px;
	border: 1px solid #f3f3f3;
	background: #ecf1f7;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	*/
}

.comments h3, #respond h3 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	border-bottom: 1px solid #999;
	margin: 10px 0;
	padding: 0 0 5px 0;
}

li.comment {
	padding: 5px 2px;
	border-bottom: 1px solid #cecece;
	background: #f9f9f9;
	margin: 0 0 5px 0;
	font-size: 13px;
}

.comment-author {
	font-size: 12px;
}

.comment-meta {
	font-size: 10px;
}

.vcard {
	text-align: left;
	padding: 0;
	margin: 5px 0;
}

cite.fn {
	/*margin-left: -100px;*/
	clear: both;
	padding: 0;
}

/* 404 ERROR PAGE */

.notfound {
	margin: 0 auto;
	padding: 50px 30px;
	width: 500px;
	/*border: 1px solid #f3f3f3;
	background: #f9f9f9;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	font-size: 16px;*/
}

/* PAGINATION */

.wp-pagenavi {
	margin: 20px 50px;
	font-size: 11px;
}

span.pages, a.page, a.nextpostslink, a.previouspostslink, span.extend, a.first, a.last {
	background: #CEE0FA;
	color: #222;
}

a.page:hover, a.nextpostslink:hover, a.previouspostslink:hover, a.first:hover, a.last:hover {
	color: #FFF;
}

span.current {
	background: #0961f5;
	color: #FFF;
}

/* LOGIN AND REGISTRATION STYLES */

#loginform label, #registerform-tml-page label, #loginform-tml-page label {
	width: 110px;
	display: inline-block;
	font-size: 12px;
}

#lostpasswordform-tml-page label {
	width: 120px;
	display: inline-block;
	font-size: 12px;
}

#loginform input, #registerform-tml-page input, #loginform-tml-page input, #lostpasswordform-tml-page input {
	width: 160px;
	border: 1px solid #999;
}

#loginform #wp-submit, #registerform-tml-page #wp-submit-tml-page, #loginform-tml-page #wp-submit-tml-page, .login .submit input {
	width: 60px;
	border: 1px solid #999;
	background: #cee0fa;
	cursor: pointer;
}

#registerform-tml-page #wp-submit-tml-page, #loginform-tml-page #wp-submit-tml-page {
	margin-left: 120px;
}

#lostpasswordform-tml-page #wp-submit-tml-page, #commentform #submit {
	width: 130px;
	border: 1px solid #999;
	background: #cee0fa;
	cursor: pointer;
}

#lostpasswordform-tml-page #wp-submit-tml-page {
	margin-left: 120px;
}

.login p.message {
	margin: 10px 0 20px 0;
}

ul.tml-links {
	margin-top: 5px;
}

ul.tml-links li {
	display: inline;
	font-size: 12px;
	margin-right: 15px;
}

p.forgetmenot {
	display: none;
}

.login p {
	margin: 0;
}

.login input {
	width: 150px;
	border: 1px solid #999;
	margin: 2px 0 10px 0;
}

#your-profile {
	font-size: 13px;
}

#your-profile h3 {
	font-weight: bold;
	margin: 10px 0 0 0;
}

#your-profile label {
	font-weight: normal;
	display: block;
	margin-right: 10px;
	text-align: right;
	width: 150px;
}

#your-profile span.description {
	clear: both;
	display: block;
	font-size: 11px;
	color: #666;
}

.form-table th {
	vertical-align: top;
	padding: 10px 0 0 0;
}

.form-table td {
	margin: 10px;
}

.form-table input, .form-table select {
	margin: 10px 0 1px 0;
}

.indicator-hint {
	clear: both;
	display: block;
	font-size: 11px;
	color: #666;
}

.submit input.button-primary {
	width: 100px;
	margin: 20px 0 0 150px;
}


/* 	SIDE PANEL STYLES */

.widget-area {
	width: 220px;
	float: left;
	/*padding: 10px 5px 20px 5px;*/
}

li.widget-container {
	margin: 20px 0;
}

.widget-container h3, .login-area h3 {
	font-weight: normal;
	font-size: 18px;
	font-family: Times New Roman, Garamond, serif;
	font-style: italic;
}

.notepadtop {
	background: #FFF url('images/note1top.jpg') 0 0 no-repeat;
	width: 220px;
	height: 65px;
}

.notepadcontent {
	background: #FFF url('images/note1mid.jpg') 0 0 repeat-y;
	width: 180px;
	padding: 5px 20px;
	line-height: 1.2em;
	color: #000;
}

.notepadbottom {
	background: #FFF url('images/note1bottom.jpg') 0 0 no-repeat;
	width: 220px;
	height: 76px;
}

/* SEARCH & LOGIN FORMS */
#searchform label {
	display: none;
}

#searchform input {
	width: 100px;
	border: 1px solid #999;
}

#searchform #searchsubmit {
	width: 50px;
	border: 1px solid #999;
	background: #cee0fa;
	cursor: pointer;
}

/* CATEGORIES, RECENT, ARCHIVE */

.widget-container ul {
	list-style-type: square;
	margin: 5px 0 0 30px;
	font-size: 14px;
	color: #999;
}

/* END SIDE PANEL STYLES */

/* FOOTER */

#footer {
	clear: both;
	padding: 20px 0;
	text-align: right;
	font-size: 12px;
}

