/*
Theme Name: rz_01
Author: Peter Oehlmann
Author URI: http://peteroehlmann.de
Description: rz_01 is a light, clean Wordpress-as-CMS theme developed for the personal website of the photographer Rosemarie Zens. It is a modification of Ari, a minimalistic, flexible three column blog theme by Elmastudio, http://elmastudio.de
Version: 1.1
License: GNU/GPL Version 2 or later. http://www.gnu.org/licenses/gpl.html
*/

/* Reset
--------------------------------------------- **/
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;
	font-size: 100%;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	background: transparent;
	text-decoration:none;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* General Structure and Styles
--------------------------------------------- */
body {
	font-family:'Lato', 'Lucida Sans Unicode', Verdana, sans-serif;
	color: #666666;
	background-color:#FFFFFF;
}
/*
#wrap {
	max-width: 960px;
	margin-top:50px;
	z-index: 0;
}
*/
#wrap {
	width:100%;
	max-width: 1120px;
	margin: 50px auto 0 auto;
	padding: 0 8% 0 1%;
	z-index: 0;
}
#sidebar-primary {
	width:195px;
	margin:0 0 5.357142857142857% 0;
	padding-top:25px;
/*	float:left;	*/
	position: fixed;
	text-align:right;
	color:#666666;
}
#main {
	width:82%;
	margin-top:0;
	margin-left:215px;
}
#content {

	margin:0;
	padding:1.4% 4.910714285714286% 2.6785714285714284% 4.910714285714286%;
	font-size: 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*
#sidebar-secondary {
	width:20.8%;
	margin:0 0 5.357142857142857% 0;
	float:right;
}
* */
img {
	max-width: 100%;
	height: auto;
}
#footer {
	padding: 50px 0px 30px 0px;
	clear: both;
	font-size: 11px;
	letter-spacing: 0.02em;
}
#footer p, #footer p a {
	color: #999;
}
.footer-left {
	float:left;
	margin-left: 195px;
    padding-left: 5.910714285714286%;
}
.aligncenter {
	margin:0 auto;
	display:block;
}
.alignleft {
/*	float:left;	*/
}
.alignright {
	float:right;
}
*/

/* Headings
--------------------------------------------- */
#content .post h1 {
	padding:0px 0px 20px 0px;
	font-size: 22px;
	font-weight:normal;
	line-height:28px;
}
#content h2 {
	padding:0px 0px 20px 0px;
	font-size: 15px;
	font-weight:normal;
	line-height:26px;
}
#content h3 {
	padding:20px 0px 12px 0px;
	font-size: 14px;
	font-weight:normal;
	line-height:24px;
}
#content h4 {
	padding:20px 0px 10px 0px;
	font-size: 15px;
	line-height:21px;
}
#content h5 {
	padding:16px 0px 8px 0px;
	font-size: 14px;
	line-height:20px;
}
#content h6 {
	padding:10px 0px 5px 0px;
	font-size: 13px;
	line-height:19px;
}

/* Links
--------------------------------------------- */
#content h2 a {
	color:#000;
	text-decoration:none;
}

#content h2 a:hover{
	text-decoration:none;
	color:#E17E00;
}
/*
#content a::before {
	content:'\2192 ';
*/
#content a {
	text-decoration:underline;
	color: #000;
}

#content a:hover {
	text-decoration:underline;
	color:#E17E00;
}

a:hover {
/*	text-decoration:none;	*/
	color:#E17E00;
}

.wc-shortcodes-footer-entry-meta a, .navigation a, .meta a {
	text-decoration:none !important;
}

 --- Link Colors h1 a {
	color:#666 !important;
}
p a, .post a, .wpex-link a, #news a {
	text-decoration:none;
	color:#000;
}
p a:hover, .post a:hover, .wpex-link a:hover, #news a:hover {
	text-decoration:none;
	color:#E17E00 !important;
}

ul.sidebar li.widget_text a {
	color:#555555;
}
ul.sidebar li.widget_text a:hover {
	color:#E17E00;
}
ul.current_page_item a {
color: #E17E00;
text-decoration:none;
}
/* ul.sidebar a, p.meta a, .comment-meta a, p.logged-in-as a, a.post-edit-link, #footer a {
	color:#555555; */
}
#content h2 a:hover, ul.sidebar a:hover, .comment-meta a:hover, p.logged-in-as a:hover, p.meta a:hover, a.post-edit-link:hover, #footer a:hover {
	color:#E17E00;
}
#searchsubmit:hover, form#commentform p.form-submit input#submit:hover, input.wpcf7-submit:hover  {
	background:#E17E00;
}



/* Links */
.menu-item a {
color: #555555;
text-decoration:none;
}
.menu-item a:hover {
color: #E17E00;
text-decoration:none;
}
.current_page_item a {
color: #E17E00;
text-decoration:none;
}

/* Lists
--------------------------------------------- */
#content #page ul, #content .post ul {
	padding:10px 0px 0px 25px;
}
#content #page ul li, #content .post ul li {
	padding:0px 0px 0px 0px;
	line-height:21px;
	list-style: disc;
}
#content #page ol, #content .post ol {
	padding:20px 0px 0px 30px;
}
#content #page ol li, #content .post ol li {
	padding:0px 0px 20px 0px;
	line-height:21px;
	list-style: decimal;
}

/* Sidebars
--------------------------------------------- */
ul.sidebar {
	font-family:'Lato', 'Lucida Sans Unicode', Verdana, sans-serif;
	text-decoration:none;
	font-size: 13px;
	line-height:23px;
	/* text-transform:uppercase; */
	letter-spacing:1px;
	color:#666666;
}
ul.sidebar li.widget-container {
	margin:0px 0px 30px 0px;
	padding:0px 0px 10px 0px;
	border:none;
	overflow:hidden;
	color:#666666;
	text-decoration:none;
}
.qtrans_language_chooser {
	text-decoration:none;
	font-size: 85%;
/*	font-style: italic;	*/
}

ul.sidebar li.widget-container a {
	color:#666666;
}

ul.sidebar li.widget-container a:hover {
	color: #E17E00;
}

ul.sidebar h3.widget-title {
	padding:22px 0px 5px 0px;
	font-size: 13px;
	font-weight:normal;
	/* text-transform:uppercase; */
	color:#ABABAB;

}

/* Sidebar Primary
--------------------------------------------- */
/* --- Theme Logo --- */
#sidebar-primary .logo {
	height:75px;
	margin:0px 0px 20px 0px;
	display:block;
	color:#666666;
}
#sidebar-primary .logo h1 {
	padding:5px 0px 0px 0px;
	font-family:'Lato', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-size:16px;
	font-weight:normal;
	line-height:35px;
	text-decoration:none;
	/* text-transform:uppercase; */
/*	color:#555555 !important;	*/
	letter-spacing:1px;
}
#sidebar-primary .logo h1 a {
	text-decoration:none;
	color:#555555;
}
#sidebar-primary .logo h1 a:hover {
	text-decoration:none;
	color: #E17E00;
}

#sidebar-primary .logo p {
	font-family:'Lato', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-size:15px;
	text-decoration:none;
	padding-top:5px;
	padding-right:3px;
	color:#555555;
	letter-spacing:1px;
}
#sidebar-primary .logo img {
	margin:0px;
	padding:0px;
}

/* --- About Text Widget --- */
#sidebar-primary ul.sidebar li.widget_text img {
	margin:3px 10px 0px 0px;
	float:left;
}

/* Sidebar Secondary
--------------------------------------------- */
#sidebar-secondary img.banner {
	max-width: 100%;
	display: block;
	margin:0px 0px 10px 0px;
	padding: 0;
}

/* Sidebar Widgets (for both Sidebars)
--------------------------------------------- */
ul.sidebar li.widget_archive ul li, ul.sidebar li.widget_categories ul li.cat-item, ul.sidebar li.widget_links ul.blogroll li, ul.sidebar li.widget_nav_menu ul#menu-navigation li.menu-item, ul.sidebar li.widget_meta ul li {
	line-height:23px;
	border: 0 none;
}
/* --- Text Widget --- */
ul.sidebar li.widget_text img {
	margin:3px 10px 0px 0px;
	float:left;
}
/* --- Custom Menu Widget --- */
ul.sub-menu {
	margin: 5px 0px 10px 15px;
	font-size:90%;
/*	font-style:italic;
	font-family:georgia, 'times new roman', serif; */
}
ul.sidebar li.widget_categories ul li.cat-item ul.children {
	margin:0px 0px 0px 15px;
}
/* --- Search Widget --- */
.search-input {
	width:95%;
	margin:0px 4px 4px 0px;
	font-size:12px;
	float:left;
}
#searchsubmit {
	margin:0px 4px 0px 0px;
	padding:4px 7px 4px 7px;
	float:right;
	background:#4C4C4C;
	border:none;
	font-family:'Lato','Lucida Sans Unicode',Verdana,sans-serif;
	font-size:12px;
	color:#fff;
	cursor:pointer;
}
/* --- Recent Post Widget --- */
ul.sidebar li.widget_recent_entries ul li {
	padding: 0px 0px 12px 0px;
	line-height:16px;
}
ul.sidebar li.widget_recent_entries ul li a {
	line-height:16px;
}
/* --- Recent Comments --- */
ul.sidebar li.widget_recent_comments ul#recentcomments li.recentcomments {
	padding: 0px 0px 12px 0px;
	line-height:16px;
}
ul.sidebar li.widget_recent_comments ul#recentcomments li.recentcomments a {
	padding: 0px 0px 12px 0px;
}
/* --- Calendar Widget --- */
table#wp-calendar caption {
	font-family:'Droid Serif',  Times, serif;
	font-size:12px;
	line-height:18px;
	font-style:italic;
	text-align:left;
	padding:0px 0px 3px 0px;
}
table#wp-calendar td {
	padding:3px;
}
/* --- Social Links Custom Widget --- */
ul.sidebar li.widget_sociallinks a {
	padding:0px 20px 0px 20px;
	line-height:23px;
}
ul.sidebar li.widget_sociallinks a.rss {
	background:url(images/rss-icon.png) 0 0 no-repeat;
}
ul.sidebar li.widget_sociallinks a.twitter {
	background:url(images/twitter-icon.png) 0 0 no-repeat;
}
ul.sidebar li.widget_sociallinks a.facebook {
	background:url(images/fb-icon.png) 0 0 no-repeat;
}
ul.sidebar li.widget_sociallinks a.flickr {
	background:url(images/flickr-icon.png) 0 0 no-repeat;
}
ul.sidebar li.widget_sociallinks a.xing {
	background:url(images/xing-icon.png) 0 0 no-repeat;
}
ul.sidebar li.widget_sociallinks a.linkedin {
	background:url(images/linkedin-icon.png) 0 0 no-repeat;
}
ul.sidebar li.widget_sociallinks a.delicious {
	background:url(images/delicious-icon.png) 0 0 no-repeat;
}

/* Posts
--------------------------------------------- */
div[class*="post"] {
/*	width:66.6%;	*/
	max-width:550px;
	margin-top:22px;
}
#content .post {
	padding:0px 0px 1px 0px;
	margin:22px 0px 24px 0px;
}
#content .post p {
	padding:0px 0px 15px 0px;
	font-size: 12px;
	line-height:16px;
}
#content .post p small {
	font-size:13px;
}
#content blockquote {
	margin:10px 0px 20px 0px;
	padding:0px 0px 0px 16px;
	background:url(images/blockquote-border.jpg) 0 0 repeat-y;
	font-family:'Droid Serif',  Times, serif;
	line-height:21px;
	font-style:italic;
}
#content blockquote {
	margin:10px 0px 20px 0px;
	padding:0px 0px 0px 16px;
	background:url(images/blockquote-border.jpg) 0 0 repeat-y;
	font-family:'Lato','Lucida Sans Unicode',Verdana,sans-serif;
	line-height:21px;
	font-style:italic;
}
#content blockquote p {
	padding:0px;
}
#content blockquote p cite {
	padding:5px 0px 0px 0px;
	font-size:12px;
	font-weight:bold;
}
#content address {
	padding:0px 0px 20px 0px;
	line-height:20px;
}
#content pre {
	padding:0px 0px 20px 0px;
}
#content table {
/*	margin:10px 0px 30px 0px;	*/
}
#content table tr {
	border-bottom:none;
}
#content table tr th {
/*	padding: 10px 20px 10px 20px;
	border-top:1px solid #4C4C4C;
	border-left:1px solid #4C4C4C;
	border-right:1px solid #4C4C4C; */
}
#content table tr td {
/*	padding: 10px 20px 10px 20px;
	border-left:1px solid #4C4C4C;
	border-right:1px solid #4C4C4C;	*/
}
/* #content img {
	max-width:570px;
	max-height:470px;
	display: block;
}
#content img.alignleft {
	margin: 5px 10px 10px 0px;
}
#content img.alignright {
	margin: 5px 0px 5px 10px;
}
#content .wp-caption {
	max-width: 100%;
	display: block;
}
#content p.wp-caption-text {
	font-family:'Droid Serif',  Times, serif;
	font-size:12px;
	font-style:italic;
	line-height:18px;
	padding:7px 0px 10px 0px;
}
#content object,
#content embed,
#content iframe {
	display: block;
	max-width: 100%;
	margin: 3px 0 10px 0;
}
* */
#content .post p.meta {
	margin:0;
	padding:7px 0px 25px 0px;
	background:url(images/meta-border.jpg) 0 0 no-repeat;
	font-size:12px;
	line-height:19px;
	clear:both;
}
#content .post p.meta span {
	padding:0px 0px 0px 0px;
	font-family:'Lato','Lucida Sans Unicode',Verdana,sans-serif;
	font-size:12px;
	line-height:19px;
/*	font-style:italic; */
}
a.post-edit-link {
	font-family:'Lato','Lucida Sans Unicode',Verdana,sans-serif;
	font-size:12px;
/*	font-style:italic;	*/
}
div.meta {
	margin: 15px 0;
}
div.navigation {
	display:inline-block;
	width:100%;
	max-width:550px;
	margin-top:10px;
    border-top:1px solid #DEDEDE;
}

.previous {
	float:left;
	padding-top:2px;
}
.next {
	float:right;
	padding-top:2px;
}

/* Single Post
--------------------------------------------- */
#content .post #author-info {
	margin:20px 0px 30px 0px;
	padding:10px 0px 0px 0px;
	border-top:1px dotted #4C4C4C;
	border-bottom:1px dotted #4C4C4C;
	overflow:hidden;
}
#content .post #author-avatar {
	margin:5px 15px 0px 0px;
	float:left;
}
#content .post #author-description {
	overflow:hidden;
}
#content .post #author-description h2 {
	padding:0px;
	font-family:'Droid Serif',  Times, serif;
	font-size:12px;
	font-weight:normal;
}
#content .post #author-description h2 span {
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:0.1em;
}
#content .post #author-description p, .page-link  {
	font-family:'Droid Serif',  Times, serif;
	font-size:13px;
	line-height:18px;
	font-style:italic;
}

/* --- Comments --- */
.post .comments-content {
	margin:6px 0px 0px 0px;
	border-top:1px dotted #4C4C4C;
}
#content .post #comments-content h3#comments {
	padding:80px 0px 8px 0px;
	border-bottom:1px dotted #4C4C4C;
	font-size:16px;
}
#comments-content .comment-body p {
	padding:0px 0px 10px 0px;
	font-size:13px;
	line-height:19px;
}
#comments-content p.moderation {
	font-family:'Droid Serif',  Times, serif;
	font-size:12px;
	font-style:italic;
	color:#999;
}
#content .post #comments-content ol {
	padding:0px;
}
#content .post #comments-content ol li ul.children {
	padding:0px;
}
#content .post #comments-content ol li.depth-1  {
	padding:25px 0px 10px 0px;
	border-bottom:1px dotted #4C4C4C;
	overflow:hidden;
}
#comments-content ol li.depth-2, #comments-content ol li.depth-3, #comments-content ol li.depth-4, #comments-content ol li.depth-5 {
	margin:10px 0px 0px 30px;
	padding:25px 0px 0px 0px;
	border-top:1px dotted #4C4C4C;
	border-bottom:none;
	overflow:hidden;
}
.comment-meta {
	padding:0px 0px 10px 0px;
	font-family:'Droid Serif',  Times, serif;
	font-size:12px;
	font-style:italic;
}
.comment-gravatar {
	margin:1px 15px 0px 0px;
	float:left;
}
#comments-content .comment-body {
	padding:0px;
	overflow:hidden;
}
.reply {
	margin:10px 0px 0px 0px;
	float:right;
}
a.comment-reply-link {
	font-size:12px;
	font-weight:bold;
}
p.logged-in-as {
	font-family:'Droid Serif',  Times, serif;
	font-size:12px;
	font-style:italic;
}
#comments-content ol li.post.pingback {
	margin:0px;
	padding: 20px 0px 10px 20px;
	list-style:none;
}
/* --- Comment Reply --- */
a#cancel-comment-reply-link {
	padding:3px 0px 0px 0px;
	float:right;
	font-size:12px;
}
#content .post #comments-content #respond h3#reply-title {
	padding:80px 0px 6px 0px;
	border-bottom:1px dotted #4C4C4C;
	font-size:16px;
}
#content .post form#commentform p {
	font-size:13px;
}
form#commentform p.comment-notes {
	padding:5px 0px 15px 0px;
	font-family:'Droid Serif',  Times, serif;
	font-size:12px;
	font-style:italic;
}
form#commentform input#author, form#commentform input#email, form#commentform input#url {
	font-family:'Lato','Lucida Sans Unicode',Verdana,sans-serif;
	height:22px;
}
form#commentform textarea#comment {
	width:90%;
	padding:3px;
	font-family:'Lato','Lucida Sans Unicode',Verdana,sans-serif;
}
form#commentform p.comment-form-author, form#commentform p.comment-form-email, form#commentform p.comment-form-url, form#commentform p.comment-form-comment {
	padding:10px 0px 0px 0px;
}
form#commentform p.form-submit input#submit {
	margin:8px 0px 10px 1px;
	padding:6px 8px 6px 8px;
	background:#4C4C4C;
	border:none;
	font-family:'Lato','Lucida Sans Unicode',Verdana,sans-serif;
	font-size:12px;
	color:#fff;
	cursor:pointer;
}

/* Footer
--------------------------------------------- */
#footer p {
	line-height:19px;
}

/* Archives
--------------------------------------------- */
h1.archive {
	margin:0px 0px 25px 0px;
	padding:24px 0px 0px 0px;
	border-bottom:none;
	font-family:inherit;
	font-size:14px;
	font-weight:normal;
/*	font-style:italic; */
	letter-spacing:0.1em;
}
h1.archive strong {
	font-style:italic;
	font-weight: normal;
/*	text-transform:uppercase; */
}

/* Pages
--------------------------------------------- */
#page {
/*	margin-bottom:50px;	*/
	padding-top:27px;
	padding-bottom:27px;
	border-bottom:none;
	line-height:16px;
}
#page h1 {
	padding:0px 0px 20px 0px;
	font-size: 20px;
	line-height:26px;
	font-weight:normal;
}
#page h2 {
	font-size: 13px;
	font-weight:normal;
	line-height:23px;
	/* text-transform:uppercase; */
	padding-bottom:10px;
}
#page p {
/*	padding-top:24px;	*/
/*	padding-bottom:24px;	*/
	font-size: 12px;
	line-height:18px;
}
#page p small {
	font-size: 13px;
}
/*-------------------------------------------*/
#text-page {
	padding-top:26px;
	padding-bottom:27px;
	border-bottom:none;
	line-height:18px;
	width:66.6%;
	max-width:550px;
}
#text-page h1 {
	padding:0px 0px 22px 0px;
	font-size: 15px;
	font-weight:normal;
	line-height:18px;
}
#text-page h2 {
	font-size: 15px;
	font-weight:normal;
	line-height:18px;
	/* text-transform:uppercase; */
	padding-bottom:20px;
}
#text-page h3 {
	font-size: 14px;
	font-weight:normal;
	line-height:18px;
	/* text-transform:uppercase; */
	padding-bottom:3px;
}
#text-page p {
/*	padding-top:24px;	*/
	padding-bottom:27px;
	font-size: 12px;
	line-height:18px;
}
#text-page p x-small {
	font-size: 8px;
}
.book {
    min-height: 190px;
    margin-top: 2px;
    padding-bottom: 30px;
}
.txt_img {
	margin-bottom: 30px;
}
.figure {
/*	margin-bottom: 30px;	*/
}

/*-------------------------------------------*/
#portfolio-page {
/*	margin-bottom:50px;	*/
	padding-top:26px;
	padding-bottom:27px;
	border-bottom:none;
	line-height:16px;
/*	width:66.6%;	*/
	max-width:550px;
}
#portfolio-page h1 {
	padding:0px 0px 22px 0px;
	font-size: 14px;
	font-weight:normal;
	line-height:18px;
}
#portfolio-page h2 {
	font-size: 12px;
	font-weight:bold;
	line-height:18px;
	/* text-transform:uppercase; */
	padding-bottom:13px;
}
#portfolio-page p {
/*	padding-top:24px;	*/
	padding-bottom:14px;
	font-size: 12px;
	line-height:18px;
}
#portfolio-page p x-small {
	font-size: 8px;
}
#portfolio-page img {
/*	max-width: 550px; */
	max-width: 100%;
	height: auto;
}

/*-------------------------------------------*/
#essay-page {
/*	margin-bottom:50px;	*/
	padding-top:26px;
	padding-bottom:27px;
	border-bottom:none;
	line-height:16px;
	max-width:550px;
	width:66.6%;
}
#essay-page h1 {
	padding:0px 0px 22px 0px;
	font-size: 14px;
	font-weight:normal;
	line-height:18px;
}
#essay-page h2 {
	font-size: 14px;
	font-weight:normal;
	line-height:18px;
	/* text-transform:uppercase; */
	padding-bottom:5px;
	padding-top:24px;
}
#essay-page p {
/*	padding-top:24px;	*/
	padding-bottom:10px;
	font-size: 12px;
	line-height:18px;
}
#essay-page p small {
	font-size: 8px;
}


/*------------------------------------------- */

#news {
/*	margin-bottom:50px;	*/
/*	padding-top:29px; */
	padding-bottom:15px;
	border-bottom:none;
	line-height:16px;
/*	width:66.6%;
	max-width:550px;	*/
}
#news h1 {
	padding:0px 0px 22px 0px;
	font-size: 14px;
/*	font-weight:bold;	*/
	font-weight:normal;
	line-height:1.3em;
}
#news h2 {
	font-size: 14px;
	font-weight:normal;
	line-height:1.3em;
	/* text-transform:uppercase; */
	padding-bottom:12px;
}
#news p {
/*	padding-top:24px;	*/
	padding-bottom:10px;
	font-size: 12px;
	line-height:18px;
}
#news p small {
	font-size: 8px;
}


/* Plugin Styles
--------------------------------------------- */
/* --- Contact Form 7 --- */
#content .wpcf7 {
	padding:20px 0px 20px 0px;
}
#content #page .wpcf7 p {
	padding:0px 0px 10px 0px;
	font-size:13px;
}
input.wpcf7-text {
	height:22px;
}
.wpcf7 textarea {
	font-family:'Lato','Lucida Sans Unicode',Verdana,sans-serif;
	font-size:14px;
}
input.wpcf7-submit {
	margin:0px;
	padding:6px 8px 6px 8px;
	background:#4C4C4C;
	border:none;
	font-family:'Lato','Lucida Sans Unicode',Verdana,sans-serif;
	font-size:12px;
	color:#fff;
	cursor:pointer;
}
.wpcf7-response-output, .wpcf7-not-valid-tip {
	margin:0px;
	font-family:'Droid Serif',  Times, serif;
	font-size:12px;
	line-height:18px;
	font-style:italic;
}
/* --- jQuery Thickbox (already included in WP)--- */
#TB_window img#TB_Image {
	border-bottom:none ! important;
	border-left:none ! important;
	border-right: none ! important;
	border-top: none ! important;
	margin: 15px 0px 0px 15px;
}
#TB_caption {
	height: 30px ! important;
	padding: 7px 15px 15px 15px ! important;
}
#TB_secondLine {
	padding: 4px 0px 0px 0px;
}
#TB_closeWindow {
	height: 30px ! important;
	padding: 11px 15px 10px 0px ! important;
}
#TB_window a {
	color: #4C4C4C ! important;
}

/* Responsiveness
--------------------------------------------- */
@media screen and (max-width: 809px) {
#wrap {
	max-width: 790px;
	margin: 10px auto 0 0;
	padding: 0;
/*	overflow:hidden;	*/
}
#sidebar-primary {
	float:left;
	margin:0 0 0 10px;
	position:relative;
/*	width:150px;
	max-width:150px; */
	padding: 0px 0px 25px 12px;
    text-align: left;
}
#sidebar-primary .logo {
    margin: 0 0 5px;
    height: initial;
}
#sidebar-primary .logo p {
    padding-top:0;
}
#main {
	width:98%;
	float:right;
	overflow:hidden;
}
#content {
	width: 98.5%;
	margin:0px 8px 0px 8px;
	padding:0px 9px 0px 9px;
	float:right;
}
#page {
	padding:0;
}
#text-page {
	width:98.5%;
}
#portfolio-page {
	width:98.5%;
}
#essay-page {
	width:98.5%;
}
#news {
	width:100%;
} }
@media screen and (max-width: 810px) and (orientation: landscape) {
#sidebar-primary {
	float:left;
	margin:0 0 0 6px;
	position:relative;
/*	width:150px;	*/
	padding: 0px 0px 25px 12px;
} }
*/
/* FLOATS CLEARING
--------------------------------------------- */
.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
}
.clearfix:after {
	clear:both;
	content:' ';
	display:block;
	font-size:0;
	line-height:0;
	visibility:hidden;
	width:0;
	height:0
}
