/*
	Theme Name: MWays Theme
	Theme URI: http://www.marianneways.com
	Description: Created by K. Sekelsky (http://www.ksekelsky.com), based on Boilerplate, a merger created by Aaron T. Grogg (<a href="http://aarontgrogg.com/">http://aarontgrogg.com/</a>) of the HTML5 Boilerplate (<a href="http://html5boilerplate.com/">http://html5boilerplate.com/</a>) and the Starkers theme (<a href="http://starkerstheme.com/">http://starkerstheme.com/</a>).
	Author: K. Sekelsky, based on the work of Aaron T. Grogg, Paul Irish, Divya Manian, and Elliot Jay Stocks
	Author URI: http://www.ksekelsky.com/
	Version: 1.0

	License: GNU General Public License v2.0
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

	This CSS file is a concatenation of style.css from HTML5 Boilerplate and style.css from Starkers.
	Comment blocks indicate where each begins and ends, like this, for example...
*/

/** START MWays Theme CSS **/


/* ---- Global ---- */

/* ---- ^ Basic page attributes ---- */

html, body {
	background-color:#f3f3f3;
	color:#000;
	padding: 0px;
	margin: 0px;
	text-align: center;
	z-index:-100;
}

html {
	text-align: left;
	min-height:100%;
	margin-bottom: 1px;
}

img {
	display: block;
	border: 0px;
}

.clearBoth {
	clear: both;
}

.right {float:right;}
.left {float:left;}

div, li, a, h1, h2, h3, h4 {
	font-family:font-family: 'Droid Sans', sans-serif;
	font-size:13px;
	line-height:135%;
	color:#000;
	padding:0;
	margin:0;
	font-weight:normal;
}

a {
	color:#2A695E;
	font-family: 'Droid Sans', sans-serif;
	font-size:13px;
	line-height:135%;
	padding:0;
	margin:0 0 15px 0;
	font-weight:normal;
}

li {
	list-style-type:none;
}

p, div {
	font-family: 'Droid Sans', sans-serif;
	font-size:13px;
	line-height:135%;
	color:#000;
	padding:0;
	margin:0 0 15px 0;
	font-weight:normal;
}

/* ---- ^ Text Styles ---- */

h1 {
	font-family: 'Droid Sans', sans-serif;
	color:#2A695E;
	font-size:20px;
	margin-bottom:10px;
	text-decoration:none;
	text-transform:uppercase;
}

h2, h2 a {
	color:#672C73;
	font-family: 'Droid Sans', sans-serif;
	font-size:20px;
	margin-top:0px;
	margin-bottom:10px;
	text-decoration:none;
	text-transform:uppercase;
	padding-top:0;
	/*border-top:2px solid #CCCCCC;*/
}

h2 a {
	text-decoration:none;
}

/*body h2:first-child {
	padding-top:0;
	border:none;
}*/

h3 {
	color:#672C73;
	font-family: 'Droid Sans', sans-serif;
	font-size:16;
	margin-top:15px;
	margin-bottom:10px;
	text-decoration:none;
	text-transform:uppercase;
}

.name {text-transform:uppercase;}

.imgBorder {
	border:4px solid #2A695E;
}

img.photo {
	border:2px solid #fff;
}

img.alignleft {
	margin:0 20px 20px 0;
}

body.page-id-21 img {
	display:inline;
	margin-right:10px;
}

body.page-id-2 h1.entry-title,
body.page-id-65 h1.entry-title { display:none; }

/* ---- ^ Columns and Wrappers ---- */

div.wrapper {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width:960px;
	z-index:-100;
}

#mainBkgd {
	background-color:#e9e9e9;
}

div.homefeat {
	width:100%;
	z-index:-100;}

.columnContainer {
	width:960px;
	z-index:-100;
	padding-top:40px;
	padding-bottom:40px;
}

.oneColumnLeft {
	width:320px;
	float:left;
}

.oneColumnleft img {max-width:320px;}

.oneColumnRight {
	width:320px;
	float:right;
}

.twoColumnLeft {
	width:616px;
	float:left;
}

.twoColumnRight {
	width:616px;
	float:right;
}

/* ---- ^ Header ---- */

#topBkgd {
	width:100%;
	background-image:url(images/bkgdTop.jpg);
	background-repeat:repeat-x;
	height:37px;
	margin:0;
	padding:0;
}

#navHolder {
	width:100%;
	background-image:url(images/bkgdNav.jpg);
	background-repeat:repeat-x;
	background-color:#f3f3f3;
	padding:0;
	margin:0;
	z-index:100;
}

.roundshadow {
    position:relative;
	z-index:-1;
}
/*==================================================
 * Drop shadow effect with box-shadow
 * ===============================================*/
.roundshadow:after{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 30px rgba(0,0,0,0.5);
    box-shadow:0 0 30px rgba(0,0,0,0.5);
    bottom:0px;
    left:0;
    right:0;
    width:100%;
    height:50%;
    -moz-border-radius:100%;
    border-radius:100%;
}

ul#nav1 {
	float:left;
}

#navHolder ul#nav1 li {
	margin-right:40px;
}

ul#nav2 {
	float:right;
}

#navHolder ul#nav2 li {
	margin-left:21px;
}

#navHolder ul#nav2 li:first-child {margin-left:0;}

#navHolder ul {
	padding:0;
	margin:108px 0 0 0;
	list-style-type:none;
}

#navHolder ul li {
	padding:0;
	margin:0;
	float:left;
}

#navHolder ul li a {
	font-family: 'Droid Sans', sans-serif;
	color:#fff;
	font-size:18px;
	font-weight:400;
	text-decoration:none;
	text-transform:uppercase;
	text-shadow: 0px 1px 0px #463447; 
}

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

#logo {
	display:inline;
}

p#headerP {
	margin:0 auto;
	padding-bottom:30px;
	text-align:center;
	font-size:14px;
	color:#2A695E;
}

p#headerP #name {
	color:#51B0A8;
}

/* ---- ^ Dividers ---- */

.grayDivider {
	color:#dedede;
	background-color:#dedede;
	height:3px;
	margin-top:30px;
}

.grayDivider hr {
	display:none;
}

/* ---- ^ Footer ---- */

#footer {
	width:100%;
	background-color:#f3f3f3;
	padding-top:30px;
	padding-bottom:30px;
}

#footer .left {
	width:450px;
}

#footer .left img {
	float:left;
	margin-right:8px;
	margin-top:4px;
}

#footer p {
	padding:0;
	margin:0;
	color:#c3c3c3;
	font-size:14px;
	font-family: 'Droid Sans', sans-serif;
}

#footer .left a {
	color: #999;
}

#footer .right {
	width:450px;
	text-align:right;
}

#footer .right a {
	color: #c3c3c3;
}







/* ---- Home ---- */

ul#homeFeatured {
	float:left;
	padding:0;
	margin:0 0 30px 0;
	list-style-type:none;
}

ul#homeFeatured li {
	float:left;
	padding:0;
	margin:0 23px 0 0;
	border:3px solid #fff;
	position:relative;
	text-align:center;
}

ul#homeFeatured li.third {
	margin-right:0;
}


ul#homeFeatured li img {
	z-index:0;
}

ul#homeFeatured li .clipTitle {
	z-index:10;
}

.clipTitle {
	position:absolute;
	z-index:99;
	top:157px;
	left:0;
	background-color:#fff;
	width:100%;
	height:33px;
	padding-top:10px;
}

ul#homeFeatured li.first a { color:#51B0A8; }

ul#homeFeatured li.second a { color:#672C73; }

ul#homeFeatured li.third a { color:#2A695E; }

.clipTitle a {
	font-size:16px;
	font-family: 'Droid Sans', sans-serif;
	text-decoration:none;
	background-color:#fff;
	padding:10px 0;
}

.clipTitle a:hover {
	text-decoration:underline;
}

.clipTitleBkgd {
	width:297px;
	height:33px;
	background-color:#fff;
	position:absolute;
	z-index:100;
}

ul#homeFeatured li img {
    filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
}

ul#homeFeatured li img:hover {
    filter: none;
    -webkit-filter: grayscale(0);
}

.twoColumnPage .oneColumnLeft,
.twoColumnPage .oneColumnLeft p {
	color:#999;
}

.single-post {
	padding-bottom:5px;
	margin-bottom:20px;
	border-bottom:2px solid #999999;
}

/**
 * Non-semantic helper classes: please define your styles before this section.
 */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements in most situations.
   nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/**
 * Placeholder media queries for responsive design. Modify as design requires.
 * These follow after, and will override, the primary ('mobile first') styles
 * The closing /mediaquery comment is required by respond.js min/max-width Media Query polyfill
 */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}/*/mediaquery*/

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}/*/mediaquery*/



/**
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 */
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

/** END HTML5 Boilerplate CSS **/


/** START Starkers CSS **/

/* LAYOUT */
/* ----------------------------------------- */

/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. Edit as you see fit. More info: http://codex.wordpress.org/CSS */
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }

/* You might find the following useful */
/* div, ul, li { position:relative } This will save you having to declare each div / ul / li's position as 'relative' and allows you to absolutely position elements inside them
br.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* Use this br class to clear your floated columns */
li#theme-switcher { background:#fff; border:10px solid red; padding:20px; position:fixed; top:0; right:0 } /* Use this if you have the Theme Switcher Reloaded plugin (http://themebot.com/webmaster-tools/1-wordpress-theme-switcher-reloaded) installed and want to make it nice and obvious */
*/
/* TYPOGRAPHY */
/* ----------------------------------------- */

h1, h2, h3, h4, h5, h6 { font-weight:bold } /* This helps to identify headings at the initial build stage, so I thought it'd be useful to have it */
.alert { background:red; color:white } /* 'alert' has a basic style, since it's useful to have it standing out for testing purposes.



/* Font stack options

	The following represents a list of font stacks, as recommended by Nathan Ford in
	http://unitinteractive.com/blog/2008/06/26/better-css-font-stacks/

	I've added inverted commas around the relevant family names to ensure compatibility.
	p = balanced for paragraphs or body copy
	t = balanced for headlines or titles

	- - - -

Arial, "Helvetica Neue", Helvetica, sans-serif - p, t

Baskerville, "Times New Roman", Times, serif - p
Baskerville, "Times, Times New Roman", serif - t

Cambria, Georgia, Times, "Times New Roman", serif - p, t
"Century Gothic", "Apple Gothic", sans-serif - p, t

Consolas, "Lucida Console", Monaco, monospace - p, t

"Copperplate Light", "Copperplate Gothic Light", serif - p, t

"Courier New", Courier, monospace - p, t

"Franklin Gothic Medium", "Arial Narrow Bold", Arial, sans-serif - p, t

Futura, "Century Gothic", "Apple Gothic", sans-serif - p, t

Garamond, "Hoefler Text", "Times New Roman", Times, serif - p
Garamond, "Hoefler Text", Palatino, "Palatino Linotype", serif - t

Geneva, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif - p
Geneva, Verdana, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif - t

Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif - p
Georgia, Times, "Times New Roman", serif - t

GillSans, Calibri, Trebuchet, sans-serif - p
GillSans, Trebuchet, Calibri, sans-serif - t

"Helvetica Neue", Arial, Helvetica, sans-serif - p
Helvetica, "Helvetica Neue", Arial, sans-serif - t

Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif - p, t

"Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif - p, t

Palatino, "Palatino Linotype", Georgia, Times, "Times New Roman", serif - p
Palatino, "Palatino Linotype", "Hoefler Text", Times, "Times New Roman", serif - t

Tahoma, Geneva, Verdana - p
Tahoma, Verdana, Geneva - t

Times, "Times New Roman", Georgia, serif - p, t

Trebuchet, "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif - p
Trebuchet, Tahoma, Arial, sans-serif - t

Verdana, Geneva, Tahoma, sans-serif - p
Verdana, Tahoma, Geneva, sans-serif - t

*/

/** END Starkers CSS **/

/** START WordPress-Defined CSS Classes **/
.wp-caption-text{}
.gallery-caption{}
.bypostauthor{}
.sticky{}
/** END WordPress-Defined CSS Classes **/
