@CHARSET "UTF-8";
/*
Theme Name: DrSziklai
Author: Balazs Kovacs <kobalazs@gmail.com>
Version: 1.0
*/


/* =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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

/**
 * Common
 */
* {
	font-family: 'Myriad Pro', Arial, Verdana;
	font-size: 12px;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
img {
	border: 0px;
}
h1, h2 {
	font-size:14px;
	margin-bottom:12px;
	text-transform:uppercase;
}
.hidden {
	display: none;
}

/**
 * Structure
 */
html, body {
	background: white;
	height: 100%;
	min-height: 600px;
	margin: 0px;
	padding: 0px;
}
div.outer {
	height:100%;
	min-height:600px;
	left:50%;
	margin-left:-500px;
	position:absolute;
	width:1000px;
}
div.inner {
	position: relative;
	width: 1000px;
}
div.outer div.bg {
	height: 408px;
	background: transparent url('images/inner_bg.png') center left no-repeat;
	bottom:90px;
	position: absolute;
	left: 80px;
	width: 401px;
	z-index: 20;
}
header {
	background: transparent url('images/header_hr.png') bottom center no-repeat;
	height: 70px;
	padding: 0px 0px 5px 0px;
	text-align: center;
	width: 1000px;
}
nav {
	bottom:146px;
	margin-left:65px;
	overflow:hidden;
	padding:15px;
	position:absolute;
	text-align:right;
	top:75px;
	width:150px;
	z-index:30;
}
section {
	bottom:146px;
	left:250px;
	overflow:auto;
	padding:15px;
	position:absolute;
	top:75px;
	width:660px;
	z-index:30;
}
footer {
	background:url("images/footer_bg.png") no-repeat scroll left top transparent;
	bottom:0;
	color:white;
	height:108px;
	padding:33px 5px 5px 490px;
	width:505px;
	position:absolute;
	z-index:10;
}

/**
 * Language selector
 */
header div#lang {
	position: absolute;
	top:0;
	right:0;
}

/**
 * Menu
 */
nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
nav ul li {
	text-transform: uppercase;
	margin: 8px 0px;
}
nav ul li ul li {
	text-transform: none;
	margin: 0;
}
nav a, nav a:active, nav a:hover, nav a:link, nav a:visited {
	color:black;
	font-weight:bold;
	text-decoration:none;
}

/**
 * Footer navigation
 */
footer ul {
	list-style-position:inside;
	list-style-type:disc;
	margin:0;
	padding:0;
}
footer ul li {
	float: left;
	margin-left:10px;
	text-transform:uppercase;
}
footer ul li:first-child {
	margin-left:0px;
	list-style-type:none;
}

/**
 * Icon matrix
 */
ul.icons {
	list-style-type:none;
	margin:0;
	padding:0;
}
ul.icons li {
	display:block;
	float:left;
	height:225px;
	margin:10px 0;
	overflow:hidden;
	width:160px;
}







/* =Global Elements for WP
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: #f1f1f1;
}
body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* 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 0;
}
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;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	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);
	padding: 2px;
}
a:link {
	color: #0066cc;
}
a:visited {
	color: #743399;
}
a:active,
a:hover {
	color: #ff4b33;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Gallery listing
-------------------------------------------------------------- */

.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-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.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;
	height: auto;
	max-width: 640px;
	width: auto;
}
#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;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
#content .wp-smiley {
	margin: 0;
}
#content .gallery {
	margin: 0 auto 18px;
}
#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;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/**
 * Contact form
 */
.cform fieldset {
	background:none repeat scroll 0 0 #CCCCCC;
	border-width:0;
	margin:0;
	padding:0;
}
.cform legend {
	background:url("images/contact_header.png") repeat scroll 0 0 transparent;
	color:white;
	font-family:'Myriad Pro',Arial,Verdana;
	font-size:13px;
	font-weight:bold;
	height:21px;
	line-height:21px;
	margin:0;
	padding:0 10px;
	width:100%;
}
.cform label {
	float:right;
	margin:4px 0;
	width:80px;
}
.cform textarea, .cform input {
	width:180px;
}
ol.cf-ol li {
	margin:5px !important;
}
p.cf-sb {
	background-color:#CCCCCC;
	margin:0;
	padding:10px !important;
	text-align:right;
	width:100%;
}
