/*

Theme Name: 1024px

Theme URI: http://andreasviklund.com/wordpress-themes/

Description: The 1024px theme for WordPress is a light and extremely simple theme with 2 columns. It is based on Andreas' free <a href="http://andreasviklund.com/templates/">XHTML/CSS website template</a> with the same name. Add-ons, alterate versions and different kinds of modifications of this theme will soon be available on the <a href="http://andreasviklund.com/wordpress-themes/" title="WordPress themes by Andreas Viklund">1024px theme site</a>.

Version: 2.0

Author: Andreas Viklund

Author URI: http://andreasviklund.com/

*/

/* Demetre Custom */
/* Body */

body {
	
	background-color: #000;
	margin: 0px;
	padding:0;
	color:#404040;
	font-size:13px;
	font-weight:normal;
	letter-spacing: 0px;
	line-height:1.4em;
	
	
}
* {
	margin:0;
	padding:0;
}

/* Main wrap */
#page{
	
	border: none; 
	margin: 0px auto;
	padding: 0px;
	width: 100%;
}

#wrap {
	background: #000 url(images/mn8_background.jpg) top center repeat-y;
	color:#838383;
	margin:0 auto;
	width:997px;
	padding: 0px;
	
	
	
}



.flashtitle {
	text-align: left;
	padding: 0px;
	margin: 0px;
}



table#wp-calendar {
	font-family:Arial, Helvetica, sans-serif;
	color:#626262;
	font-size:10px;
	font-weight:normal;
}

#footer {
	background: #000 url("http://mn8studio.com/blog/wp-content/themes/1024px-10/images/mn8_footer.jpg") no-repeat bottom; 
	border: none; 
	width: 100%;
	padding:0px;
	margin:0px;
	}
	
#footertext {
	font-family:Arial, Helvetica, sans-serif;
	color:#3f3f3f;
	font-size:11px;
	text-align:center;
	font-weight:normal;
	padding:50px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
#footertext a:link, #footertext a:active, #footertext a:visited {
	color:#3f3f3f;
	font-weight:normal;
}
#footertext a:hover {
	color:#33CCFF;
	font-weight:normal;
}
.special a:link, .special a:active, .special a:visited {
	color:#33CCFF;
	font-size:11px;
	font-weight:normal;
}
.special a:hover {
	text-decoration:underline;
}


#toplinks {
	padding:5px 2px 2px 3px;
	text-align:right;
}
/* Headers*/ 



h1 {
	color:#fff;
	font-size:2.5em;
	line-height:.8em;
	letter-spacing:-1px;
	margin:10px 0 5px 0px;
}
h1 a {
	color:#fff;
}
h1 a:hover {
	text-decoration:none;
}
h2 {
	border-bottom:1px dotted #333333;
	font-family:Georgia, serif;
	color: #626262;
	font-size:11px;
	text-align:left;
	font-weight:normal;
	letter-spacing:0px;
	margin:0 0 5px;
	padding:0 5px 8px 0px;
	text-transform:uppercase;
}
table#wp-calendar caption {
	border-bottom:1px dotted #333333;
	text-align:left;
	font-family:Georgia, serif;
	color: #626262;
	font-size:11px;
	letter-spacing:0px;
	margin:0 0 5px;
	padding:0 5px 2px 0px;
	text-transform:uppercase;
}
h3 {
	border-bottom:1px dotted #333333;
	text-align:left;
	font-family:Georgia, serif;
	color: #626262;
	font-size:11px;
	font-weight:normal;
	letter-spacing:0px;
	margin:0 0 5px;
	padding:0 5px 2px 0px;
	text-transform:uppercase;
}
h4 {
	border-bottom:1px dotted #333333;
	padding:0px 0px 7px 0px;
	margin:0px 0px 0px 0px;
}

*:first-child+html h4{ 
     margin:7px 0px 0px 0px;
}
/* Sidebar */

#sidebar {
	float:left;
	margin:0px 0px 0px 70px;
	padding:0px;
	width:140px;
}

#sidebar .img{
	margin:0px;
	padding:0px;
	
}
#sidebar h2 {
	border-bottom:1px dotted #333333;
	text-align:left;
	font-family:Georgia, serif;
	color: #626262;
	font-size:11px;
	letter-spacing:0px;
	margin:0 0 5px;
	padding:0 5px 2px 0px;
	text-transform:uppercase;
}
#sidebar p, #sidebar ul, #sidebar .textwidget {
	font-family:Arial, Helvetica, sans-serif;
	color:#626262;
	font-size:12px;	
	margin:0 0 15px 0px;
}

#sidebar .about {
	font-family:Arial, Helvetica, sans-serif;
	color:#424242;
	font-size:11px;	
	line-height: 1.6em;
	padding:6px 0px 13px 0px;
}

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

#sidebar .about a:hover{
	color:#33CCFF;
	text-decoration:none;
}

#sidebar li {
	font-family:Arial, Helvetica, sans-serif;
	color: #959595;
	font-size:11px;
	list-style:none;
	margin:0 0 6px;
}
#sidebar li a:link, #sidebar li a:active, #sidebar li a:visited {
	color: #959595;
	font-weight:normal;
}
#sidebar li a:hover {
	color: #33CCFF;
	font-weight:normal;
}
#sidebar ul ul {
	margin:5px 0 5px 10px;
}
#sidebar ul ul li {
	margin:0 0 5px;
}
#sidebar ul ul li a {
	font-weight:normal;
}
/* Content */

#content {
	font-family: Arial;
	color: #444;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.7em;

	font-size: 1em;
	float:left;
	margin:-1px 0 10px 60px;
	text-align:left;
	width:650px;
	padding: 0px;
}
#content ul, #content ol {
	margin:0 0 15px 30px;
}
#content ul li, #content ol li {
	margin:0 0 3px;
}
#content ul ul, #content ol ol {
	margin:5px 0 5px 15px;
}
#content img {
	margin:0px;
}
#content p {
	margin:0 0 15px 0px;
}
#content p.timestamp {
	font-family:Arial;
	color: #626262;
	font-size:11px;
	margin:0px 0 15px 0px;
}
#content p.timestamp a:link, #content p.timestamp a:visited, #content p.timestamp a:active {
	color: #626262;
	font-weight:normal;
}
#content p.timestamp a:hover {
	color: #33CCFF;
	font-weight:normal;
}
#content #postnav {
	font-family:Georgia, serif;
	color: #626262;
	font-size:11px;
	padding:5px;
	margin:5px 0 18px;
}
#content #postnav p {
	margin:0;
	padding-left:5px;
}
#content #postnav p.right {
	text-align:right;
	padding-right:5px;
	margin-top:-18px;
}
#content #postnav a:link, #content #postnav a:visited, #content #postnav a:active {
	color: #626262;
	font-weight:normal;
}
#content #postnav a:hover {
	color: #33CCFF;
	font-weight:normal;
}
/* Footer */

#footer {
	
	border: none;
	height: 80px; 
	clear:both;
	margin:0 auto;
	padding:0px;
}
#footer p {
	margin:0;
	padding:0;
}
#footer a {
	color:#333333;
	font-weight:normal
}
#footer a:hover {
	text-decoration:underline;
dotted;
}
#footer span, #footer span a {
	font-weight:normal;
}
/* Comments */

#content div.comment {
	margin-bottom:15px;
}
#content div.comment p {
	margin:0 0 4px 10px;
}
#commentsection p {
	font-family:Arial, Helvetica, sans-serif;
	color:#626262;
	font-size:11px;
	text-align:left;
	font-weight:normal;
	margin:8px 0 8px 10px;
}
#commentsection input, #commentsection textarea {
	padding:5px 5px 5px 5px;
	width:330px;
}
#commentsection textarea#comment {
	width:330px;
}
#commentsection input#submit {
	width:75px;
	color:#333;
	background-color:#fff;
}
#commentsection input, #commentsection textarea, form div.searchbox input {
	font:94% Verdana, Tahoma, Arial, sans-serif;
	border:1px solid #ccc;
}
/* Tags */

blockquote {
	border:1px solid #dadada;
	font-size:0.9em;
	margin:20px 10px;
	padding:8px;
}
blockquote p {
	padding:2px 0;
	margin:0;
	font-weight:bold;
}
table#wp-calendar {
	width:145px;
	margin:0 0 0px 0px;
}
p {
	margin:0 0 18px 0px;
}
ul, ol, dl {
	font-size:0.9em;
	margin:2px 0 16px 35px;
}
ul ul, ol ol {
	margin:4px 0 4px 35px;
}
code {
	font-size:1.1em;
	background-color:#f4f4f4;
	color:#555;
	display:block;
	margin:5px 0 15px 0;
	padding:5px 5px 5px 0px;
	border:1px solid #ccc;
}
/* Links */

a {
	color:#33CCFF;
	font-weight:normal;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a img {
	border:0;
}
/* Float fix */

.contenttext {
	overflow:hidden;
}
* html .contenttext {
	height:1px;
	overflow:visible;
}
* html .contenttext p {
	overflow:hidden;
	width:99%;
}
/* Searchbox */

.searchbox {
	margin:8px 0 15px 0px;
}
.searchbox label {
	display:none;
}
.searchbox input {
	font-size:0.9em;
	padding:1px;
	width:140px;
	border:1px solid #999999;
}
/* Various classes */

.post {
	margin:0 0 15px;
}
.textright {
	text-align:right;
}
.textcenter {
	text-align:center;
}
.hide {
	display:none;
}

