/*
Theme Name: My Vocation (Springfield)
Theme URI:
Description: Based on Thematic
Author: faceman
Author URI: http://www.impressusart.com
Template: thematic
Version: 0.1
Tags: Thematic
*/

/* Reset browser defaults */@import url('../thematic/library/styles/reset.css');/* Apply basic typography styles */@import url('../thematic/library/styles/typography.css');/*@import url('small-phone.css') screen and (max-device-width: 480px);
*/


html {
	background-color: #FFF;
	padding-bottom: 2em;
}
body {
	border-top: 7px solid #005180;
}
#wrapper {
	padding: 0 0 1px; /* Bottom padding required to allow the bottom margin of the footer or any other last element work correctly in Webkit since the body element is vertically sized */
}
#header {
	position: relative; /* For absolutely positioned sub-elements */
	width: 100%;
	margin: 0 auto;
}
#branding {
	max-width: 1000px;
	margin: 0 auto;
	background: url('img/header-ss.jpg') no-repeat center top;
	padding: 1em 0 2em;
}
#blog-title, #blog-description {
	margin: 0 5%;
}
#blog-title a, #blog-description {
	text-shadow: 2px 2px 3px #000;
}
#blog-title {
    font-size: 3.46em;
    font-variant: small-caps;
    font-weight: lighter;
    letter-spacing: .06em;
    line-height: .9em;
}
#blog-description {
	line-height: 1.5em;
	padding-top: .5em;
}
#ia-social {
	margin: 1em 5% -1em;
}
#mobile-access {
	margin: 1em 0;
}
#access {

}
.skip-link {
    display: none;
}
#content {
    margin: 0;
    width: auto;
}


/*****************************************************
 GENERAL TEXT
*****************************************************/

body, input, textarea {
    font: 16px/1.1em 'Source Sans Pro',sans-serif !important;
}
a {
    color: #229;
}
.entry-content a {
    font-family: inherit;
}
a:visited {
    color: #44C;
}
a:hover {
    color: #00F;
}
p {
    line-height: 1.5em;
    margin: 0 0 1em;
}
h1, h2, h3, h4, h5, h6,
.entry-content h1, .entry-content h2, .entry-content h3,
.entry-content h4, .entry-content h5, .entry-content h6 {
    clear: none;
    color: #777;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    text-transform: none;
    margin: .7em 0;
    line-height: 1.3em;
}
h1, .entry-content h1 {
    font-size: 1.7333em;
    color: #000;
    font-weight: normal;
}
h2, .entry-content h2 {
    font-size: 1.5333em;
}
h3, .entry-content h3 {
    font-size: 1.3333em;
}
h4, .entry-content h4 {
    font-size: 1.2em;
}
h5, .entry-content h5 {
    font-size: 1.0667em;
}
.entry-content ul {
	position: relative;
	left: 1.25em;
	margin-right: 1.25em; /* Necessary to counteract overflow on the right side because of the relative positioning of child uls */
	margin-left: 0;
}
.entry-content li {
	line-height: 1.4em;
}
strong {
}
blockquote {
    color: #333333;
    font-style: italic;
    margin: 1.5em 3em 3em;
}

/******
 Specific targets
*****/

.page-id-544 #contentwrap {
	max-width: 100%;
}

.page-id-544 #container {
	width: 100%;
	border: none;
	margin: 0;
	padding: 3em;
}

.page-id-544 #content {
	padding: 0;
}

.page-id-544 #primary {
	display: none;
}

/*****************************************************
 SPECIFIC TEXT
*****************************************************/

#blog-title a, #blog-description { /* Header Text */
	color: #FFF;
}

#blog-title a {
	text-decoration: none;
}

#blog-description {
	font-size: 1.5em;
}

h1.entry-title {
    line-height: 1em;
    margin: 0 0 1em;
    border-rad	ius: 4px;
}

.vertical-center, .vertical-center img {
	vertical-align: bottom;
}

#ia-social p {
	text-align: right;
}

#ia-social a.ia-sml-text-link {
	padding-left: 10px;
	vertical-align: super;
}

.ia-social-image {
	margin: 0 5px 0 0;
}

#footer_vv {
	margin: 1em 0 0;
}

hr {
	margin: 1em 0;
	margin: 1em 0;
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.5), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.5), rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.5), rgba(0,0,0,0));
	background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.5), rgba(0,0,0,0));
}

/*****************************************************
 IMAGES
*****************************************************/
.img {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*****************************************************
 FORMS
*****************************************************/

input, textarea {
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    padding: 3px 6px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 97%;
}


/*****************************************************
 MOBILE MENU
*****************************************************/

#mobile-access {
	overflow: visible;
	background-color: #005180;
	padding: .3em 0;
}

#mobile-menu {
	cursor: pointer;
	padding: .5em 0;
	visibility: visible;
	color: #FFF;
	text-align: center;
}

#mobile-access h2.widgettitle {
	display: none;
}

#mobile-access div.widget_pages  {
	display: none;
	text-align: center;
}

#mobile-access ul {
	display: inline-block;
	text-align: left;
	margin: 0 0 0 1em;
	list-style-type: none;
}

#mobile-access ul ul {
	display: list-item;
}

#mobile-access li {
	padding: .5em 0;
	color: #FFF;
}

#mobile-access li.page_item_has_children {
	padding-bottom: 0;
}

#mobile-access ul.children {
	padding-top: .5em;
}

#mobile-access li a {
	color: #FFF;
	text-decoration: none;
}


/*****************************************************
 FULL MENU
*****************************************************/

.skip-link {
    display: none;
}
#access {
    overflow: visible;
    background-color: #005180;
}
.menu {
	text-align: center;
}
.sf-menu, .sf-menu * {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.sf-menu {
	display: inline-block;
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 18px;
    font-weight: lighter;
    line-height: 24px;
    margin-left: 1px;
}
.sf-sub-indicator {
    background: url("img/menu-arrow.png") no-repeat left 6px;
    margin: 0 0 0 .25em;
    color: transparent;
    display: inline-block;
    width: 12px;
    opacity: .3;
}
.sf-menu li li .sf-sub-indicator {
    background-position: -38px 7px;
}
.sf-menu li li a:hover .sf-sub-indicator {
    background-position: -58px 7px;
}
.sf-menu ul {
    position: absolute;
    top: -999em;
    width: 10em;
}
.sf-menu ul li {
    width: 100%;
}
.sf-menu li:hover {
    visibility: inherit;
}
.sf-menu li {
/*	float: left; */
	position: relative;
}
.sf-menu a {
    display: block;
    position: relative;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
    left: 0;
    top: 2.5em;
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
    top: -999em;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
    left: 10em;
    top: 0;
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
    top: -999em;
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
    left: 10em;
    top: 0;
}
.sf-menu a {
    padding: 5px 16px;
    text-decoration: none;
}
.sf-menu li li a:hover {
	background-color: #FFF;
	color: #400;
	box-shadow: inset 0 0 10px #000;
    border-radius: 7px;
}
.ie7 .sf-menu a {
    width: 100%;
}
.sf-menu .current-menu-item a, .sf-menu .current-menu-parent a, .sf-menu .current-menu-ancestor a, .sf-menu .current-post-ancestor a, .sf-menu .current_page_item a, .sf-menu .current_page_ancestor a, .sf-menu .current_page_parent a {
    border-bottom-color: #FFF;
}
.sf-menu a, .sf-menu a:visited, .sf-menu a:hover {
    color: #FFF;
}
.sf-menu li {
    background: none transparent;
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background: none transparent;
    outline: 0 none;
}
.sf-menu ul {
	background-color: #000;
    border-radius: 7px;
    box-shadow: 4px 4px 5px -4px #FFF;
/*    overflow: hidden; */ /* For rounded corners - doesn't work with sub-subs */
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	top: 34px;
	z-index: 9999;
}
.sf-menu ul ul {
    margin-top: 0;
}
.sf-menu ul a {
    border-bottom: medium none;
}
.sf-menu ul a:hover {
    color: #FFF;
}

/***************************************************
/ MISC
/**************************************************/

.clear {
	clear: both;
}

/***************************************************
/ @media things
/**************************************************/


/* Screens below 768px wide (smaller than ipads and most common med tablets) ----------- */
@media only screen and (max-width : 767px) {

	#access {
		display: none;
	}

	#siteinfo > * {
		display: block;
	}

}


/* Screens 768px and wider (ipads and most common med tablets) ----------- */
@media only screen and (min-width : 768px) {

	.menu {
		display: block !important;
	}

	#mobile-access {
		display: none;
		visibility: hidden;
	}

	.sf-menu li {
		float: left;
	}

	#header {
		background: url('img/header-bg.jpg') repeat center top transparent;
		}

	#branding {
		background: url('img/header.png') no-repeat right top transparent;
	}

}


/* Screens above 800px wide ----------- */
@media only screen and (min-width : 800px) {

}

/* Desktops and laptops ----------- */
@media only screen and (min-width : 1015px) {

}

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {

}
