/*
Theme Name: ITU Portfolio
Theme URI: http://itu.webinator.dk
Description: Custom made theme for an ITU Portfolio
Author: Martin Jul Jönsson
Author URI: http://www.webinator.dk/
Version: 1.0
Tags: IT-Universitetet, itu, purple, black

License:
License URI:

General comments (optional).
*/


/*/  Nulstil alt CSS  /*/
@import url('reset.css');

/*/ Hent skrifttype fra Google /*/
@import url('http://fonts.googleapis.com/css?family=Droid+Serif:700');

/*/  Body styles  /*/
body {
	background-color: #000;
	background-image: url(images/body_bg.jpg);
	background-repeat: no-repeat;
	background-position: center 80px;
	margin: 0px;
	height: 100%;
	width: 100%;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 13px;
}


/*/  Skrifttyper  /*/
a {
	color: #7b40fa;
}

a:hover {
	color: #666;
}

a:active {
	
}

/*/  Skrifttyper  /*/
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #333;
	margin-bottom: 10px;
}

h1 {
	margin-bottom: 10px;
	font-family: 'Droid Serif', serif;
	font-size: 38px;
	margin-top: 5px;
}
h2 {
	font-size: 24px;
	font-weight:bold;	
}

h3 {
	font-size: 18px;
	font-weight:bold;
}


/*/ Main styles /*/
.g {
	width:960px;	
	margin-left:auto;
	margin-right:auto;
}
.c {
	clear:both;	
}
#container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
}
.hasPlaceholder {
	color: #777;
}

/*/ Header styles /*/
#header {
	height: 81px;
	width: 100%;
	background-image: url(images/header_bg.png);
}
#logo {
	background-image: url(images/logo_sprite.png);
	height: 80px;
	width: 270px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
}
#logo a {
	display: block;
	height: 80px;
}
#logo:hover {
	background-position: center bottom;
}


/*/ Top navigation /*/
#navigation {
	float: right;
	height: 80px;
}
.toplink {
	float: left;
	height: 80px;
	overflow: hidden;
}
.toplink:hover {
	background:url(images/dt.png);
}
.toplink a {
	color: #CCC;
	text-decoration: none;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
	padding-right: 24px;
	padding-left: 24px;
	padding-top: 20px;
	height: 80px;
	line-height: 21px;
}
.toplink a b {
	font-size: 21px;
	color: #FFF;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-weight: bold;
}


/*/ Content styles /*/
#content {
	width: 100%;
	margin-top: 120px;
	border: 1px solid #ada2b2;
	background-image: url(images/content_bg.gif);
	padding: 15px;
}#content #left {
	float: left;
	width: 600px;
}
.post {
	margin-bottom: 70px;
	margin-left: 15px;
}
.post h1 { clear:left; }
.post .date {
	color: #FFF;
	background-color: #000;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	margin-left: -65px;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 70px;
	float: left;
	margin-bottom: 25px;
	border: 1px solid #333;
}

#content #right {
	float: right;
	width: 300px;
}


.bbox {
	background-color: #000;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 13px;
	margin-bottom: 10px;
}
.bbox-title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 6px;
}

#search b {
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	margin-bottom: 8px;
	font-weight: bold;
}
#search input {
	background-color: #FFF;
	border: 1px solid #999;
	height: 30px;
	margin: 0px;
	padding: 2px;
}
#search #search-txt {
	width: 235px;
	background:#ebebeb;
}
#search #search-sub {
	width: 40px;
}
#social img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 5px;
	margin-bottom: -3px;
}
#categories ul {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
}
#categories ul a {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 4px;
}
#categories ul a:hover {
	background-color: #333;
}
.project-preview {
	width: 280px;
	float: left;
	background-color: #F4F4F4;
	margin-left: 9px;
	border-radius:8px;
	border:1px solid #F4F4F4;
	margin-bottom: 18px;
	margin-right: 9px;
}
.project-preview:hover {
	background-color: #F4F4F4;
	border-color:#CCC;
	background: #EFEFEF;
}
.project-preview img {
	margin: 8px;
	border: 1px solid #CCC;
	width: 264px;
}
.project-preview h3 {
	font-size: 16px;
	margin-right: 8px;
	margin-left: 8px;
	font-weight: bold;
	color: #111111;
}
.project-preview p {
	margin-right: 8px;
	margin-left: 8px;
	margin-bottom: 8px;
	font-size:12px;
}
.project-preview p.pLink a {
	color:#666;
	font-style: italic;
	text-decoration:none;
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
/* Footer */
#footer {
	background-image: url(images/footer_bg.png);
	margin-top: 80px;
	width: 100%;
	background-color: #111;
}
#footer .column {
	width:32%;
	margin-left:3px;
	margin-right:3px;
	height:230px;
	float:left;
	margin-top: 20px;
	color:#FFF;
}
#footer .column h2 {
	color:#FEFEFE;
}
#footer .column p {
	color:#CCC;
}
#footer .bottom {
	margin-top: 20px;

	
}
.bottom #links a {
	color: #FFF;
	display: block;
	float: left;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
}