/*
Theme Name: WordPress ISIS
Theme URI: /
Description:
Version: 1.0
Author: Henselutions
Author URI: http://www.henselutions.nl/
Tags:

*/



/*--------------------------------------------------------------------------------
RESET
----------------------------------------------------------------------------------*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


body { line-height: 1.5; background: #fff; margin:1.5em 0; }

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight:400; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }

body { font-size: 75%; }


/* Default fonts and colors.
   If you prefer serif fonts, remove the font-family
   on the headings, and apply this one to the body:
   font: 1em Georgia, "lucida bright", "times new roman", serif; */

body {
  color: #000000;
  font-family: Georgia, Arial, Helvetica, Verdana, sans-serif;
}
h1,h2,h3,h4,h5,h6 {
  color: #5e0e81;
  font-family: Georgia, Arial, Helvetica, sans-serif;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
p.last      { margin-bottom: 0; }
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.top   { margin-top: 0; } /* Use this if the image is at the top of the <p>. */


ul, ol      { margin:0 1.5em 1.5em 1.5em; }
ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }
dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}

abbr,
acronym     { border-bottom: 1px dotted #666; }
address     { margin-top: 1.5em; font-style: italic; }
del         { color:#666; }

a:focus,
a:hover     { color: #000; }
a           { color: #009; text-decoration: underline; }

strong      { font-weight: bold; }
em,dfn      { font-style: italic; background: #ffc; }
dfn         { font-weight: bold; }
pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'monotype.com', 'lucida console', monospace; line-height: 1.5; }
tt          { display: block; margin: 1.5em 0; line-height: 1.5; }


/* Tables
-------------------------------------------------------------- */

table   { margin-bottom: 1em; }
th,td   { padding: 4px 10px 4px 0; background: #f5f5f5; }


/* Use this if you use span-x classes on th/td. */
table .last { padding-right: 0; }

/* Use a .box to create a padded box inside a column.  */
.box {
  padding: 1.5em;
  margin-bottom: 1.5em;
  background: #eee;
}

/* Use this to create a horizontal ruler across a column. */
hr {
  background: #ddd;
  color: #ddd;
  clear: both;
  float: none;
  width: 100%;
  height: .1em;
  margin: 0 0 1.4em;
  border: none;
}
hr.space {
  background: #fff;
  color: #fff;
}

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clear { display: inline-block; }
.clear:after, .container:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
* html .clear { height: 1%; }
.clear { display: block; }

label { font-weight: bold; }


/* Fieldsets */
fieldset    { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend      { font-weight: bold; font-size:1.2em; }

/*--------------------------------------------------------------------------------
TEMPLATE
----------------------------------------------------------------------------------*/

body {
	text-align: center;
	background: #5e0e81;
	margin: 0;
	padding: 0;
	color:#000000;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:12px;
}

table {
    font-family:Georgia,"Times New Roman",Times,serif;
	font-size:12px;
}

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

.container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	background: #fff url(images/bg-content.gif) repeat-y;
	min-height: 650px;
	height: auto !important;
	height: 650px;



}

/*--------------------------------------------------------------------------------
Sidebar
----------------------------------------------------------------------------------*/

.sidebar {
	float: right;
	width: 240px;
	position: relative;
}

.sidebar h1 {
	width: 240px;
	height: 203px;
	font-size: 10px;
	line-height: 10px;
	background: url(images/isis.jpg) no-repeat;
	margin: 0;
	padding: 0;
}

.sidebar h1 span {
	visibility: hidden;
}

.sidebar h2 {
	width: 210px;
	text-align: center;
	font-family:Georgia,"Times New Roman",Times,serif;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	top: 150px;
	line-height: 21px;
	padding: 0 15px;
}

/*--------------------------------------------------------------------------------
Sidebar -> Sideoptions
----------------------------------------------------------------------------------*/

.sidebar .site-options {
	height: 37px;
	width: 100%;
	background: url(images/bg-sidebar-sep.jpg) no-repeat;
}

.sidebar .site-options ul {
	margin: 0 0 0 20px;
	padding: 0;
	list-style: none;
}

.sidebar .site-options ul li {
	float: left;
	line-height: 39px;
	padding-right: 28px;
}

.sidebar .site-options ul li a {
	color: #fff;
	text-decoration: none;
}

/*--------------------------------------------------------------------------------
Sidebar -> navigatie
----------------------------------------------------------------------------------*/

.sidebar .nav ul {
	margin: 25px 16px;
	padding: 0;
	list-style: none;
}

.sidebar .nav ul li {
	line-height: 28px;
}

.sidebar .nav ul li a {
	color: #5e0e81;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
}

.sidebar .nav ul ul {
	margin: 5px 0 0 20px;
}

.sidebar .nav ul ul li a {
	font-weight: normal;
	line-height: 22px;
}


/*--------------------------------------------------------------------------------
Content
----------------------------------------------------------------------------------*/

.content {
	float: left;
	width: 510px;
	padding: 50px 25px;
}

.content a {
        color: #5e0e81;
}

.content h1 {
	color: #5e0e81;
	font-size: 24px;
	font-family:Georgia,"Times New Roman",Times,serif;
}

.content h2 {
	color: #5e0e81;
	font-size: 18px;
	font-family:Georgia,"Times New Roman",Times,serif;
}

.content h3 {
	font-family:Georgia,"Times New Roman",Times,serif;
	color: #5e0e81;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 20px;
}

.content h3 span {
	font-weight: normal;
}

.content .tekstbalk {
	background: #ff7500;
	width: 204px;
	float: right;
}

.content .tekstbalk p {
	padding: 10px;
}

.content .tekstbalk h3 {
	color: #fff;
	padding: 5px 10px;
}

.content blockquote {
    background: #ff7500;
	width: 200px;
	float: right;
	color: #000;
}

.content blockquote h1 {
    font-size: 18px;
	color: #fff;
	margin: 10px 10px 10px 20px;
}

.content blockquote img {
	margin: 0px;
}

.content blockquote p {
	margin: 10px 10px 10px 20px;
}

/*--------------------------------------------------------------------------------
Content-> kaartje
----------------------------------------------------------------------------------*/

.kaartje {
	background-color: #ff7500;
	margin: 0 0 12px 0;
}

.kaartje .foto {
	height: 100px;
	width: 100px;
	background: #fff;
	float: left;
}

.kaartje .informatie {
	padding: 10px;
	float: left;
	width: 390px;
}

.kaartje .informatie p {
	margin: 0;
}

.kaartje .informatie p.leesmeer a {
	color: #fff;
}

/*--------------------------------------------------------------------------------
Content userprofile
----------------------------------------------------------------------------------*/

#up_div {
	position: relative;
	width:500px;
	height: 500px;
	background-color: #fff;
	margin: 0 0 12px 0;
}

.up_informatie {
	position: absolute;
	padding: 0 10px 0 0;
	width: 270px;
	left: 0px;
	/*float: left;*/
}

.up_blokje {
	position: absolute;
	left: 280px;
	width: 200px;
	margin: 0 0 0 20px;
	background-color: #ff7500;
}

.up_blokje p {
	margin: 0;
}

.up_foto {
	height: 200px;
	width: 200px;
	background-color: #fff;
}

.wpu-id a {
	padding: 0 10px 0 10px;
}