/*  
Theme Name: ColorBox
Theme URI: http://glauserconsulting.com
Description: Theme used by the web developing company Glauser Consulting
Version: 2.2.7
Author: Ivan Glauser
Author URI: http://glauserconsulting.com
Tags: dynamic sidebar, shadow, white, blue, top menu, background, languages
*/

/***** Reset *****/

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,   
pre, form, fieldset, table, th, td { 
  margin: 0; padding: 0;
}


/***** Basic Elements *****/

body{
	background: #0386bd;
	background: #0386bd url(images/background.jpg) repeat-x;
	margin: 0;
	font-family: Arial, Georgia, Helvetica, Verdana, Sans-serif;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	vertical-align: top;
	color: #515151;
}

a{
	color: #0386bd;
	text-shadow: 0.1em 0.1em 0.1em rgba(81, 81, 81, 0.4);
	outline: none;
}

a:link, a:visited{
	text-decoration: none;
}

a:hover{
	text-decoration: none;
	color: #9f9f9f;
}

input, img, form{
	outline: none;
}

p{
	margin: 0;
	padding: 0 0 20px 0;
}

img{
	border: 0px;
}

img.alignleft {
	float: left;
	margin: 0 20px 6px 0;
}

img.alignright {
	float: right;
	margin: 0 0 6px 20px;
}

img.aligncenter {
	float: left;
	margin-left: auto;
	margin-right: auto;
}

address {
	font-style: normal;
	text-transform: none;
}



/***** Basic Layout *****/

#wrapper{
	margin: 30px auto 0px auto;
	width: 890px;
	padding: 0px 30px 30px 30px;
	text-align: left;
	background: #ffffff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.3);
	-khtml-box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.3);
	box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.3);
}

#header{
	float: left;
	margin: 30px auto 30px auto;
	width: 890px;
}

#sidebar{
	float: left;
	width: 280px;
	margin: 0px 0px 40px 0px;
	padding: 0 40px 0 0;
}

#content{
	float: left;
	width: 520px;
	padding: 0 0 0 39px;
	border-left: 1px solid #dfdfdf;
}

#footer{
	clear: both;
	width: 890px;
	text-align: left;
}


/***** Header *****/

#header h1 a{
	float: left;
	height: 64px;
	width: 290px;
	margin: 10px 0px 0px 0px;
	background: #ffffff url(images/glauserconsulting_logo.jpg) no-repeat;
}

#header h1 a span{
	float: left;
	display: none;
	width: 290px;
}

#header_menu{
	float: left;
	margin: 25px 0 0 71px;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	width: 510px;
}

#header_menu .current_page_item a{
	text-decoration: none;
	color: #9f9f9f;
}

#header_menu a{
	margin-right: 30px;
	letter-spacing: 3px;
	color: #272727;
	text-shadow: 0.12em 0.12em 0.12em rgba(81, 81, 81, 0.4);
}

/* more narrow space between menu items on iPhone and browsers with lesser res */
@media only screen and (max-device-width: 480px) {
	#header_menu a{
		margin-right: 14px;
		letter-spacing: 1px;
		color: #272727;
		text-shadow: 0.12em 0.12em 0.12em rgba(81, 81, 81, 0.4);
	}
}

#header_menu a:hover{
	text-decoration: none;
	color: #9f9f9f;
}

#header_menu li:last-child a{
	margin: 0;
}

#header_menu ul{
	margin: 0 0 0 0;
	padding: 0px;
}

#header_menu ul li{
	display: inline;
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0px;
}


/***** Languages *****/

#qtranslate-chooser{
	list-style-type: none;
}

#qtranslate-chooser li{
	float: right;
	margin-left: 5px;
}

#qtranslate-chooser .qtrans_flag.qtrans_flag_se{
	width: 24px;
	height: 16px;
	background: url(images/se.jpg) no-repeat;
}

#qtranslate-chooser .active .qtrans_flag_se{
	width: 24px;
	height: 16px;
	background: url(images/se_inactive.jpg) no-repeat;
}

#qtranslate-chooser .qtrans_flag.qtrans_flag_en{
	width: 24px;
	height: 16px;
	background: url(images/en.jpg) no-repeat;
}

#qtranslate-chooser .active .qtrans_flag_en{
	width: 24px;
	height: 16px;
	background: url(images/en_inactive.jpg) no-repeat;
}


/***** General Content *****/

#content a:hover{
	color: #9f9f9f;
}

#content .column_50{
	float: left;
	width: 49%;
}

.navigation{
	color: #dfdfdf;
	margin: 0 0 10px 0;
	text-align: center;
}

.post{
	padding-bottom: 40px;
}

.page{
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
}

.post a{
	color: #0386bd;
}

.page a{
	color: #0386bd;
}

.post h2{
	font-weight: normal;
	font-size: 16px;
	color: #9f9f9f;
	margin: 0px;
	letter-spacing: 1px;
	text-transform: none;
	text-shadow: 0.08em 0.08em 0.08em rgba(81, 81, 81, 0.3);
}

.post h2 a{
	font-weight: normal;
	font-size: 16px;
	color: #373737;
	margin: 0px;
	letter-spacing: 1px;
	text-transform: none;
	text-shadow: 0.08em 0.08em 0.08em rgba(81, 81, 81, 0.3);
}

.page h2{
	font-weight: normal;
	font-size: 14px;
	color: #9f9f9f;
	margin: 0 0 20px 0;
	text-transform: uppercase;
	letter-spacing: 2px;
  	text-shadow: 0.1em 0.1em 0.1em rgba(81, 81, 81, 0.4);
}

.post img{
	/*border: 1px solid #d0d0d0;*/
	padding: 0px;
	-moz-box-shadow: 1px 1px 3px #ccc;
	-webkit-box-shadow: 1px 1px 3px #ccc;
	-o-box-shadow: 1px 1px 3px #ccc;
	box-shadow: 1px 1px 3px #ccc;
}

.postmetadata{
	color: #8a8a8a;
	margin: 4px 0 18px 0;
	text-transform: uppercase;
}

.postmetadata_time{
	font-size: 10px;
	letter-spacing: 0.9px;
}

.postmetadata_tags{
	font-size: 9px;
	line-height: 14px;
	letter-spacing: 0.9px;
}

.postmetadata_category{
	font-size: 11px;
	letter-spacing: 1px;
	margin: 0 0 20px 0;
	color: #8a8a8a;
	text-transform: uppercase;
}

.page p{
	padding: 0;
	margin: 0px 0 20px 0;
}

.home h2{
	font-weight: normal;
	font-size: 14px;
	color: #9f9f9f;
	margin: 0 0 20px 0;
	text-transform: uppercase;
	letter-spacing: 2px;
}


/***** 404 Page *****/

#page-404 ul{
	list-style-type: none;
}

#page-404 h2{
	font-weight: normal;
	font-size: 16px;
	margin: 0 0 20px 0;
	letter-spacing: 1px;
	text-transform: none;
	text-shadow: 0.08em 0.08em 0.08em rgba(81, 81, 81, 0.3);
}


/***** Sidebar *****/ 

#sidebar a{
	color: #0386bd;
}

#sidebar a:hover{
	color: #9f9f9f;
}

#sidebar h2{
	margin: 0px 0px 10px 0px;
	font-size: 14px;
}

#sidebar ul{
	list-style-type: none;
}

#sidebar ul li{
	display: inline;
}

#sidebar ul li li{
	display: block;
}

div#fbRecommendButton {
	margin-bottom: 10px;
}


/***** Footer *****/

#footer2{
	clear: both;
	margin: 0 auto 0 auto;
	width: 950px;
	font-size: 10px;
	color: #efefef;
	text-align: right;
	padding-top: 4px;
}

#footer2 a{
	color: #f9f9f9;
}

#footer2 p{
	margin: 0 6px 0 0;
	padding: 0 0 20px 0;
}

