/*  
Theme Name: Contrast Style
Theme URI: http://wordpress.imblickpunkt.com
Description: SEO Optimized Portal Layout. The Text Element are white for better reading. The Code is W3C Valid and Clean. You can easy modify alot of thinks. For sure the Theme is Widget ready. If you find bugs plz visit http://wordpress.imblickpunkt.com and leave a MSG - i will fix it asap.
Tags: seo, w3c, valid, easy, three columns, Right sidebar, left sidebar, fixed width, widgets, easy customization, widget ready, valid css, valid xhtml. games
Version: 1.1
Author: Schalkie
Author URI: http://imblickpunkt.com
License :  GNU General Public License (GPL) version 3
 */

 
 /*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


/* =============================================================================
   HTML5 element display
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio[controls], canvas, video { display: inline-block; *display: inline; *zoom: 1; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Force vertical scrollbar in non-IE
 * 3. Remove Android and iOS tap highlight color to prevent entire container being highlighted
 *    www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/
 * 4. Prevent iOS text size adjust on device orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html { font-size: 100%; overflow-y: scroll; -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 1em; line-height: 1.231; }

body, button, input, select, textarea { font-family: Helvetica, Arial, Geneva, sans-serif; color: #222; }

/* 
 * These selection declarations have to be separate
 * No text-shadow: twitter.com/miketaylr/status/12228805301
 * Also: hot pink!
 */

::-moz-selection { background: #D2980A ; color: #fff; text-shadow: none; }
::selection { background: #D2980A ; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

/* a { color: #00e; } */
/* a:visited { color: #551a8b; } */
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * Improve image quality when scaled in IE7
 * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img { border: 0; -ms-interpolation-mode: bicubic; }

/*
 * Correct overflow displayed oddly in IE9 
 */

svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }

/* 
 * Remove inner padding and border in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* Remove default vertical scrollbar in IE6/7/8/9 */
textarea { overflow: auto; vertical-align: top; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }


/* =============================================================================
   Primary styles
   Author: 
   ========================================================================== */












body 	{
	background-image: url('images/bgDarkGreen.jpg');
}
#main a,
#main a:visited {
	padding-left: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #419B5A;
	background-repeat: no-repeat;
	background-image: url('images/iconLink.png');
	background-position: 0 4px;
}
#main a[href$=".jpg"],
#main a[href$=".jpeg"],
#main a[href$=".png"],
#main a[href$=".gif"],
#main a[href$=".bmp"],
#main a[href$=".jpg"]:visited ,
#main a[href$=".jpeg"]:visited ,
#main a[href$=".png"]:visited ,
#main a[href$=".gif"]:visited ,
#main a[href$=".bmp"]:visited  {
	background-image: none;
}

#main #sidebar a, #main #sidebar a:visited {
	background-position: 0 3px;
}
/*--------------------DIVs------------------------------*/
#container {
	background-image: url('images/Stripe.png');
	background-repeat: repeat-x;
	background-position: 0 100px;
}
#page {
	margin: 30px auto;
	width: 940px;
	background-image: url('images/bgLightYellow.jpg');
  -webkit-box-shadow: 0px 0px 15px #666; /* Saf3.0+, Chrome */
     -moz-box-shadow: 0px 0px 15px #666; /* FF3.5 - 3.6 */
          box-shadow: 0px 0px 15px #666; /* Opera 10.5, IE9, FF4+, Chrome 10+ */
            -webkit-border-radius: 8px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
     -moz-border-radius: 8px; /* FF1-3.6 */
          border-radius: 8px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
          
  /* useful if you don't want a bg color from leaking outside the border: */        
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; 
}
.oldie #page {
					zoom: 1;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#888888', Direction=0, Strength=0)
    progid:DXImageTransform.Microsoft.Shadow(color='#888888', Direction=135, Strength=5)
    progid:DXImageTransform.Microsoft.Shadow(color='#888888', Direction=180, Strength=5)
}

/* - - - - - - - - - - - - - - - - 
   Layout
- - - - - - - - - - - - - - - -  */

#mitte {
	display: table;
	margin: 10px 15px 0 0;
}
#mitte>* {
	display: table-cell;
	vertical-align: top;
}
nav {
	width: 265px;
	padding: 50px 10px 0 10px;
}
#main {
	display: table;
	width: 660px;
	background-color: #fefbf2;
  -webkit-box-shadow: 0px 0px 10px #ccb068; /* Saf3.0+, Chrome */
     -moz-box-shadow: 0px 0px 10px #ccb068; /* FF3.5 - 3.6 */
          box-shadow: 0px 0px 10px #ccb068; /* Opera 10.5, IE9, FF4+, Chrome 10+ */
            -webkit-border-radius: 8px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
     -moz-border-radius: 8px; /* FF1-3.6 */
          border-radius: 8px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
          
  /* useful if you don't want a bg color from leaking outside the border: */        
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
}
.oldie #main {
					zoom: 1;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#cccccc', Direction=0, Strength=0)
    progid:DXImageTransform.Microsoft.Shadow(color='#cccccc', Direction=135, Strength=9)
    progid:DXImageTransform.Microsoft.Shadow(color='#cccccc', Direction=180, Strength=9)
}
#text, #sidebar {
	display: table-cell;
	vertical-align: top;
}
#text {
	width:405px;
	padding: 0px 15px 0 15px;
}
#sidebar {
	width:180px;
	padding: 60px 15px 0 0; 
}

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

#branding {
	position: relative;
	min-height: 90px;
	padding-bottom: 77px;
	padding-left:290px;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 1.125em;
	color: #808080;
	background-image: url('images/Stripe.png');
	background-repeat: repeat-x;
	background-position: 0 bottom;
}
#branding img 	{
	position: absolute;
	left: 40px;
	top: 19px;
}
#branding h1 {
	position: relative;
	left: 0;
	top: 7px;
	font-size: 2em;
	line-height: 1.5em;
	font-weight: normal;
	margin:0;
	color: #419b5a;
}
#branding a {
	text-decoration: none;
	color: inherit;
}
#branding h2 {
	margin: 0;
	font-size: inherit;
	font-weight: normal;
}

/* - - - - - - - - - - - - - - - -
    Nav
- - - - - - - - - - - - - - - -  */

nav li {
	margin: 10px 0;
}
nav>ul>li:first-child {
	margin: 0;
}
nav a:link,
nav a:visited {
	display: block;
	padding-left: 15px;
	font-family:  Helvetica, Arial, Geneva, sans-serif;
	font-size: 1.125em;
	line-height: 1.38889em;
	font-weight: bold;
	text-decoration: none;
	color: #419B5A;
}
nav .current_page_item li a:link,
nav .current_page_item li a:visited {
	color: #419B5A;
	background-image: none;
}
nav .current_page_item a:link,
nav .current_page_item a:visited,
nav a:hover {
	color: #4c4c4c;
	background-image: url('images/iconNavigation.png');
	background-repeat: no-repeat;
	background-position: left 0;
}
nav .children a {
	font-size: .875em;
	line-height: 1.42857em;
	font-weight: normal;
}

/* 2nd Level - - - - - - - - - - */

nav li li {
	margin: 5px 0;
}
nav li li a:link,
nav li li a:visited a {
	padding-left: 45px;
}

/* 3rd Level - - - - - - - - - - */
nav li li li a:link,
nav li li li a:visited {
	padding-left: 75px;
}

/* remove Link to imprint */
.page-item-58 {
	display: none;
}

/* - - - - - - - - - - - - - - - -
    Main Content
- - - - - - - - - - - - - - - -  */

/* Images */
.single #text .pagination {
	display: table;
	margin-top: .5em;
}
.single #text .pagination>div {
	display: table-cell;
}
.single #text .pagination>div {
	display: table-cell;
	float: none;
}
.single #text .pagination>div.alignleft {
	padding-right: 10px;
}
.single #text .pagination>div.alignright {
	padding-left: 10px;
	text-align: right;
}
.single #text .pagination>div a {
	padding-left: 0;
	font-size: .75em;
	background-image: none;
}
#text img {
	border: 5px solid #fad780;
}
#text .wp-caption-text,
#text .postmetadata {
	margin-top:  .3333em;
	font-size: .8571em !important;
	line-height: 1.25em;
	color: #d2980a;
}
.alignright {
	float:right;
	width:210px;
	margin-left: 5px;
}
.alignleft {
	float:left;
	width:210px;
	margin-right: 5px;
}
#main .wp-caption a {
	padding-left: 0;
	background-image: none;
}

/* Text */
#text h2 {
	margin-top: 18px;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 1.75em;
	line-height: 1.25em;
	font-weight: normal;
	color: #D2980A;
}

.blog #text h2,
#text h3 {
	margin: 5px 0;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 1em;
	line-height: 1.25em;
	font-weight: bold;
	color: #D2980A;
}
.blog #text h3,
#text h4 {
	margin: 5px 0;
	font-size: .875em;
	line-height: 1.42857em;
	color: #4C4C4C;
}
#text ul {
	margin: 5px 0;
}
#text p,
#text li {
	margin: 5px 0;
	font-size: .875em;
	line-height: 1.42857em;
	color: #4C4C4C;
}
#text li li {
	font-size: 100%;
}

/* Table */
.dataTables_wrapper {
	margin: 10px 0;
}
#text .wp-table-reloaded {
	border-collapse: collapse;
	border: 2px solid #fff;
	font-size: 1em;
}
#text .wp-table-reloaded .sorting {
	color: #fff !important;
	border-collapse: collapse;
	border: 2px solid #fff;
}
#text .sorting_asc {
	color: #fff !important;
   background: url('images/tableSortDown.png') no-repeat scroll right center #8DBDD8;
}
#text .sorting_desc {
	color: #fff !important;
   background: url('images/tableSortUp.png') no-repeat scroll right center #8DBDD8;
}
#text .sorting {
	color: #fff !important;
  background: url('images/tableSortBoth.png') no-repeat scroll right center #8DBDD8;
}
#text .wp-table-reloaded thead {
	font-size: .875em;
	line-height: 1.42857em;
}
#text .wp-table-reloaded thead th {
	border: 2px solid #fff;
	background-color: #d2980a;
}
#text .wp-table-reloaded tbody td {
	border: 2px solid #fff;
	font-size: .75em;
	color: #4c4c4c;
	background-color: #fce7b2;
}
#text .dataTables_length {
	width: 45% !important;
	font-size: .75em;
	line-height: 1.3333em;
	color: #4c4c4c;
}
.dataTables_filter {
	width: 45% !important;
	font-size: .75em;
	font-weight: bold;
	line-height: 1.3333em;
	color: #4c4c4c;
}
.dataTables_filter input {
	border: 1px solid #f7c84d;
	background-color: #fce7b2;
	color: #4c4c4c;
}
#text .dataTables_info {
	font-size: .75em;
}
#text .paginate_disabled_previous {
    background-image: url('images/TableNaviLeft.png');
}
#text .paginate_disabled_next {
    background-image: url('images/TableNaviRight.png');
}

/* Blog List */
.blog #text>ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
}
.blog #text>ul>li * {
	font-size:100%;
}
.blog #text>ul>li h2 {
	font-size: 1.14286em !important;
	margin-top: 1em;
}
.blog #text .wp-caption~p {
	margin-left: 220px;
}

/* Blog Single */
.pagination a {
	background-image: none;
	padding-left: none;
}

/* - - - - - - - - - - - - - - - -
    Sidebar
- - - - - - - - - - - - - - - -  */

#sidebar>ul {
	list-style-type: none;
	padding: 0;
}
.widget {
	margin: 15px 0;
	padding: 15px 5px;
	background-color: #fffdfa;
  -webkit-box-shadow: 0px 0px 10px #ffdc82; /* Saf3.0+, Chrome */
     -moz-box-shadow: 0px 0px 10px #ffdc82; /* FF3.5 - 3.6 */
          box-shadow: 0px 0px 10px #ffdc82; /* Opera 10.5, IE9, FF4+, Chrome 10+ */
}

.blogroll {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.blogroll a {
	font-size: .75em;
}
/*
.oldie .widget {
					zoom: 1;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#ffdc82', Direction=0, Strength=0)
    progid:DXImageTransform.Microsoft.Shadow(color='#ffdc82', Direction=135, Strength=4)
    progid:DXImageTransform.Microsoft.Shadow(color='#ffdc82', Direction=180, Strength=4)
} */
.widget {
	padding: 5px;
}
#sidebar h2,
#sidebar h3 {
	margin-bottom: 5px;
	font-size: .875em;
	line-height: 1.0714em;
	color: #D2980A;
}
#sidebar>div {
	font-size: .75em;
	line-height: 1.25em;
	color: #4c4c4c;
}
#sidebar>div * {
	font-size: inherit;
}
#sidebar p,
.textwidget {
	font-size: .75em;
}

/* Calendar */
/**
 * Stylesheet for the WP Events Calendar
 * Some overrides for thickbox and tooltip
 * and calendar formatting
 */
#calendar_wrap {
	width:180px;
	overflow: hidden;
	font-size: .75em;
}

/* import the tooltips stylesheet classes for EC */
/*@import url(ec-tooltips.css); */

/* * Thickbox CSS */
div#TB_title {
	/*background-color: #105681;
*/
	background-color: #000000;
	color: #FFFFFF;
}
div#TB_title a, div#TB_title a:visited {
	color: #cfcfcf;
}
/* * JQuery Tooltip */
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 1;
	width: 225px;
	word-wrap: break-word;
}
#tooltip h3, #tooltip div {
	margin: 0;
	font-size: 12px;
	font-weight: normal;
	color: #000;
}
#tooltip ul {
	padding: 0;
}
#tooltip li {
	margin: 0 10px;
	width: auto;
}
#events-calendar-list,
[id|="events-calendar-list"] {
	cursor: auto !important;
}
/** Large Calendar */
/** Calendar formatting */
#wp-calendarLarge {
	border-collapse: collapse;
	margin: auto;
}
#calendar_wrapLarge img {
	border: none;
	padding: 0;
	margin: 0;
}
#wp-calendarLarge td {
	border: thin solid black;
	width: 150px;
	height: 100px;
	padding: 0;
	vertical-align: top;
}
.event-block a:link, .event-block a:visited, .event-block a:hover, .event-block a:active {
	text-decoration: none;
	border: none;
}
#wp-calendarLarge .event-block {
	border-top: 1px solid #444;
	display: block;
	padding: 2px 0 0 2px;
	line-height: 11pt;
	color: navy;
}
#wp-calendarLarge .dayHead {
	background-color: red: /*#173b6d; */
	color: white;
	font-weight: bold;
	z-index: 1000;
}
#todayLarge {
	background-color: #9BA9CF;
	color: #FFF;
}
/* * Days events calendar */
#EC_daysEvents {
	font-size: 14px;
}
.EC_title {
	background: #A4CAE6;
}
.EC_location {
	background: #FFF8DC;
}
.EC_time {
	background: #CCCCCC;
}
.EC_date {
	background: #E0EEEE;
}
.EC_linkout_and_postid {
	background: #bfd3ed;
}
#EC_current-month {
	position: relative;
}
#EC_ajaxLoader {
	display: none;
	margin-top: -15px;
}

/* * Widget Calendar formatting OPTIONAL */
.EC_Widget_display {
	text-align: center;
}
.widgettitle {
	text-align: left;
	/* margin: 0 0 1em;
*/
}
#wp-calendar caption {
	margin: 0px 0 0 0;
	padding: 2px 0;
	width: auto;
	text-align: center;
	font-weight: bold;
	color:#fff;
	background-color: #d2980a;
}
#wp-calendar {
	width:178px;
	margin: 0 1px;
	border-collapse: collapse;
	font-size: 100%;
}
#wp-calendar * {
	font-size: inherit;
}
#wp-calendar td,
#wp-calendar th,
#wp-calendar caption,
#wp-calendar th *,
#wp-calendar td * {
	font-size:12px !important;
}
/* why this *+html stuff? */
/* *+html #wp-calendar #today {
	border: 3px solid blue !important;
} */
#wp-calendar #today {
	display: block;
	font-weight: bold;
	color: #fff;
	background-color: #419b5a;
	border:none !important;
*/
	z-index: 1;
}
#wp-calendar #today {
	color: #fff;
	background-color: #419b5a;
	border:none !important;
}
#wp-calendar .pad {
	font-weight: bold;
	color: #419B5A;
	background-color: #fce7b2;
}
#wp-calendar .padcent {
	background-color: white;
	border: thin solid darkgray;
}
#wp-calendar .padday {
	background-color: #fdf3d9;
}
#wp-calendar th {
	width: 11%;
	padding: 2px 0;
	font-weight: normal;
	color: #D2980A;
	background-color: #fce7b2;
}
#wp-calendar td {
	background-color: #fdf3d9;
	text-align: center;
}
[id|="events-calendar"] {
}
#tooltip {
	border: 5px solid #fad780;
	background-color: #fdf3d9;
}
#tooltip * {
	color: #4c4c4c !important;
}
.EC-tt-widget-day-event {
	color: #4c4c4c;
}
[style="color:red;"],
[style="color: red;"] {
	color: #D2980A !important;
}
/* * Widget List Calendar OPTIONAL */
#events-calendar-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#events-calendar-list li {
	display: block;
	margin: 5px 0;
}
#events-calendar-list li a:link, #events-calendar-list li a:visited {
	display: block;
	border: none;
	font-size: .75em;
	text-decoration: none;
	color: #419B5A;
	background-color: #fff;
	cursor: default !important;
}
#events-calendar-list li a:hover, #events-calendar-list li a:active {
	color: #fff;
	background-color: #419B5A;
}
#events-calendar-list li a:link,
#events-calendar-list li a:hover,
#events-calendar-list li a:active {
	cursor: default !important;
}
#tooltip.pretty {
	font-family: Arial;
	border: none;
	width: 210px;
	padding: 20px;
	height: 160px;
	opacity: 0.95;
	background: url('../images/shadow3.png');
}
#tooltip.pretty h3 {
	margin-bottom: 0.75em;
	font-size: 12px;
	width: 220px;
}
#tooltip.pretty div {
	width: 220px;
	text-align: left;
}
#tooltip.fancy {
	background: url('../images/shadow2.png');
	padding-top: 5em;
	height: 100px;
	border: 5px solid red;
}
/*  - - - - - - - - - - - - - - - -
    Footer
- - - - - - - - - - - - - - - -  */
footer {
	margin: 0 30px 0 280px;
	font-size: .75em;
	line-height: 1.3333em;
	color: #666;
}
footer a {
	font-weight: bold;
	text-decoration: none;
	color: #419B5A;
}
#imprint {
	float: left;
	width: 33%;
}
#copy {
	float: right;
	width: 33%;
	text-align: right;
}












/* =============================================================================
   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; }

/* Contain floats: 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.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

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

}

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

}


/* =============================================================================
   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; }
}
