/*
THEME NAME: SandFMINIT v2
THEME URI: http://www.cap-studio.de/
DESCRIPTION: Adaption of previous CAP Studio design for latest release of Sandbox
AUTHOR: Michael Müller-Hillebrand
AUTHOR URI: http://www.cap-studio.de/
TEMPLATE: sandbox
*/
@media screen {
.screennone {display: none;}
}
@media print {
.printnone {display: none;}
object {display: none;}
	div#respond {display: none;}
	div#content { 
		margin: 10mm 10mm 20mm 20mm !important;
		width: 80% !important;
	}
div.sidebar {display: none;}
}

* {
margin:0;
padding:0;
}

div.debug {
	display: none;
	/* 
	font-family:sans-serif;font-size:12px;border:red 1px solid; padding:1px;display:inline;background:#FFCCCC;
	*/
}
body {
	background: #fff5d9 /* url("capbgcolor.jpg") */;
	color: #333;
	font-family: "Georgia", Palatino, "Times New Roman", serif;
	font-size: 75%;
	margin: 0;
	padding: 0;
	text-align: center;
	overflow: scroll;
}
div.clearer {
	clear: both;
}
div#access div#menu {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 90%;
	margin:-22px 0 0 40px;
	padding:0;
	zoom: 1.0;
}
* html div#access {
	margin-bottom: 20px;
}
div#access div#menu li {
	display:inline;
	margin:0;
	padding:0;
}
div#access div#menu a, div#access div#menu a:visited {
	display:block;
	float:left;
	height:18px;
	text-decoration:none;
	color: #000;
	background:#E5AA04;
	font-size:1.2em;
	margin:0 5px;
	padding:2px 5px 0;
	border-top: 1px solid #997600;
	border-left: 1px solid #997600;
	border-right: 1px solid #997600;
	border-bottom: 1px solid #997600;
}
div#access div#menu li a:hover{
	color:#FFF;
	background:#997600;
}
div#access div#menu li.current_page_item a, div#access div#menu li.current_page_item a:visited {
	color:#000;
	background:#FFFFFF;
	border-bottom: 1px solid #fff;
}
div#access div#menu li.current_page_parent a, div#access div#menu li.current_page_parent a:visited {
	color:#000;
	background:#FFFFFF;
	border-bottom: 1px solid #fff;
}

li.widget_pages ul li.page_item {
	font-weight: bold;
}

/* other page: blue */
li.widget_pages ul li.page_item a,
li.widget_pages ul li.page_item a:visited,
li.widget_pages ul li.page_item ul li.page_item a,
li.widget_pages ul li.page_item ul li.page_item a:visited,
li.widget_pages ul li.page_item ul li.page_item ul li.page_item a,
li.widget_pages ul li.page_item ul li.page_item ul li.page_item a:visited {
	color: #002298;
	text-decoration: none;
}

/* current page: black underlined */
li.widget_pages ul li.current_page_item a,
li.widget_pages ul li.current_page_item a:visited,
li.widget_pages ul li.page_item ul li.current_page_item a,
li.widget_pages ul li.page_item ul li.current_page_item a:visited,
li.widget_pages ul li.page_item ul li.page_item ul li.current_page_item a,
li.widget_pages ul li.page_item ul li.page_item ul li.current_page_item a:visited {
	color: #000;
	text-decoration: underline;
}

/* hide level 2 page navigation if not needed ! */
div.sidebar ul li.widget_pages ul li.page_item ul li.page_item {
	/* display: none; */
	font-weight: normal !important;
}
/* show level 2 page navigation if in context */
div.sidebar ul li.widget_pages ul li.current_page_item ul li.page_item,
div.sidebar ul li.widget_pages ul li.current_page_parent ul li.page_item,
div.sidebar ul li.widget_pages ul li.page_item ul li.current_page_parent {
	display: list-item;
	font-weight: normal !important;
}
/* hide level 3 page navigation if not needed ! */
div.sidebar ul li.widget_pages ul li.page_item ul li.page_item ul li.page_item {
	display: none;
	font-weight: normal !important;
}
/* show level 3 page navigation if in context */
div.sidebar ul li.widget_pages ul li.page_item ul li.current_page_item ul li.page_item,
div.sidebar ul li.widget_pages ul li.page_item ul li.current_page_parent ul li.page_item,
div.sidebar ul li.widget_pages ul li.page_item ul li.current_page_parent ul li.current_page_item {
	display: list-item;
	font-weight: normal !important;
}

hr {
	border: solid #ddd 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	margin: 1em 0px;
}

div.footnotes hr {display: none;}


div#wrapper {
	background: #fff8dc url("capbg.gif") repeat-y top left;
	margin: 0px auto;
	padding: 0;
	text-align: left;
	width: 960px;
}
body.single #wrapper {
	background: #fff url("capbg.gif") repeat-y top left;
}
div#header {
	background: #fff8dc url("capheader.gif") no-repeat bottom center;
	height: 143px;
	margin: 0;
	padding: 0;
	width: 960px;
}
div#container {
	clear: left;
}
div#content {
	float: left;
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 0 0 0 240px;
	padding: 0 0 20px 0;
	width: 480px;
	overflow: hidden;
	/* border: 1px green dotted; */
}

div.sidebar {
	font: 1em "lucida grande", verdana, arial, sans-serif;
	font-size: 90%;
	padding: 0;
	width: 180px;
}
.widget {
	width: 100%;
	overflow: hidden;
}
div#primary {
	margin: 30px 0 0 -680px;
	float: left;
	/* border: 1px red dotted; */
}
div#secondary {
	/* border: 1px blue dotted; */
	margin: 30px 40px 0 0;
	float: right;
}



/*
body.single div#content {
	float: none;
	line-height: 1.6em;
	margin: 5px 0 0 150px;
	padding: 10px 0 20px;
}
*/
div.entry-content p, li.comment p, li.pingback p {
	margin: .5em 0 .5em 0;
	line-height: 1.4em;
}
div.entry-meta {
	background: #f8f8f8;
	border-top: 1px solid #ddd;
	padding: 5px;
	font-family: AR, "Trebuchet MS", Arial, sans-serif;
	clear: left;
	font-size: 85%;
	line-height: 1.4em;
	text-align: center;
}
body.single .entry-meta {
	margin: 30px 0;
	text-align: left;
}
body.archive .entry-meta {
	text-align: left;
}
div.comments li.comment, div.comments li.pingback {
	background: #eee;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin: 0;
	padding: 10px;
}
div.comments li.alt {
	background: #ddd;
}
div.comments li.bypostauthor {
	background: #fff5d9;
}
div.comments li img {
	margin: 1em 0 1em 0;
}
div.comments li div.comment-meta {
	font-size: 85%;
	line-height: 1.4em;
	margin: 0 0 1em 0;
}
body.single .entry-meta {
	background: #f8f8f8;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	margin: 0;
	padding: 10px;
}
div.footnotes {
	font-family: AR, "Trebuchet MS", Arial, sans-serif;
	border-top: 1px solid #ddd;
	margin: 10px 0 0 0;
	padding: 5px 0 10px 0;
}
div.entry-content div.footnotes li {
	margin: 0.2em 0 0.2em 1em;
}
div.footnotes li p {
	margin: 0;
}
div#footer {
	background: #e7e7e7 url("capfooter.gif") no-repeat top;
	border: none;
	clear: both;
	height: 38px;
	margin: 0 auto;
	padding: 0px 0 0;
	text-align: center;
	width: 960px;
	overflow: hidden;
}
div#footer span.metasep { 
	color: #777;
}
small, abbr.published {
	border: none;
	color: #777;
	cursor: default;
	font-family: AR, "Trebuchet MS", Arial, sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
}
span.edit-link {
	line-height: 1.4em;
	margin: .5em 0 .5em 0;
}
@font-face {
	font-family: "AR"; 
	font-weight: normal;
	font-style: normal;
	src: url(fonts/axel-regular.ttf) format("truetype");
}
@font-face {
	font-family: "AR"; 
	font-weight: bold;
	font-style: normal;
	src: url(fonts/axel-bold.ttf) format("truetype");
}
@font-face {
	font-family: "ASCR"; 
	font-weight: normal;
	font-style: normal;
	src: url(fonts/axelsc-regular.ttf) format("truetype");
}
@font-face {
	font-family: "ASCR";
	font-weight: bold;
	font-style: normal;
	src: url(fonts/axelsc-bold.ttf) format("truetype");
}
h1, h2, h3, h4 {
	font-family: AR, "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 2em;
	margin: 0;
	padding-top: 25px;
	padding-left: 35px;
	text-align: left;
}
h1#blog-title {
	display:none;
}
div#blog-description {
	display:none;
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 2em;
	padding-top: 40px;
	padding-left: 262px;
	text-align: left;
}
h2 {
	font-size: 1.6em;
	margin: 30px 0 0.75em 0;
	padding: 0;
}
body.page h2.entry-title {
	margin-top: 30px;
	text-align: left;
}
body.single h2.entry-title {
	clear: both;
}
body.home h2.entry-title {
	margin-bottom: 0;
}
h3 {
	font-size: 1.3em;
	margin: 30px 0 0.75em 0;
	padding: 0;
}
h4 {
	font-size: 1.2em;
	margin: 20px 0 0.75em 0;
	padding: 0;
}
div.sidebar h3 {
	font-family: ASCR, "Lucida Grande", Arial, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	margin: 5px 0 0;
	padding: 0;
}
h1, h1 a, h1 a:hover, h1 a:visited, div#blog-description {
	color: #000;
	text-decoration: none;
}
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	line-height: 110%;
}
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, .sidebar h3, #wp-calendar caption, cite {
	text-decoration: none;
}
div.entry-content p a:visited {
/*	color: #b85b5a; */
}

div.entry-content table {
	border-collapse: collapse;
	border-color: #666;
	border-left: 1px solid;
	border-bottom: 1px solid;
}

div.entry-content table th {
	background-color: #CCC; 
	border-color: #666;
	border-bottom: 1px solid;
	border-right: 1px solid;
}
div.entry-content table td {
	border-color: #666;
	border-top: 1px solid;
	border-right: 1px solid;
}


div.entry-content table th {
vertical-align: top;
font-family: AR;
	font-weight: normal;
	padding-left: .25em;
	padding-right: .25em;
}
div.entry-content table td {
vertical-align: top;
font-family: AR;
	padding-left: .25em;
	padding-right: .25em;
}

form#commentform {
	font-family: AR, "Trebuchet MS", Arial, sans-serif;
}
ol.commentlist li, form#commentform input, form#commentform textarea {
	font: 0.9em "lucida grande", verdana, arial, sans-serif;
}
ol.commentlist .comment-author {
	font-weight: bold;
}
ol.commentlist li, ol.commentslist li.alt {
	list-style: none;
	margin: 0;
	padding: 15px 10px 6px;
}
ol.commentlist li ol, ol.commentlist li ul {
	margin: 0.5em 0 0.5em 1.25em;
	padding: 0;
}
ol.commentlist li ol li {
	list-style-type: decimal;
	padding: 0;
	margin-left: 0.75em;
}
ol.commentlist li ul li {
	list-style-type: disc;
	padding: 0;
	margin-left: 0.75em;
}
ol.commentlist cite, ol.commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}
ol.commentlist p {
	line-height: 1.5em;
	margin: 10px 5px 10px 0;
	text-transform: none;
}
form#commentform p {
	margin: 5px 0;
}
.comment-meta {
	display: block;
	font-family: AR, "Trebuchet MS", Arial, sans-serif;
	font-weight: normal;
	margin: 0;
}


small, div.sidebar ul ul li, div.sidebar ul ol li, .nocomments, .entry-meta, blockquote, strike {
	color: #777;
}
code, pre {
	font: bold .9em/130% "Trebuchet MS", Tahoma, sans-serif;
}
pre {
	border: 1px dotted #666; 
	padding: 5px; 
}
acronym, abbr, span.caps {
	cursor: help;
	font-size: 0.9em;
	letter-spacing: .07em;
}
a, h2 a:hover, h3 a:hover {
	color: #002298;
	text-decoration: none;
}
a:hover {
	color: #0436E5;
	text-decoration: underline;
}
#wp-calendar #prev a {
	font-size: 9pt;
	padding-left: 10px;
	text-align: left;
}
#wp-calendar a {
	text-decoration: none;
	display: block;
}
#wp-calendar caption {
	font: bold 1.3em "lucida grande", verdana, arial, sans-serif;
	text-align: center;
	width: 100%;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
div.post {
	margin: 0 0 40px;
	text-align: left;
}
body.attachment .smallattachment {
	float: left;
	margin: 5px 5px 5px 0;
	text-align: center;
	width: 128px;
}
body.attachment .attachment {
	margin: 5px 0;
	text-align: center;
}
h3.comment-header {
	margin: 40px auto 20px;
	padding: 0;
}
p img {
	max-width: 100%;
	padding: 0;
}
div#comments li img.wp-smiley {
	margin: 0;
}
img.centered {
	display: block;
	margin: 0 auto;
}
img.alignright {
	display: inline;
	margin: 0 0 2px 7px;
	padding: 4px;
}
img.alignleft {
	display: inline;
	margin: 0 7px 2px 0;
	padding: 4px;
}
img.border {
max-width: 99%;
border: 1px solid #666;
}
html>body div.entry-content ul {
	list-style: none;
	margin-left: 0;
	padding: 0 0 0 1em;
	text-indent: -1em;
}
html>body div.entry-content li {
	margin: .5em 0 .5em 1em;
}
div.entry-content ul li:before, 
div.sidebar ul ul li:before {
	content: "◊ "; /* □ •  ◊ ● */
}
div.entry-content ul li p { 
	margin-left: 1em; 
}
div.entry-content ul li p:first-child { 
	margin-left: 0; 
	display: inline; 
}
div.entry-content ol {
	margin: 0;
	padding: 0 0 0 1em;
}
div.entry-meta ul, div.entry-meta li {
	display: inline;
	list-style: none;
}

div.comments ol li.comment ul {
	margin-left: 0;
	padding: 0 0 0 1em;
}

div.comments ol li.comment ol{
	margin-left: 0;
	padding: 0 0 0 1.5em;
}

div.comments ol li.comment ul li,
div.comments ol li.comment ol li ul li {
	list-style: square outside;
	margin: .5em 0 .5em 0;
}
div.comments ol li.comment ol li,
div.comments ol li.comment ul li ol li {
	list-style: decimal outside;
	margin: .5em 0 .5em 0;
}

div.sidebar ul li {
	list-style: none;
	margin-bottom: 15px;
}
div.sidebar ul p, div.sidebar ul select {
	margin: 5px 0 8px;
}
div.sidebar ul ul, div.sidebar ul ol {
	margin: 5px 0 0 0;
}
div.sidebar ul ul ul, div.sidebar ul ol {
	margin: 0 0 0 0;
}
ol li, div.sidebar ul ol li {
	list-style: decimal outside;
}
div.sidebar ul ul, div.sidebar ul ol {
	text-indent: -1em;
}
div.sidebar ul ul li, div.sidebar ul ol li {
	margin: 3px 0 0 1em;
	padding: 0;
}
form#searchform {
	margin: 0 0 10px 0;
	padding: 5px 3px;
	text-align: left;
}
div.sidebar form#searchform #s {
	width: 108px;
	padding: 2px;
}
div.sidebar form#searchsubmit {
	padding: 1px;
}
select {
	width: 130px;
}
form#commentform input {
	margin: 5px 5px 1px 0;
	padding: 2px;
	/* width: 170px; */
}
form#commentform textarea {
	padding: 2px;
	width: 98%;
}
form#commentform #submit {
	float: right;
	margin: 0;
}
ol.commentlist {
	padding: 0;
	text-align: left;
}
.nocomments {
	margin: 0;
	padding: 0;
	text-align: center;
}
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar td {
	text-align: center;
	padding: 3px 0;
}
#wp-calendar td.pad:hover {
	background: #fff;
}
acronym,abbr {
	border-bottom: 1px dashed #999;
}
blockquote {
	border-left: 5px solid #ddd;
	margin: 0.75em 30px 0.75em 10px;
	padding-left: 20px;
}
blockquote cite {
	display: block;
	margin: 5px 0 0;
}
a img {
	border: none;
}
div.navigation {
	display: block;
	margin: 50px 0 10px 0;
	text-align: center;
}
body.single div.navigation {
	margin: 10px 0 4em 0;
	height: 0;
	zoom: 1.0;
}
div#nav-above, body.single div#nav-below {
	font-family: AR, "Trebuchet MS", Tahoma, sans-serif;
	display: none;
}
body.single div#nav-above {
	font-family: AR, "Trebuchet MS", Tahoma, sans-serif;
	display: block;
}
body.single .post, div.sidebar form {
	margin: 0;
}
div.entry-content ol li, div.sidebar ul, div.sidebar ul ol {
	margin: 0;
	padding: 0;
}
div.entry-content form, .center {
	text-align: center;
}
.alignright, .nav-next {
	white-space: pre;
	float: right;
}
.alignleft, .nav-previous {
	white-space: pre;
	float: left;
}
div#access div#menu ul ul, div#access .skip-link /* , body.single div.sidebar */ {
	display: none;
}
div.content-column {
	width: 48%;
}
div#archives-by-category {
	float: left;
}
div#archives-by-month {
	float:right;
}
#linkcats>li:before {
	content: "";
}
li#tag_cloud {
	border-left: solid 2px #666;
	padding: 0 4px 0 6px;
}
li#tag_cloud h3 {
	margin: 0 0 .5em 0;
}
div.wp-caption p.wp-caption-text {
	font-style: italic; font-size: 80%; 
	margin-bottom: 1.5em;
}

li#random-quote {font-family: AR, sans-serif; line-height: 160%;}
span.quotescollection_author {font-family: ASCR, sans-serif;}
q:before { content: '»';}
q:after { content: '«';}

.framed {
padding: 1em; 
margin-top: 1em !important;
margin-bottom: 1em !important;
border: #ccc 1px solid;
}


/* pollin form */
div.pollin-area {
-webkit-border-bottom-left-radius: 8px 8px;
-webkit-border-bottom-right-radius: 8px 8px;
-webkit-border-top-left-radius: 8px 8px;
-webkit-border-top-right-radius: 8px 8px;
border: 1px solid #ccc;
font-family: AR;
padding: 8px;
}
div.pollin-area div.question-content {
font-weight: bold;
float: left;
}
form.poll-form br {
clear: both;
}
form.poll-form input.answer {
float: left;
margin: 4px;
cursor: pointer;
}
form.poll-form label {
float: left;
margin: 4px;
cursor: pointer;
}
form.poll-form input#action-button {
-webkit-border-bottom-left-radius: 8px 8px;
-webkit-border-bottom-right-radius: 8px 8px;
-webkit-border-top-left-radius: 8px 8px;
-webkit-border-top-right-radius: 8px 8px;
border: 1px solid #ccc;
padding: 8px;
cursor: pointer;
}
form.poll-form input#action-button:hover {
border: 1px solid #000;
cursor: pointer;
}
div.pollin-area table.pollin-results {
margin: 0.7em 0;
border-spacing: 0;
border-collapse: collapse;
}
div.pollin-area br {
float: right;
}

