/*
Theme Name: Primakunst
Theme URI: http://primakunst.info/
Description: Primakunst Theme
Version: 0.1
Author: Jens Alexander Ewald
Author URI: http://520at.net/
Tags: simple,art
*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, "MS Trebuchet", sans-serif;
	background-color: white;
	}

#page {
	background-color: white;
	text-align: left;
	}

#header {
	}

/* do we need this ?? */
#headerimg 	{
	}

#content {
	}

.widecolumn .entry p {
	}

.narrowcolumn .entry, .widecolumn .entry {
	}

.widecolumn {
	}

.narrowcolumn .postmetadata {
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {
	border-left: 1px solid #ddd;
}

#footer {
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	}

h1 {
	}

#headerimg .description {
	}

h2 {
	}

h2.pagetitle {
	}

#sidebar h2 {
	}

h3 {
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	color: #333;
	text-decoration: none;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	color: #333;
	text-decoration: none;
	}

.entry p a:visited {
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}


#sidebar {
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a {
	text-decoration:underline;
	color:red;
}

a, h2 a:hover, h3 a:hover {
	text-decoration: none;
	}

a {
	text-decoration:underline;
	color:red;
}

a:hover {
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	margin: 0 auto 20px auto;
	padding: 0;
	width: 760px;
	}

#header {
	}

#headerimg {
	width: 100%;
	}

.narrowcolumn {
	}

.widecolumn {
	}

.post {
	text-align: justify;
	font-size:12px;
	}

.post hr {
	}

.narrowcolumn .post {
	}

.widecolumn .post {
	}

.narrowcolumn .postmetadata {
	}

.widecolumn .postmetadata {
	}

.widecolumn .smallattachment {
}

.widecolumn .attachment {
}

.postmetadata {
}

#footer {
	}

#footer p {
	}
/* End Structure */



/*	Begin Headers */
h1 {
	}

h2 {
	}

h2.pagetitle {
}

#sidebar h2 {
	}

h3 {
	}

/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Image Layout classes */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	}

html>body .entry li {
	}

.entry ol {
	}

.entry ol li {
	}

.postmetadata ul, .postmetadata li {
	}

#sidebar ul, #sidebar ul ol {
	}

#sidebar ul li {
	}

#sidebar ul p, #sidebar ul select {
	}

#sidebar ul ul, #sidebar ul ol {
	}

#sidebar ul ul ul, #sidebar ul ol {
	}

ol li, #sidebar ul ol li {
	}

#sidebar ul ul li, #sidebar ul ol li {
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

/* End Form Elements */





/* Begin Sidebar */
#sidebar
{
}

#sidebar form {
	margin: 0;
}
/* End Sidebar */


/* Begin Various Tags & Classes */

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

.clear {
	clear: both;
}

.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
	