/*
Theme Name: Juliette Mitchell	
Theme URI: http://www.juliettemitchell.co.uk/
Description: 
Version: 1.0
Author: Sam Mullen | MacAmbulance
Author URI: http://www.macambulance.co.uk

Colours : 

Blue 			: #2a5280;
Light Blue 		: #708FA9;

*/

/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	margin-right: 10px;
}

.alignright {
	float: right;
	margin-left: 10px;
}

.wp-caption {
	text-align: center;
}

.wp-caption img {
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 100%;
}

/* End captions & aligment */

html, body {
	height: 100%;
}
ul, li, ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	font-size: 14px;
	font-family: "Lora", Georgia, Palatino, "Times New Roman", serif;
	color: #000;
}
a, a:active {
	border: 0;
	outline: 0;
	color: #2a5280;
}
img {
	border: 0;
	outline: 0;
	display: block;
	height: auto;
	max-width: 100%;
	width: auto;

}
.no-js .hf-nojs, .has-js .hf-js {
	display: none!important;
}
.ie6 .hf-large, .ie7 .hf-large, .ie8 .hf-large {
	display: none!important;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	line-height: normal;
	margin: 0;
	font-family:'Roboto', Helvetica, Calibri, Arial, sans-serif;;
}
h1.page-title {
	font-size: 180%;
	margin-bottom: 30px;
	text-align: center;
	color: #2a5280;
}

/* page layout */

#wrapper {
	margin: 0 auto;
	max-width: 980px;
}

/* header */

#header-logo a {
	display: block;
	text-align: center;
	padding: 25px 0 20px 0;
	border-bottom: 4px solid #7993aa;
	margin-bottom: 2px;
}
a#site-title {
	text-align: center;
	font-size: 320%;
	color: #7993aa;
	font-family: Garamond;
}
a#site-title:hover {
	text-decoration: none;
}

/* nav */

#main-nav nav {
	border-top: 2px solid #7993aa;
	margin-bottom: 30px;
}
#menu-site-navigation li {
	display: inline-block;
}
#menu-site-navigation {
	text-align: center;
}
#menu-site-navigation a {
	display: block;
	padding: 7px 10px 3px 10px;
	font-size: 110%;
	font-family:'Roboto', Helvetica, Calibri, Arial, sans-serif;
	font-weight: 400;
	color: #7A96AA;
}
#menu-site-navigation a:hover, #menu-site-navigation .current-menu-item a {
	color: #2A5380;
	text-decoration: none;
}
#mobile-toggle {
	position: absolute;
	top: 5px;
	right: 15px;
	text-decoration: none;
	line-height: 100%;
	font-size: 170%;
	color: #839CB5;
}
#header-logo a#mobile-toggle {
	border-bottom: none;
}
#mobile-toggle i {
	padding-left: 5px;
}

/* content */

section.page-wrapper {
	padding: 0 20px;
}
.the-content .alignleft {
	margin-right: 20px;
}
.the-content p {
	font-size: 110%;
	line-height: 140%;
	margin-bottom: 20px;
}
.the-content p:last-child {
	margin-bottom: 0;
}
.the-content img {
	margin-bottom: 20px;
}
.the-content ul li {
	list-style-type: disc;
}
.the-content ol li {
	list-style-type: decimal;
}
.the-content li {
	margin: 0 0 4px 25px;
}
.the-content ul, .the-content ol {
	margin-bottom: 16px;
}

/* articles */

.article-list {
	text-align: center;
}
.article-list .article {
	display: inline-block;
	max-width: 140px;
	margin: 0 15px 25px 15px;
}
.article-list .article a img {
	display: block;
	box-shadow: 0 0 4px rgba(0,0,0,0.1);
}
.article-list .article h2 {
	text-align: center;
	padding: 0 0 4px 0;
}
.the-content .article-list img {
	margin-bottom: 15px;
}

/* contact */

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
	margin-bottom: 15px;
}
.wpcf7 input[name="captcha"] {
	width: 210px;
}
.wpcf7 .send-wrapper > * {
	width: auto;
	float: left;
	margin-right: 15px;
}
.wpcf7 .send-wrapper > input[type="submit"] {
	margin-right: 0;
}
.btn-blue {
	background: #2a5280;
	border-color: #2a5280;
	color: #fff;
	font-family:'Roboto', Helvetica, Calibri, Arial, sans-serif;
}
.btn-blue:hover {
	background: #2a5280;
	border-color: #2a5280;
	color: #fff;
}

/* footer */

#footer {
	margin-top: 30px;
	border-top: 2px solid #7993aa;
	padding: 15px 0 30px 0;
	font-family:'Roboto', Helvetica, Calibri, Arial, sans-serif;
}
#footer-copyright {
	text-align: right;
	color: #2a5280;
}
#footer-twitter {
	text-align: center;
}
#footer-twitter a img {
	margin: 0 auto;
}
#footer-contact {
	text-align: left;
}
#footer a {
	display: block;
}

/* blog */

.posts-list .row {
	margin-bottom: 30px;
}
.posts-list .the-content.excerpt p {
	font-size: 110%;
	margin-bottom: 20px;
}
.posts-list h1 {
	font-size: 160%;
	margin-bottom: 3px;
	font-family: "Roboto";
}
.posts-list h2 {
	font-size: 110%;
	color: #999;
	margin-bottom: 15px;
}
.posts-navigation {
	color: #2a5280;
}
.posts-navigation a {
	display: block;
}
#next-post {
	text-align: right;
}
.single-post h1 {
	font-size: 200%;
}

/* sidebar */

.search-form .input-group-addon {
	padding: 0;
}
.search-submit {
	background: none;
	border: none;
	display: block;
	padding: 6px 18px;
}
.sidebar .widget {
	margin-bottom: 15px;
}
.sidebar h3 {
	font-size: 120%;
	margin-bottom: 3px;
}