/*	----------------------------------------------------------------------	
 *	Theme name:			psi	
 *	Description:		psi is the theme for PSI Projectontwikkeling
 *									made by LaTulipeBlanche based on earthish.
 *	Author:					Paul verschuren
 *	Updated:				17/02/2011
 *	Updated by:			Paul verschuren
 *	----------------------------------------------------------------------*/


/* -----------------------------------------------------------------------
 * delete ronded corners 
 * make tranparant 
 **/

/* The fonts list:

Serif:
  font-family: Times, "Times New Roman", "Liberation Serif", FreeSerif, serif;
  font-family: Georgia, "DejaVu Serif", Norasi, serif;

  font-family: "Bitstream Vera Sans Mono", "Courier New", monospace;
  font-family: Cambria, Palatino, Georgia, serif;

Sans-Serif:
	font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif; 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Luxi Sans", sans-serif; 
	font-family: Verdana, "DejaVu Sans", "Bitstream Vera Sans", Geneva, sans-serif; 
	font-family: Impact, "Arial Black", sans-serif;
  font-family: Tahoma, Geneva, Kalimati, Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;

Monospace:
	font-family: Courier, "Courier New", FreeMono, "Liberation Mono", monospace; 
	font-family: Monaco, "DejaVu Sans Mono", "Lucida Console", "Andale Mono", monospace;
  font-family: "Monotype Corsiva", "Apple Chancery", "URW Chancery L", cursive;

-------------------------------------------------------------------------------------*/

/* ----------------------------------------------------------------------------------
 * Colors:
 * Body Background:				#fff
 * Header border top:			#cococo	
 * ----------------------------------------------------------------------------------*/

body{
	margin:0;
	padding:0;
	font-size:12px;
  font-family: Cambria, Palatino, Georgia, serif;
  background-color: #000;
}

.bg {
  background-image:url("../images/bg.png");
  background-position: right top;
  background-repeat:no-repeat;
}

img{border:0; padding:0; margin:0;}
.justify{text-align:justify;}
.bold{font-weight:bold;}
.center{text-align:center;}
.right{text-align:right;}
.nostart {list-style-type:none; margin:0; padding:0;}
.clear{clear: both;}
br.clear{clear:both; margin-top:-15px;}
a {outline:none; text-decoration:none;}
.fl_left{float:left;}
.fl_right{float:right;}
.imgl, .imgr{border:1px solid #666666; padding:5px; color:#666666; background-color:#FFFFFF;}
.imgl{float:left; margin:0 15px 0 0; clear:left;}
.imgr{float:right; margin:0 0 15px 15px; clear:right;}


/* ----------------------------------------------Wrapper-------------------------------------*/

div.wrapper{
	display:block;
	width:100%;
	margin:0;
	text-align:left;
}

div.wrapper h1, div.wrapper h2, div.wrapper h3, div.wrapper h4, div.wrapper h5, div.wrapper h6{
	margin:0 0 15px 0;
	padding:0;
	font-size:20px;
	font-weight:normal;
}

.col1, .col1 a{color:; background-color:;}
.col2{color:#666666; background-color:;}
.col3{color:#666666; background-color:;}
.col4{color:#666666; background-color:;}
.col4 a{color:#666; background-color:;}
.col5{color:#999999; background-color:;}
.col5 a{color:#982216; background-color:;}
.col6, .col6 a{color:#FFFFFF; background-color:;}

/* ----------------------------------------------Generalise---------------------------------*/
	
/* ----------------------------------------------TopBar col1 -------------------------------*/
div.wrapper.col1{
	height: 45px;
}
#topbar{
	background-color:#fff;
	height: 45px;
	opacity:0.7;
	width:100%;
  filter: alpha(opacity=70); /* ie */
}


#primary ul {margin:0;}
#primary .links li {padding:0;} /* Overrides Drupal default padding */

#primary li {
	float:left;
	border-right:solid 1px #7d7d7b;
}

#primary li a, #primary li a:link, #primary li a:visited {
	border-right: 1px solid #000;
	color: #1f2736;
	display: block;
	float: left;
	font-variant: small-caps;
  font-weight: bold;
	height: 45px;
	letter-spacing: 1px;
	line-height: 40px;
	outline: medium none;
	padding: 0 0 0 15px;
	text-decoration: none;
	width: 107px;
}


#primary li a:hover, #primary li a:focus, #primary li a:active {
	background:#52688d;
  border-bottom: solid 2px #fff;
  color:#fff;
}



.links {
	font-size: 17px;
}


/* ----------------------------------------------Header col2 -------------------------------*/

div.wrapper.col2 {
  /* changes made for Willem
	height:200px;
  */
  height:183px;
}

#header{
	margin: 0 auto;
	width: 100%;
}

#header h1, #header p{
	margin:0;
	padding:0;
}

#header #logo{
	display:block;
	float:left;
	width:260px;
}

#header h1{
}

#header h1 a{
	color: #fff;
  text-shadow: 5px 5px 7px #616161;
}

.shadow-IE {

  /*filter: glow(Color=#ffff00, Strength=3);*/
  /*filter: DropShadow(Color=#ffff00, OffX=5, OffY=5);*/
  DropShadow(Color=#000000, OffX=offX, OffY=offY, Positive=positive)
}

#name-and-slogan {
  /* changes made for Willem
  float: right; 
	margin-right: 17%;
	width:438px;
  */
  float: right;
  width:260px;
}

#site-name-one {
  font-family:"URW Chancery L","Monotype Corsiva","Apple Chancery",freeserif, "DejaVu Serif", Norasi, serif;
  font-size: 105px;
  font-style:italic;
}

#site-name-two {
  /* changes made for Willem
  font-family: Georgia, "DejaVu Serif", Norasi, serif;
  font-size: 55px;
  font-style: oblique;
  */
  font-family: Georgia, "DejaVu Serif", Norasi, serif;
  font-size:17px;
  font-style:oblique;
  float:left;

}

#site-slogan {
	color: #666;
	float: right;
	padding-right: 16px;
	margin-top: 130px; 
}


/* ----------------------------------------------BreadCrumb --------------------------------*/

#breadcrumb{
	padding:30px 0;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}

#breadcrumb a{
	color:#982216;
	background-color:#FFFFFF;
}

#breadcrumb ul{
	margin:0;
	padding:0;
	list-style:none;
}

#breadcrumb ul li{display:inline;}
#breadcrumb ul li.current a{text-decoration:underline;}

/* ----------------------------------------------Menu col3 -------------------------------*/

#menu-top {
	margin-left: 150px;
	width: 580px;
}



/* ----------------------------------------------Container col4 ------------------------------*/

div.wrapper.col4 {
	height:580px;
}

.content-psi-projectontwikkeling #container {
	background-color:#fff;
	width: 545px;
  overflow-y:auto;
  overflow-x:hidden;
  float: right;
  margin-right:7%
}

.content-contact #container {
	background-color:#fff;
	width: 545px;
  overflow-y:auto;
  overflow-x:hidden;
  float:right;
  margin-right:7%
}

#container{
	background-color:#fff;
  float: right;
	margin-right: 7%;
	max-height: 510px;
  min-height: 430px;
	opacity: 0.8;
  overflow-y:auto;
  /*overflow-x:hidden;*/
	padding: 15px 15px 5px 15px;
  width: 545px;
  filter: alpha(opacity=80); /* ie */
}

#container h1, #container h2, #container h3, #container h4, #container h5, #container h6{
	padding-bottom:8px;
	border-bottom:1px dotted #CCCCCC;
}

#content p {
	color: #3a3a3a;
  font-size: 12px;
  /*changes fer Willem
  font-family: Cambria, Palatino, Georgia, serif;
	*/
	font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif; 
  line-height: 14px;
}

p a:hover {
	color: #fe6700;
}

.scroll-pane {
  width:100%;
  height:200px;
  overflow:auto;
}

/* ------Project Views Styling -----*/

.projectview-container {
   background: url("/sites/all/themes/custom/psi/images/Logo-PSI-30.png") no-repeat scroll 50% 100% transparent;
   padding:10px 0;
}

.projectview-box {
  border-left: 2px solid #7D7D7B;
  border-right: 2px solid #7D7D7B;
  height: 190px;
  margin: 0 0 14px;
  padding: 10px;
}

.projectview-title {
  font-weight:bold;
  margin-bottom:5px;
}

.projectview-photo {
  float:left;
  margin: 1px;

}

.projectview-body {
  float: left;
  height:200px;
  margin: 0 0 0 10px;
  width:180px;
}

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

#comments{margin-bottom:40px;}

#comments .commentlist {margin:0; padding:0;}

#comments .commentlist ul{margin:0; padding:0; list-style:none;}

#comments .commentlist li.comment_odd, #comments .commentlist li.comment_even{margin:0 0 10px 0; padding:15px; list-style:none;}

#comments .commentlist li.comment_odd{color:#666666; background-color:#FFFFFF;}
#comments .commentlist li.comment_odd a{color:#3E7060; background-color:#FFFFFF;}

#comments .commentlist li.comment_even{color:#666666; background-color:#E8E8E8;}
#comments .commentlist li.comment_even a{color:#3E7060; background-color:#E8E8E8;}

#comments .commentlist .author .name{font-weight:bold;}
#comments .commentlist .submitdate{font-size:smaller;}

#comments .commentlist p {margin:10px 5px 10px 0; padding:0; font-weight: normal;text-transform: none;}

#comments .commentlist li .avatar{float:right; border:1px solid #EEEEEE; margin:0 0 0 10px;}

/* ----------------------------------------------sidebar -------------------------------------*/

#sidebar-left {
	float:left;
	width: 210px;
}


/* ----------------------------------------------Footer col5 -------------------------------*/

#footer{
  font-family: Cambria, Palatino, Georgia, serif;
	margin: 5px auto 0;
	width: 100%;
}

.footer .footer-menu p {
	margin: 0;
}

#footer .footer-menu {
	display:inline-block;
	font-size: 11px;
	margin-left:154px;
	padding: 15px 0;
	position:relative;
}

#footer .footer-menu a:link {
	text-decoration: none;
	text-decoration: underline;
  color:silver;
}

#footer .footer-menu a:visited {
	text-decoration: none;
	text-decoration: underline;
}

#footer .footer-menu a:hover {
	text-decoration: none;
    color: #000;
	text-decoration: none;
}

.latulipe-logo {
  float: left;
}

.LoginLaTulipe{
  float: left;
  margin:10px;
}

.LoginLaTulipe a:link {
  color: #FE6700;
}
.LoginLaTulipe a:visited {
  color: #FE6700;
}
.LoginLaTulipe a:hover {
  color: #FE6700;
}

li.footerlist {
	display:inline;	
	padding: 0 10px;
				}
li.cc {
	display:inline;
	margin: 0 10px;
}

.bg-photo a{
  color: silver;
  float: right;
  margin-right: 10px;
}
