/*   
Theme Name: Beacon
Description: A search engine optimized website theme for WordPress.
Author: Daniel Pratt
Author URI: http://depr001.com/
Version: 0.1.2
Tags: threaded-comments, microformats
.
The Beacon theme for WordPress is copyright Daniel Pratt http://depr001.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/2c-r.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 {
	margin: 0;
	background: #e9e9e9 url(images/bkg-svetilnik.png) no-repeat top right fixed;
	height:100%;
	padding:0px;
	font:12px Arial, Helvetica, sans-serif;
/*	overflow:hidden;*/
}

h1 {
	color:#f37021;
	font-size:2.5em;
	padding:0px;
	margin:0px;
	margin-bottom:17px;
	font-weight:normal;
}

h2 {
	color:#f37021;
	font-size:2em;
	padding:0px;
	margin:0px;
	margin-bottom:17px;
	font-weight:normal;
}

#content {
/*	position:absolute;*/
	position:relative;
	display:block;
	top:210px;
	left:433px;
	width:455px;
/*	height:430px;*/
	border-left:1px solid #b3b4b2;
	padding-left:25px;
	padding-right:50px;
	margin:0;
/*	overflow-y:auto;*/
	overflow-y:hidden;
	overflow-x:hidden;
}

a, a:active, a:visited {
	color:#f37021;
	text-decoration:none;
}

a:hover {
	background:#f37021;
	color:white;
}

/* =Header
-------------------------------------------------------------- */

#branding {
	margin: 0 0 1.5em 0;
}



/* =Menu
-------------------------------------------------------------- */

/*#access is the vertical menu*/
#access {
/*	position:absolute;*/
	position:fixed;
	display:block;
	top:25px;
	left:69px;
	width:117px;
	height:157px;
	z-index:2;
}
.skip-link {
	display:none;
}
#access .menu ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
#access .menu ul ul {
	display: none;
}
#access .menu li {
	display: inline;
}
#access .menu a {
	position:relative;
	display:block;
	width:110px;
	height:20px;	
	border-bottom:1px solid #adaeac;
	text-align:left;
	padding-top:6px;
	padding-left:6px;
	text-decoration:none;
	color:black;
}
#access .menu a:hover {
	background:#f37021;
	border-bottom:1px solid #f37021;
	color:white;
}

#access .menu li.current_page_item a {
	background:#f37021;
	border-bottom:1px solid #f37021;
	color:white;
}


/*site-info is the horizontal menu*/
#site-info .menu li {
	display: inline;
	padding: 0 5px 0 5px;
}



/* =Content
-------------------------------------------------------------- */

.post {
	margin: 0 0 3em 0;	
}

.entry-title {
	display:block;
	top:150px;
	left:457px;
	width:500px;
	height:50px;
}
.entry-title h1 {
	font-size: 4em;
}

.entry-content, .entry-summary {
	position:relative;
	display:block;
	height:193px;
	margin-bottom:17px;
	overflow:hidden;
}


.latest {
	margin: 50px 0 0 0;
	position:relative;
	display:block;
/*	height:149px;*/
	overflow:hidden;
}

.latest p {
	margin-bottom:0px;
}

.latest .post {
	margin: 0 0 0 0;	
}

.latest h1, .latest h1 a {
	color:#58595b; 
	margin:0px; 
	padding:0px; 
	line-height:0.8em;
}
.latest h2, .latest h2 a {
        /*color:#f37021;*/
	margin:0px; 
	padding:0px; 
	margin-bottom:0px; 
	margin-top:10px; 
	font-size:1.2em;
	text-decoration:none;
	font-weight:bold;
}

.latest .entry-title {
	display:block;
	height:1.2em;
}

.entry-content, .entry-summary {
	height:auto;
	margin-bottom:1em;
	overflow:hidden;
}

#title {
	/*let's talk about IT*/
	position:absolute;
	display:block;
	top:120px;
	left:457px;
	width:500px;
	height:50px;
	font-size: 4em;
	color:#f37021;
}

.entry-meta {
	color:grey;
	margin: 0 0 10px 0;
	text-align:right;
}


/* =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;
}

/* =Temporary styles until the
		directory can read @import
		
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
		
-------------------------------------------------------------- */


/* =Comments
-------------------------------------------------------------- */
#comments {
	font-size:9px;
	color:#333333;
}

#comments h3 {
	font-size:13px;
	font-weight:bold;
}

.comment-meta {
	color:grey;
	text-align:right;
}

.comment-content{
	font-size:11px;
}

/* =Footer
-------------------------------------------------------------- */
#footer {
/*	position:absolute;*/
	position:relative;
	display:block;
	left:458px;
/*	bottom:20px;*/
	width:400px;
	top:250px;
	height:13px;
	color:#414042;
	font-size:9px;
}

#footer a {
	color:#414042;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline; 
	color:#414042;
	background:transparent;
}





/* =Logos and images
-------------------------------------------------------------- */

#logo {
	background: url(images/beacon-logo.png) no-repeat top left;
/*	position:absolute;*/
	position:fixed;
	display:block;
	top:0px;
	left:0px;
	width:380px;
	height:345px;
	z-index:1;
}

#bkg-right2 {
	background: url(images/bkg-svetilnik.png);
	position:absolute;
	position:fixed;
	display:block;
	width:560px;
	height:401px;
	float:right;
}

.bottom-left {
/*	position:absolute;*/
	position:fixed;
	float:left;
	bottom:0;
}

.bottom-right {
	position:absolute;
	float:right;
	bottom:0;
	right:0;
}



