/*
Theme Name: Fascination3
Theme URI: http://www.fascination.se/
Description: Fascination theme.
Version: 3.0
Author: Tobias Garder
Author URI: http://www.northcore.se
*/

/* Basics */
body {
	background-image: url('images/bg.gif');
	background-color: #222;
	font-size: 0.7em;
	font-family: georgia, "Times New Roman", serif;
}
div {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}

#container {
	margin: 5px 0px 10px 10px;
}
#header {
	float: left;
	display: inline;
	position: relative;
	width: 846px;
	margin: 0px 0 15px 0;
	padding: 0;
	height: 60px;
}
#header #rssbox {
	float: right;
	margin-top: 12px;
}
#header #logo {
	float: left;
	display: inline;
	padding: 8px 0 0 7px;
	margin: 0;
}
#header #logo img {
	border: none;
}
#header #logo h1 {
	display: none;
	font-size: 0;
	text-indent: -1000px;
}
#header #navi {
	float: left;
	margin-top: 8px;
	margin-left: 20px;
}
#header #navi .navidesc {
		float: left;
		width: 134px;
		height: 44px;
		background-image: url(images/navi_showbycategory.png);
		background-repeat: no-repeat;
		font-size: 0;
		color: #333;
		text-indent: -3000px;
}
#header #navi .navibar {
		float: left;
		height: 44px;
}

#content {
	float: left;
	clear: both;
	min-width: 1001px;
}
.widemode {
	width: 846px;
}
a:link, a:hover, a:visited {
	color: #f90;
	text-decoration: none;
}
a:hover {
	color: #ff6000;
}
.backnavigation {
	padding-bottom: 15px;
	color: #666;
	clear: left;
}
.backnavigation a, .backnavigation a:visited {
	color: #aaa;
	text-decoration: none;
	color: #000;
	background-color: #ff9900;
        background-image: url('images/buttonbg_orange.gif');
        background-repeat: repeat-x;
	padding: 3px;
}
.backnavigation a:hover {
	color: #ff9900;
	background-color: #000;
        background-image: none;
}

/* Post */
h1.postTitle, h1.pageTitle {
	float: left;
	clear: left;
	font-family: arial, verdana, sans-serif;
	font-weight: normal;
	font-size: 43px;
	color: #f9ca00;
	margin: 10px 0 10px 0;
	padding: 4px;
	background-color: #090909;
	width: 828px;
}
h1.pageTitle {
	width: 642px;
	font-size: 37px;
	margin-top: 0;
}
.entryad {
	float: left;
	width: 310px;
	height: 389px;
	padding: 7px 15px 0 7px;
}
.entryad .adblock {
	width: 300px;
	padding: 55px 0 0 0;
}
.entry {
	float: left;
	width: 310px;
	height: 389px;
	padding: 7px 15px 0px 7px;
	background-image: url(images/cardbg.png);
	background-repeat: no-repeat;
	background-position: top left;
}
.entry .imgholder {
	margin: 1px;
}
.entry .imgholder img {
	border: none;
}
.entry .desc {
	padding: 0;
	padding-right: 5px;
	width: 301px;
}
.entry .descspacer {
	font-size: 0;
	height: 4px;
	margin: 0;
	padding: 0;
}
.entry .tools {
	float: right;
	padding-top: 1px;
}
.entry .tools .toolLink {
	float: left;
}
.entry .tools .toolComment {
	float: left;
	margin-left: 4px;
}
.entry p {
	width: 300px;
	margin: 1px 0 0 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1em;
	color: #222;
}
.entry .vialink {
	font-size: 0.9em;
	color: #777;
}
.entry h2 {
	margin: 3px 0 0 0;
	padding: 0;
	font-family: arial, verdana, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
}
.entry .arrow {
	color: #aaa;
}

.navigation {
	float: left;
	clear: both;
	padding: 15px 0 30px 0; 
	font-family: arial, verdana, sans-serif;
	font-size: 16px;
	font-weight: normal;
	width: auto;
}
.newnavigation {
	float: left;
	clear: both;
	padding: 15px 0 30px 0;
}
.newnavigation .navigationbutton {
	font-family: arial, verdana, sans-serif;
	font-size: 16px;
	font-weight: normal;
	float: left;
	margin-right: 10px;
}

.newnavigation .navigationbutton a {
	background-color: #f90;
	color: #000;
	padding: 6px;
        background-image: url('images/buttonbg_orange.gif');
        background-repeat: repeat-x;
        border-right: 1px solid #111;
        border-bottom: 1px solid #111;
}
.newnavigation .navigationbutton a:hover {
	background-color: #000;
	color: #fff;
        background-image: none;
}

#spage {
	float: left;
	width: 648px;
	margin-bottom: 20px;
}
#spage #spagemid {
	background-color: #fff;
	padding: 8px;
}
#spage #spagetop, #spage #spagebottom {
	font-size: 0;
	height: 4px;
	float: left;
	width: 648px;
	background-image: url('images/spage_top.gif');
	background-repeat: no-repeat;
}
#spage #spagebottom {
	background-image: url('images/spage_bottom.gif');
	clear: left;
}
#spage h2 {
	font-family: arial, verdana, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #f90;
	margin: 0;
	padding: 5px 0 0 0;
}


/* Colorscheme */
.catTechnology a, .catTechnology a:visited, .catTechnology a:active {
	color: #538fc2;
}
.catTechnology a:hover {
	color: #32638d;
}
.catWebdev a, .catWebdev a:visited, .catWebdev a:active {
	color: #2d7f59;
}
.catWebdev a:hover {
	color: #23583f;
}

.pagetitle {
	font-family: georgia, "times new roman", serif;
	font-size: 2em;
	color: #aaa;
	font-weight: normal;
	margin: 0;
	padding: 0 0 15px 0;
}

#datebox {
	float: left;
	width: 505px;
	height: 54px;
	background-image: url(images/datebox.png);
	background-repeat: no-repeat;
	padding: 9px 0 0 0;
}
#datebox p {
	margin: 0;
	padding: 0 0 0 23px;
}
#datebox .taglist {
	background-image: url(images/icon_tag.gif);
	background-repeat: no-repeat;
	background-position: 23px 0px;
	padding: 0 0 0 40px;
	margin-top: 5px;
}



/* Commentbox */
#commentcontainer {
	float: left;
	width: 495px;
	padding-left: 10px;
	height: auto;
}
#commentbox {
	float: left;
	position: relative;
	background-image: url(images/commentbox.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0px;
	width: 495px;
	height: 235px;
	color: #ddd;
	margin-top: 10px;
}
#commentbox h3 {
	color: #f90;
	font-weight: normal;
	font-family: arial, verdana, sans-serif;
	font-size: 1.5em;
	margin: 0;
	padding: 0;
}
#commentbox #blockTitle {
	position: absolute;
	top: 7px;
	left: 12px;
}
#commentbox #blockName {
	position: absolute;
	top: 30px;
	left: 12px;
	width: 150px;
}
#commentbox #blockMail {
	position: absolute;
	top: 30px;
	left: 178px;
	width: 147px;
}
#commentbox #blockUrl {
	position: absolute;
	top: 30px;
	left: 339px;
	width: 138px;
}
#commentbox #blockLoggedin {
	position: absolute;
	top: 185px;
	left: 12px;
}
#commentbox #blockComment {
	position: absolute;
	top: 73px;
	left: 14px;
}
#commentbox form .inpfield {
	padding: 4px 2px 0 2px;
}
#commentbox #blockSubmit {
	position: absolute;
	top: 180px;
	left: 391px;
}
#commentbox form input {
	width: 100%;
	height: 21px;
	background-color: transparent;
	color: #fff;
	font-family: arial, verdana, sans-serif;
	font-size: 1.1em;
	border: none;
}
#commentbox form textarea {
	width: 468px;
	height: 95px;
	background-color: transparent;
	color: #fff;
	font-family: arial, verdana, sans-serif;
	font-size: 1.1em;
	border: none;
}
#commentbox form #submit {
	width: 93px;
	height: 28px;
}

/* Commentlist */
#commentlist {
	float: left;
	width: 495px;
}
.boxcomment {
	float: left;
	width: 494px;
	margin-bottom: 10px;
}
.boxcomment .boxtop {
	float: left;
	width: 494px;
	height: 8px;
	background-image: url(images/commenttop.png);
	background-repeat: no-repeat;
	font-size: 1px;
}
.boxcomment .boxmid {
	float: left;
	width: 494px;
	background-image: url(images/commentmid.png);
	background-repeat: repeat-y;
}
.boxcomment .boxmid p {
	margin: 0;
	padding: 0 8px 4px 8px;
	color: #ccc;
}
.boxcomment .boxfoot {
	float: left;
	width: 494px;
	height: 28px;
	padding-top: 12px;
	margin-bottom: 10px;
	background-image: url(images/commentfoot.png);
	background-repeat: no-repeat;
}
.boxcomment .boxfoot .textblock {
	float: right;
	padding-top: 2px;
	padding-right: 88px;
	font-size: 0.9em;
	color: #aaa;
}
.boxcomment .boxfoot .author {
	font-size: 1.1em;
	color: #eee;
}
.boxcomment .boxfoot .gravatar {
	float: right;
	padding-right: 5px;
}

#latestposts {
	float: left;
	width: auto;
	padding: 5px;
	background-color: #0E0E0E;
	margin: 0px;
}
h3 .lposts {
	display: block;
	color: #f90;
	font-size: 16px;
	margin: 0;
	padding: 0;
}
#latestposts .latestpost {
	float: left;
	background-color: #222;
	padding: 5px;
	margin-right: 6px;
}
#latestposts .latestpost:hover {
	background-color: #444;
}
#latestposts .lastone {
	margin-right: 0;
}
#latestposts .latestpost img {
	border: none;
}
#latestposts .latestpostimg {
	float: left;
}
#latestposts .latestpostdesc {
	float: left;
	clear: left;
	padding-top: 6px;
}


/* Footer */
#footer {
	float: left;
	clear: both;
	color: #aaa;
	width: 97%;
	background-image: url(images/footerbg.png);
	margin: 0 0 20px 0;
	padding: 10px 10px 10px 10px;
}
#footer p {
	margin: 0;
	padding: 0;
}

#footer .fsearch {
	float: right;
}
#footer .fsearch .footerinp {
	background-color: transparent;
	background-image: url(images/searchbg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 133px;
	height: 21px;
	color: #ddd;
	border: none;
	padding-left: 5px;
	padding-top: 2px;
}
#footer .fsearch .footerbutton {
	width: 59px;
	height: 26px;
	margin-left: 4px;
}
#footer .fsearch .searchtitle {
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	color: #eee;
}

#footer .fsearch .searchinp {
	float: left;
	padding-top: 2px;
}
#footer .fsearch .searchbutton {
	float: left;
}
#footer .ftext {
	float: left;
	padding-top: 5px;
}
#footer .ftext img {
	vertical-align: middle;
}

