/*
Theme Name: wsM
Theme URI: http://www.wsMaurik.nl/
Description: Weather site template, based on the 2010 default theme for WordPress and the Brownline theme from Good Design Web.
Author: weerman
Author URI: http://www.wsMaurik.nl/
Version: 1.0
Tags: brown, two-columns, fixed-width, custom-header, custom-background
*/


/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }



/* margin:  top right bottom left */


/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	margin: 0 -240px 0 0;
	width: 100%;
}
#content {
	margin: 0 280px 0 20px;
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 220px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 900px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/********************************************************
	above is general code to the theme
	reset css, layout but no styling
*********************************************************/


/* =Body
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	background: #332610;
	color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	margin: 0px auto 0px;
	padding: 0px;	
}
body {
	background: #332610 url(images/bg.jpg) repeat-x;
}
img {
	border: none;
}
#wrap {
	margin: 0px auto 0px;
	padding: 0px;
}


/* =Hyperlinks
-------------------------------------------------------------- */

a:link {
}
a, a:visited {
	color: #E0DAA3;
	text-decoration: none;
}
a:hover {
	color: #B60000;
	text-decoration: underline;
}
a:active {
}



/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 960px;
}
#wrapper {
	margin-top: 0;
	background: #332610;
	padding: 0;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
	background: #332610;
}
#footer-widget-area #first {
	margin-left: 10px;
}
#footer-widget-area #second {
}
#footer-widget-area #third {
}
#footer-widget-area #fourth {
	margin-right: 0;
}



/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}



/* =Header
-------------------------------------------------------------- */

#header {
	padding: 0 0 0 0;
	margin: 0 auto;
	position: relative;
	font-family: Times New Roman, Georgia, Trebuchet MS;
	font-size: 18px;
	font-weight: normal;
	color: #888888;
}
#header h1 {
	padding: 0;
	margin: 0;
	font-family: Times New Roman, Georgia, Trebuchet MS;
	font-size: 35px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 45px;
	text-decoration: none;
}
#header h1 a, #header h1 a:visited {
	margin: 0;
	padding: 20px 0px 0px 0px;
	font-family: Times New Roman, Georgia, Trebuchet MS;
	font-size: 40px;
	font-weight: normal;
	color: #EEEEEE;
	text-decoration: none;
}
#header h1 a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
#site-logo {
	position: absolute;
	top: 25px;
	left: 20px;
}
#site-txt {
	position: absolute;
	top: 20px;
	left: 100px;
}
#site-txt a {
	color: #000000;
	text-decoration: none;
}
.twitter {
	position: absolute;
	top: 70px;
	left: 820px; 
}
.rss {
	position: absolute;
	top: 70px;
	left: 880px; 
}
.mobi {
	position: absolute;
	top: 70px;
	left: 940px; 
}


/* This is the custom header image */
#branding img {
	clear: both;
	display: block;
	margin: 0px auto;
	padding: 0px;
}



/* =Menu
-------------------------------------------------------------- */


#access .menu,
#access div.menu ul {
	margin: 0 0 0 0;
	font-family: Tahoma, Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
}

#access {
	margin: 0 auto;
	width: 960px;
	height: 30px;
	display:block;
	position: absolute;
	top: 120px;
	left: 0;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float:left;
	position: relative;
}
#access a {
	width: 100px;
	height: 30px;
	background: url(images/nav_bg.jpg) no-repeat; 
	display: block; 
	text-decoration: none; 
	color: #FFFFFF; 
	line-height: 30px; 
	text-align: center;
}
#access ul ul {
	display:none;
	position:absolute;
	top:30px;
	left:10px;
	float:left;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	width: 100px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 100px;	
}
#access ul ul ul {
	left:100%;
	top:0;
}
#access ul ul a {
	background: url(images/nav_bg.jpg) no-repeat;
	height:auto;
	line-height:1em;
	padding:10px;
	width: 100px;
}
#access li:hover > a,
#access ul ul :hover > a {
	color:#FFFFFF;
	background: url(images/nav_bg_over.jpg) no-repeat; 
}
#access ul li:hover > ul {
	display:block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	background: url(images/nav_bg_over.jpg) no-repeat; 
	color: #FDF782; 
}

* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color:skyblue;
}


/* =Content
-------------------------------------------------------------- */
#content {
	margin-bottom: 20px;
	margin-top: 20px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;	
}

/* =Content   HOMEPAGE
-------------------------------------------------------------- */

.WDL_text	{
	padding: 10px 0 10px 0;
}

.YOW_home	{
	margin: 0 0 10px 0;
}

.WDL_home	{
	width: 50%;
	float: left;
}

.SHOUT_home	{
	width: 50%;
	float: right;
}





/* margin:  top right bottom left */


/* =Content   POSTS
-------------------------------------------------------------- */

.post,
.post.odd,
.post.even {
	margin:0 0 20px 0;
	padding:3px 0;
	border-bottom:1px solid #555555;
}

.post .entry-title,
.post.odd .entry-title {
	color:#80AA00;
  background: url(images/tab-bg.jpg) top left repeat-x;
  border-top:1px solid #000000;
  border-left:1px solid #111111;
  border-right:1px solid #555555;
	border-bottom:1px solid #555555;
	text-decoration:none;
	font-weight:bold;
}
.post.even .entry-title {
	color:#80AA00;
  background: url(images/tab-bg2.jpg) top left repeat-x;
  border-top:1px solid #000000;
  border-left:1px solid #111111;
  border-right:1px solid #555555;
	border-bottom:1px solid #555555;
	text-decoration:none;
	font-weight:bold;
}

.entry-title a:link,
.entry-title a:visited {
	text-decoration: none;
	padding-left: 5px;
}
.entry-title a:active,
.entry-title a:hover {
	color: #CCFF33;
}

.entry-meta {
	background: #333333;
	color: #888888;
	font-size: 12px;
	padding-left: 5px;
}
.entry-meta a {
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}

.post .entry-content,
.post .entry-summary {
	clear: both;
	background: #333333;
	font-size: 12px;
	padding: 8px 0 10px 10px;
}
.post .entry-content p,
.post .entry-summary p {
	padding: 8px 0 0 0;
}

.post .entry-utility {
	clear: both;
	background: #333333;
	color: #888888;	
	font-size: 12px;
	padding: 10px 0 2px 5px;
}
.entry-utility a {
}


/* margin:  top right bottom left */

/* =Content   COMMENTS
-------------------------------------------------------------- */

#comments {
	margin: 10px 0 10px 20px;
	background: #332610;
}

h3#comments-title {
	background: url(images/comments_text_bg2.jpg) repeat-x bottom;
	color: black;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 10px;
	text-align: center;
}

.commentlist {
	color: #000000;
	margin-bottom: 10px;
}

.comment.even {
	background: #DEFAE5;
	margin-bottom: 10px;
	padding: 5px;
}
.comment.odd {
	background: #DEFAE5;
	margin-bottom: 10px;
	padding: 5px;
}

.comment-head {
	background: url(images/comments_cite_bg2.gif);
	padding: 2px 2px 4px 2px;
}


.commentlist .comment-author {
	font: small-caps bold 1.2em Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;
}

.commentlist .avatar {
	padding: 1px;
	border: 1px solid #AAB59A;
	margin-right: 9px;
	float: left;
}
.commentlist .fn {
	position: relative;
	left: 10px;
	padding-bottom: 5px;
}


.commentlist .comment-meta {
	background: url(images/bg_clock.gif) no-repeat 1px;
	position: relative;
	left: 50px;
}
.commentlist a:link, .commentlist a:visited {
	color:#596e3b;
	}

.commentlist a:hover, .commentlist a:active {
	color:#B60000;
	}


.commentlist .comment-body {
	float: left;
	background: #9BC561 url(images/comments_text_bg2.jpg) repeat-x bottom;
	border-top: 1px solid #C5F386;
	padding: 5px 0px 10px 20px;
	width: 95%;
}
.commentlist.comment-body p {
	color: #FFFFFF;
}


/* margin:  top right bottom left */


/* reply comment form */

#respond {
	background: grey;
	margin: 0 0 0 20px;
	color: #000000;
}

#respond #reply-title {
	background: red;
	margin: 30px 0 6px 0;
}
/*
#respond #reply-title h3 {
	color: #000;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0;
}
*/

#respond .logged-in-as {
	background: green;
	margin: 0 0 4px 0;
}
#respond .form-allowed-tags {
	background: yellow;
	margin: 4px 0 4px 0;
}
#respond textarea {
	width:98%;
}


/* Comments form
input[type=submit] {
	color: #333;
}
#respond {
	margin: 24px 0;
	border-top: 1px solid #e7e7e7;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
#respond .required {
	color:#ff4b33;
	font-weight:bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin:0 0 9px;
	width:98%;
}

#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	width: auto;
	font-size: 14px;
}

 */



/* TabberTab
 * Based on the Brownline theme from Good Design Web
-------------------------------------------------------------- */

.tabberlive .tabbertabhide {
	display:none;
}
.tabber {
	margin: 0;
	padding:0;
	width: 680px;
	background: #332610;
	color: #FFFFFF;
}
.tabberlive {
	margin:1px 0 10px 0;
}
ul.tabbernav {
	margin:0;
	padding:3px 0;
	border-bottom:1px solid #555555;
}
ul.tabbernav li {
	list-style:none;
	margin:0;
	display:inline;
}
ul.tabbernav li a {
	padding:3px 0.5em;
	border-bottom:none;
	text-decoration:none;
}
ul.tabbernav li a:link {
	color:#80AA00;
  background: url(images/tab-bg2.jpg) top left repeat-x;
  border-top:1px solid #000000;
  border-left:1px solid #111111;
  border-right:1px solid #555555;
	border-bottom:1px solid #555555;
}
ul.tabbernav li a:hover {
	color:#CCFF33;
}
ul.tabbernav li.tabberactive a {
	color:#CCFF33;
  background: url(images/tab-bg.jpg) top left repeat-x;
	border-top:1px solid #111111;
  border-left:1px solid #111111;
  border-right:1px solid #111111;
	border-bottom:1px solid #333333;
	text-decoration:none;
	font-weight:bold;
}
ul.tabbernav li.tabberactive a:hover {
	color:#CCFF33;
	background: url(images/tab-bg.jpg) top left repeat-x;
	border-left:1px solid #111111;
	border-right:1px solid #111111;
	border-top:1px solid #111111;
}
.tabberlive .tabbertab {
	background:#333333;
	padding:5px 10px 10px 10px;
	border-top:0px;
	border-left:1px solid #111111;
	border-right:1px solid #111111;
	border-bottom:1px solid #111111;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
}
.tabberlive .tabbertab h2 {
	display:none;
	color:#FFFFFF;
}
.tabberlive .tabbertab h3 {
	display:none;
}
.tabbertab {
	margin:0;
	padding:0px;
}

.tabbertab ul {
	margin:0px 0 0px 0px;
	padding: 0;
	list-style-type:none;
        
}
/*
.tabbertab li {
  width: 335px;
  margin:0;
  padding: 0 0 0px 0px;
  background: #363E43 url(images/li-img.jpg) no-repeat;
	overflow: hidden;
}
*/
.tab_head	{
	font-family: Tahoma, Verdana, Ariel;
	font-size: 16px;
	line-height: 18px;
	font-weight:bold;
	padding: 0 0 8px 0;
}

.tab_main	{
	font-family: Tahoma, Verdana, Ariel;
	font-size: 13px;
	line-height: 15px;
	font-weight: normal;
	margin-top: 0;
	padding: 0 0 12px 0;
}
.tab_main ul {
	margin:5px 0 5px 5px;
  padding: 0 0 5px 22px;
	list-style-type:square;        
}
.tab_main img	{
	float: left;
	vertical-align: top;
	padding: 0 5px 5px 0;
}



/* margin:  top right bottom left */

.tabber_table_left {
}
.tabber_table_right {
	vertical-align: top;
	padding: 20px 10px 10px 10px;
	text-align: right;
}


/* =Meetdata tabellen
-------------------------------------------------------------- */

#meettabel {
	padding: 0;
	margin: 0;
  background: #333333;
}

#meettabel table {
  background: #333333;
  cellspacing: 0;
}

#meettabel caption {
	padding: 0 0 5px 0;
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

#meettabel #mt_footer {
	padding: 0 0 5px 20px;
  font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

#meettabel th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4F6B72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(images/bg_header.jpg) no-repeat;
}

#meettabel th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	color: #C00000;
	background: #CAE8EA;
}

#meettabel td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #FFFFFF;
	padding: 6px 6px 6px 12px;
	color: #4F6B72;
	text-align: right;
}


#meettabel td.alt {
	background: #F5FAFA;
	color: #797268;
	text-align: right;
}

#meettabel th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #FFFFFF url(images/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#meettabel th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #F5FAFA url(images/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}

#meettabel br {
  background: #333333;
}

#meettabel p.text_header {
	font-weight: bold;
	line-height: 25px;
}
#meettabel p.text_regular {
	font-weight: normal;
	margin-bottom: 20px;
}


/* . = class, #=id */
/* margin:  top right bottom left */


/* =Graphic Grid
-------------------------------------------------------------- */

.graph_grid {
	padding: 0;
	margin: 0;
  background: #333333;
}
.graph_grid caption {
	padding: 0 0 5px 0;
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}
.graph_grid #mt_footer {
	padding: 0 0 5px 20px;
  font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

.graph_spacer {
	clear: both;
}

.big_graph_float {
	float: left;
  display:inline;
  padding: 0 20px 0 0;
}

.thumber {
	float: left;
	display: inline;
	padding: 0 5px 0 0;
}

.thumb_graph {
  margin: 0 0 0 0;
}


/* =Widget Areas
-------------------------------------------------------------- */

/* margin:  top right bottom left */
/* div		id: primary
 * div		class: widget-area
 * div		role: complementary
 * ul			class: xoxo
 * li			id: text-8
 * li			class: widget-container widget_text
 * h3			class: widget-title
*/
/* . = class, #=id */
/* margin:  top right bottom left */


/* sidebars widget areas */
#primary {
	background: #332610;
}
#secondary {
	background: #332610;
}


/* Footer widget areas */
#footer-widget-area {
	background: #332610;
}



.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget_search #s { /* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display:none;
}
.widget-container {
	margin: 5px 0 18px 5px;
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #AAAAAA;
}


.widget-title {
	line-height: 20px;
	background: url(images/sidetitle_bg.png) no-repeat top left;
	color: #B8AC16;
	font-family: Arial, Tahoma, Verdana;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 6px 30px;
}


.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width:100%;
}
#wp-calendar caption {
	font-weight: bold;
	color: #222222;
	text-align: left;
	font-size:14px;
	padding-bottom: 4px;
}
#wp-calendar thead {
	font-size:11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #AAAAAA;
}
#wp-calendar tbody td {
	padding: 3px 0 2px;
	background: #F5F5F5;
	border:1px solid #FFFFFF;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000000;
}
.widget_rss a.rsswidget:hover {
	color: #FF4B33;
}
.widget_rss .widget-title img {
	height: 11px;
	width: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}



/* =Footer
-------------------------------------------------------------- */

#footer {
	margin-bottom: 20px;
}
#colophon {
	border-top: 4px solid #000;
	margin-top: -4px;
	padding: 18px 0;
	overflow: hidden;
}
#site-info {
	font-weight: bold;
}
#site-info a {
	color: #000000;
	text-decoration: none;
}
#site-generator {
	position: relative;
	font-style: italic;
}
#site-generator a {
	color: #666666;
	display:inline-block;
	text-decoration: none;
	background: url(images/wordpress.jpg) center left no-repeat;
	padding-left: 20px;
	line-height: 16px;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display:block;
	margin: 0 auto 10px;
}



/* =Navigation
-------------------------------------------------------------- */

.navigation {
	font-size:  12px;
	line-height: 18px;
	overflow: hidden;
	color: #888888;
}
.navigation a:link,
.navigation a:visited {
	color: #888888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #FF4B33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	width: 50%;
	text-align:right;
}
#nav-above {
	margin: 0 0 10px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: 10px 0 0 0;
}




/* Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}



/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background:none !important;
	}
	#wrapper {
		float: none !important;
		clear: both !important;
		display: block !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000000;
	}
	#site-title,
	#site-description {
		float: none;
		margin: 0;
		padding:0;
		line-height: 1.4em;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		width: 100%;
		margin: 0;
	}
	#content,
	.one-column #content {
		width: 100%;
		margin: 24pt 0 0;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display:none
	}
	#site-generator a {
		padding: 0;
	margin: 0;
	}
	#entry-author-info {
		border: 1px solid #E7E7E7;
	}
	#main {
		display:inline;
	}
	.home .sticky {
		border: none;
	}
}

/* ---------------------------- END OF FILE --------------------
*/
