/*
THEME NAME: THOMSON2k10
THEME URI: http://www.thomson.nu
DESCRIPTION: Custom theme for the thomson interactive media webpage.
VERSION: 1.0
AUTHOR: <a href="http://www.kristoferwestling.com/">Kristofer Westling</a> &amp; <a href="http://2masdesign.blogspot.com/">Thomas Larsson</a>
AUTHOR URI:
TAGS: thomson, interactive, media
*/

/* #RESET
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* #CUFON
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
h2 {
	visibility:hidden;
}
.cufon-active h2 {
	visibility:visible;
}


/* #BASIC TYPOGRAPHY
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body {
	font:12px/1.5em Arial,Helvetica,sans-serif;
	color:#000;
	background:#eff0eb url(gfx/bg.png) no-repeat 50% 0;
}


h1,h2,h3,h4,h5,h6,legend,caption {
	font-weight:normal;
	line-height:1.15em;
	margin-bottom: 0.35em;
	text-transform:uppercase;
}

h1 {		
	font-size:80px;
	font-weight:bold; 
	line-height:1.25em;
}
h2 {	
	font-size:48px;
	color:#909090;
}
h2 a {
	color:#909090;
}
h2 a:hover {
	color:#555;
}
h3 {	
	color:#909090;
	font-size:21px;
	font-weight:normal;
}
h3 a {
	color:#fff;
	background:#000;
}
h3 a:hover {
	color:#fff;
}
h4 {	
	font-size:14px; 
	font-weight:bold; 
	border-bottom:2px solid #000;
	display:inline;
}
h5 {	font-size:14px; }
h6 {	font-size:14px; }

p  {
	margin-bottom: 0.754em;
}

strong {
	font-weight: bold;
}

a {
	text-decoration: none;
	color: #22afff;
}
a:hover, a:focus {
	text-decoration: none;
	color:#0085d1;
}
sup { vertical-align:top; }
sub { vertical-align:bottom; }
code, pre {
	font-family:Monaco, monospace;
	color:#555;
}
pre {
	padding:20px;
	margin-bottom:10px;
	background:#fff;
	border:1px solid #ccc;
	display:inline-block;
}

input, textarea, button, select {
	font:12px/1.5em "lucida grande",tahoma,verdana,arial,sans-serif;
	margin:0;
	padding:0;
}
input, textarea {
	padding:5px;
	border-top:1px solid #abadb3;
	border-right:1px solid #dbdfe6;
	border-bottom:1px solid #e2e3ea;
	border-left:1px solid #e3e9ef;
	background:#fff;
}
input:focus, textarea:focus, .js-focus {
	border-top:1px solid #73b2d6;
	border-right:1px solid #bce1f2;
	border-bottom:1px solid #caeaf7;
	border-left:1px solid #c8e5f4;
}
input.button {
	border:0;
	text-transform:uppercase;
	padding:5px 5px 4px;
	cursor:pointer;
	font-weight:bold;
	font-family:arial, helvetica, sans-serif;
	margin-left:5px;
}
input.button:hover, input.button:focus {
	background:#000;
	color:#fff;
}
input.button:focus {
	background:#444;	
}
#commentform .js-focus {
	background:#f7fbff;
}
textarea {
	resize: vertical;
}


/* #LAYOUT
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.wrapper {
	width:870px;
	margin:0 auto;
}
#header {
	margin-bottom:80px;
	position:relative;
}
#header .go-home {
	position:absolute;
	top:0;
	left:-100px;
	width:319px;
	height:300px;
	text-indent:-10000px;
	background:url(gfx/logotype.png) no-repeat 0 0;
	z-index:0;
}
#content {
	margin-bottom:60px;
}
#blog-name {
	float:right;
	border-left:1px solid #8b8b88;
	width:600px;
	margin:55px 0 0;
	padding-left:50px;
}
#navigation {
	position:absolute;
	top:265px;
	left:0;
	width:319px;
	z-index:1;
}
#navigation li {
	margin-bottom:3px;
}
#navigation a {
	color:#8f8f8f;
	font-size:14px;
	border-bottom:1px solid #c1c1bf;
	text-transform:uppercase;
}
#navigation a:hover {
	color:#000;
	border-bottom:1px solid #787976;
}
#navigation a:active {
	color:#555;
	border-bottom:1px solid #888986;
}
body.home #navigation .home a,
#navigation .current-cat a,
#navigation .current_page_item a {
	color:#000;
	border-bottom:1px solid #787976;
	text-decoration:line-through;
}
#blog-title a {
	display:block;
	color:#fff;
	width:490px;
	height:244px;
	background:url(gfx/text_header.png) no-repeat 0 0;
	text-indent:-99999px;
	margin:10px 0 40px;
}
#blog-description {
	font-size:16px;
	color:#8f8f8f;
	font-style:italic;
	background:#fff;
	display:inline;
	padding:3px 10px;
	text-transform:uppercase;
	line-height:24px;
	margin-left:42px;
}
#blog-description strong {
	color:#000;
	font-weight:bold;
}


/* #QUICKLINKS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.quicklink {
	position:fixed;
	top:155px;
	right:0;
	display:block;
	width:39px;
	height:40px;
	background:#000 url(gfx/sprite_icons.png) no-repeat 0 0;
	z-index:1;
}
#ql-facebook {
	background-position:0 -40px;
	text-indent:-10000px;
}
#ql-search {
	top:197px;
}
#ql-search .button {
	background:none;
	border:0;
	padding:0;
	margin:0;
	width:39px;
	height:40px;
	position:absolute;
	top:0;
	left:0;
	text-indent:-10000px;
	cursor:pointer;
}
#q-s {
	position:absolute;
	top:8px;
	left:48px;
	border:0;
	padding:4px;
	background:#fff;
	width:136px;
	height:16px;
}


/* #BLOGPOSTS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.post-head {
	margin-bottom:40px;
}
.entry .col {
	width:280px;
}
.entry .last-col {
	width:536px;
	position:relative;
}
.entry {
	padding-bottom:60px;
	margin-bottom:60px;
	border-bottom:1px solid #dadbd7;
	position:relative;
}
.entry h2 {
	width:70%;
}
.entry img, .entry object {
	display:block;
	border:8px solid #fff;
}
.entry img.wp-smiley {
	border:none;
	display:inline;
}
#latest-project .entry-content p {
	font-size:13px;
	line-height:1.5em;
}
#latest-project .last-col a:hover img {
	border-color:#000;
}
#latest-project .last-col a:hover .fx-curve {
	background-position:0 -54px;
}
.entry .entry-content {
	margin-bottom:25px;
}
.entry-meta {
	text-transform:uppercase;
	margin:20px 0 25px;
}
.picture {
	float:left;
	position:relative;
	margin-right:25px;
}
.picture img {
	border:5px solid #fff;
	display:block;
	background:#000;
}
.extra-border {
	position:absolute;
	top:17px;
	right:-16px;
	width:0;
	height:0;
	line-height:0;
	border-top:8px solid transparent;
	border-left:8px solid #fff;
	border-bottom:8px solid transparent;
	border-right:8px solid transparent;
}
.picture a:hover img {
	border-color:#000;
}
.picture a:hover + .extra-border {
	border-left-color:#000;
}
.details {
	float:left;
	width:200px;
}
.published, .user-role {
	display:block;
	background:#000;
	color:#fff;
	text-transform:uppercase;
	display:block;
	float:left;
	padding:3px 5px;
	font-size:11px;
	line-height:1.1em;
}
.user-role {
	display:inline;
	float:none;
}
.author-description {
	margin-top:30px;
}
.user-homepage {
	display:block;
	margin-top:10px;
}
.fx-curve {
	width:35px;
	height:54px;
	background:url(gfx/fx_curve.png) no-repeat 0 0;
	position:absolute;
	top:20px;
	left:-35px;
}
#posts-wrapper .last-col a:hover img {
	border-color:#000;
}
#posts-wrapper .last-col a:hover .fx-curve {
	background:url(gfx/fx_curve.png) no-repeat 0 -54px;
}
.fx-new {
	width:105px;
	height:105px;
	background:url(gfx/fx_new.png) no-repeat;
	position:absolute;
	top:-40px;
	right:-40px;
}
.wp-caption-text {
	font-size:11px;
	font-style:italic;
	color:#909090;
	text-align:right;
}
.entry-attachment img {
	border:8px solid #fff;
	display:block;
}
.tag-prefix {
	font-style:italic;
	font-family:Georgia, Serif;
	color:#333;
	font-size:10px;
}
.tag-links {
	color:#989895;
	font-size:10px;
	line-height:1em;
	color:#333;
}
.tag-links a {
	font-style:italic;
	text-decoration:underline;
}
.publisher-link {
	background:#fff;
	font-size:9px;
	padding:5px 6px 4px;
	line-height:1em;
	margin:5px 0 0 -2px;
	display:block;
	float:left;
}
.publisher-link:first-child {
	margin-top:0;
}
.publisher-link a {
	color:#000;
	font-weight:bold;
}
.entry-links a, .reply a, #commentform #submit, #commentform #cancel-comment-reply-link {
	font-size:12px;
	color:#000;
	background:#fff;
	text-transform:uppercase;
	font-weight:bold;
	padding:2px 5px;
	margin-right:15px;
}
.entry-links a:hover, .reply a:hover, #commentform #submit:hover, #commentform #cancel-comment-reply-link:hover {
	background:#000;
	color:#fff;
}
#latest-project {
	border:none;
	padding:0;
}
.page-title {
	margin-bottom:50px;
	padding-bottom:20px;
	border-bottom:4px solid #DADBD7;
}
.page-title span {
	color:#555;
}
#recent-projects .page-title {
	border:0;
	padding:0;
}
#recent-projects .col {
	margin-right:78px;
	margin-bottom:60px;
}
#recent-projects .last-col {
	margin-right:0;
	float:left;
}
#recent-projects .entry {
	background:#fff;
	padding:8px;
	width:222px;
	position:relative;
	min-height:300px;
	margin-top:0;
	border:none;
}
#recent-projects .entry:hover {
	background:#000;
	color:#fff;
}
#recent-projects img {
	display:block;
	border:none;
}
#recent-projects h3 {
	position:absolute;
	top:122px;
	left:8px;
	margin:0;
	z-index:2;
	font-size:14px;
	font-weight:bold;
	color:#000;
	border-left:4px solid #000;
	padding-bottom:2px;
	line-height:18px;
}
#recent-projects h3 a {
	white-space:pre-wrap;
	padding:2px 5px 3px 0;
}
.fx-plus {
	width:30px;
	height:30px;
	position:absolute;
	top:101px;
	left:-12px;
	background:url(gfx/fx_plus.png);
	z-index:1;
}
#recent-projects .entry-content {
	padding:6px;
	margin-top:20px;
	height:120px;
	overflow:hidden;
}
#older-projects ul {
	margin-top:20px;
}
#older-projects li {
	float:left;
	width:230px;
	margin-right:50px;
	line-height:1em;
}
#older-projects a {
	color:#8f8f8f;
	font-size:10px;
	text-transform:uppercase;
	white-space:nowrap;
}
#older-projects a:hover {
	color:#000;
}
#older-projects .last-on-row {
	margin-right:0;
}

#single-post .entry {
	border:0;
	padding-bottom:0;
	margin-bottom:0;
}
#single-post .post-content {
	margin-bottom:50px;
}
.page #single-post .post-content {
	margin-bottom:0;
}
#single-post .post-meta {
	border-top:2px solid #000;
	padding:10px 0;
	font-size:10px;
	color:#909090;
	line-height:1.5em;
	text-transform:uppercase;
}
#single-post .attachment .entry-caption {
	font-size:14px;
	font-weight:bold;
	color:#000;
	margin-top:20px;
}
#posts-wrapper .entry:last-child {
	border:0;
	padding-bottom:0;
	margin-bottom:0;
}


/* #AUTHOR HEADER
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#author-wrap {
	margin-bottom:60px;
	padding-bottom:50px;
	border-bottom:4px solid #dadbd7;
}
#author-wrap .page-title {
	border:0;
	padding:0;
	margin-bottom:20px;
}
.author-details {
	float:left;
	width:340px;
}
.author-image {
	position:relative;
	float:right;
	width:455px;
}
.author-image img {
	display:block;
	border:8px solid #fff;
	background:#000;
}


/* #COMMENTS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#commentform {
	position:relative;
}
#comments, #respond {
	padding-top:50px;
}
#comments-list {
	border-bottom:2px solid #000;
}
#comments-list h3 {
	margin-bottom:20px;
	font-weight:bold;
	font-size:14px;
	color:#333;
}
#respond h3 {
	margin-bottom:10px;
	font-size:14px;
	color:#333;
	font-weight:bold;
}
.comment {
	margin-bottom:50px;
}
.comment .col {
	width:80px;
	margin-right:50px;
}
.comment .last-col {
	width:500px;
	float:left;
	background:#fff;
}
.comment-author {
	line-height:1.1em;
	word-wrap: break-word;
}
.comment-author img {
	margin-bottom:10px;
	border:4px solid #fff;
	display:block;
}
.comment-author .fn {
	font-style:italic;
	font-family:Georgia, Serif;
}
.comment-author .says {
	color:#555;
}
.comment-meta {
	font-size:10px;
	text-transform:uppercase;
	line-height:12px;
	margin-top:7px;
}
.comment-content {
	position:relative;
	min-height:110px;
	background:#fff;
	padding:20px 30px;
	word-wrap: break-word;
}
.byuser .comment-content {
	background:;
}
.comment-content p {
	margin: 0.754em 0 0;
}
.comment-content p:first-child {
	margin: 0;
}
.comment #respond {
	background:#fff;
	margin-left:130px;
	width:440px;
	padding:20px 30px;
	margin-top:5px;
}
.awaiting-modreation {
	background:#000;
	color:#fff;
	margin:0;
	padding:2px 4px;
	display:inline;
}
.comment .reply {
	margin-top:10px;
	float:left;
	margin-left:-5px;
}
.comment .children {
	padding-left:130px;
}
.children .comment {
	border:0;
	padding-bottom:0;
	margin-bottom:0;
	margin-top:25px;
}
#commentform textarea {
	width:300px;
	height:75px;
}
#commentform #submit {
	border:0;
	cursor:pointer;
	font-family:arial, sans-serif;
	padding:1px 2px;
	margin:0;
	width:auto;
}
#commentform .form-textarea, #commentform .form-input {
	margin-bottom:10px;
}

/* #SEARCH / 404
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


/* #CONTACT-PAGE
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#contact-page {
}
#contact-page #widgets {
	border:0;
	padding:0;
	width:350px;
	margin-right:30px;
	float:left;
}
#contact-page .widget_text .widgettitle {
	display:none;
}
#contact-page .entry {
	border:0;
	margin:0;
	padding:0;
}
#employees {
	float:left;
	width:485px;
}
#employees img {
	border:0;
	background:#000;
}
#employees li {
	float:left;
	width:230px;
	margin-right:24px;
	margin-bottom:40px;
}
#employees li.last-on-row {
	margin-right:0;
}
#employees .first-name, #employees .last-name {
	font-family:Georgia, Serif;
	font-size:14px;
	color:#000;
	font-style:italic;
}
#employees li p {
	margin-bottom:0;
}
#employees .description {
	display:block;
	margin:1px 0 5px;
	color:#909090;
	line-height:13px;
	font-size:11px;
}
#employees .email, #employees .phone {
	display:block;
	font-size:11px;
	line-height:15px;
}
.user-image-link {
	display:block;
	width:62px;
	position:relative;
	border:4px solid #fff;
	float:left;
	margin-right:20px;
}
.employee-info {
	float:left;
	width:135px;
}
.fx-curve-right {
	width:10px;
	height:18px;
	background:url(gfx/fx_curve_right.png) no-repeat 0 0;
	position:absolute;
	top:7px;
	right:-14px;
}
.user-image-link:hover {
	border-color:#000;
}
.user-image-link:hover .fx-curve-right {
	background:url(gfx/fx_curve_right.png) no-repeat 0 -18px;
}
.user-entered-content {
	clear:both;
}


/* #WIDGETS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#widgets {
	border-top:4px solid #DADBD7;
	padding-top:60px;
	margin-bottom:60px;
}
#widgets #primary {
	float:left;
	width:330px;
}
#widgets #secondary {
	float:right;
	width:410px;
}
.widgettitle {
	border:0;
	margin-bottom:50px;
}
.widget_text h4 {
	font-size:14px;
	border:0;
}
.widget_text address {
	font-size:14px;
	color:#909090;
	line-height:1.5em;
	margin:15px 0 20px;
	font-style:normal;
}
.widget_text address p {
	margin-top:20px;
}
.widget_text strong, .widget_text h4 {
	color:#000
}
.widget_map div {
	position:relative;
}
.widget_map h3 {
	background:#fff;
	padding:2px 5px 3px;
	border:none;
	display:inline;
	font-size:18px;
	text-transform:none;
	color:#000;
	font-weight:bold;
}
.google-map-link:hover img {
	border-color:#000;
}
.google-map-link:hover .fx-arrow {
	border-left-color:#000;
	border-bottom-color:#000;
}
.widget_map img {
	margin-top:40px;
	display:block;
	border:15px solid #fff;
}
.widget_map .fx-arrow {
	border-top:9px solid transparent;
	border-left:8px solid #fff;
	border-bottom:9px solid #fff;
	border-right:8px solid transparent;
	position:absolute;
	top:-18px;
	left:50px;
	display:block;
}


.widget_bloggers {
	
}
.widget_bloggers li {
	float:left;
	position:relative;
	margin-right:23px;
	margin-bottom:27px;
}
#we-are-hiring {
	margin-right:0;
}
#we-are-hiring img {
	background:none;
}
.widget_bloggers a {
	width:108px;
	background:#fff;
	padding:5px;
	min-height:135px;
	display:block;
	color:#000;
}
.widget_bloggers a:hover {
	background:#000;
	color:#fff;
}
.widget_bloggers .last-on-row {
	margin-right:0;
}
.widget_bloggers img {
	display:block;
	background:#000;
}
.widget_bloggers .first-name {
	position:absolute;
	top:50px;
	left:5px;
	background:#000;
	color:#fff;
	text-transform:uppercase;
	padding:2px 5px;
	font-weight:bold;
	font-size:14px;
}
.widget_bloggers .last-name {
	position:absolute;
	top:72px;
	left:5px;
	background:#000;
	color:#fff;
	text-transform:uppercase;
	padding:2px 5px;
	font-weight:bold;
	font-size:14px;
}
.widget_bloggers .description {
	margin:27px 0 2px;
	display:block;
	height:35px;
	line-height:14px;
	font-size:11px;
	overflow:hidden;
	color:#666;
}
.widget_bloggers a:hover .description {
	color:#aaa;
}


/* #FOOTER
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#footer {
	background:#000;
	min-height:150px;
	padding:55px 0 35px;
}
#footer h3 {
	color:#fff;
	font-size:30px;
	letter-spacing:-2px;
	margin-bottom:20px;
	font-weight:bold;
}
#footer h4 {
	color:#fff;
	font-size:18px;
	font-weight:normal;
}
#contact {
	width:470px;
	color:#fff;
	position:relative;
}
#contact label {
	color:#808080;
	display:block;
	font-weight:bold;
	font-size:14px;
	margin:12px 0 6px;
	text-transform:uppercase;
}
#contact input, #contact textarea {
	background:#0f0f0f;
	border:0;
	padding:5px;
	margin:0;
	color:#b3b3b3;
	font:12px/1.5em "lucida grande",tahoma,Arial,Helvetica,sans-serif;
	width:300px;
	display:block;
}
#contact input:focus, #contact textarea:focus {
	background:#1f1f1f;
}
#contact .js-focus, #contact .js-focus:focus {
	background:#630e00;
	color:#fff;
	border:0;
}
#contact textarea {
	height:150px;
}
#footer-links {
	width:230px;
}
#footer-links h4 {
	margin-bottom:15px;
	display:block;
}
#footer-links li {
	margin-bottom:2px;
	color:#B3B3B3;
}
#footer-links a {
	color:#b3b3b3;
	border-bottom:1px solid #878787;
	text-transform:uppercase;
}
#footer-links a:hover {
	color:#fff;
	border-bottom:1px solid #fff;
}
.footer-nav {
	margin-bottom:75px;
}
.status {
	margin-top:30px;
	background:#1f1f1f;
	border:1px solid #333;
	width:300px;
	padding:5px;
	color:#808080;
}
.status span {
	display:block;
}

#contact button {
	background:#fff;
	padding:1px 4px 3px;
	color:#000;
	border:0;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	font-family:arial, helvetica, sans-serif;
	cursor:pointer;
	margin-top:15px;
	height:24px;
}
#contact button:hover {
	background:#1f1f1f;
	color:#a0a0a0;
}


/* #PAGEING
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.wp-pagenavi {
	float:right;
	font-size:14px;
	margin-top:60px;
}
.category-projekt .wp-pagenavi {
	margin:0;
}
.wp-pagenavi a {
	padding: 2px 4px; 
	margin-left:4px;
	color: #7f7f7f;
	background:#FFFFFF;	
	display:block;
	float:left;
	min-width:15px;
	text-align:center;
}
.wp-pagenavi a:hover {	
	color: #fff;
	background:#000;
}
.wp-pagenavi a:active {
	color: #fff;
	background:#444;
}
.wp-pagenavi span.current {
	padding: 2px 4px; 
	margin-left:4px;
	color: #000;
	background:none;
	text-decoration:underline;
	display:block;
	float:left;
	min-width:15px;
	text-align:center;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	color: #000000;
	background-color: #FFFFFF;
}


/* #NOTIFICATION
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#notification-wrapper, #comment-notification-wrapper {
	position:absolute;
	bottom:-35px;
	left:0px;
}
.notification, .comment-notification {
	width:311px;
	background:#0f0f0f;
	position:relative;
	margin-top:10px;
}
.notification-close, .comment-notification-close {
	position:absolute;
	top:3px;
	right:3px;
	display:block;
	width:10px;
	height:12px;
	z-index:2;
	cursor:pointer;
	background:url(gfx/sprite_close.png) no-repeat 0 0;
}
.notification-close:hover, .comment-notification-close:hover {
	background-position:0 -12px;
}
.notification-content {
	color:#fff;
	padding:10px;
	min-height:40px;
	_height:40px;
}

#commentform #comment-notification-wrapper {
	bottom:-60px;
}
#commentform .notification-content {
	min-height:62px;
}
#comments-list #comment-notification-wrapper {
	bottom:-20px;
}
#comments-list .comment-notification {
	width:311px;
}
#comments-list .notification-content {
	min-height:22px;
}


/* #TOOLTIP
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#tim-tooltip { 
	position:absolute;
	z-index:10;
	display:none;
	padding:5px 8px;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-moz-box-shadow:1px 1px 3px #000;
	-webkit-box-shadow:1px 1px 3px #000;
	box-shadow:1px 1px 3px #000;
	border-radius:4px;
	background:#000;
	background:rgba(0,0,0,.7);
	text-shadow:0 1px 0 #000;
}
#tt-arrow { 
	width:0;
	height:0;
	line-height:0;
	border-top:5px solid #000;
	border-top:5px solid rgba(40,40,40,.7);
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	position:absolute;
	left:50%;
	bottom:-5px;
	margin-left:-5px;
	z-index:11;
}


/* #GENERIC
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.col {
	float:left;
}
.last-col {
	float:right;
}
.form-label .required {
	color:#f00;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
.alignright {
	float:right;
	margin:0 0 2em 2em;
	display:block;
}
.alignleft {
	float:left;
	margin:0 2em 2em 0;
	display:block;
}
.aligncenter {
	float:none;
	display:block;
	margin:0 auto 2em;
}
.alignnone {
	float:none;
	display:block;
	margin:0 0 2em 0;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 