﻿/**
 * Theme Name: Epsilon - Leviathan
 * Theme URI: http://www.epsil.nl
 * Description: A child of the Hybrid theme framework that puts emphasis on your content.
 * Author: Epsilon Creations
 * Author URI: http://www.epsil.nl
 * Version: 1.0
 * Tags: threaded-comments, microformats, two-columns, fixed-width
 * Template: hybrid
 *
 * Epsilon - Leviathan is released under the GNU General Public License, version 2 (GPL).
 * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
 *
 * This theme is a heavy modification of the excellent Hybrid Child theme Leviathan
 * made by Justin Tadlock http://www.justintadlock.com
*/
/* Get base CSS */
@import url('../hybrid/library/css/18px.css');
/* Get plugins CSS */
@import url('../hybrid/library/css/plugins.css');
/* Get drop-downs CSS */
@import url('../hybrid/library/css/drop-downs.css');
/* Uncomment the below line if using the Hybrid Tabs plugin */
/* @import url('tabs.css'); */
/* Body */
body {
	font: 12px/1.5 Verdana, Arial, sans-serif;
	color: #222;
	background: #ccc url(images/main-bg.jpg) repeat 0 0;}
body.front-page {}
#body-container {
	overflow: hidden;
	width: 100%;
	background: transparent url(images/bg.jpg) repeat-x 0 0;}
/* Links */
a:link, a:visited {
	color: #3737c3;
	border-bottom: 1px dashed #f00;
	text-decoration: none;}
a:hover, a:active {
	color: #fff !important;
	border-bottom: 1px solid #f00;
	background: #f00;}
/* Headers */
h1, h2, h3, h4, h5, h6 {
	font-family: arial, verdana, sans-serif;}
#container h1 a {
	border: none;
	color: #f00;
	text-shadow: #fff 1px 1px 0;
	font-size: 140%;}
#container h1 a:hover {
	color: #f00;
	text-shadow: none;}
#container h2 a {
	font-size: 120%;}
.home #container h2 a {
	border: none;
	color: #f00;
	text-shadow: #fff 1px 1px 0;
	font-size: 140%;}
/* Lists */
#content ul, #content ol {
	list-style: none;
	margin-left: 12px;}
#content ul li {
	overflow: hidden;
	height: 100%;
	padding: 6px 0 0 24px;
	background: url(images/next.png) no-repeat 0 8px;
	border-bottom: 1px dashed #ddd;}
#content ul.plus li {
	background: url(images/add.png) no-repeat 0 8px;}
#content ul.negative li {
	background: url(images/delete.png) no-repeat 0 8px;}
#content ul li li {
	background: url(images/bullet-alt.png) no-repeat 0 8px;}
/* Blockquotes */
blockquote {
	margin: 0 24px 0 0;
	padding: 6px 0 0 24px;
	background: url(images/quotes.gif) no-repeat 0 0;
	border: none;}
.post blockquote {
	font-style: italic;
	color: #777;}
.post blockquote em {
	font-style: normal;}
/* Code */
code {
	font-size: 12px;
	padding: 0 3px;
	background: #f1f1f1;}
pre {
	font-size: 12px;
	overflow: auto;
	padding: 9px;
	background: #f1f1f1;
	border: 1px solid #e2e2e2;}
pre code {
	padding: 0;
	background: transparent;}
/* Tables */
table {
	width: 100%;
	color: #222;}
caption {
	font-size: .8em;
	font-style: italic;
	text-align: right;
	color: #666;}
td, th {
	padding: .3em .8em;
	border-right: 1px solid #fff;}
tr:hover td {
	background: #fff;}
tr {
	background: #f1f1f1;}
th {
	color: #fff;
	background: #373737;
	text-transform: uppercase;
	font-weight: bold;}

/* Forms */
textarea {
	width: 98%;
	font: normal normal normal 15px/21px arial, verdana, sans-serif;}
input {
	font: normal normal normal 13px/21px arial, verdana, sans-serif;}
.text-input {
	display: block;
	width: 300px;
	font-size: 15px;}
.page-template-quick-post .text-input {
	width: 98%;}

/* Drop caps */
.drop-cap {
	float: left;
	line-height: 39px;
	margin-right: 3px;
	font-size: 48px;
	font-family: "Warnock Pro", "Goudy Old Style", Palatino,"Book Antiqua", Cambria, Georgia, serif;
	color: #666;}
/* Notes */
.note {
	padding: 6px 9px;
	background: #EFF1E1;
	border: 1px solid #e2e2e2;}
/* Warnings/Alerts */
.warning, .alert {
	padding: 6px 9px;
	background: #fffbbc;
	border: 1px solid #E6DB55;}
/* Errors */
.error {
	padding: 6px 9px;
	background: #ffebe8;
	border: 1px solid #C00;}
/* Downloads */
.download {
	padding: 6px 9px;
	background: #e7f7d3;
	border: 1px solid #6c3;}
/* Alignment */
.left, .alignleft {
	float: left;
	margin: 0 15px 0 0;}
.right, .alignright {
	float: right;
	margin: 0 0 0 15px;}
.center, .aligncenter {
	display: block;
	margin: 10px auto 15px auto;}
.block, .alignnone {
	display: block;
	margin: 0 0 15px 0;}
.clear {
	clear: both;}
span.pullquote {
	float: none;
	margin: 0;}
/**
* Images
************************************************/
img, a img {
	padding: 5px;}
.post img, .page img {
	max-width: 668px;
	padding: 6px;
	background: #FFFFFF url(images/bg-widgets.png) repeat-x scroll 0 0;
	border: 1px solid #999;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;}
/* WP Smilies */
img.wp-smiley {
	max-height: 12px;
	margin: 0;
	padding: 0;
	border: none;}
/* Thumbnails */
.thumbnail {
	float: left;
	width: 200px;
	margin: 0 15px 10px 0;
	padding: 4px;
	background: #EFF1E1;
	border: 1px solid #e2e2e2;}
/* WP Captions [caption] */
.wp-caption {
	overflow: hidden;
	max-width: 588px;
	padding: 6px;
	background: #EFF1E1;
	border: 1px solid #e2e2e2;
	text-align: center;}
.wp-caption img, .wp-caption a img {
	max-width: 588px;
	margin: 0;
	padding: 0;
	border: none;}
.wp-caption p {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-style: italic;
	text-align: right;}
/* Gallery [gallery] */
.gallery {
	display: block;
	text-align: center;
	margin-bottom: 21px !important;}
.gallery img {
	padding: 4px;
	background: #EFF1E1;
	border: 1px solid #e2e2e2;}
/* Avatars */
.avatar {
	float: left;
	margin: 0 15px 5px 0;
	padding: 6px;
	background: #FFFFFF url(images/bg-widgets.png) repeat-x scroll 0 0;
	border: 1px solid #999;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;}
/**
* Header
************************************************/
#header-container {
	overflow: hidden;
	width: 100%;
	background: transparent url(images/header-clouds.jpg) repeat-x scroll center top;
	border-bottom: 2px solid #fff;
	margin-bottom: -20px;}
#header {
	overflow: hidden;
	width: 960px;
	height: 190px;
	margin: 0 auto;
	padding: 0;
	background: transparent url(images/header-clouds-center.jpg) no-repeat 0 0;}
#site-title {
	float: left;
	width: 262px;
	margin: 0;}
#site-title a {
	display: block;
	width: 373px;
	height: 125px;
	margin: 20px 0 0 0;
	background: url(images/logo-epsilon.png) no-repeat 0 0;
	border: 0 none;}
#site-title a span {
	display: none;}
#site-description {
	position: absolute;
	left: -9999px;}
/* Search form */
#header form {
	float: right;
	width: 200px;
	height: 25px;
	margin: 178px 0 0;
	padding: 0;
	position: relative;
	z-index: 10;
	display: inline;}
#header input {
	line-height: 15px;
	float: left;
	overflow: hidden;
	width: 120px;
	padding: 3px 5px 3px 5px;
	color: #666;
	background: #eee;
	border: 1px solid #373737;
	display: inline;}
#header input:focus {
	background: #fff;
	color: #444}
#header .search-submit {
	float: right;
	overflow: hidden;
	width: 50px;
	padding: 3px 5px !important;
	display: inline;}
.search-results {
	position: absolute;
	width: 940px;
	height: 200px;
	margin: 0 auto;
	padding: 0;}
.search {
	width: 100%;
	margin: 0 auto;
	padding: 0;}
/**
* Navigation
************************************************/
#navigation {
	width: 960px;
	height: 64px;
	margin: 0 auto;
	background: transparent url(images/navigation.png) no-repeat scroll center top;}
#page-nav {
	width: 960px;
	height: 64px;
	margin: 0 auto;
	background: transparent url(images/nav-div.png) no-repeat scroll 20px 0;}
#page-nav ul {
	list-style: none;
	margin: 0 0 0 20px;}
#page-nav li {
	float: left;}
#page-nav a {
	display: block;
	padding: 10px 10px 12px 10px;
	background: transparent url(images/nav-div.png) no-repeat scroll right 0;
	font-size: 120%;
	color: #fff;
	border: 0 none;
	text-shadow: #000 1px 1px 0;}
#page-nav a:hover {
	background: #f00;
	color: #fff !important;}
#page-nav li.current_page_item a {
	color: #ff0;
	background: #373737;}
#page-nav li.current_page_item a:hover {
	color: #ff0 !important;
	background: #373737;}
#page-nav li.current_page_item li a {
	color: #4b6e85;}
/* Drop-down styles */
#page-nav ul ul, .menu ul {
	width: 180px;
	background: #0A2934;}
#page-nav li li:hover ul, #page-nav li li li:hover ul {
	left: 180px;}
#page-nav li li {
	border-top: 1px solid #09232c;}
#page-nav li li a {
	padding: 7px 10px;
	background: transparent;}
#page-nav li:hover ul, #page-nav li.sfHover ul {
	top: 33px;}
#page-nav li li:hover ul, #page-nav li li.sfHover ul, #page-nav li li li:hover ul, #page-nav li li li.sfHover ul {
	top: -1px;}
/**
* Containers
************************************************/
#container {
	overflow: hidden;
	width: 960px;
	margin: 0 auto;}
#container a {
	color: #3737C3;}
#content {
	overflow: hidden;
	float: left;
	width: 720px;}
.page-6 #content, .page-10 #content, .page-18 #content, .page-20 #content, .page-22 #content {
	width: 100%;}
/* Breadcrumb trail */
.breadcrumb {
	width: 960px;
	margin: 0 auto 20px auto;
	padding: 4px 0;
	font-size: 11px;
	color: #999;}
/* Posts (and other general sections) */
.post, .series, .related, .category-info, .tag-info, .author-profile, .date-info, .search-info, .single .author-profile, .page {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 19px 19px 0 19px;
	background: #fff url(images/page-post-bg.png) repeat-y 0 0;
	border: 1px solid #373737;
	border-left: 4px solid #f00;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;}
/* Post title (and other titles) */
.entry-title, .series-title, .related-title {
	margin: 0 0 5px 0;
	font: normal normal bold 18px/21px arial, verdana, sans-serif;}
.single-title, .attachment-title, .page-title, .series-title, .related-title, .home .entry-title, .blog .entry-title, .category-title, .tag-title, .author-title, .date-title, .search-title, .page-template-blog .post-title {
	margin: 0 0 10px 0;
	padding: 0 0 9px 0;
	font: normal normal bold 18px/21px arial, verdana, sans-serif;}
/* Byline */
.byline {
	font-size: 11px;
	background: #eee url("images/tag_blue.png") no-repeat scroll 3px 7px;
	border: 1px solid #ddd;
	border-left: 4px solid #ccc;
	color: #666;
	margin: 10px 0;
	padding: 6px 0 6px 20px;}
/* Post meta data */
.entry-meta {
	clear: both;
	font-size: 11px;
	background: #eee url("images/tag_blue.png") no-repeat scroll 3px 7px;
	border: 1px solid #ddd;
	border-left: 4px solid #ccc;
	color: #666;
	margin: 10px 0;
	padding: 6px 0 6px 20px;}
/* Using <!--nextpage--> */
p.pages a {
	margin: 0 0 0 3px;
	padding: 4px 7px;
	color: #8282FF !important;
	background: #e6e6e6;
	border: 1px solid #ddd;}
/* Page Templates */
.page-template-authors .author-profile, .single .author-profile {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 10px;}
.page-template-authors .author-name, .single .author-profile .author-name {
	font-size: 15px;
	font-weight: bold;
	margin: 0;}
.page-template-no-widgets #content, .no-widgets #content, .primary-inactive.secondary-inactive #content {
	width: 960px;}
.post-box, .page-template-widgets #content .widget {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 19px 19px 0 19px;
	background: #fff;
	border: 1px solid #e6e6e6;}
/* Navigation links */
.navigation-attachment {
	overflow: hidden;
	margin: 0 0 21px 0;}
.navigation-links {
	overflow: hidden;
	padding: 10px 19px;
	background: #fff;
	border: 1px solid #999;
	margin-bottom: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;}
.navigation-links a {
	color: #000;}
.navigation-links .previous {
	float: left;
	max-width: 49%;}
.navigation-links .next {
	float: right;
	max-width: 49%;
	text-align: right;}
/* Paged comments navigation */
#comments-template .paged-navigation {
	overflow: hidden;
	margin: 0 0 20px 0;}
#comments-template .paged-navigation .page-numbers, #comments-template .paged-navigation .next, #comments-template .paged-navigation .prev {
	float: left;
	margin: 0 6px 0 0;
	padding: 4px 12px;
	color: #8282FF !important;
	background: #fff;
	border: 1px solid #e2e2e2;}
/* WP PageNavi */
.wp-pagenavi {
	overflow: hidden;}
.wp-pagenavi .pages, .wp-pagenavi .current, .wp-pagenavi a, .wp-pagenavi .extend {
	float: left;
	margin: 0 6px 0 0;
	padding: 4px 12px;
	color: #8282FF !important;
	background: #fff;
	border: 1px solid #e2e2e2;}
/**
* Primary/Secondary and utility widgets
************************************************/
#primary, #secondary {
	float: right;
	width: 220px;}
#secondary {
	clear: right;}
.widget {
	margin: 0 0 16px 0;
	padding: 10px 10px 0 10px;
	background: #fff url(images/bg-widgets.png) repeat-x 0 0;
	border: 2px solid #999;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;}
.widget-title {
	margin: 0 0 6px 0;
	padding: 3px 10px;
	font: normal normal bold 16px/21px arial, verdana, sans-serif;
	color: #fff;
	background: #373737;
	border: 1px solid #000;
	text-shadow: #000 1px 1px 0;
	border-radius: 16px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	text-align: center;}
.widget ul {
	list-style: none;
	margin: 0 0 12px 0;}
.widget li {
	margin: 0;
	padding: 0;}
.widget_twitter li {
	margin: 0 0 6px 0;
	padding: 0 0 6px 20px;
	border-bottom: 1px dashed #ddd;
	font-size: 90%;
	color: #666;
	background: url(images/twitter.gif) no-repeat 0 0;}
.widget_twitter li a {
	display: inline !important;
	margin: 0 !important;
	padding: 0 !important;
	border-bottom: 1px dashed #f00 !important;}
.widget ul li {
	border-bottom: 1px dashed #ddd;} 
.widget ul li a {
	padding: 5px 0 5px 20px;
	display: block;
	border: 0 none;}
.widget ul li a:hover {
	color: #fff !important;}
.widget ul.archives li a {
	background: transparent url(images/calendar.png) no-repeat 0 6px;}
.widget ul.categories li a {
	background: transparent url(images/folder.png) no-repeat 0 6px;}
.widget ul.enhanced-recent-posts li  a {
	background: transparent url(images/comment.png) no-repeat 0 6px;}
.widget ul.archives li a:hover {
	background: #f00 url(images/calendar.png) no-repeat 0 6px;}
.widget ul.categories li a:hover {
	background: #f00 url(images/folder.png) no-repeat 0 6px;}
.widget ul.enhanced-recent-posts li  a:hover {
	background: #f00 url(images/comment.png) no-repeat 0 6px;}
.widget ul ul {
	margin: 6px 0 0 0;}
.widget li li {
	margin: 0 0 3px 0;
	padding: 0 0 3px 15px;
	background: url(images/bullet-alt.png) no-repeat 0 6px;
	border-bottom: none;}
/**
* Comments template
************************************************/
#comments-number {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 19px;
	background: #fff url("images/page-post-bg.png") repeat-y scroll 0 0;
	border: 1px solid #373737;
	font: normal normal bold 18px/21px arial, verdana, sans-serif;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;}
#comments ol {
	list-style: none;
	margin-left: 0;}
#comments li, p.comments-closed {
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 18px 18px 0 18px;
	background: #fff;
	border: 1px solid #373737;
	border-left: 5px solid #3737c3;}
#comments li.thread-even, #comments li.thread-odd {
	padding-bottom: 8px;}
p.comments-closed {
	padding: 18px;}
#comments-template p.comments-closed {
	border: none;
	padding: 0;}
#comments li li, #comments li li li li {
	margin: 0 15px 15px 15px;
	padding: 15px 15px 0 15px;
	background: #eee;
	border: 1px solid #373737;
	border-left: 5px solid #3737c3;}
#comments li li li, #comments li li li li li {
	margin: 0 15px 15px 15px;
	padding: 15px;
	background: #fff;
	border: 1px solid #373737;
	border-left: 5px solid #3737c3;}
/* Comment avatars */
#comments .avatar {
	float: left;
	width: 40px;
	height: 40px;
	margin: 0 15px 5px 0;
	padding: 4px;
	background: #EFF1E1;
	border: 1px solid #999;}
/* Comment meta data */
#comments .comment-meta-data {
	margin: 0 0 20px 0;}
#comments .comment-meta-data cite {
	font-size: 15px;
	font-weight: bold;
	font-style: normal;}
#comments .comment-meta-data a {
	color: #3737c3 !important;}
/* Comment text */
#comments .comment-text {
	clear: both;
	margin: 0;}
#comments .comment-author-roderick {
	border-left: 5px solid #f00 !important;
	background: #ffffdd !important;}
/* Comment form */
#respond {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 19px 19px 0 19px;
	background: #fff;
	border: 2px solid #373737;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;}
#reply {
	margin: 0 0 10px 0;
	padding: 0 6px 9px 6px;
	font: normal normal bold 18px/21px arial, verdana, sans-serif;
	border-bottom: 1px solid #999;}
/**
* Subsidiary widgets (footer)
************************************************/
#subsidiary {
	overflow: hidden;
	width: 960px;
	margin: 0 auto 20px auto;}
#subsidiary a {
	color: #ff0;
	border: 0 none;}
#subsidiary a:hover {
	color: #fff;}
#subsidiary .widget {
	float: left;
	width: 270px;
	margin: 0;
	padding: 0 20px;
	background: transparent;
	border: none;}
#subsidiary .widget-title {
	margin: 0 0 6px 0;
	padding: 3px;
	color: #eee;
	font-weight: normal;
	background: #444;}
#subsidiary .widget ul, #subsidiary .widget ul ul {
	list-style: none;
	margin: 0 0 10px 0;}
#subsidiary .widget li, #subsidiary .widget li li {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0 none;}
#subsidiary .widget li a, #subsidiary .widget li li a {
	padding: 4px 10px 4px 20px;
	display: block;
	text-shadow: 1px 1px 0 #000000;
	background: transparent url("images/favorite.png") no-repeat scroll 0 6px;}
#subsidiary .widget li a:hover, #subsidiary .widget li li a:hover {
	background: #f00 url("images/favorite.png") no-repeat scroll 0 6px;
	color: #fff !important;}
#subsidiary .enh_rp li a {
	background: transparent url("images/comment.png") no-repeat scroll 0 6px;}
#subsidiary .enh_rp li a:hover {
	background: #f00 url("images/comment.png") no-repeat scroll 0 6px;}
/**
* Footer
************************************************/
#footer-container {
	overflow: hidden;
	clear: both;
	width: 100%;
	padding: 20px 0 0 0;
	color: #aaa;
	background: #373737;
	border-top: 2px solid #000;}
#footer {
	overflow: hidden;
	clear: both;
	width: 960px;
	margin: 20px auto 10px auto;
	text-align: center;}
#footer .copyright {
	float: left;
	width: 49%;}
#footer .credit {
	float: right;
	width: 49%;
	text-align: right;}
#footer a {
	color: #ff0;
	border: 0 none;}

/* Sliding Panel CSS */
/* Original panel.css removed from options via the functions.php file of the theme */

/* Extra div to handle some IE scenarios with absolute positioning. */
#sliding-panel-container {
	position: relative;
	display: table;
	z-index: 999;
	width: 100%;}

/* Sliding panel. */
#sliding-panel {
	position: absolute;
	top: 0;
	z-index: 999;
	width: 100%;
	margin: 0 auto;
	text-align: center;}

/* The part of the panel that actually slides. */
#sliding-panel .panel {
	overflow: hidden;
	display: none;
	position: relative;
	z-index: 10;
	width: 100%;
	height: 230px;
	background: #040412;}

/* Widget container. */
#sliding-panel .panel-content {
	overflow: hidden;
	width: 960px;
	height: 210px;
	margin: 15px auto;
	padding: 0;
	text-align: left;
	border-left: 1px solid #333;}

/* Sliding panel widgets. */
#sliding-panel .widget {
	overflow: hidden;
	float: left;
	width: 289px;
	height: 210px;
	margin: 0;
	padding: 0 15px;
	color: #999;
	background: transparent;
	border: none;
	border-right: 1px solid #333;}
#sliding-panel .widget-inside {
	margin: 0;
	padding: 0;
	background: transparent;
	border: none;}

/* Sliding panel widget titles. */
#sliding-panel .widget-title {
	margin: 0 0 5px 0;
	padding: 0;
	font: normal normal bold 18px/21px Arial, Verdana, sans-serif !important;
	color: #ddd;
	text-transform: none;
	text-align: left;
	background: transparent;
	border: none;}

/* Sliding panel widget lists. */
#sliding-panel .widget ul {
	margin: 0 0 10px 20px;
	list-style: square;}
#sliding-panel .widget ul li {
	margin: 0;
	padding: 0;
	background: transparent;
	border: none;}

/* Sliding panel widget links. */
#sliding-panel .widget a {
	color: #fff;
	text-decoration: none;}
#sliding-panel .widget a:hover {
	color: #ff0;}

/* Toggle div wrapper. */
#sliding-panel .tab {
	position: relative;
	top: 0;
	z-index: 9999;
	height: 37px;
	border-top: 2px solid #fff;}

/* Wrapper for the open/close button. */
#sliding-panel .tab .toggle {
  	clear: both;
	display: block;
	position: relative;
	width: 960px;
	height: 35px;
	line-height: 35px;
	margin: 0 auto;}

/* Open/close link. */
#sliding-panel .tab a {
	display: block;
	float: right;
	position: relative;
	width: 180px;
	height: 35px;
	top: -1px;
	margin: 0;
	padding: 0;
	font: normal normal bold 12px/33px Georgia, Times, 'Times New Roman', serif !important;
	color: #ff0;
  	background: #373737;
 	text-align: center;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	text-shadow: #000 1px 1px 0;}

/* Open link. */
#sliding-panel .tab a.open {}

/* Close link. */
#sliding-panel .tab a.close {}

/* Open/close link hover. */
#sliding-panel .tab a:hover {
	cursor: pointer;
	color: #fff !important;
	border: 0 none;
	background: #f00 !important;}

/* Open/close link array (&urarr;). */
#sliding-panel .tab a .arrow {
	font-style: normal;}

/* Open/close link array (&urarr;). */
#sliding-panel input:focus {
	background: #eee;}

/**
* Added by Roderick
************************************************/
#container a.more-link, button.more-link, a.more-link, .button, #header .search-submit, .entry-meta a.comments-link {
	background: #373737 !important;
	color: #ff0 !important;
	border: 1px solid #000;
	border-left: 4px solid #f00;
	padding: 7px 10px;
	font-weight: bold;
	text-shadow: #000 1px 1px 0;
	cursor: pointer;}
#container a.more-link:hover, button.more-link:hover, a.more-link:hover, .button:hover, #header .search-submit:hover, .entry-meta a.comments-link:hover {
	background: #f00 !important;
	color: #fff !important;
	border: 1px solid #373737;
	border-left: 4px solid #373737;}
.button {
	margin: 0 10px 0 0;
	padding: 6px 20px;}
#container a.twitter_title_link {
	color: #ff0;
	border: 0 none;}
.published {
	color: #f00;
	font-weight: bold;}
.post h3, .page h3 {
	color: #666;
	font-size: 1.75em;
	border-bottom: 4px solid #999;
	font-weight: bold;}
.post h5, .page h5 {
	font-size: 1.55em;
	color: #888;
	margin: 0 0 6px;}
.ngg-widget, .ngg-widget-slideshow {
	text-align: center !important;}
.ngg-widget a:hover, .ngg-widget-slideshow a:hover {
	border: 0 none;
	background: none;}
.twitter-timestamp {
	color: #f00;
	display: block;}
/*#fancy_wrap a:hover {
	background: none;}*/
.title-image {
	width: 450px;
	height: 220px;
	float: right;
	overflow: hidden;
	border: 1px solid #373737;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	margin: -44px -20px 0 20px;}
.title-three-d-design {
	background: transparent url(images/three-d-design.jpg) no-repeat 0 0;}
.title-home {
	background: transparent url(images/title-home.jpg) no-repeat 0 0;}
.title-webdesign {
	background: transparent url(images/title-webdesign.jpg) no-repeat 0 0;}
.title-graphic-design {
	background: transparent url(images/title-graphic-design.jpg) no-repeat 0 0;}
.title-multimedia {
	background: transparent url(images/title-multimedia.jpg) no-repeat 0 0;}
.ngg-widget img {
	border: 1px solid #999 !important;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;}
.ngg-widget img:hover {
	border: 1px solid #f00 !important;}
.ngg-gallery-thumbnail {
	margin-right: 22px !important;
	margin-bottom: 6px;}
.ngg-gallery-thumbnail img { 
	border: 1px solid #f00 !important;}
.ngg-gallery-thumbnail img:hover {
	background: #3737c3 !important;
	border: 1px solid #3737c3 !important;}
.page-img {
	top: -40px;
	position: relative;}
.site-link {
	text-shadow: #000 1px 1px 0;}
.entry-meta a.comments-link {
	padding: 3px 6px;
	background: #f00 !important;
	color: #fff !important;
	border: 1px solid #373737;
	border-left: 4px solid #373737;}
.entry-meta a.comments-link:hover {
	background: #373737 !important;
	color: #ff0 !important;
	border: 1px solid #000;
	border-left: 4px solid #f00;}

	/* Home Boxes Columns */
#content ul.column{
	width: 100%;
	padding: 0;
	margin: 10px 0;
	list-style: none;}
#content ul.column li {
	float: left;
	width: 228px;
	padding: 0;
	margin: 5px 0;
	display: inline;}
.block {
	height: 250px;
	margin: 0 12px 10px 0;
	padding: 10px 10px 0;
	background: #e3e1d5;
	-moz-border-radius: 10px;
	background: #fff url("images/bg-widgets.png") 0 0 repeat-x;
	border: 2px solid #666;}
.block img {
	/*Flexible image size with border*/
	width: 99%;  /*Took 1% off of the width to prevent IE6 bug*/
	background: none;
	padding: 0;
	border: 1px solid #999;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-ms-interpolation-mode: bicubic; /*prevents image pixelation for IE 6/7 */}
#rss-icon {
	padding: 0;
	margin: 0;
	border: 0 none;
	position: absolute;
	top: 6px;
	left: 45px;}
#page-nav li.feed-url a {
	padding: 10px 40px 12px 10px;}