@import url(http://fonts.googleapis.com/css?family=Terminal+Dosis+Light);
/*
Theme Name: Twenty Ten Anamaja
Theme URI: http://wordpress.org/
Description: Based on Twenty Ten - The 2010 default theme for WordPress by the WordPress team
Author: Anamaja
Version: 2010
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style

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;
	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;
}
/*
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: -10px 272px 36px 28px;
}
#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: 640px;
}
/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/
.single-attachment #content
{
	margin: 0 auto;
	width: 900px;
}
/*=Fonts
--------------------------------------------------------------*/
BODY, INPUT, TEXTAREA, .page-title SPAN, .pingback A.url
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
H3#comments-title, H3#reply-title, #access .menu, #access DIV.menu UL, #cancel-comment-reply-link, .form-allowed-tags, #site-info, #site-title, #wp-calendar, .comment-meta, .comment-body TR TH, .comment-body THEAD TH, .entry-content LABEL, .entry-content TR TH, .entry-content THEAD TH, .entry-meta, .entry-utility, #respond LABEL, .navigation, .page-title, .pingback P, .reply, .wp-caption-text, INPUT[type=submit]
{
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
.entry-title, .widget-title
{
	font-family: "Terminal Dosis Light", sans-serif;
}
PRE
{
	font-family: "Courier 10 Pitch", Courier, monospace;
}
CODE
{
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
/*=Structure
--------------------------------------------------------------
The main theme structure*/
#access .menu-header, DIV.menu, #colophon, #branding, #main, #wrapper
{
	margin: 0 auto;
	width: 940px;
}
#wrapper
{
	margin-top: 0;
	background: transparent;
	padding: 0 20px;
	/*[ph]0*/
	/*[ph]1*/
	/*[ph]2*/
	/*[ph]3*/
}
@media print
{
	#wrapper
	{
		/*[id]0*/float: none !important;
		/*[id]1*/clear: both !important;
		/*[id]2*/display: block !important;
		/*[id]3*/position: relative !important;
	}
}
/*Structure the footer area*/
#footer-widget-area
{
	overflow: hidden;
}
#footer-widget-area .widget-area
{
	float: left;
	margin-right: 20px;
	margin-left: 20px;
	width: 200px;
}
#first
{
}
#footer-widget-area #fourth
{
	margin-right: 0;
}
#site-info
{
	float: left;
	width: 670px;
	font-weight: normal;
	font-size: 11px;
}
#site-generator
{
	float: right;
	width: 230px;
}
/*=Global Elements
--------------------------------------------------------------
Main global 'theme' and typographic styles*/
BODY
{
	background: #F1F1F1;
	/*[ph]4*/
}
@media print
{
	BODY
	{
		/*[id]4*/background: none !important;
	}
}
BODY, INPUT, TEXTAREA
{
	color: #AAB;
	font-size: 11px;
	line-height: 18px;
}
HR
{
	background-color: #E7E7E7;
	border: 0;
	height: 1px;
	margin-bottom: 18px;
	clear: both;
}
/*Text elements*/
P
{
	margin-bottom: 18px;
}
UL
{
	list-style: square;
	margin: 0 0 18px 1.5em;
}
OL
{
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
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 0 24px;
}
DT
{
	font-weight: bold;
}
DD
{
	margin-bottom: 18px;
}
STRONG
{
	font-weight: bold;
}
CITE, EM, I
{
	font-style: italic;
}
BIG
{
	font-size: 131.25%;
}
INS
{
	background: #FFC;
	text-decoration: none;
}
BLOCKQUOTE
{
	font-style: italic;
	padding: 0 3em;
}
BLOCKQUOTE CITE, BLOCKQUOTE EM, BLOCKQUOTE I
{
	font-style: normal;
}
PRE
{
	background: #F7F7F7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
ABBR, ACRONYM
{
	border-bottom: 1px dotted #666;
	cursor: help;
}
SUP, SUB
{
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
SUP
{
	bottom: 1ex;
}
SUB
{
	top: 0.5ex;
}
INPUT[type="text"], TEXTAREA
{
	padding: 2px;
	background: #312356;
	border: 1px solid #549;
/*box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1)
-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1)*/
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
}
A:link
{
	color: #0066CC;
	text-decoration: none;
}
A:visited
{
	color: #743399;
	text-decoration: none;
}
A:active, A:hover
{
	color: #FF4B33;
}
/*Text meant only for screen readers*/
.screen-reader-text
{
	position: absolute;
	left: -9000px;
}
/*=Header
--------------------------------------------------------------*/
#header
{
	padding: 0;
	/*[ph]5*/
	/*[ph]6*/
}
@media print
{
	#header
	{
		/*[id]5*/border-bottom: 2pt solid #000;
		/*[id]6*/padding-bottom: 18pt;
	}
}
/*ayek
#site-title {
float: left;
margin: 0 0 18px 0;
width: 700px;
font-size: 30px;
line-height: 36px;
display:none;
}
#site-title a {
color: #000;
font-weight: bold;
text-decoration: none;
}
#site-description {
clear: right;
float: right;
font-style: italic;
margin: 14px 0 18px 0;
width: 220px;
display:none;
}
*/
#site-title A
{
	float: left;
	margin: 0 0 -160px;
	width: 121px;
	height: 160px;
	background: url(images/logo_anamaja.png) no-repeat;
	/*[ph]7*/
	/*+placement:shift 26px 20px;*/
	position: relative;
	left: 26px;
	top: 20px;
	cursor: pointer;
}
@media print
{
	#site-title A
	{
		/*[id]7*/font-size: 13pt;
	}
}
#site-title SPAN
{
	display: none;
}
#site-description
{
	clear: right;
	float: right;
	text-align: right;
	font-style: normal;
	margin: 12px 15px -120px 0;
	width: 256px;
	position: relative;
	color: #000;
	display: none;
}
/*This is the custom header image*/
#branding IMG
{
	clear: both;
	border-top: 2px solid #000;
	display: block;
	border-bottom: 1px solid #223;
}
/*=Menu
--------------------------------------------------------------*/
#access
{
	background: #000;
	margin: 0 auto;
	width: 940px;
	display: block;
	float: left;
}
#access .menu-header, DIV.menu
{
	font-size: 13px;
	margin-left: 6px;
}
#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
{
	display: block;
	text-decoration: none;
	color: #8C6BEF;
	padding: 0 22px;
	line-height: 38px;
	font-weight: bold;
}
#access UL UL
{
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	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: 180px;
	z-index: 99999;
}
#access UL UL LI
{
	min-width: 180px;
}
#access UL UL UL
{
	left: 100%;
	top: 0;
}
#access UL UL A
{
	background: #106;
	border-bottom: 1px dotted #544398;
	height: auto;
	line-height: 1em;
	padding: 10px;
	width: 160px;
}
#access UL UL :hover>A
{
	background: #4D1E7C;
}
#access LI:hover>A
{
	color: #FFF;
	background: #333 url(images/navi_bg_over3.jpg) center;
}
#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
{
	color: #FFF;
}
* 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: #FFF;
}
/*ayek*/
#menu-boczne UL
{
	list-style: none;
	margin: 0;
}
#menu-boczne LI
{
	background-color: #19005B;
	margin: 0 1px 0 -16px;
	border-bottom: 1px dotted #544398;
}
#menu-boczne A
{
	display: block;
	text-decoration: none;
	color: #8C6BEF;
	padding: 4px 3px 4px 13px;
	line-height: 24px;
	font-weight: bold;
	font-size: 13px;
	font-family: Arial;
}
#menu-boczne LI:hover>A, #menu-boczne UL UL :hover>A
{
	color: #FFF;
	background: #4C1D7B;
}
#menu-boczne
{
	display: none;
}
#menu-item-121
{
	display: none;
}
#menu-boczne LI.current_page_item>A, #menu-boczne LI.current-menu-item>A, #menu-boczne UL LI.current-menu-parent>A
{
	color: #FFF;
}
/*=Content
--------------------------------------------------------------*/
#main
{
	overflow: hidden;
	padding: 30px 0 0;
	/*[ph]8*/
	background: #10011D url(images/content_bg.jpg) no-repeat top center;
}
@media print
{
	#main
	{
		/*[id]8*/display: inline;
	}
}
#content, #content INPUT, #content TEXTAREA
{
	/*[empty]color:;*/
	font-size: 11px;
	line-height: 19px;
}
#content P, #content UL, #content OL, #content DD, #content PRE, #content HR
{
	margin-bottom: 10px;
	margin-top: 10px;
}
#content UL UL, #content OL OL, #content UL OL, #content OL UL
{
	margin-bottom: 0;
}
#content PRE, #content KBD, #content TT, #content VAR
{
	font-size: 15px;
	line-height: 21px;
}
#content CODE
{
	font-size: 13px;
}
#content DT, #content TH
{
	color: #000;
}
#content H1, #content H2, #content H3, #content H4, #content H5, #content H6
{
	color: #87E;
	margin: 15px 0 5px;
	line-height: 1.5em;
}
#content TABLE
{
	border: 1px solid #1F1F23;
	text-align: left;
	margin: 0 -1px 24px 0;
	width: 100%;
}
#content TR TH, #content THEAD TH
{
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content TR TD
{
	border-top: 1px solid #1F1F23;
	padding: 8px;
}
#content TR.odd TD
{
	background: #F2F7FC;
}
.hentry
{
	margin: 0 0 48px;
}
.home .sticky
{
	background: #F2F7FC;
	border-top: 4px solid #000;
	padding: 18px 20px;
	margin-left: -20px;
	margin-right: -20px;
	/*[ph]9*/
}
@media print
{
	.home .sticky
	{
		/*[id]9*/border: none;
	}
}
.single .hentry
{
	margin: 0 0 36px;
}
.page-title
{
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px;
}
.page-title SPAN
{
	color: #89E;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title A:link, .page-title A:visited
{
	color: #888;
	text-decoration: none;
}
.page-title A:active, .page-title A:hover
{
	color: #FF4B33;
}
#content .entry-title
{
	color: #87E;
	font-size: 25px;
	line-height: 1.3em;
	margin-bottom: 0;
}
.entry-title A:link, .entry-title A:visited
{
	text-decoration: none;
}
.entry-title A:active, .entry-title A:hover
{
	color: #FF4B33;
}
.entry-meta
{
	color: #777;
	font-size: 11px;
}
.entry-meta ABBR, .entry-utility ABBR
{
	border: none;
}
.entry-meta ABBR:hover, .entry-utility ABBR:hover
{
	border-bottom: 1px dotted #666;
}
.entry-content, .entry-summary
{
	clear: both;
	padding: 12px 0 0;
}
#content .entry-summary P:last-child
{
	margin-bottom: 12px;
}
.entry-content FIELDSET
{
	border: 1px solid #E7E7E7;
	margin: 0 0 24px;
	padding: 24px;
}
.entry-content FIELDSET LEGEND
{
	background: #FFF;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content INPUT
{
	margin: 0 0 24px;
}
.entry-content INPUT.file, .entry-content INPUT.button
{
	margin-right: 24px;
}
.entry-content LABEL
{
	color: #888;
	font-size: 12px;
}
.entry-content SELECT
{
	margin: 0 0 24px;
}
.entry-content SUP, .entry-content SUB
{
	font-size: 10px;
}
.entry-content BLOCKQUOTE.left
{
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content BLOCKQUOTE.right
{
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link
{
	color: #000;
	font-weight: bold;
	margin: 0 0 22px;
	word-spacing: 0.5em;
}
.page-link A:link, .page-link A:visited
{
	background: #F1F1F1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link A
{
	background: #D9E8F7;
}
.page-link A:active, .page-link A:hover
{
	color: #FF4B33;
}
.page .edit-link
{
	clear: both;
	display: block;
}
#entry-author-info
{
	background: #F2F7FC;
	border-top: 4px solid #000;
	padding: 18px 20px;
	margin: 24px 0;
	overflow: hidden;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	/*[ph]a*/
}
@media print
{
	#entry-author-info
	{
		/*[id]a*/border: 1px solid #E7E7E7;
	}
}
#entry-author-info #author-avatar
{
	background: #FFF;
	border: 1px solid #E7E7E7;
	float: left;
	margin: 0 -104px 0 0;
	padding: 11px;
	height: 60px;
}
#entry-author-info #author-description
{
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info H2
{
	color: #000;
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 0;
}
.entry-utility
{
	color: #888;
	font-size: 10px;
	line-height: 18px;
	clear: both;
}
.entry-meta A, .entry-utility A
{
	color: #888;
}
.entry-meta A:hover, .entry-utility A:hover
{
	color: #FF4B33;
}
#content .video-player
{
	padding: 0;
}
/*Asides
--------------------------------------------------------------*/
.home #content .category-asides P
{
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.category-asides
{
	padding: 0;
}
.home #content .category-asides .entry-content
{
	padding-top: 0;
}
/*Gallery listing
--------------------------------------------------------------*/
.category-gallery
{
	margin-bottom: 48px;
}
.category-gallery H2
{
	margin-top: 10px;
}
.category-gallery .entry-meta
{
}
.category-gallery .size-thumbnail IMG
{
	border: 10px solid #F1F1F1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb
{
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-content P
{
	display: inline;
}
.home #content .category-gallery .entry-utility
{
	padding-top: 4px;
}
/*Attachment pages
--------------------------------------------------------------*/
.entry-content .attachment IMG
{
	margin-bottom: 0;
}
.attachment .entry-content .entry-caption
{
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous A:before
{
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next A:after
{
	content: '\00a0\2192';
}
/*Images
--------------------------------------------------------------*/
#content IMG
{
	margin: 0;
	max-width: 640px;
}
#content .attachment IMG
{
	max-width: 900px;
}
#content .alignleft, #content IMG.alignleft
{
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright, #content IMG.alignright
{
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter, #content IMG.aligncenter
{
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content IMG.alignleft, #content IMG.alignright, #content IMG.aligncenter
{
	margin-bottom: 12px;
}
#content .wp-caption
{
	background: #F1F1F1;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}
#content .wp-caption IMG
{
	margin: 5px 5px 0;
}
#content .wp-caption P.wp-caption-text
{
	margin: 5px;
	color: #888;
	font-size: 12px;
}
#content .wp-smiley
{
	margin: 0;
}
#content .gallery
{
	margin: auto;
}
#content .gallery .gallery-item
{
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery IMG
{
	border: 2px solid #CFCFCF;
}
#content .gallery .gallery-caption
{
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery DL
{
	margin: 0;
}
#content .gallery IMG
{
	border: 10px solid #F1F1F1;
}
#content .gallery BR+BR
{
	display: none;
}
/*=Navigation
--------------------------------------------------------------*/
.navigation
{
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
	color: #888;
}
.navigation A:link, .navigation A:visited
{
	color: #888;
	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 18px;
}
#nav-above
{
	display: none;
}
.paged #nav-above, .single #nav-above
{
	display: block;
}
#nav-below
{
	margin: -18px 0 0;
}
/*=Comments
--------------------------------------------------------------*/
#comments
{
	clear: both;
}
#comments .navigation
{
	padding: 0 0 18px;
}
H3#comments-title, H3#reply-title
{
	color: #539;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0;
}
H3#comments-title
{
	padding: 24px 0;
}
.commentlist
{
	list-style: none;
	margin: 0;
}
.commentlist LI.comment
{
	border-bottom: 1px solid #312356;
	/*[disabled]line-height:24px;*/
	margin: 0 0 24px;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist LI:last-child
{
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body UL, #comments .comment-body OL
{
	margin-bottom: 18px;
}
#comments .comment-body P:last-child
{
	margin-bottom: 6px;
}
#comments .comment-body BLOCKQUOTE P:last-child
{
	margin-bottom: 24px;
}
.commentlist OL
{
	list-style: decimal;
}
.commentlist .avatar
{
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author
{
}
.comment-author CITE
{
	color: #FFF;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says
{
	font-style: italic;
}
.comment-meta
{
	font-size: 12px;
	margin: 0 0 18px;
}
.comment-meta A:link, .comment-meta A:visited
{
	color: #888;
	text-decoration: none;
	font-size: 10px;
}
.comment-meta A:active, .comment-meta A:hover
{
	color: #FF4B33;
}
.commentlist .even
{
}
.commentlist .bypostauthor
{
}
.reply
{
	font-size: 12px;
	padding: 0 0 24px;
}
.reply A, A.comment-edit-link
{
	color: #888;
}
.reply A:hover, A.comment-edit-link:hover
{
	color: #FF4B33;
}
.commentlist .children
{
	list-style: none;
	margin: 0;
}
.commentlist .children LI
{
	border: none;
	margin: 0;
}
.nopassword, .nocomments
{
	display: none;
}
#comments .pingback
{
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #E7E7E7;
}
.commentlist LI.comment+LI.pingback
{
	margin-top: -6px;
}
#comments .pingback P
{
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display: block;
	margin: 0;
}
#comments .pingback .url
{
	font-style: italic;
	font-size: 13px;
}
/*Comments form*/
INPUT[type=submit]
{
	color: #102;
	background: #B2B3D3;
}
#respond
{
	margin: 24px 0;
	border-top: 1px solid #544398;
	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;
}
#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 TEXTAREA
{
	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;
}
/*=Widget Areas
--------------------------------------------------------------*/
.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: 0 0 18px;
}
.widget-title
{
	font-size: 16px;
	color: #87E;
	margin-bottom: 9px;
}
.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: #222;
	text-align: left;
	font-size: 14px;
	padding-bottom: 4px;
}
#wp-calendar THEAD
{
	font-size: 11px;
}
#wp-calendar THEAD TH
{
}
#wp-calendar TBODY
{
	color: #AAA;
}
#wp-calendar TBODY TD
{
	padding: 3px 0 2px;
	background: #F5F5F5;
	border: 1px solid #FFF;
	text-align: center;
}
#wp-calendar TBODY .pad
{
	background: none;
}
#wp-calendar TFOOT #next
{
	text-align: right;
}
.widget_rss A.rsswidget
{
	color: #000;
}
.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;
}
#primary
{
}
#secondary
{
}
/*Footer widget areas*/
#footer-widget-area
{
}
/*=Footer
--------------------------------------------------------------*/
#footer
{
	margin-bottom: 20px;
}
#colophon
{
	border-top: 4px solid #000;
	margin-top: -4px;
	padding: 18px 0;
	overflow: hidden;
	/*[ph]b*/
	/*[ph]c*/
	background-color: #1A0240;
	border-bottom: 2pt solid #000;
}
@media print
{
	#colophon
	{
		/*[id]b*/border-top: 2pt solid #000;
		/*[id]c*/width: auto;
	}
}
#site-info
{
}
#site-info A
{
	color: #87E;
	text-decoration: none;
}
#site-generator
{
	position: relative;
	font-style: italic;
	font-size: 11px;
}
#site-generator A
{
	color: #666;
	display: inline-block;
	text-decoration: none;
	background: url(images/wordpress.png) no-repeat center left;
	padding-left: 20px;
	line-height: 16px;
	/*[ph]d*/
	/*[ph]e*/
	font-family: Arial;
}
@media print
{
	#site-generator A
	{
		/*[id]d*/padding: 0;
		/*[id]e*/margin: 0;
	}
}
#site-generator A:hover
{
	background: url(images/wordpress_hover.png) no-repeat center left;
}
IMG#wpstats
{
	display: block;
	margin: 0 auto 10px;
	/*[ph]f*/
}
@media print
{
	IMG#wpstats
	{
		/*[id]f*/display: none;
	}
}
/*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
{
	#site-title, #site-description
	{
		float: none;
		margin: 0;
		padding: 0;
		line-height: 1.4em;
	}
}
@media print
{
	.entry-content
	{
		font-size: 14pt;
		line-height: 1.6em;
	}
}
@media print
{
	.entry-title
	{
		font-size: 21pt;
	}
}
@media print
{
	#access, #branding IMG, #respond, .comment-edit-link, .edit-link, .navigation, .page-link, .widget-area
	{
		display: none !important;
	}
}
@media print
{
	#container, #header, #footer
	{
		width: 100%;
		margin: 0;
	}
}
@media print
{
	#content, .one-column #content
	{
		width: 100%;
		margin: 24pt 0 0;
	}
}
@media print
{
	.wp-caption P
	{
		font-size: 11pt;
	}
}
#site-info, #site-generator
{
	/*[ph]10*/
	/*[ph]11*/
	margin-left: 20px;
	margin-top: 28px;
}
@media print
{
	#site-info, #site-generator
	{
		/*[id]10*/float: none;
		/*[id]11*/width: auto;
	}
}
/*ayek*/
.arial15
{
	font-family: Arial;
	font-size: 15px;
}
.page-id-291 #reklama-telebimu
{
	display: none;
}

