/*
THEME NAME:3deology
DESCRIPTION:3deology theme based upon Futurosity theme. 
VERSION:1.0
AUTHOR:Ine Dehandschutter
AUTHOR URI:http://www.matuvu.nu
*/






/*- start
--------------------------------------------*/

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

html, body {
	height: 100%;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

* html .clearfix {height: 1%;}


/*- basic
--------------------------------------------*/
body {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #616161;
	line-height: 1.6em;
	color: #828282;
	background-color: #fff;
}

img  {
border: none;
}

img a {
border: none;
}


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

a:hover {
	color: #000000;
}

h1 {
	font-family: arial, helvetica, sans-serif;
	color: #000000;
	font-size: 40px;
	letter-spacing: -2px;
	line-height: 1em;
	margin-bottom: 0.4em;	
	margin-left: -2px;
	font-weight: normal;
}

h2 {
    font-family:  arial, helvetica, sans-serif;
	color: #FF0000;
	font-size: 18px;
	line-height: 1em;
	margin-bottom: 0.8em;
	padding-bottom: 6px;
	border-bottom: 1px solid #e9e9e9;
	text-transform: uppercase;
	font-weight: normal;
}

h3 {
	font-family:  arial, helvetica, sans-serif;	
	color: #FFFFFF;
	font-size: 18px;
	line-height: 1em;
	margin-bottom: 0.8em;
	padding-bottom: 6px;
	border-bottom: 1px solid #e9e9e9;
	text-transform: uppercase;
	font-weight: normal;
}
h4 { 
    font-family: arial, helvetica, sans-serif;
	font-size: 18px;
	line-height: 1em;
	margin-bottom: 0.2em;
	font-weight: normal;
	color: #000000;
}



h5 {
	font-family: arial, helvetica, sans-serif;
	color: #FF0000;
	margin-bottom: 0.6em;
}

p {
	margin-bottom: 20px;
}


textarea {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

.white {
	color: #FFFFFF;
}


/*- upper
--------------------------------------------*/
#upper {
	background-color: #282828;
	height: 17px;
	color: #818181;
	font-size: 9px;
	line-height: 1em;
}


/*- header
--------------------------------------------*/

#head  {
	width: 900px;
	margin: 35px auto 25px auto;
	padding-top: 19px;
	padding-bottom: 20px;
	height: 35px;	
	border-bottom: solid 1px #e9e9e9;
}


#logo  {
	float:left;
}

#logo h1 {
display: none;
}


#menu  {
	float:right;
	padding-top: 15px;
}

#menu ul{
	font-size: 14px;
	display:inline;
	text-align:left;
    list-style: none;
   	margin: 0 0 0 0;
	padding: 0 0 0 0;	 
}
	
#menu li{
	padding:0 0 0 0;
	margin: 0 12px 0 12px;
	list-style: none;
	display:inline;	
}
	
#menu a { 
	text-decoration:none;
}

#menu a:link {
	color: #828282;
}

#menu a:visited {
	color: #828282;
}


#menu a:hover {
	color: #000000;
    text-decoration:none;
}
	
#menu a.active {
	text-decoration: none;
	color: #000000;
}
	
	
/*- wrapper
--------------------------------------------*/

#wrapper {

    width: 900px;
	margin: 0 auto;
	min-height: 415px;
	padding-top: 10px;	
	padding-top: 0px;
	padding-bottom: 85px;	
}


#wrapper .sidebar {
	padding-top: 20px;
	width: 360px;
	float: left;
	position: relative;
}

#wrapper .main {
    padding-top: 20px;
	width: 523px;
	float: right;
	position: relative;
	text-align: justify;
}



#wrapper .main img  {
	border: 1px solid #e9e9e9;
	padding: 5px;
	margin: 0 5px 15px 0;
}

#wrapper .main img a {
	padding: 5px;
	border: 1px solid #e9e9e9;
	margin: 0 5px 15px 0;
}


/*- featured 
--------------------------------------------*/

.featuredimage { 
	display: none; 
}





/*- blog
--------------------------------------------*/

#navigate {
    padding: 5px 0 0 50px;
	width: 260px;
	float: left;
	position: relative;
}

.nleft {
	width: 300px;
	text-transform: uppercase;
	padding: 0 0 0 20px;
	margin: 0 0 0 0;
	background:url(images/pijltjeup.gif) no-repeat;
	
}

.nright {
    
	width: 300px;
	text-transform: uppercase;
	padding: 0 0 0 0;
	margin: 0 0 0 20px;
	background:url(images/pijltjedown.gif) no-repeat;
	
	
}

.alignleft  {
    
	float: left;
}

.alignright  {
    
	float: right;
}

.aligncenter  {
 	text-align:center;
}

#search {
    padding: 5px 0 0 50px;
	width: 260px;
	float: left;
	position: relative;
	margin: 15px 0 40px 0;
}

#search input.text {
	width: 165px;
	height: 14px;
	border: solid 1px #b1b1b1;
	font-size: 12px;
	padding: 5px 4px;
	color: #343434;
	margin-right: 5px;	
}


#categories  {
    width: 260px;
	padding: 5px 0 0 50px;
	margin: 0px 0 0 0;	
}

#categories  p{
    text-align: justify;

}

.red{
    color: #FF0000;

}

#categories ul{
	text-align:left;
    list-style: none;
   	margin: 0 0 20px 0;
	padding: 0 0 0 0;	 
}
	
#categories li{
	padding:0 0 0 0;
	margin: 0 0 0 0;
	list-style: none;	
}

#categories h4 a { 
	text-decoration:none;
}

#categories h4 a:link {
	color: #000000;
}

#categories h4 a:visited {
	color: #000000;
}


#categories h4 a:hover {
	color: #FF0000;
    text-decoration:none;
}
	
#categories a.active {
	text-decoration: none;
	color: #000000;
}

	
#categories a { 
	text-decoration:none;
}

#categories a:link {
	color: #FF0000;
}

#categories a:visited {
	color: #FF0000;
}


#categories a:hover {
	color: #000000;
    text-decoration:underline;
}
	
#categories a.active {
	text-decoration: none;
	color: #000000;
}



.note {

    text-align: right;
	font-size: 10px;
	margin-bottom: 20px;	
}
