/*
Theme Name: Zwei Seiten
Author URI: http://elturan.com/
Theme URI: http://elturan.com/zwei-seiten/
Description: Simple and clean theme.
Author: ElturanS
Version: 1.3
Tags: yellow, black, silver, white, dark, two-columns, right-sidebar, fixed-width, custom-background, custom-menu, editor-style, rtl-language-support, sticky-post, threaded-comments, translation-ready

License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* -------------------------------------------------------------- 
  
   Reset default browser CSS.
   
   Based on work by Eric Meyer:
   http://meyerweb.com/eric/tools/css/reset/index.html
   
-------------------------------------------------------------- */

/* v1.0 | 20080212 */

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;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: 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; }

/* -------------------------------------------------------------- 
   
   Rebuild the default browser styles
   
   Based on work by Blueprint CSS   
   http://code.google.com/p/blueprintcss/
     
-------------------------------------------------------------- */   


body {
  background: #CCCCCC url('http://getfireant.com/wp-content/uploads/2011/06/bg-main.jpg') top left repeat-x;	
}
body, input, textarea {
	color: #111;    
	font: 12px Arial,sans-serif;
	line-height: 1.5;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { 
	font-weight: normal;
	clear: both;
}
hr {
  background-color: #999;
  border:0;
  height: 1px;
	margin-bottom: 1.5em;
}


/* Text elements
-------------------------------------------------------------- */

p {
	margin-bottom: 1.5em;
}
ul {
	margin: 0 0 1.5em 2.5em;
}
ol {
	margin: 0 0 1.5em 2.5em;
}
ul {
	list-style:disc;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom:0;
}
dl	{
	margin:0 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.5em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
pre {
	font: 11px Monaco, monospace;
	line-height: 1.5;
	margin-bottom: 1.5em;
}
code {
	font: 11px Monaco, monospace;
}
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
ins {
	text-decoration: none;
}
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
	
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* --- MAIN ---
------------------------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #CCCCCC;
	background-image: url('http://getfireant.com/wp-content/uploads/2011/06/bg-main.jpg') top left repeat-x;
	font-size: 16px;
	font-family: Georgia, "Bitstream Charter", serif;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
.clear {
	clear: both;
}

/* --- GLOBAL ELEMENTS ---
------------------------------------------------------------------------- */

html {
	background: transparent;
}
input,
textarea {
	color: #3f3f3f;
	font-size: 1em;
	line-height: 10px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 15px 0;
	clear: both;
	font-weight: normal;
}
hr {
	background: #bfbfbf;
	clear: both;
	height: 1px;
	margin: 4px 0;
}
p {
	margin-bottom: 12px;
}
blockquote {
	border-left: 5px solid #2e2e2e;
	font-style: italic;
	font-size: 16px;
	padding: 0 10px;
	line-height: 20px;
	margin: 0 20px;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
	font-size: 16px;
}
ul, ol {
	margin: 10px 0 10px 20px;
}
ul {
	list-style: square;
}
ol {
	list-style: decimal;
}
ol ol {
    list-style: upper-alpha;
}
ol ol ol {
    list-style: upper-roman;
}
ol ol ol ol {
    list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 5px;
}
abbr, acronym {
	cursor: help;
	border-bottom: 1px dotted #000;
}
big {
	font-size: 1.5em;
}
code, tt, code, kbd, samp, pre {
	font-family: monospace;
	font-size: 1em;
}
pre {
	background: #e5e5e5;
	color: #111;
	font-family: "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	padding: 10px;
	font-size: 14px;
	margin: 20px 0;
}
q:before {
	content: '"';
	font-weight: bold;
}
q:after {
	content: '"';
	font-weight: bold;
}
sup, sub {
	font-size: 0.75em;
	position: relative;
	vertical-align: baseline;
	height: 0;
}
sup {
	bottom: 10px;
}
sub {
	top: 4px;
}
ins {
	background: #ffd369;
	padding: 1px;
	text-decoration: none;
}
h1 {
	font-size: 2.5em;
}
h2 {
	font-size: 2em;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.25em;
}
h5 {
	font-size: 1em;
}
h6 {
	font-size: 0.75em; 
}
table {
	width: auto;
	margin: 10px 0;
	border-collapse: collapse;
	border: 1px solid #222;
}
table th {
	text-align: left;
	padding: 6px;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #222;
	color: #f1f1f1;
}
table td {
	text-align: left;
	padding: 10px;
	border-top: 1px solid #222;
	border-left: 1px solid #222;
}
address {
	font-weight: bold;
	text-align: left;
	padding: 10px 0; 
	font-size: 16px;
}
dl {
	margin: 10px 0;
}
dt {
	font-weight: bold;
	margin-top: 10px;
}
dd {
	margin-bottom: 20px;
	margin-left: 20px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
del,
strike,
s {
	text-decoration: line-through;
}
li {
	line-height: 22px;
}
legend {
	border: 1px solid #bbb;
	padding: 2px 6px;
}
fieldset {
	border: 1px solid #bbb;
	padding: 10px;
}
input, 
textarea {
	background-color: #f5f5f5;
	border: 1px solid #bfbfbf;
	color: #333333;
	margin: 5px 0;
}
input[type=submit] {
	font-family: 'Helvetica Neue', Arial, Helvetica, "Nimbus Sans L", sans-serif;
	padding: 4px;
}
pre {
	font-family: 'Courier 10 Pitch', Courier, monospace;
}
code {
	font-family: Monaco, Consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
}

/* --- WRAP ---
------------------------------------------------------------------------- */

#wrap {
	width: 960px;
	margin: 0px auto 20px auto;
	background-color: #2e2e2e;
	overflow: hidden;
}

/* --- HEADER ---
------------------------------------------------------------------------- */

#header {
	width: 960px;
	margin: 0px auto 0 auto;
	padding: 0;
	overflow: hidden;
	background: transparent;
}
#blog #desc {
	font-size: 12px;
	font-family: Tahoma,Geneva,sans-serif;
	overflow: hidden;
	border-bottom: 2px solid #2e2e2e;
}
#blog #desc span#description {
	color: #f1f1f1;
	padding: 4px;
	float: left;
	display: inline;	
}
#blog #desc span#social {
	float: right; 
	display: inline;
	padding: 4px;
}
#blog #desc span#social a {
	color: #f1f1f1;
	padding-right: 4px;
}
#blog #desc span#social a img {
	padding-right: 2px;
}
#blog #desc span#social a:hover {
	text-decoration: none;
}
#blog h1#title,
#blog h1#title a {
	color: #ffa500;
	font-size: 2.25em;
	text-decoration: none; 
	font-family: Tahoma,Geneva,sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	line-height: 10%;
	letter-spacing: 2px;
	text-shadow: 0px 2px 3px #555;
}
#blog h1#title a {
	opacity: 1;
}
#blog h1#title a:hover {
	opacity: 0.5;
}

/* NAVIGATION
------------------------------------------------------------------------- */

#nav {
	background: url("http://getfireant.com/wp-content/uploads/2011/06/nav_black.gif") repeat-x scroll left top #FFFFFF;
	display: block;
	float: left;
	margin: 0 auto 0px;
	height: 30px;
	width: 100%;
	padding: 0px;
}
#nav .nav-menu,
div.menu {
	font-size: 12px;
}
#nav .nav-menu ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#nav .nav-menu li,
div.menu li {
	float: left;
}
#nav a {
	color: #FFFFFF;
	display: block;
	line-height: 20px;
	padding: 0 10px;
	text-decoration: none;
}
#nav ul ul {
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#nav ul ul li {
	min-width: 180px;
}
#nav ul ul ul {
	left: 100%;
	top: 0;
}
#nav ul ul a {
	background: #787878;
	margin-right: 1px;
	margin-bottom: 1px;
	color: #fff;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#nav li:hover > a,
#nav ul ul :hover > a {
	text-decoration: underline;
}
#nav ul li:hover > ul {
	display: block;
}
#nav ul li.current_page_item > a,
#nav ul li.current-menu-ancestor > a,
#nav ul li.current-menu-item > a,
#nav ul li.current-menu-parent > a {
	color: #fff;
}
* html #nav ul li.current_page_item a,
* html #nav ul li.current-menu-ancestor a,
* html #nav ul li.current-menu-item a,
* html #nav ul li.current-menu-parent a,
* html #nav ul li a:hover {
	color: #fff;
}

/* --- MAIN ---
------------------------------------------------------------------------- */

#main {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	background-color: #fff;
}
#content {
	float: left;
	width: 698px;
	margin: 0;
}
.post {
	margin: 10px 10px 20px 10px;
	padding: 0 10px;
	overflow: hidden;
}
.post img {
	max-width: 650px;
	height: auto;
}
.sticky {
	background: #ededf8;
}
.bypostauthor {}
.post h2.entry-title {
	color: #cc0000;
	font-size: 30px;
	text-align: left;
	font-family: Tahoma,Geneva,sans-serif;
}
.post h2.entry-title a {
	text-shadow: 0px 0px 3px #cc0000;
}
.post h2.entry-title a:hover {
	color: #cc0000;
}
.post .entry-meta {
	border-bottom: 1px dashed #bfbfbf;
	margin: 10px 0 0;
	font-size: 14px;
	color: #cc0000;
	font-family: 'Palatino Linotype','Book Antiqua',Palatino,serif;
}
.post .entry-meta span.entry-date {}
.post .entry-meta span.entry-author a {
	font-weight: bold;
	text-transform: capitalize;
}
.post .entry-meta span.com-link {
	float: right;
}
.post .entry-meta span.com-link a {
	color: #666;
}
.post .entry-meta span.com-link a:hover {
	color: #ee0000;
}
.post .entry-content {
	padding: 10px 10px 10px 0;
	line-height: 160%;
	margin: 10px 0;
}
.post .entry-content .page-link {
	padding: 5px;
	margin-right: -10px;
	color: #cc0000;
	text-transform: uppercase;
	font-family: Arial,Helvetica,sans-serif;

}
.post .entry-content .page-link a {
	border: 1px solid #ddd;		
	padding: 5px 10px;
	background-color: #f9f9f9;
}
.post .entry-content .custom-more {
	font-size: 14px;
	text-decoration: underline;
}
.post .entry-utility {
	border-top: 1px dashed #bfbfbf;
	padding: 5px 0;
	color: #666;
	font-size: 14px;
}
.post .entry-utility  a {
	text-decoration: underline;
}
.navigation {
	margin: 10px;
}
.navigation a {
	color: #444;
}
.navigation a:hover {
	color: #888;
}
.previous {
	float: left;
	display: inline;	
}
.next {
	float: right;
	display: inline;
}
#content h2.page-title {
	font-size: 18px;
	color: #444;
	margin-left: 10px;
}
#content span.title {
	color: #888;
}
.post .entry-content ul.random {
	list-style: none;
	margin: 0;
}
.post .entry-content ul.random ul li {
	list-style-type: decimal;
	font-family: 'Palatino Linotype','Book Antiqua',Palatino,serif;
	margin-left: 20px;
}

/* --- WP --- 
------------------------------------------------------------------------- */

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
	margin-right: 1.5em;
}
.alignright {
	float: right;
	margin-left: 1.5em;
}
.entry-content img {
	margin: 0.5em 0;
}
img.alignleft {
	display: block;
	float: left;
	margin-right: 1.5em;
}
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	display: block;
	float: right;
	margin-left: 1.5em;	
}
.wp-caption {
	text-align: center;
	margin-bottom: 1em;
	border: 1px solid #bfbfbf;
	color: #6f6f6f;
	box-shadow: 1px 2px 4px #bfbfbf;
	-webkit-box-shadow: 1px 2px 4px #bfbfbf;
	-moz-box-shadow: 1px 2px 4px #bfbfbf;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 5px 0 0 0;
}
.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.wp-caption p.wp-caption-text {
	margin: 0;
}
.wp-smiley { 
	max-height: 1em;
	margin:0 !important;
}
.gallery dl {
	margin: 0;
	color: #6f6f6f;
}
.gallery-caption {
	margin:-1.5em 0 0 0;
}
.gallery img {
	padding: 5px;
	margin-bottom: 15px;
}
blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 20px;
	text-align: right;
	width: 33%;
}
blockquote.right {
	float: right;
	margin-left: 20px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}

/* --- COMMENTS ---
------------------------------------------------------------------------- */

p.pass,
p.nocomments {
	font-size: 14px;
	margin:10px;
}
#comments {
	margin: 10px;
	overflow: hidden;
}
#comments h3.com-number {
	font-size: 20px;
	color: #444;
}
#comments ol.commentlist {
	margin: 10px;
	overflow: hidden;
}
#comments ol.commentlist li{
	list-style: none;
} 
#comments ol.commentlist li.comment {
	border: 1px solid #ccc;
	margin: 20px 0 10px 0;
	background-color: #fff;
	padding: 10px;
	box-shadow: 0px 0px 1px #bfbfbf;
	-webkit-box-shadow: 0px 0px 1px #bfbfbf;
	-moz-box-shadow: 0px 0px 1px #bfbfbf;
}
#comments ol.commentlist li.comment div.comment-author {
	border-bottom: 1px solid #bfbfbf;
	margin: -10px -10px 10px;
	background-color: #f9f9f9;
	overflow: hidden;
}
#comments  ol.commentlist li.comment div.vcard cite.fn { 
	color: #6a6a6a;
	font-size: 18px;
	text-transform: capitalize;
	font-style: normal;	
	padding-right: 5px;
	position: relative;
	top: 10px;
}  
#comments  ol.commentlist li.comment div.vcard cite.fn a.url {
	color: #1e90ff;
	text-transform: capitalize;
}  
#comments  ol.commentlist li.comment div.vcard cite.fn a.url:hover {
	color: #ee0000;
}
#comments ol.commentlist li.comment div.vcard img.avatar {
	float: left;
	padding-right: 10px;
} 
#comments ol.commentlist li.comment div.vcard span.says {
	display: none;
} 
#comments ol.commentlist li.comment div.commentmetadata {
	font-size: 12px;
	font-family: 'Palatino Linotype','Book Antiqua',Palatino,serif;
	float: right;
	position: relative;
	top: -40px;
}
#comments ol.commentlist li.comment div.comment-meta a {
	color: #4f4f4f;
}  
#comments  ol.commentlist li.comment * {
	color: #1a1a1a;
	font-family: 'Palatino Linotype','Book Antiqua',Palatino,serif;
	line-height: 140%;
}  
#comments ol.commentlist li.comment div.reply a {
	color: #6f6f6f;
	text-decoration: underline;
	font-size: 12px;
}  
#comments ol.commentlist li.comment div.reply a:hover {
	color: #0066cc;
}
#comments ol.commentlist li.comment ul.children li {
	border: none;
	border-left: 1px dashed #ddd;
	margin-right: -10px;
	margin-bottom: -10px;
	font-size: 14px;	
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#comments ol.commentlist li.pingback {
	border: 1px dashed #e5e5e5;
	background-color: #fff;
	margin: 5px 0;
	padding: 5px;
	font-size: 14px;
} 
#comments ol.commentlist li.pingback div.vcard cite.fn a.url  {
	color: #1e90ff;
	font-style: normal;
}
#comments ol.commentlist li.pingback div.vcard span.says,
#comments ol.commentlist li.pingback div.commentmetadata {
	display: none;
}  
#comments ol.commentlist li.pingback * {
	color: #333;
	font-size: 12px;
}
h3#reply-title {
	margin: 20px;
}  
#commentform {
	margin: 10px 20px;
}
#commentform input {
	display: block;
	width: 250px;
	background-color: #e5e5e5;
	border: 1px solid #bfbfbf;
	padding: 5px;
	margin: 0 0 10px 0;
}
#commentform input:focus,
#commentform textarea:focus {
	background-color: #fff;
}
.comment-form-comment {
	padding-right: 10px;
}
#respond .comment-notes {
	margin-bottom: 1em;
	color: #787878;
	font-size: 14px;
	font-style: italic;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	padding: 4px;
}
#cancel-comment-reply-link a {
	color: #1e90ff;
}
#respond .required {
	color: #ee0000;
	font-weight: bold;
}
#commentform textarea {
	display: block;
	width: 80%;
	background-color: #e5e5e5;
	border: 1px solid #bfbfbf;
	padding: 5px;
	margin: 0 0 20px 0;
}
#commentform input[type="submit"] {
	cursor: pointer;
	padding: 5px;
	background: #e5e5e5;
	color: #222;
	margin-bottom: 20px;
	font-weight: bold;
	border: 1px solid #474747;
	width: auto;
}
#commentform input[type="submit"]:hover {
	background-color: #fff;
}
#commentform label {
	font-size: 16px;
	color: #777;
}

/* --- SIDEBAR ---
------------------------------------------------------------------------- */

#sidebar {
	float: right;
	width: 220px;
	margin: 0;
	overflow: hidden;
	padding: 0 10px;
	color:  #777;
}
#sidebar a {
	color: #000000;
	font-size: 12px;
}
#sidebar a:hover {
	color: #000000;
}
#sidebar h3.widget-title {
	padding: 4px 10px;
	color: #FFFFFF;
	font-size: 12px;
	margin-top: 0px;
	background-color: #ff3300;
	padding-bottom; 5px;
}
#sidebar ul {
	margin-left: 20px;
}
#sidebar ul li {
	padding-left: 2px; 
	margin-bottom: 2px; 
}
#sidebar ul li:hover {
	background-color: #FCAA5D; 
	cursor: pointer;
}
#sidebar ul ul {
	margin-top: 0;
}
table#wp-calendar {
	width: 100%;
}
table#wp-calendar th,
table#wp-calendar td {
	padding: 1px;	
	text-align: center;
}
#sidebar #s {
	width: 140px;
	padding: 2px;
}
#sidebar #searchsubmit {
	padding: 4px;
	background: #ffa500;
}
.textwidget
{
    border: 1px solid #F47C0C;
    color: #000000;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.3em;
    margin: 0 0 10px;
	padding: 10px;
	padding-bottom: 5px;
}

/* --- FOOTER ---
------------------------------------------------------------------------- */

#footer {
	clear: both;
	width: 940px;
	margin: 0 auto;
	color: #ccc;
	font-family: 'Palatino Linotype','Book Antiqua',Palatino,serif;
	font-size: 14px;
}
#footer a {
	color: #fff;
}
#footer a:hover {
	color: #ccc;
	text-decoration: underline;
}
#footer span.blog {
	padding: 10px 0;
	display: inline;
	float: left;
	text-transform: uppercase;
}
#footer span.credits {
	float: right;
	display: inline;
	padding: 10px 0;
}

/* --- THE END ---
------------------------------------------------------------------------- */
