body { font-family: "OpenSansLight"; }
h1,
h2,
h3,
h4,
h5,
h6 { font-family: "OpenSansLight"; }

h1 { font-size: 38px; line-height: 38px; }
h2 { font-size: 26px; line-height: 26px; }
h3 { font-size: 20px; line-height: 20px; }
h4, h5, h6 { font-size: 18px; line-height: 18px; }
.menu-dropdown a.level1,
.menu-dropdown span.level1 { 
	font-family: "OpenSansLight";
	font-size: 12px;
}

.menu-dropdown .level1 .level1 span.title { font-size: 12px; }
.menu-dropdown .level1 .level1 span.subtitle {
	margin-top: 1px;
	font-size: 11px;
}
/* Base
----------------------------------------------------------------------------------------------------*/
/* Theme Layout
----------------------------------------------------------------------------------------------------*/
html, body {
    margin:0;
    padding:0;
    height:100%
}
img {max-width:100%}

.wrapper {
	background-color:#FFFFFF;
	float:left;
	min-height: 100%; /* Mindesthöhe für moderne Browser */
	height:auto !important; /* Important Regel für moderne Browser */
	height:100%; /* Mindesthöhe für den IE */
	overflow: hidden !important; /* FF Scroll-leiste */ 
	position:relative;
	-webkit-box-shadow: 0 0 10px #ccc;
	   -moz-box-shadow: 0 0 10px #ccc;
	        box-shadow: 0 0 10px #ccc;
}
#header {margin:0;}
#toolbar {border-bottom:1px solid #ededed; margin:0 15px 20px; padding-bottom:10px;}

#jp-left {
	width:250px;
  	background:url(/wp-content/themes/wp-media/images/jp-left-bg.gif) fixed;
	position:fixed;
	z-index:2;
	-webkit-box-shadow: 0 0 10px #777;
	   -moz-box-shadow: 0 0 10px #777;
	        box-shadow: 0 0 10px #777;
}
#jp-left #search {
	float:left;
	margin:14px 0 20px 20px
}
#jp-left .socials {
	margin-top:40px;
	padding:20px;
}
#logo, #logo > img{
    float: none;
	margin:0 auto;
	margin-bottom:20px;
	text-align:center;
}
a#logo {
	display:block;
}

#jp-right {
	position:relative;
	padding-left:250px;
	z-index:1
}
#jp-right-inner {
	position:relative;
	padding:20px 20px 0 20px;
}

.headerbar,
#top-a,
#top-b,
#top-c {
		background: url(/wp-content/themes/wp-media/images/shadow.png) center bottom no-repeat;
		padding-bottom:40px;
		margin-bottom:0;
}
#bottom-a,
#bottom-b,
#bootm-c,
#footer {
		background: url(/wp-content/themes/wp-media/images/shadow.png) center top no-repeat;
		padding-top:50px;
		margin-top:20px;
}

.breadcrumbs {
    padding:10px 0;
	border-bottom:1px solid #ededed;
	margin-bottom:20px;
}
/* Layout
----------------------------------------------------------------------------------------------------*/


/* Menus
----------------------------------------------------------------------------------------------------*/

#menu {
    float: none;
}

.menu-dropdown li.level1 {
    margin-right: 0;
	border:none;
	border-bottom: 1px solid #BBBBBB;
    border-top: 1px solid #FFFFFF;
	padding-bottom:0;
	text-shadow: 0 1px 0 #FFFFFF;
}
.menu-dropdown li.level1:hover {
	background-color:#fff;
}

.menu-dropdown li.active .level1 {
    color: #000;
	background-color:#fff;
}
.menu-dropdown a.level1, .menu-dropdown span.level1{
	padding:6px 0 6px 20px;
	border:none;

}
.menu-dropdown a.level1, .menu-dropdown span.level1 {
    color: #444444;
}
.menu-dropdown, .menu-dropdown .level1, .menu-dropdown .level1 > span {
    float: none;
}
.menu-dropdown {
    margin-bottom: 0;
}
.menu-dropdown .dropdown {
    border-top: 1px solid #DDDDDD;
    top: 2px;
	left:240px;
}

/* Second Column */
.menu-dropdown .dropdown-bg > div {
    padding: 0 5px;
	z-index:999;
}

/* Modules
----------------------------------------------------------------------------------------------------*/
.mod-box {
    border: 1px solid #efefef;
    border-radius: 5px;
  	background: #fdfdfd;
    -moz-border-radius: 5px;
}
.mod-dark {
    border: none;
  	background: #222;
	color:#999;
    border-radius: 5px 5px 5px 5px;
	padding:20px;
}
.mod-dark a:link,
.mod-dark a:visited {
	color:#fff;
}
.mod-dark a:hover {
	text-decoration:underline
}

.mod-drop-shadow
{
  position: relative;
  background: #fdfdfd;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 20px;
  border: 1px solid #eee;
}


.mod-drop-shadow:before, .mod-drop-shadow:after 
{
  z-index: -1; 
  position: absolute; 
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%; 
  top: 80%;
  max-width:300px;
  background: rgba(0, 0, 0, 0.7); 
  -webkit-box-shadow: 0 15px 10px rgba(0,0,0, 0.7);   
  -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  -webkit-transform: rotate(-3deg);    
  -moz-transform: rotate(-3deg);   
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.mod-drop-shadow:after 
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
.mod-shadow {
    background: #f8f8f8;
    border: 1px solid #fff;
    border-radius: 5px 5px 5px 5px;
	padding:20px;
	-moz-box-shadow: 0 0 0 10px #cbcbcbt;
	-webkit-box-shadow:  0px 0px 10px 0px #cbcbcb;
    box-shadow:  0px 0px 10px 0px #cbcbcb;
    /* Versatz links - Versatz oben - Unschärfe - Schattenradius - Farbe */
}
/* Tools
----------------------------------------------------------------------------------------------------*/
.img-shadow {
	-moz-box-shadow: 0 0 0 5px #999;
	-webkit-box-shadow:  0px 0px 5px 0px #999;
    box-shadow:  0px 0px 5px 0px #999;
    /* Versatz links - Versatz oben - Unschärfe - Schattenradius - Farbe */
	max-width:100%;
	-moz-border-radius: 5px;
    border-radius: 5px;

}
.img-polaroid {
	-moz-box-shadow: 0 0 0 10px #ccc;
	-webkit-box-shadow:  0px 0px 10px 0px #ccc;
    box-shadow:  0px 0px 10px 0px #ccc;
	max-width:100%;
	padding:5px;
	margin:5px;
	background:#fff;

}

img.align-right {
	-moz-box-shadow: 0 0 0 5px #DDD;
	-webkit-box-shadow:  0px 0px 5px 0px #DDD;
    box-shadow:  0px 0px 5px 0px #DDD;
    /* Versatz links - Versatz oben - Unschärfe - Schattenradius - Farbe */
	max-width:100%;

}
a.lightbox-color {float:left; border:1px solid #ededed; padding:2px; margin:5px;}
/* System
----------------------------------------------------------------------------------------------------*/
hr.style-one { 
	border: 0; 
	height: 1px; 
	margin-bottom:40px;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
	background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
	background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
	background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}

hr.style-two { 
	padding: 0; 
	border: none; 
	border-top: medium double #333; 
	color: #333;
	text-align: center; 
	margin:40px 0;
} 
hr.style-two:after { 
	content: "SAMPLE"; 
	display: inline-block; 
	position: relative; 
	top: -0.7em; 
	font-size: 1.5em; 
	padding: 0 0.25em; 
	background: white;
 }

.searchbox .results {
    width: 229px;
    z-index: 110;
	left:-1px;
	top:30px;
}
#jp-left-inner .searchbox {
    background-color:#fff;
    border: 1px solid #DDDDDD;
    height: 30px;
    padding: 0 25px;
    width: 156px;
}
a.button-default,
a.button-primary
{
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:none;
}
#warp > h2 {
    background: none!important;
    padding: 0;
}

.wrapper {
	background-color:#FFFFFF;
	float:none;
	margin:0 auto;
	min-height: 100%; /* Mindesthöhe für moderne Browser */
	height:auto !important; /* Important Regel für moderne Browser */
	height:100%; /* Mindesthöhe für den IE */
	overflow: hidden !important; /* FF Scroll-leiste */ 
	position:relative;
	-webkit-box-shadow: 0 0 10px #CCCCCC;
	   -moz-box-shadow: 0 0 10px #CCCCCC;
	        box-shadow: 0 0 10px #CCCCCC;
}
/*
 * Responsive Style Sheet - Defines base styles for mobile devices
 */


/* Responsive Utility Classes
----------------------------------------------------------------------------------------------------*/

.hidden-desktop { display: none; }

/* Only Phones */
@media (max-width: 767px) {
	.hidden-desktop { display: block; }
	.hidden-phone { display: none; }
}

/* Only Tablets (Portrait) */
@media (min-width: 768px) and (max-width: 959px) {
	.hidden-desktop { display: block; }
	.hidden-tablet { display: none; }
}


/* Responsive Content
----------------------------------------------------------------------------------------------------*/

#header-responsive { display: none; }


/* Layout Breakpoints
----------------------------------------------------------------------------------------------------*/

/* All except large Screens */
@media (max-width: 1220px) {

	#banner { display: none; }

}

/* Only Phones and Tablets (Portrait) */
@media (max-width: 959px) {

	/* Layout */
	#maininner,
	#sidebar-a,
	#sidebar-b {
		width: 100%;
		left: auto;
		right: auto;
	}

}

/* Only Tablets (Portrait) and Phones (Landscape) */
@media (min-width: 480px) and (max-width: 959px) {

	/* Layout */
	.width16,
	.width20,
	.width25,
	.width40,
	.width60,
	.width75,
	.width80 { width: 50%; }

	.width50 .width50 { width: 100%; }

	.sidebars-1 #sidebar-a .width100,
	.sidebars-1 #sidebar-b .width100 { width: 50%; }

	#sidebar-a .width100:nth-child(odd):last-child,
	#sidebar-b .width100:nth-child(odd):last-child,
	.width20:nth-child(odd):last-child { width: 100%; }

	.sidebars-2 #sidebar-a,
	.sidebars-2 #sidebar-b { width: 50%; }
	.sidebars-2.sidebar-b-left:not(.sidebar-a-left) #sidebar-a { float: right; } /* Keep Sidebar order */

	.grid-gutter > .grid-box:nth-child(n+3) > * { margin-top: 30px; }

	/* Tools */
	.width50 .align-left,
	.width50 .alignleft,
	.width50 .align-right,
	.width50 .alignright {
		margin: 0 auto 15px auto;
		float: none;
	}

}

/* Only Phones */
@media (max-width: 767px) {

	/* Layout */
	.width33,
	.width66 { width: 100%; }

	/* Header */
	#header-responsive { display: block; }

	#header-responsive .logo,
	#header-responsive .searchbox {
		display: inline-block;
		width: 45%;
		vertical-align: middle;
	}

	#header-responsive .logo { margin-right: 10%; }

	#header-responsive .searchbox {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	/* Menu */
	.menu-responsive {
		width: 100%;
		font-size: 14px;
	}


}

/* Only Phones (Landscape) */
@media (min-width: 480px) and (max-width: 767px) {
}

/* Only Phones (Portrait) */
@media (max-width: 479px) {

	/* Base */
	body { word-wrap: break-word; }

	/* Layout */
	.width16,
	.width20,
	.width25,
	.width40,
	.width50,
	.width60,
	.width75,
	.width80 { width: 100%; }

	.grid-gutter > .grid-box:nth-child(n+2) > * { margin-top: 30px; }

	/* Tools */
	.align-left,
	.alignleft,
	.align-right,
	.alignright {
		margin: 0 auto 15px auto;
		float: none;
	}

}


/* Fix Viewport for IE10 Snap Mode
----------------------------------------------------------------------------------------------------*/

@media (max-width: 400px) {
	@-ms-viewport{
		width: 320px;
	}
}

/* Breakpoints
----------------------------------------------------------------------------------------------------*/

/* All except large Screens */
@media (max-width: 1220px) {

}

/* Only Phones and Tablets (Portrait) */
@media (max-width: 991px) {
	#jp-left { display:none}
	#jp-right { padding-left:0; background-image:none}
	
	/* Header */
	#header-responsive { display: block; background:url(/web/20170423105713im_/http://www.mcauleyfreelancewriting.com/wp-content/themes/wp-media/images/jp-left-bg.gif); padding:20px;}
 }

	#header-responsive .logo,
	#header-responsive .searchbox {
		display: inline-block;
		width: 45%;
		vertical-align: middle;
	}

	#header-responsive .logo { margin-right: 10%; }

	#header-responsive .searchbox {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		background-color:#FFFFFF
	}

	/* Menu */
	.menu-responsive {
		width: 100%;
		font-size: 14px;
	}
}

/* Only Tablets (Portrait) */
@media (min-width: 768px) and (max-width: 959px) {
}

/* Only Tablets (Portrait) and Phones (Landscape) */
@media (min-width: 480px) and (max-width: 959px) {

	/* Layout */
	#search { display: none; }

}

/* Only Phones */
@media (max-width: 767px) {

	/* Layout */
	#toolbar,
	#headerbar,
	#menubar,
	#breadcrumbs,
	#totop-scroller { display: none; }

}

/* Only Phones (Landscape) */
@media (min-width: 480px) and (max-width: 767px) {

}

/* Only Phones (Portrait) */
@media (max-width: 479px) {

	/* System */
	#system .items .item,
	#system .items .item:first-child {
		margin-top: 12px;
		padding-top: 18px;
		border-top-width: 1px;
	}

	#system .items :first-child .item:first-child {
		margin-top: 0;
		padding-top: 0;
		border-width: 0;
	}

	#system .items .leading .item {
		margin-bottom: 0;
		padding-bottom: 0;
		border-width: 0;
	}

}
/*
 * Print Style Sheet - Only used when printing
 * Thanks to HTML5 Boilerplate
 */


 @media print {
	
	* {
		background: transparent !important;
		color: black !important;
		box-shadow: none !important;
		text-shadow: none !important;
		filter: none !important;
		-ms-filter: none !important;
	}
	
	a, a:visited { text-decoration: underline; }
	
	pre, blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	
	thead { display: table-header-group; }
	
	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; }
	
}


@font-face {
	font-family: 'OpenSansLight';
	src: url('/wp-content/themes/wp-media/fonts/OpenSans-Light-webfont.eot');
	src: url('/wp-content/themes/wp-media/fonts/OpenSans-Light-webfont.eot#iefix') format('embedded-opentype'),
		url('/wp-content/themes/wp-media/fonts/OpenSans-Light-webfont.woff') format('woff'),
		url('/wp-content/themes/wp-media/fonts/OpenSans-Light-webfont.ttf') format('truetype'),
		url('/wp-content/themes/wp-media/fonts/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
	font-weight: normal;
	font-style: normal;
}
