/*   
Theme Name: thenumberk
Theme URI: http://www.thenumberk.com/thematic
Description: A search engine optimized website framework for WordPress.
Author: Alexander Kranzusch
Author URI: http://www.thenumberk.com
Version: 0.1
Tags: threaded-comments, microformats
.
thenumberk Theme for WordPress is copyright thenumberk http://www.thenumberk.com
Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/


/* Import a basic layout */
@import url('styles/1c-b.css');

/* Reset default browser styles */
@import url('styles/reset.css');

/* Rebuild default browser styles */
@import url('styles/rebuild.css');

/* Basic WordPress Styles */
@import url('styles/wp.css');


body {
background-color:#f5efd9;
font-family:Helvetica,Arial,Futura,sans-serif;
font-size:100.01%;
margin:0;
padding:0;
}
a {
	border: medium none;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
border:medium none;
color:#7D7D7D;
text-decoration:none;
}


/* =Header
-------------------------------------------------------------- */

#branding {
	margin: 0 0 1.5em 0;
	visibility:hidden;
}
#header{
    background:url(http://localhost:8888/wp-content/themes/thenumberk/images/top.jpg) no-repeat top left;
    width:297px;
    height:41px;
    border-color:#ffffff;
    border-style:solid;
    border-width:0 1px;
    margin:0 auto;
    width:860px;
    height:105px;
position:relative;
display:none;
}

/* =Menu
-------------------------------------------------------------- */
#access {
	font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:10px;
    margin-bottom:10px;
    margin-right: 10px;
	margin: 0 0 1.5em 0;
	overflow: auto;
	width:860px;
height:100px;
position:relative;
right: -550px;
top:-15px;
}
.skip-link {
	display: none;
}
.menu ul {
    color:#FFFFFF;
    text-decoration:none;
    float:left;
position:relative;
padding: 0;
margin: 0;
list-style-type: none;
}
.menu ul ul {
	display: none;
}

.menu li {
	display: inline;
}
.menu a {
	display: block;
	float: left;
}


/* =Content
-------------------------------------------------------------- */
#content {
color:#35290c;
font-family:Helvetica,Arial,Futura,sans-serif;
font-size:11px;
line-height:13px;
margin:0 0 0 0px;
padding:0 0 0px;
width:500px;
}
#content h2, #content h2 a, #content h2 a:hover, #content h2 a:active {
font-family:Futura,Helvetica,Arial,sans-serif !important;
font-size:18px;
font-weight:normal;
line-height:20px;
text-align:left;
}
#content h1 {
display:none;
font-family:Futura,Helvetica,Arial,sans-serif !important;
font-size:16px;
font-weight:normal;
line-height:18px;
text-align:left;
}
#content a {
color:#9b7930;
font-weight:normal;
text-decoration:none;
}
#content a:hover, #content a:active {
color:#524D37;
font-weight:normal;
text-decoration:none;
}
.post {
margin:0 0 030px;
}
.entry-content, .entry-summary {
margin:5px 0 0;
}
.entry-content img {
border:0 none;
margin:0;
padding:0;
position:relative;
text-decoration:none;
}
.entry-content a img {
border:1px solid #585858;
margin-left:10px;
margin-right:10px;
position:relative;
text-decoration:none;
}
.entry-content a:hover img{
	border:1px solid #CCCCCC;
	margin-right:10px;
	margin-left:10px;
	text-decoration: none;
	position:relative;
}	
.entry-meta {
	font-family:Futura,Helvetica,Arial,sans-serif !important;
	font-size:16px;
	margin-bottom:10px;
	padding-bottom:5px;
	text-decoration: none;
	font-variant:small-caps;
	border-bottom: 1px solid #E0E0E0;
}

/* =Navigation
-------------------------------------------------------------- */

.navigation {
	margin: 0 0 1.5em 0;
	overflow: auto;	
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: disc;
	margin-left: 1.1em;
}
.widget-area ul ul ul {
	margin-left: 2.5em;
}
.widget-container {
	margin: 0 0 1.5em 0;
}
#footer {
	font-family:Futura,Helvetica,Arial,sans-serif !important;
font-size:12px;
color:#383838;
display:none;
}

/* =Temporary styles until the
		directory can read @import
		
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
		
-------------------------------------------------------------- */
























