/*
    Document   : style
    Created on : 8-mrt-2013, 16:55:16
    Author     : Rogier van Onna, ELONISAS.nl
    Description: Default style
*/


/* GENERAL */
body {
  font-family:'Verdana','Arial';
  color: #606060;
  font-size: 0.8em;
  line-height:140%;
}

/* MESSAGES */
#message-box {
  display:block;
}

#message-box div.message-box {
  border-radius:10px;
  -moz-border-radius:10px;
  margin-bottom:10px;
  padding:10px;
}

#message-box-info {
  background-color:#87C5E9;
  border:2px solid #7BB2D1;
}

#message-box-succes {
  background-color:#5EC998;
  border:2px solid #56B589;
}

#message-box-warning {
  background-color:#F7E4B7;
  border:2px solid #E9CC87;
}

#message-box-error {
  background-color:#FF897B;
  border:2px solid #DF796D;
}

/* MAIN */
#main {
  clear: both;
}

/* SIDEBARS */
#sidebar-left {
  float: left;
}

#sidebar-right {
  float: right;
}

.part-type-socialmedia {
  padding:10px;
}

/* STANDAARD MENU */
nav {
	background-color: #AAA;
}
nav ul {
	margin: 0;
	padding: 0;
}
nav li {
	float: left;
	clear: none;
	width: auto;
  overflow: hidden;
}
nav li a {
	display: block;
	margin: 0;
	padding: 0.8em;
	text-decoration: none;
	color: #A0A0A0;
}
nav li a:hover {
	color: #808080;
	background-color: #FFFFFF;
  text-decoration: underline;
}

/* Changes when placed in sidebar-left */
#sidebar-left nav {
	margin: 1.35em 0;
}
#sidebar-left nav ul {
}
#sidebar-left nav li {
	clear: both;
	width: 100%;
}
#sidebar-left nav li a {
	width: 100%;
	float: left;
  clear: both;
	border-right: none;
}

/* Changes when placed in sidebar-right */
#sidebar-right nav {
	margin: 1.35em 0;
}
#sidebar-right nav ul {
}
#sidebar-right nav li {
	clear: both;
	width: 100%;
}
#sidebar-right nav li a {
	width: 100%;
	float: right;
  clear: both;
	border-right: none;
  text-align: right;
}

/*
 * Comment styles
 */
.comment-inner p {
  max-width: 448px;
  overflow: auto;
}

.comment-by {
  font-weight: bold;
}

.comment-date, .comment-location {
  font-size: 10px;
  color: #6e6e6e;
}

.comment-links a {
  margin: 0px;
  font-size: 10px;
}

.comment-links a:hover {
  text-decoration: underline;
}

.image-float-right {
  float:right;
}

.image-float-left {
  float:left;
}

/* DEFAULT CLASSES FOR POSITIONING */
.clear { clear:both; }
.clear-right { clear-right:both; }
.clear-left { clear-left:both; }
.float-right { float:right; }
.float-left { float:left; }

/* FORMS */

label.control-label {
  display: inline-block;
  width: 200px;
  vertical-align: top;
}

.control-group .controls {
  display: inline-block;
  width: auto;
}
