/*
Theme Name: sandbox-palotasb
Theme URI: http://boldizsar.palotas.eu/
Description: Custom Sandbox style by palotasb.
Author: palotasb
Author URI: http://boldizsar.palotas.eu/
Template: sandbox
*/

/*reset*/
html, body, p, div, h1, h2, h3, h4, h5, h6, ul, ol, li, blockquote {
	margin:0;
	padding:0;
	
	font-family: "Gill Sans MT", "Lucida Sans Unicode", "Lucida Grande", Arial, Sans-Serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Garamond, Times, serif;
	font-weight: normal;
}

html, body {
	background-color: #fff;
	color: #000;
}

sub, sup {font-family: Garamond, Times, seroif;}

.math, .math sub, .math sup {
	font-family: Consolas,'Courier New', monospace;
}

pre {
	font-family: Consolas, 'Courier New', monospace;
}

p, blockquote {
	padding: .5em 0;
}

li {padding: .2em 0;}

.entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
	margin: .5em 0 .3em 0
}

.entry-content h3 {font-size:2em}
.entry-content h4 {font-size:1.7em}
.entry-content h5 {font-size:1.4em}
.entry-content h6 {font-size:1.1em}

ul, ol {
	padding: 0 0 0 2em;
}

img {
	border-width: none;
}

blockquote {
	margin: .5em;
	border-left: 0.5em solid #e8e8e8;
	padding: 0em 0 0em 1em;
	
	color: #606060;
	font-style: italic;
}

blockquote em {
	font-style: normal;
	color: #222;
}

table {
    margin: .5em 0;
    border: 1px solid #aaa;
    border-spacing: 0;
    border-collapse: collapse;
}

table, td, th {
    border: 1px solid #aaa;
    padding: .2em;
}

.alignright, img.alignright{
	float: right;
	margin-left: 0.5em;
	border-width: 1px;
}

.alignleft, img.alignleft{
	float: left;
	margin-right: 0.5em;
	border-width: 1px;
}

.aligncenter, img.aligncenter{
	display: block;
	margin: 1em auto;
	text-align: center;
	border-width: 1px;
}

a:link, a:visited {
	text-decoration: underline;
	color: #333;
}

a:hover, a:active {
	color: #000;
}

#header, #access, #container {
	border-left: 1em solid #e8e8e8;
}

#header {
	margin-left: 13.5em;
	padding-left: 1.5em;
	color: #888;
}

#header h1 {
	color: #888;
	font-size: 6em;
}

#header h1 a {
	color: #888;
	text-decoration: none;
}

#header #blog-description {
	margin-top: -1.3em;
	color: #000;
	font-family: Garamond, Times, serif;
	font-style: italic;
	letter-spacing: 0.1em;
}

.skip-link {
	position: absolute;
	right: .5em;
	top: .5em;
	font-size: small;
}

.skip-link a {
	color: #ddd;
	text-decoration: none;
	font-weight: normal;
}

#access {
	margin-left: 13.5em;
	padding-left: 1.5em;
}

#menu ul {
	margin: 0 1em 0 0;
	padding: 0;
	border-bottom: 1px solid #e8e8e8;
}

#menu ul li {
	display: block;
	margin: 0;
	padding: 0;
	border-top: 1px solid #e8e8e8;
}

#menu ul li a {
	text-decoration: underline;
	color: #888;
	font-family: Garamond, Times,  serif;
	font-weight: bold;
}

#menu ul li a:hover {
	color: #444;
}

#menu ul li ul {
	display: inline;
	border: none;
}

#menu ul li ul li {
	display: inline;
	border: none;
	padding-left: .5em;
}

#menu ul li ul li a {
	font-weight: normal;
}

#container {
	margin-left: 13.5em;
	padding: 1em 1em 2em 1.5em;
}

.navigation {
	display: block;
	height: 1em;
	margin: 1em 0;
}

.navigation a {
	color: #000;
	font-weight: bold;
}

#nav-above, .single .navigation {
	display: none;
}

.navigation .nav-previous {
	float: left;
}

.navigation .nav-next {
	float: right;
	text-align:right;
}

.page-link {
	margin: 2em 0 0 0;
	font-family: Garamond, Times, serif;
	font-size: 1.3em;
}

.page-link a {
	padding: 0 .5em;
}

.post,
.page {
	padding: 0 0 3em 0;
}

.post .entry-title,
.page .entry-title {
	font-family: Garamond, serif;
	font-size: 3em;
}

.post .entry-title a,
.page .entry-title a {
	text-decoration: none;
	color: #000;
}

.post .entry-date abbr,
.page .entry-date abbr {
	color: #888;
	border: none;
}

.post .entry-meta,
.page .entry-meta {
	color: #888;
}

.post .entry-meta a:link, .post .entry-meta a:visited,
.page .entry-meta a:link, .page .entry-meta a:visited  {
	text-decoration: none;
	color: #444;
}

.post .entry-meta a:hover, .post .entry-meta a:active,
.page .entry-meta a:hover, .page .entry-meta a:active,
#comments a:hover, #comments a:active {
	background-color: #e8e8e8;
}

.single .entry-meta {
	margin: 1em 0 0 0;
	border-top: 0.5em solid #e8e8e8;
	padding: 1.5em 0 0 0;
}

.post .entry-content,
.page .entry-content {
	padding: .5em 0;
}

/*.post .entry-content > *:first-child:first-line {
	font-variant: small-caps;
}*/

.post .entry-content a:link, .post .entry-content a:visited,
.page .entry-content a:link, .page .entry-content a:visited {
	background-color: #e8e8e8;
}

.post .entry-content a:hover, .post .entry-content a:active,
.page .entry-content a:hover, .page .entry-content a:active {
	background-color: #ddd;
}

#respond {
	margin-top: 2.5em;
}

#comment {
	width: 100%;
}

.sidebar {
	color: #999;
}

.sidebar a:link, .sidebar a:visited {
	color: #444;
	text-decoration: none;
}

.sidebar a:active, .sidebar a:hover {
	background-color: #e8e8e8;
}

.sidebar#primary {
	position: absolute;
	top: 1em;
	width: 13em;
	
	overflow: hidden;
}

.sidebar ul, .sidebar ol, .sidebar li {
	margin: 0 .5em;
	padding: 0;
	list-style-type: none;
}

.sidebar li.widget {
	margin: 0 0 1em 0;
}

#footer {
	margin: 2em 14em;
	text-align: center;
}
