@charset "UTF-8";
/* CSS Document */

body {
	width:100%;
	padding:0 0 50px 0;
	margin:0;
	font:14px 'Arial';
	background:#000000;
	color:#FFF;
}

img {

	border:0px;

}

a:link {
color: #FFFFFF;
border:0px;
}
a:visited {
	color: #FFFFFF;
	border:0px;
}
a:hover {
	color: #FFFFFF;
	border:0px;
}
a:active {
	color: #FFFFFF;
	border:0px;
}

.green-higlight-link a { color: #bedd2a;  }
			
.blue-higlight-link a { color: #00b4e1; }

a.email-blue { color: #00b4e1; text-decoration:none;}
a.email-green { color: #bedd2a; text-decoration:none;}

#container {
	margin:0 auto;
	width:1000px;
}

#logo-row {
	height:300px;
}

ul#nav {
	list-style-type:none;
	padding:0;
	margin:0;
	float:right;
}

ul#nav li {
	display:block;
	width:195px;
	height:30px;
	margin:0;
	padding:0;
}

ul#nav li a {
	display:block;
	font-size:12px;
	overflow:hidden;
	margin:0;
	padding:0;
	height:30px;
}



.green-higlight { color: #bedd2a;  }

.blue-higlight { color: #00b4e1; }

.portfolio-left {

	margin-right: 23px;
	
}

.portfolio-right {

	margin-left: 23px;
	
}

.portfolio-thumb {
	margin-right: 5px;
	margin-left: 5px;
}

.portfolio-thumb-right {
	margin-left: 6px;
}

.portfolio-thumb-left {
	margin-right: 6px;
}

div#blog-wrapper
{
	width: 460px;
	height: auto;
	float:left;
}
div#blog-attributes-wrapper
{
	width:150px;
	height: auto;
	float: right;
}

div#blog-attributes-wrapper div#categories-wrapper, div#authors-wrapper
{
	width: 100%;
	height: auto;
	margin-bottom: 50px;
	
}

div#blog-attributes-wrapper p.title
{
	color:white;
	font:18pt 'Arial';
	margin: 0;
	text-align: center;
}

div#blog-attributes-wrapper div#categories-wrapper ul
{
	width: auto;
	height: auto;
	padding: 0;
	margin: 20px 0 0 20px;
}

div#blog-attributes-wrapper div#categories-wrapper ul li
{
	list-style:none;
	margin-bottom: 10px;
	width: auto;
}

div#blog-attributes-wrapper div#categories-wrapper ul li a
{
	color: #BEDD2A;
	text-decoration: none;
	font:10pt 'Arial';
	font-weight: bold;
}

div#blog-attributes-wrapper div#authors-wrapper ul
{
	width: 64px;
	height: auto;
	padding: 0;
	margin: 20px 0 0 25px;
}

div#blog-attributes-wrapper div#authors-wrapper ul li
{
	list-style:none;
	width: 64px;
	height: 64px;
	margin-bottom:20px;
}

div#blog-attributes-wrapper div#authors-wrapper ul li img
{
	border:2px solid white;
}


div.blog
{
	width: 100%;
	height: auto;
	margin-bottom: 40px;
}

div#blog-title
{
	color:#BEDD2A;
	font:18pt 'Arial';
}

div#blog-title a
{
	text-decoration:none;
	color:#BEDD2A;
	font:18pt 'Arial';
}

div#blog-title a:hover
{
	text-decoration:none;
	color:#00B4E1;
	font:18pt 'Arial';
} 

div#blog-body
{
	color:#FFFFFF;
	font:14px 'Arial';
	margin:0;
	padding: 0;
}


div#blog-date p
{
	color:#00B4E1;
	font:13px 'Arial';
	font-weight: bold;
}


div#blog-date p a
{
	color:#00B4E1;
	text-decoration:none;
	font-style: italic;
}

div#blog-date p a:hover
{
	color:white;
}

ul.categories-container
{

	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}


a.continue-reading
{
	text-decoration: none;
	color:#BEDD2A;
}

div#mailinglist
{
	width: 195px;
	height: 120px;
	overflow: hidden;
}

div#mailinglist form
{
	width: 180px;
	height: 80px;
	margin: 0 auto;
	margin-top: 20px;
}

div#mailinglist form input
{
	height: 20px;
	border:1px solid #888888;
	padding: 3px;
	width: 170px;
}

div#mailinglist form input#join
{
	width: 50px;
	height: auto;
	background-color: #009cff;
	color: #fff; 
	font-weight: bold;
}








