/*
Theme Name: Rexxars.com
Theme URI: http://rexxars.com/
Description: The template used on Rexxars.com
Version: 1.0
Author: Espen Hovlandsdal
Author URI: http://rexxars.com/
*/

html, body {
	margin: 0px;
	padding: 0px;
	font-family: arial,helvetica,sans-serif;
	background: transparent url(images/navibg.gif) repeat-x;
}

body {
	font-size: 14px;
}

h1, h2, h3, ul, li {
	margin: 0px;
	padding: 0px;
}

#content ul {
	padding-left: 25px;
}

a {
	text-decoration: none;
	color: #2D83D5;
}

a:hover {
	text-decoration: underline;
	color: #fff;
	background-color: #2D83D5;
}

.hidden {
	display: none;
}

.clearfix {
	display: inline-table;
/* Hides from IE-mac \*/
	height: 1%;
	display: block;
/* End hide from IE-mac */
}

html>body .clearfix {
	height: auto;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#wrapper {
	border-bottom: 1px solid #cfcfcf;
}

#wrapper.narrow {
	width: 960px;
	margin: 0 auto;
}

#wrapper.wide {
	width: 95%;
	margin: 0 auto;
}

#header {
	width: 100%;
	height: 70px;
	color: #E0E0E0;
	position: relative;
}

#header a {
	color: #E0E0E0;
}

#logo {
	float: left;
	position: relative;
	top: 7px;
	font-size: 12px;
}

#logo a {
	display: block;
	background: transparent url(images/logo.png) no-repeat;
	width: 253px;
	height: 38px;
}

#theDot {
	position: absolute;
	left: 155px;
	top: -10px;
	float: left;
}

#blogDescription {
	float: left;
	clear: left;
	position: relative;
	top: 7px;
}

#navigation {
	float: right;
	position: relative;
	top: 0px;
}

#navigation a {
	display: block;
	text-decoration: none;
	background: transparent url(images/navisprite.png) no-repeat;
	color: #fff;
	float: left;
	height: 40px;
	margin: 0 10px;
}

#header a em {
	position: absolute;
	left: -9999em;
}

#navigation a.projects {
	width: 63px;
	background-position: -6px 0;
}

#navigation a.projects:hover {
	background-position: -6px 3px;
}

#navigation a.blog {
	width: 33px;
	background-position: -90px 0;
}

#navigation a.blog:hover {
	background-position: -90px 3px;
}

#navigation a.about {
	width: 43px;
	background-position: -149px 0;
}

#navigation a.about:hover {
	background-position: -149px 3px;
}

#navigation a.contact {
	width: 58px;
	background-position: -212px 0;
}

#navigation a.contact:hover {
	background-position: -212px 3px;
}

#pagecontrols {
	float: right;
	position: relative;
	top: 5px;
}

#pagecontrols a {
	margin: 0 2px;
	display: block;
	float: left;
	height: 14px;
	background: transparent url(images/pagecontrols.png) no-repeat;
}

#pagecontrols .fontSize {
	width: 25px;
}

#pagecontrols .fontSize:hover {
	background-position: -27px 0;
}

#pagecontrols .pageWidth {
	width: 14px;
	background-position: -54px;
}

#pagecontrols .pageWidth:hover {
	background-position: -70px;
}

#wrapper.narrow #content {
	width: 670px;
	float: left;
}

#wrapper.narrow #sidebar,
#wrapper.wide #sidebar {
	width: 268px;
	float: right;
}

#wrapper.wide #sidebar {
	position: absolute;
	width: 21%;
	right: 2.5%;
}

#wrapper.wide #content {
	float: left;
	width: 70%;
}

#content {
	margin-top: 10px;
}

#sidebar {
	font-size: 0.9em;
	min-height: 350px;
}

#sidebar .widget {
	background: #E5E5E5;
	padding: 10px;
	border: 1px solid #cfcfcf;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	margin: 10px 0;
}

#sidebar h2 {
	color: #00475F;
	font-size: 1.4em;
}

#sidebar ul li {
	list-style-type: none;
}

#sidebar ul li ul li {
	margin: 2px 0;
	padding-left: 15px;
	background: transparent url(images/bullet.png) no-repeat 0 50%;
}

#sidebar .widget_authorInfo img.authorImage {
	border: 2px solid #ccc;
	float: right;
	margin-top: 7px;
}

#footer {
	margin-top: 10px;
	text-align: center;
	line-height: 1.5em;
}

a.rss {
	background: transparent url(images/rss.png) no-repeat;
	padding-left: 18px;
}

a.rss:hover {
	background-color: #2D83D5;
}

a.toTop {
	padding: 0 0.6em;
	text-decoration: none;
	font-weight: bold;
}

h2.postTitle {
	background: transparent url(images/seperator.gif) no-repeat 0 100%;
}

#content .post small.date {
	cursor: help;
}

#twitterBird {
	float: right;
}

.widget_twitter .tweet {
	font-style: italic;
	word-wrap: break-word;
}

.widget_twitter .tweetTags {
	color: #2D83D5;
	font-weight: bold;
	font-size: 1.2em;
}

.entry h1 {
	border-bottom: 1px solid olive;
}

span.help {
	cursor: help;
}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignright {
	float: right;
}

.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;
}

/* Post categories */
.categoryIcon {
	width: 48px;
	height: 48px;
	float: left;
}

.category-android .categoryIcon {
	background: transparent url(images/category_android.png) no-repeat;
}

.category-mootools .categoryIcon {
	background: transparent url(images/category_mootools.png) no-repeat scroll 0 25%;
}

.category-php .categoryIcon {
	background: transparent url(images/category_php.png) no-repeat scroll 0 50%;
}

.category-wordpress .categoryIcon {
	background: transparent url(images/category_wordpress.png) no-repeat scroll 0 50%;
}

.category-rexxarscom .categoryIcon {
	background: transparent url(images/category_rexxarscom.png) no-repeat scroll 50% 50%;
}

.category-apache .categoryIcon {
	background: transparent url(images/category_apache.png) no-repeat scroll 0 50%;
}

.category-hardware .categoryIcon {
	background: transparent url(images/category_hardware.png) no-repeat scroll 0 50%;
}

.category-nsker-seg .categoryIcon {
	background: transparent url(images/category_onskerseg.png) no-repeat scroll 0 50%;
}

.category-linux .categoryIcon {
	background: transparent url(images/category_linux.png) no-repeat scroll 0 50%;
}

.category-cenation .categoryIcon {
	background: transparent url(images/category_cenation.png) no-repeat scroll 0 50%;
}

.category-silverlight .categoryIcon {
	background: transparent url(images/category_silverlight.png) no-repeat scroll 0 50%;
}