/*
*************************************************
 
3D PERSPECTIVE - A casual talk about 3D & Innovation out of the cloud
General Screen Styles
 
Created by Matthieu Fauveau at Deckmatt
 
*************************************************
*/

/*-------------------------------------------------------------
RESET v1.0-20080212 (http://meyerweb.com/eric/tools/css/reset/) 
-------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table {
	border-collapse: collapse;
	border-spacing: 0;
} 

/*-------------------------------------------------
COMMON
-------------------------------------------------*/
#wpstats
{
	position: absolute;
	z-index:1;
}


html, body {
	/*background-color: #d0d0d0;*/
	height: 100%;
}

body {
	color: #4a4a4a;
	font-family: arial, verdana, helvetica;
	font-size: 12px;	
	background: #d0d0d0 url('../img/gradient_background.png') 0px 77px repeat-x; /* 77px is the actual height of the 3DS header */
	text-align: center;
}

.fleft { float: left; }
.fright { float: right; }
.clearfix {	clear: both; }
.hidden { display: none; }

#container {
	width: 965px;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: left;
}

#leftCol,
#centerCol,
#rightCol {
	float: left;
	padding: 0;
}

#leftCol,
#rightCol {
	width: 219px;
}

#leftCol .block,
#rightCol .block {
	margin: 0 0 10px 0;
}

.block.blue { background: #f0f6fc; -moz-border-radius: 4px; border-radius: 4px;  }
.block.grey { background: #efefef; -moz-border-radius: 4px; border-radius: 4px; }
.block.white { background: #ffffff;  -moz-border-radius: 4px; border-radius: 4px; }

.block.blue .blockwrapper, 
.block.grey .blockwrapper { padding: 0 10px 10px 10px; }
.block.white .blockwrapper { padding: 0 20px 10px 20px; }

#centerCol {
	width: 506px;
	margin: 0 9px;
	overflow: hidden;
	border: 1px solid #BFBFBF;
}

a {	color: #4d75aa; }
a:hover { text-decoration: none; }

a.rss { 	
	display: block;
	background: transparent url('../img/icon_rss2.png') 0px 1px no-repeat;
	padding: 0 0 0 20px;
	margin: 5px 0 0 0;
	font-weight: bold;
}

a.stbutton,
a.stbutton.stico_default,
span.stbuttontext { /* ShareThis */
	color: #227c3c;
	text-decoration: none;
}

h1 {
	color: #65b6ff;
	padding: 10px 0 7px 0;	
	font-size: 23px;
}
h1 a { 
	color: #65b6ff;
	text-decoration: none; 	
}
h1 a:hover { text-decoration: underline; }

h2,
h3,
h4 {
	color: #4e4e4e;
	font-size: 17px;
	border-bottom: 1px dashed #989898;
	padding: 7px 0;
}

h3 {
	font-size: 15px;
}
h4 {
	font-size: 13px;
}

p {
	font-size: 12px;
	line-height: 19px;
	margin: 12px 0;
}

blockquote 
{
	background: url('../img/blockquote.gif') no-repeat left top;
	margin: 1em;
	padding: 0 0 0 4em;
	color: #666;
	font-style: italic;
}

/*-------------------------------------------------
WORDPRESS IMAGES
-------------------------------------------------*/
p img {
	padding: 0;
	max-width: 100%;
}

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
}

/*-------------------------------------------------
BUTTONS
-------------------------------------------------*/
a.button {
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    float: left;
    height: 22px;
    margin-left: 6px;
    padding-right: 10px; /* sliding doors padding */
    text-decoration: none;    
}
a.button.blue {
	background: transparent url('../img/button_blue_a.png') no-repeat scroll top right;
}
a.button span {
    display: block;
    line-height: 12px;
    padding: 5px 0 5px 9px;
} 
a.button.blue span {
    background: transparent url('../img/button_blue_span.png') no-repeat;
} 
a.button:active {
    background-position: bottom right;
    outline: none; /* hide dotted outline in Firefox */
}
a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 9px; /* push text down 1px */
} 

/*-------------------------------------------------
INPUT TEXT
-------------------------------------------------*/
div.input.text {	
	float: left;
	background: transparent url('../img/field_background_div.png') no-repeat;	
	padding: 0 7px 0 0;	
	margin: 0 5px 0 0;
	/* IE 6 */
	_padding: 0;
	_margin: 0;
}
div.input.text input {	
	border: none;
	height: 17px;
	width: 100%;
	padding: 4px 4px 1px 3px;	
	background: transparent url('../img/field_background_input.png') no-repeat scroll top right;
	/* IE 7 */
	*position: relative;
	*top: -1px; 
}

/*-------------------------------------------------
NAVIGATION
-------------------------------------------------*/
.navigation {
	display: block;
	text-align: center;
	padding-top: 20px;
	width: 466px;
}

.navigation .fleft,
.navigation .fright { margin: 0 0 5px 0; }

.navigation .fright { clear: left; }

/*-------------------------------------------------
HEADER
-------------------------------------------------*/
/*#header {
	background: transparent url('../img/clouds_background.png') top right no-repeat;
}
*/
#header img.logo {
	margin: 30px 0 0 127px;
	/* IE 6 */
	_position: relative; 
    _behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
    this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
    this.src = "/img/clear.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
    this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
    this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
    );
}
#header img.logoclouds{
	margin:10px 0 -20px 40px;
}
#header ul {
	padding: 25px 250px 0;
}
#header ul li {
	float: left;

    padding: 0 0 0 3px;
    margin: 0 2px 0 0;
}
#header ul li a {
    float: left;
    display: block;
    background: url('../img/header_menu_norm_right.png') no-repeat right top;
    padding: 5px 15px 4px 12px;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    text-decoration: none;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
}
/* Commented Backslash Hack
hides rule from IE5-Mac \*/
#header ul li a { float: none; }
/* End IE5-Mac hack */
#header ul li.current {
	background-image: url('../img/header_menu_norm_left_on.png');
    -moz-border-radius: 3px 3px 0 0;
}
#header ul li.current a {
	color: #4a4a4a;
	background-image: url('../img/header_menu_norm_right_on.png');
}
#header ul li a:hover {
	text-decoration: underline;
}
#header ul li.current a:hover {
	text-decoration: none;
}

/*-------------------------------------------------
FOOTER
-------------------------------------------------*/
#footer {
	clear: both;
	padding: 8px 0 8px 229px;	
}
#footer p {
	font-size: 11px;
	line-height: 18px;
}
#footer a { 
	padding: 2px;
	color: #4a4a4a;
}

/*-------------------------------------------------
BLOCKS
-------------------------------------------------*/
div.tags {
	margin: 10px 0 0 0;
	text-align: center;
}
div.tags a {
	padding: 2px;
	color: #4e4e4e;
	text-decoration: none;
}
div.tags a:hover { color: #4d75aa; }

ul.categories li {	
	border-bottom: 1px dashed #bfbcbc;
}
ul.categories li a {
	display: block;
	padding: 10px 0;
	color: #4e4e4e;
	text-decoration: none;	
}
ul.categories li a:hover { text-decoration: underline; }

ul.blogroll {
	color: #65b6ff;
	list-style-type: square;
	padding: 0 0 0 12px;
	margin: 10px 0 0 0;
	font-size: 9px;
	/* IE 6 */
	_padding: 0 0 0 14px;
}
ul.blogroll li {
	/* IE 6 */
	_padding: 4px 0;
}
ul.blogroll li a {
	display: block;
	padding: 4px 0;
	color: #4e4e4e;
	font-size: 12px;
	text-decoration: none;
	/* IE 6 */
	_display: list;	
	_position: relative;
	_top: 3px;
}
ul.blogroll li a:hover { text-decoration: underline; }

ul.posts,
ul.comments {
	margin: 5px 0 0 0;
	border-top: 1px dashed #bfbcbc;
}
ul.posts.popular {
	border-top: none;
	list-style-type:decimal;
	list-style-position:inside;
}
ul.posts li,
ul.comments li {	
	border-bottom: 1px dashed #bfbcbc;
	color: #4d75aa;
}
ul.posts.popular li {
	padding:6px 0;
	_vertical-align:middle;
	_padding:0;
}
ul.posts li a,
ul.comments li a {
	display: inline-block;
	padding: 6px 0;
	line-height: 16px;
	color: #4e4e4e;
	text-decoration: none;	
}
ul.posts.popular li a{display:inline;}
ul.posts li a:hover,
ul.comments li a:hover {
	color: #4e4e4e;
	text-decoration: underline;
}
ul.posts li a span,
ul.comments li a span {	
	color: #4d75aa;
}
ul.posts li a:hover span,
ul.comments li a:hover span {
	color: #4e4e4e;
}

/*-------------------------------------------------
POST
-------------------------------------------------*/
.post {
	margin: 0 0 8px 0;
}

.post h1 {
	clear: both;
}

.post .postdata {
	display: block;
	color: #b9b9b9;
	font-size: 11px;
	text-transform: uppercase;
}
.post .postdata a { text-decoration: none; }
.post .postdata a:hover { text-decoration: underline; }

.post .metadata {
	border-top: 1px dashed #dedede;
	border-bottom: 1px dashed #dedede;
	padding: 9px 0;
	color: #b9b9b9;
	font-size: 11px;
}

/*-------------------------------------------------
ENTRY
-------------------------------------------------*/
.entry ul,
.entry ol {
	list-style-type: disc;
	padding: 0 0 0 20px;
	line-height: 19px;
}

.entry ol {
	list-style-type: decimal;
}

/*-------------------------------------------------
COMMENTS
-------------------------------------------------*/
.comments ol {
	padding: 0 0 9px 0;
}

.comments ol li {
	margin: 8px 0 0 0;
	padding: 9px 0 3px 0;
	border-bottom: 1px dashed #dedede;
}

.comments small.metadata {
	font-size: 11px;
	line-height: 19px;
}

/*-------------------------------------------------
ARCHIVES
-------------------------------------------------*/
.archives ul {
	padding: 9px 0;
}
.archives ul li {
	margin: 8px 0;
}
.archives ul li a {
	display: block;
	/* IE 6 */
	_display: list;
}

/*-------------------------------------------------
SUBSCRIBE
-------------------------------------------------*/
.subscribe ul {
	list-style-type: disc;
	color: #65b6ff;
	padding: 0 0 10px 20px;
}
.subscribe ul li {
	margin: 10px 0 0 0;
}
.subscribe ul li a {
	position: relative;
	top: 4px;
}
/*added 2009-03-24 fix png with IE6*/
* html img,
* html .png{
position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "/img/clear.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}

