﻿/*  
Theme Name: CUBICA
Author: KARSTEN GUDIKSEN
*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
       color: black;
	font-family: Arial, verdana;
	background: url(images/body-back.png) repeat-x;
}

H1 {
        Text-transform:capitalize;
	font-family: Arial;
	color: #ff0000;
	FONT-SIZE: 36x;
}


h2 {
	font-size: 13px;
	font-weight: bold;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

p {
	margin-bottom: 13px;
}

a {
	color: #d4240e;
	text-decoration: underline;
}

a:hover {
	color: #ff6609;
	text-decoration: none;
}

#pagewrap {
	width: 937px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 937px;
	height: 126px;
	background: url(images/logo.png) no-repeat;
}

#contentcontainer {
	margin-left: 65px;
	margin-top: 19px;
}

#content {
	width: 605px;
	float: left;
	border-right: 1px solid #CCCCCC;
	min-height: 400px;
}

* html body #content {
	height: 400px;
}

#content #contentwrap {
	padding-right: 20px;
}

#navigation {
	width: 182px;
	float: left;
	margin-left: 10px;
	font-size: 13px;
}

#navigation li {
	list-style-type: none;
}

#navigation li.current_page_item {
	background: url(images/nav-sel.png) no-repeat right center;
}

#navigation li a {
	text-decoration: none;

}

#navigation li a:hover {
	text-decoration: underline;
	color: #000;
}

#navigation .pages {
	padding-bottom: 20px;
	border-bottom: 1px solid #CCCCCC;
}

#navigation .pages li {
	padding-right: 15px;
	text-align: right;
}	


#navigation .tddrecentposts li {
	margin-top: 10px;
	font-size: 12px;
}

* html #navigation .tddrecentposts li {
	margin-top: 0px;
}

#navigation .tddrecentposts li a {
	font-size: 13px;
}

#navigation .tddrecentposts .sidebardate {

	font-size: 10px;
}




/* ------ Post -------------------------------- */

.Post {
	MARGIN-BOTTOM: 50px;
	FONT-SIZE: 12px;
	PADDING: 0px;
}

.PostHead {
	HEIGHT: 30px;

	MARGIN-BOTTOM: 10px;
}

.PostHead h1 {
	DISPLAY: block;
	MARGIN-BOTTOM: 5px;
	FONT-WEIGHT: normal;
	FONT-SIZE: 24px;
	color: #000000;
}


.PostHead h1 a {
	text-decoration: none;
	color: #868686;
}

.PostHead h1 a:hover {
	text-decoration: none;
	color: #000;
}

.PostAuthor {
	FONT-SIZE: 10px; 
	FONT-FAMILY: verdana;
}

.PostContent {
	MARGIN-BOTTOM: 20px;
}

.PostComments { 
	BACKGROUND: url(images/PostCom.png) no-repeat left center; 
	PADDING-LEFT: 22px;
	MARGIN-RIGHT: 15px;
}

.PostCategory { 
	BACKGROUND: url(images/PostCateg.png) no-repeat left center;
	PADDING-LEFT: 20px; 
}

.PostDet {
	FONT-FAMILY: verdana;
	FONT-SIZE: 11px;
}

.PostError {
	MARGIN-TOP: 10px;
}



/* ------ NOTE -------------------------------- */

.Note {
	HEIGHT: 50px;
	BORDER-BOTTOM: 1px dotted #C9C9C9;
	FONT-SIZE: 11px;
	FONT-FAMILY: verdana, arial;
}

.Note li {
	LIST-STYLE-TYPE: none;
	PADDING-LEFT: 20px;
}

.NoteRss { 
	BACKGROUND: url(images/NoteRss.png) no-repeat left top;
}

.NoteTrackBack { 
	BACKGROUND: url(images/NoteTrackBack.png) no-repeat left top;
}



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


.CommentsList {
	MARGIN-TOP: 20px;
	BORDER-BOTTOM: 1px solid #CCCCCC;
}

.CommentsList li {
	LIST-STYLE-TYPE: none;
}

.CommentAuthor {
	FONT-WEIGHT: bold;
	FONT-SIZE: 14px;
	COLOR: #474747;
}

.CommentInfo {
	FONT-SIZE: 10px;
	FONT-FAMILY: verdana;
	BORDER-BOTTOM: 1px dotted #C9C9C9;
	HEIGHT: 20px;
}

.CommentContent {
	MARGIN-BOTTOM: 20px;
	BACKGROUND: #F6F6F6;
	FONT-SIZE: 12px;
	PADDING: 10px;
}

#CommentRespond {
	MARGIN-TOP: 20px;
}


/* ------ Search box -------------------------------- */

.search {
	HEIGHT: 20px;
	MARGIN-TOP: 10px;
	MARGIN-BOTTOM: 20px;
}

.search .keyword {
	HEIGHT: 16px;
	WIDTH: 130px;
}

.search .button {
	MARGIN-LEFT: 10px;
	PADDING: 1px;
	FONT-WEIGHT: bold;
	FONT-FAMILY: verdana;
	FONT-SIZE: 11px;
	HEIGHT: 25px;
}



#footer {
	height: 16px;
	line-height: 16px;
	text-align: center;
	color: #434343;
	font-size: 12px;
	background-color: #ffffff;

}



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

/* End Various Tags & Classes*/



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */


