/*  
Theme Name: Andreas 08 3 columns
Theme URI: http://wordpress.org/
Description: Andreas 0.8 is a template of <a href="http://andreasviklund.com/templates/">Andreas Viklund</a>.
Version: ver 0.5
Author: Matteo Turchetto
Author URI: http://www.italiasw.com/

	Andreas 08 3 columns ver 0.5
	http://www.italiasw.com/

	This theme was built by Matteo Turchetto,
	whose blog you will find at http://www.italiasw.com/
	and designed by Andreas Viklund at www.andreasviklund.com
	
	Please, leave credits untouched.
	
	Have fun, !
	
*/


/* andreas08 - an open source xhtml/css website layout by Andreas Viklund - http://andreasviklund.com . Free to use in any way and for any purpose as long as the proper credits are given to the original designer. Version: 1.0, November 28, 2005 */

/**************** Body and tag styles ****************/

*{margin:0 auto; padding:0;}


body{
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	background: #efefef;
	color: #555555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-smoothing: antialiased;
	line-height: 1.5em;
	text-rendering: optimizeLegibility;
	text-align:center;
}

a{
color:#467aa7;
font-weight:bold;
text-decoration:none;
background-color:inherit;
}

a:hover{color:#2a5a8a; text-decoration:none; background-color:inherit;}
a img{border:none;}

p{padding:0 0 1.6em 0;}
p form{margin-top:0; margin-bottom:20px;}

img.left,img.center,img.right{padding:4px; border:1px solid #a0a0a0;}
img.left{float:left; margin:0 12px 5px 0;}
img.center{display:block; margin:0 auto 5px auto;}
img.right{float:right; margin:0 0 5px 12px;}

.err_box {
  padding: 7px;
  width:95%;
  margin: 0 auto;
  background-color: #d48784;
  font-weight: bold;
}
.info_box {
  padding: 7px;
  width:95%;
  margin: 0 auto;
  background-color: #a8db92;
  font-weight: bold;
  border-radius: 5px;
}

/**************** Header and navigation styles ****************/

#container{
width:980px;
margin: 0px auto;
padding: 0px;
text-align:left;
background:#transparent;
color:#303030;
}

#header{
height:155px;
width:980px;
padding:0px 0px 0px 0px;
margin: 0px 0px -1px 0px; 
background:#333333;
color:#ffffff;
}

#header h1{
padding:25px 0 0 20px;
font-size:2.4em;
background-color:inherit;
color:#ffffff;
letter-spacing:-2px;
font-weight:normal;
}

#header h2{
margin:10px 0 0 40px;
font-size:1.4em;
background-color:inherit;
color:#f0f2f4;
letter-spacing:-1px;
font-weight:normal;
}


#wrapper {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: transparent;
	border: none;
	border-radius: 4px;
	clear: both;
	margin: 20px auto 20px auto;
	padding: 0;
	position: relative;
}


.clearfix:after,
.clearfix:before {
	content: ' ';
	display: table;
}

.clearfix:after {
	clear: both;
}

.ie7 .clearfix {
	zoom: 1;
}



#navigation {
	background-color: #585858;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#585858), to(#3d3d3d));
	background-image: -webkit-linear-gradient(top, #585858, #3d3d3d);
	background-image: -moz-linear-gradient(top, #585858, #3d3d3d);
	background-image: -ms-linear-gradient(top, #585858, #3d3d3d);
	background-image: -o-linear-gradient(top, #585858, #3d3d3d);
	background-image: linear-gradient(top, #585858, #3d3d3d);
	clear: both;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#585858, endColorstr=#3d3d3d);
	margin: 0 auto;
}

#navigation,
#navigation ul {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}	

#navigation li {
	border: 0;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 5;
}	

#navigation li:hover {
	white-space: normal;
	z-index: 10000;
}

#navigation li li {
	float: none;
}

#navigation li:hover > ul {
	top: 100%;
	visibility: visible;
}

#navigation li li:hover > ul {
	left: 100%;
	top: 0;
}

#navigation:after,
#navigation ul:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

#navigation ,
#navigation  ul {
	min-height: 0;
}

#navigation ul,
#navigation ul ul {
	margin: 0;
	padding: 0;
}

#navigation ul li a:hover,
#navigation li li a:hover {
	color: #ffffff;
	text-decoration: none;
}

#navigation ul {
	margin-top: 1px;
	min-width: 15em;
	width: auto;
}

#navigation li a{
	border-left: 1px solid #585858;
	color: #ffffff;
	cursor: pointer;
	display: block;
	font-size: 13px;
	font-weight: 700;
	height: 45px;
	line-height: 45px;
	margin: 0;
	padding: 0 0.9em;
	position: relative;
	text-decoration: none;
	text-shadow: 0 -1px 0 #000000;
	white-space: nowrap;
}

#navigation a:hover {
	background-color: #808080;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#808080), to(#363636));
	background-image: -webkit-linear-gradient(top, #808080, #363636);
	background-image: -moz-linear-gradient(top, #808080, #363636);
	background-image: -ms-linear-gradient(top, #808080, #363636);
	background-image: -o-linear-gradient(top, #808080, #363636);
	background-image: linear-gradient(top, #808080, #363636);
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#808080, endColorstr=#363636);
}

#navigation ul > li:hover {
	background-color: #363636;
	color: #ffffff;
}

#navigation .selected{
	background-color: #343434;
}

* html #navigation a {width:1%;}

#navigation .sys{
background:#330066;
color:#FF0000;
font-weight: bold;
text-decoration:none;
}


/**************** Content styles ****************/

#content{
float:left;
width:98%;
font-size:1.0em;
padding:10px 10px 10px 10px;
margin-top:20px;
margin-left:0px;
margin-right:0px;
margin-bottom:20px;
text-align:center;
background-color: ffffff;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
#	clear: both;
#	position: relative;
}

#content h2{
display:block;
margin:0 0 16px 0;
font-size:1.7em;
font-weight:normal;
letter-spacing:-1px;
color:#505050;
background-color:inherit;
}

#content h2 a{font-weight:normal;}
#content h3{margin:0 0 5px 0; font-size:1.4em; letter-spacing:-1px;}
#content a:hover,#subcontent a:hover{text-decoration:underline;}
#content ul,#content ol{margin:0 5px 16px 35px;}
#content dl{margin:0 5px 10px 25px;}
#content dt{font-weight:bold; margin-bottom:5px;}
#content dd{margin:0 0 10px 15px;}

#div_rss li {
	list-style: none;
	margin: 0px;
	padding: 0 5px 0px 10px;
}
/* Sidebar  1*/

#sidebar
{	
	#background-color:#F0F8FF;
	padding: 0px 0 10px 0;
	margin-right: 0px;
	float: right;
	width: 280px;
	margin-left:10px;
	padding-left:10px;
#	border-left: 1px solid #000;
#	border-bottom: 1px solid #000;
}

#sidebar form {
	margin: 0;
	}
	
	
#sidebar h2 {
	color: #000;
	font-size: 1.2em;
	margin: 0 0 10px 0;
	padding: 10px 0 2px 0;
	width: 93%;
	border-bottom: 1px solid #000;
}

#sidebar p {
	margin: 5px 0 5px 0;
	padding: 0px;
}

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

#sidebar li {
	list-style: none;
	margin: 0px;
	padding: 0 5px 0px 10px;
}

#sidebar li a, #sidebartop a {
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
}

#right ul.right-links li {
	padding: 0 5px 8px 10px;
}

#sidebar li a:hover {
	text-decoration: underline;
}
#sidebartop a:hover {
	text-decoration: underline;

}

#sidebar a img {
	border: 0px;
	text-decoration: none;
}

#sidebar a:hover img {
	text-decoration: none;
	border: 0px;
}

#sidebar a:hover  {
	text-decoration: underline;
	border: 0px;
}
	
/* End Sidebar  */

/* Begin Sidebar2 */

#sidebar2
{
	padding: 20px 0 10px 0;
	margin-left: 20px;
	width: 160px;
    float: left;

	}
	
#sidebar2 form {
	margin: 0;
	}

#sidebar2 h2 {
	color: #000;
	font-size: 1.2em;
	margin: 0 0 10px 0;
	padding: 10px 0 2px 0;
	width: 93%;
	border-bottom: 1px solid #000;
}

#sidebar2 p {
	margin: 5px 0 5px 0;
	padding: 0px;
}

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

#sidebar2 li {
	list-style: none;
	margin: 0px;
	padding: 0 5px 0px 10px;
}

#sidebar2 li a, #sidebartop a {
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
}

#sidebar2 ul.right-links li {
	padding: 0 5px 8px 10px;
}

#sidebar2 li a:hover {
	text-decoration: underline;
}

#sidebar2 a img {
	border: 0px;
	text-decoration: none;
}

#sidebar2 a:hover img {
	text-decoration: none;
	border: 0px;
}

#sidebar2 a:hover  {
	text-decoration: underline;
	border: 0px;
}
/* End Sidebar2 */



/**************** Menublock styles ****************/

.menublock{margin:0 0 5px 8px; font-size:0.9em;}
.menublock, .tile ul{margin:0 0 20px 8px; font-size:0.9em;}
.menublock li{list-style:none; display:block; padding:2px; margin-bottom:2px;}
.menublock li a{font-weight:bold; text-decoration:none;}
.menublock li a:hover{text-decoration:none;}
.menublock li ul{margin:3px 0 3px 15px; font-size:0.9em; font-weight:normal;}
.menublock li ul li{margin-bottom:0;}
.menublock li ul a{font-weight:normal;}

/**************** Searchbar styles ****************/

#searchbar{margin:0 0 20px 0;}
#searchbar form fieldset{margin-left:10px; border:0 solid;}

#searchbar #s{
height:1.2em;
width:110px;
margin:0 5px 0 0;
border:1px solid #a0a0a0;
}

#searchbar #searchbutton{
width:auto;
padding:0 1px;
border:1px solid #808080;
font-size:0.9em;
text-align:center;
}

/**************** Footer styles ****************/

#footer{
clear:both;
width:980px;
padding:5px 0;
margin:2px 1px 1px 1px;
font-size:0.9em;
color:#f0f0f0;
background:#333333
/*#467aa7;*/
}

#footer p{padding:0; margin:0; text-align:center;}
#footer a{color:#f0f0f0; background-color:inherit; font-weight:bold;}
#footer a:hover{color:#ffffff; background-color:inherit; text-decoration: underline;}

/**************** Misc classes and styles ****************/

.splitcontentleft{float:left; width:48%;}
.splitcontentright{float:right; width:48%;}
.clear{clear:both;}
.small{font-size:0.8em;}
.hide{display:none;}
.textcenter{text-align:center;}
.textright{text-align:right;}
.important{color:#f02025; background-color:inherit; font-weight:bold;}

.box{
margin:0 0 20px 0;
padding:10px;
border:1px solid #c0c0c0;
background-color:#fafbfc;
color:#505050;
line-height:1.5em;
}

/**************** Related Posts ****************/

	.related_posts {
		background: #f5f5f5;
		color: #414141;
		padding: 8px;	
		margin: 0 0 3px 0;
	}
	
/**************** Entry ****************/
	
.entry { margin:0 0 20px 0; padding:4px 2px 2px; color:#666; font-size:10px; text-align:left; background:url(images/entry.png) no-repeat top left; }
p img { margin:0; padding:2px; border:none; max-width:100%; }

/* --------------------------------------------------
Comments
-------------------------------------------------- */

#respond, #comments {
font-size: 12px;
color: #777;
font-weight: bold;
margin: 1.25em 0;
}

.comments_link img{border:0;}

.commentsblock { padding-left: 10px; }

.commentbody {  }

.commentfooter { margin-top: 1em; margin-bottom: 2em; }

.commentbody { margin: 5px }

.commentbody h4 { font-size: 11px; margin-bottom: 10px; }

.commentbody p { margin-left: 10px; }


/****************SEARCH FORM****************/

#searchform, #searchform p
{
	font-size: 1em;
	margin: 0;
}

/*#searchform input
{
	width: 122px;
	margin: .3em 0 1em 0;
}
*/
textarea, #author, #email, #url, #searchform input
{
	font-size: 1em;
	background: #fff;
	color: #333;
	padding: 1px 2px;
	border: 1px solid #d9d9d9;
}
textarea:focus, #author:focus, #email:focus, #url:focus, #searchform input:focus { border-color: #36d; }


/****************ICONS****************/

.metalinks {
	margin-top: 3px;
	}

.trackbacklink {
	background: url('images/trackback.png') left top no-repeat;
	padding: 2px 0 2px 20px;
	height: 16px;
	}

.deliciouslink {
	background: url('images/delicious.png') left top no-repeat;
	padding: 2px 0 2px 20px;
	height: 16px;
	}	

.commentslink {
	background: url('images/comment.png') left top no-repeat;
	padding: 2px 0 2px 20px;
	height: 16px;
	}	

  /* =Buttons
-------------------------------------------------------------- */
/* =Buttons (Call to Action)
-------------------------------------------------------------- */
.call-to-action {
  text-align: center;
}

.call-to-action a.button {
  font-size: 28px;
  padding: 15px 35px;
  -moz-border-radius: 2px;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  -webkit-border-radius: 2px;
  background-color: #f9f9f9; /* Alabaster */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f1f1f1));
  background-image: -webkit-linear-gradient(top, #f9f9f9, #f1f1f1);
  background-image: -moz-linear-gradient(top, #f9f9f9, #f1f1f1);
  background-image: -ms-linear-gradient(top, #f9f9f9, #f1f1f1);
  background-image: -o-linear-gradient(top, #f9f9f9, #f1f1f1);
  background-image: linear-gradient(top, #f9f9f9, #f1f1f1);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  border: 1px solid #dddddd;
  border-radius: 2px;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f9f9f9, endColorstr=#f1f1f1);
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin: 0;
  padding: 4px 10px;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  white-space: nowrap;
}

.call-to-action a.button:hover {
  text-decoration: none;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f1f1f1));
  background-image: -webkit-linear-gradient(top, #ffffff, #f1f1f1);
  background-image: -moz-linear-gradient(top, #ffffff, #f1f1f1);
  background-image: -ms-linear-gradient(top, #ffffff, #f1f1f1);
  background-image: -o-linear-gradient(top, #ffffff, #f1f1f1);
  background-image: linear-gradient(top, #ffffff, #f1f1f1);
  border: 1px solid #dddddd;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  color: #333333;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#f1f1f1);
}

.ie7 .call-to-action a.button {
  padding: 11px 35px 19px 35px;
}

/* Create three equal columns that floats next to each other */
.entrycolumn {
	background-color:white;
    float: left;
    width: 50%;
    padding: 10px;
    height: 500px; 
}

.entryleft {
  width: 30%;
}

.entryright {
  width: 70%;
}

.entryrow:after {
    content: "";
    display: table;
    clear: both;
}

@media screen and (max-width: 600px) {
    .entrycolumn {
        width: 100%;
    }
}



.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #f8f5f0;
}
.nav > li.disabled > a {
  color: #dfd7ca;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #dfd7ca;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #f8f5f0;
  border-color: #93c54b;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dfd7ca;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #dfd7ca #dfd7ca #dfd7ca;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #98978b;
  background-color: #ffffff;
  border: 1px solid #dfd7ca;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dfd7ca;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dfd7ca;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
	
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777;
}

.col-300 {
	width: 30%;
	float: left;
	margin-bottom: 2.127659574468%;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-top: 0;
}

