/*
Theme Name: Artur Kim
Theme URI: http://arturkim.com
Description: Customized Thematic Theme.
Author: Artur Kim
Author URI: http://arturkim.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic Site is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* @import url('../thematic/library/styles/default.css'); */

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');


/* Global Elements */

body {
	background: #1a1a1a url('images/bg.gif') repeat left top;
}
body, input, textarea {
	color: #fff;
	font: 13px helvetica neue”,helvetica,arial,sans-serif;
	line-height: 18px;
}
p, ul, ol, dd, pre {
	margin-bottom: 18px;
}
pre, code {
	font: 12px Monaco,monospace;
	line-height: 18px;
}
blockquote {
	color: #aaa;
	font-style: italic;
}
table {
	border: 1px solid #ccc;
	border-width: 1px 1px 0 1px;
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 22px 0;
	text-align: left;
}
caption {
	text-align: left;
}
tr {
	border-bottom: 1px solid #ccc;
}
th, td {
	padding: .7em 1.25em;
}
hr {
	background-color: #ccc;
	border: 0;
	color: #ccc;
	height: 1px;
	margin-bottom: 22px;
}
a:link {
	color: #A7DBD8;
}
a:visited {
	color: #aaa;
}
a:active,
a:hover {
	color: #D13F32;
}
h1, h2, h3, h4, h5, h6 {
	color: #E0E4CC;
	font-family: Georgia,serif;
}


/* Wrapper */

#wrapper {
	margin: 0 auto;
	width: 960px;
}


/* Header */

#header {
	background: url('images/border.gif') repeat-x bottom;
	float: left;
	margin: 0 10px 36px;
	width: 940px;
	z-index: 2;
}
#branding {
	float: left;
	padding: 36px 10px 18px 0;
	width: 300px;
}
#blog-title a {
	background: url("images/logo.png") no-repeat left top;
	display: block;
	text-indent: -9000px;
	width: 226px;
	height: 36px;
}
#blog-title a:active,
#blog-title a:hover {
	background: url("images/logo.png") no-repeat left bottom;
}


/* Menu */

.skip-link {
    display:none;
}
#access {
	float: left;
	font-family: Georgia,serif;
	height: 36px;
	overflow: visible;
	padding: 36px 0 18px 10px;
	width: 620px;
	z-index: 100;
}
.menu {
	width: 620px;
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
/*** CUSTOM SKIN ***/
.sf-menu {
	float: right;
}
.sf-menu a {
	font-size: 18px;
	margin: 9px 0 9px 20px;
	text-decoration: none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:	#E0E4CC;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	color: #D13F32;
	outline: 0;
}


/* Content */

#main {
	clear: both;
}
#container {
	width: 560px;
}
#content {
	margin: 0 10px;
	width: 540px;
}
.page-title {
	font-size: 14px;
	line-height: 18px;
	padding-bottom: 18px;
}
.attachment .page-title {
	font-style: italic;
}
.page-title a {
	color: #aaa;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #D13F32;
}
.page-title span {
	font-style: italic;
}
.page-title .meta-nav {
	font-style: normal;
}
.search .page-title {
	display: none;
}
.hentry {
	padding-bottom: 18px;
}
.single .hentry {
	padding: 0;
}
.home #content .sticky {
	border: 1px solid #ccc;
	margin-bottom: 54px;
	padding: 18px 20px 0 20px;
}
.entry-title {
	font-size: 27px;
	font-weight: bold;
	line-height: 27px;
	padding-bottom: 9px;
}
.entry-title a {
	color: #E0E4CC;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #D13F32;
}
.entry-meta {
	color: #aaa;
	font-size: 11px;
	line-height: 18px;
}
.entry-meta .n {
	font-size: 11px;
	font-style: normal;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
.entry-meta a {
	color: #aaa;
	text-decoration: none;
}
.entry-meta a:active,
.entry-meta a:hover {
	color: #D13F32;
}
.entry-meta abbr {
	border: none;
	cursor: text;
	font-size: 11px;
	font-style: normal;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
.entry-content {
	padding-top: 18px;
}
.entry-content a img:focus,
.entry-content a img:hover,
.entry-content a img:active {
	border-color: #D13F32;
}
.entry-content h1,
.entry-content h2 {
	font-size: 18px;
	padding: 18px 0;
}
.entry-content h3 {
	color: #E0E4CC;
	font-size: 16px;
	padding: 18px 0;
}
.entry-content h4 {
	font-size: 11px;
	font-weight: bold;
	padding: 18px 0;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
.entry-content h2.top-heading {
	padding: 0 0 18px 0;
}
.entry-content img {
    border: 1px solid #fff;
	padding: 4px;
}
.entry-content table {
	margin-left: 1px;
}
.entry-content embed {
	margin-bottom: 18px;
}
.entry-utility {
	color: #aaa;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 36px;
}
.entry-utility a {
	color: #aaa;
	font-style: italic;
	text-decoration: none;
}
.entry-utility a:active,
.entry-utility a:hover {
	color: #D13F32;
}
.page-link {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 18px;
	padding-top: 18px;
	word-spacing:0.5em;
}
.page-link a {
	border: 1px solid #ccc;
	color: #aaa;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.page-link a:active,
.page-link a:hover {
	border: 1px solid #D13F32;
	color: #D13F32;
}
ul#links-page,
ul#archives-page {
	list-style: none;
	margin-left: 0;
	overflow: hidden;
}
li.content-column {
	float: left;
	margin-right: 20px;
	width: 45%;
}
.gallery {
	padding-bottom: 18px;
}
.wp-caption-text,
.gallery-caption {
	color: #aaa;
	font-size: 14px;
	line-height: 18px;
}
#author-info {
	margin-bottom: 36px;
	overflow: hidden;
}
#author-info .avatar {
	float: left;
	margin: .3em 1em 0 0;
}


/* =Attachments
-------------------------------------------------------------- */

.attachment-jpeg #container,
.attachment-png #container {
    width:100%;
}
.attachment-jpeg #content,
.attachment-png #content {
    width:930px;
}
.attachment-jpeg #comments,
.attachment-png #comments {
    width:540px;
    overflow:hidden;
}
.attachment-jpeg .main-aside,
.attachment-png .main-aside {
    display:none;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #aaa;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 18px;
	overflow: hidden;
}
.navigation a {
	color: #aaa;
	font-style: italic;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #D13F32;
}
.navigation .meta-nav {
	font-style: normal;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	width: 50%;
	text-align: right;
}
#nav-above,#nav-below {
	width: 100%;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
	padding-bottom: 36px;
}


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

#comments {
	padding-top: 18px;
}
#comments,
#comments input,
#comments textarea {
	font-size: 13px;
	line-height: 18px;
}
#comments code {
	font-size: 12px;
	line-height: 18px;
}
#comments h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	padding-bottom: 18px;
}
#comments-list {
	padding-bottom: 18px;
}
#comments-list h3 {
	background: url('images/border.gif') repeat-x bottom;
}
#comments-list ol,
#comments-list ul {
	list-style: none;
	margin: 0;
}
#comments-list li {
	background: url('images/border.gif') repeat-x bottom;
	padding: 36px 0 18px;
	position: relative;
}
#comments-list ul li {
	border: 1px solid #999;
	margin-bottom: 18px;
}
#comments-list li .avatar {
	position: absolute;
	left: 0;
	top: 36px;
	width: 36px;
	height: 36px;
}
#comments-list .comment-author {
	font-weight: bold;
	padding: 0 0 0 46px;
}
#comments-list .comment-meta {
	color: #aaa;
	font-size: 11px;
	padding: 0 0 9px 46px;
}
#comments-list .comment-meta a {
	color: #aaa;
	font-style: italic;
	text-decoration: none;
}
#comments-list .comment-meta a:active,
#comments-list .comment-meta a:hover {
	color: #D13F32;
}
.comment-reply-link {
	font-size: 11px;
	padding-bottom: 18px;
	text-align: right;
}
.comment-reply-link a {
	color: #aaa;
	font-style: italic;
	text-decoration: none;
}
.comment-reply-link a:active,
.comment-reply-link a:hover {
	color: #D13F32;
}
.comment-navigation {
	font-weight: bold;
	padding-bottom: 18px;
	margin-right: 0.5em;
}
.comment-navigation a {
	border: 1px solid #ccc;
	color: #aaa;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.comment-navigation a:active,
.comment-navigation a:hover {
	color: #D13F32;
}
.comment-navigation a,
.comment-navigation span {
	margin-right: 0.5em;
}
#trackbacks-list .comment-content {
	position: absolute;
	left: -9000px;
}
#respond {
	margin-bottom: 18px;
	overflow: hidden;
	padding-top: 18px;
	position: relative;
}
#comments-list #respond {
	border-bottom: 1px solid #ccc;
	margin-bottom: 18px;
	padding: 18px 1.5em;
}
#comments-list ul #respond {
	border: 1px solid #ccc;
	margin: 0;
}
#cancel-comment-reply {
	font-size: 11px;
	position: absolute;
	right: 1.5em;
	top: 18px;
}
#cancel-comment-reply a {
	color: #aaa;
}
#respond .required {
	color: #D13F32;
	font-weight: bold;
}
.form-section label {
	font-size: 13px;
}
#comments .form-section input, #comments .form-section textarea {
	background: #151515;
	border-top: 1px solid #0f0f0f;
	border-right: 1px solid #2a2a2a;
	border-bottom: 1px solid #2a2a2a;
	border-left: 1px solid #0f0f0f;
	font: 18px Georgia,serif;
	padding: 7px;
	margin: 9px 0 18px;
	width: 524px;
}
#comments .form-section input:hover, #comments .form-section input:focus,
#comments .form-section textarea:hover, #comments .form-section textarea:focus {
	border: 1px solid #A7DBD8;
}
#comments .form-submit input {
	background: #D13F32;
	border-top: 1px solid #D1625A;
	border-right: 1px solid #9F3027;
	border-bottom: 1px solid #9F3027;
	border-left: 1px solid #D1625A;
	cursor: pointer;
	font: 18px Georgia,serif;
	padding: 9px;
	margin-top: 18px;
	width: 540px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#comments .form-submit input:hover, #comments .form-submit input:active {
	background: #FF4D3F;
	border-top: 1px solid #FF796F;
	border-right: 1px solid #CF3E33;
	border-bottom: 1px solid #CF3E33;
	border-left: 1px solid #FF796F;
}
#form-allowed-tags p {
	color: #aaa;
	font-size: 11px;
	margin: 0;    
}
#form-allowed-tags span {
	font-style: italic;
}
#form-allowed-tags code {
	font-size: 11px;
	line-height: normal;
}
.form-submit {
	padding-top: 18px;
	text-align: right;
}
.subscribe-to-comments {
	color: #aaa;
	float: left;
	font-size: 11px;
	margin: 0;
	padding-top: 18px;
}
.solo-subscribe-to-comments {
	color: #aaa;
	font-size: 11px;
	padding-top: 18px;
}
.comment_license {
	color: #aaa;
	clear: both;
	font-size: 11px;
	margin: 0;
	padding-top: 18px;
}


/* Asides, Sidebars & Widget-Ready Areas */

.aside {
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 9px;
}
.aside input {
	background: #151515;
	border-top: 1px solid #0f0f0f;
	border-right: 1px solid #2a2a2a;
	border-bottom: 1px solid #2a2a2a;
	border-left: 1px solid #0f0f0f;
	padding: 7px;
	margin: 0 0 18px;
}
.aside p,
.aside ul,
.aside ol,
.aside dd,
.aside pre {
	margin-bottom: 18px;
}
.aside pre,
.aside code {
	font-size: 12px;
	line-height: 18px;
}
.aside {
    color: #aaa;
}
.aside a {
    color: #aaa;
}
.aside a:active,
.aside a:hover {
    color: #D13F32;
}
.aside h3 {
	font-family: helvetica neue”,helvetica,arial,sans-serif;
    font-size: 13px;
	font-weight: bold;
    line-height: 18px;
	margin-bottom: 9px;
	text-transform: uppercase;
}
.aside h3 a {
    text-decoration: none;
}
.aside caption {
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.aside ul {
    list-style: none;
    margin-left: 0;
}
.aside ul ul {
    margin: 0 0 18px;
}
.aside ul ul li {
    padding: 1px 0;
}
.aside ul ul ul {
    margin-bottom: 0;
}
.aside form,
.aside table {
    margin-bottom: 18px;
}
.aside table {
    border: none;
}
.aside thead {
    border: 1px solid #ccc;
}
.aside tbody {
    border: 1px solid #ccc;
}
.aside th, .aside td {
    border-right: 1px solid #ccc;
    padding: .25em .8em;
}
.aside tfoot tr {
    border: none;
}
.aside tfoot td {
    border-color: transparent;
}
.widget_tag_cloud {
    margin: 0 0 22px 0;
}
.aside #searchsubmit {
	display: none;	
}
/*
    Main Asides
*/
.main-aside ul li {
    margin-bottom: 9px;
}
/*
    Content Asides
*/
#content .aside {
    border:1px solid #ccc;
    margin:0 0 22px 0;
    padding:18px 0 0 0;
}
#content .aside ul {
    padding:0 20px;
}
#content .aside h3 {
    font-weight: normal;
    font-size: 17px;
    font-style: italic;
    padding: 0 0 9px 0;
    text-transform: none;
}
#content .aside ul ul {
    padding: 0;
}
/*
    Footer Asides
*/
#subsidiary {
    padding: 36px 0 0 0;    
}


/* Footer */

#footer {
	margin-top: 36px;
}
#siteinfo {
	background: url('images/border.gif') repeat-x top;
	color: #E0E4CC;
	font-size: 11px;
	line-height: 18px;
	padding: 18px 0 36px 0;
}
#siteinfo a {
	color: #A7DBD8;
	text-decoration: none;
}
#siteinfo a:active,
#siteinfo a:hover {
	color: #D13F32;
}


/* Not Found & Search Results */
#error404-searchform input#error404-s, #noresults-searchform input#noresults-s {
	background: #151515;
	border-top: 1px solid #0f0f0f;
	border-right: 1px solid #2a2a2a;
	border-bottom: 1px solid #2a2a2a;
	border-left: 1px solid #0f0f0f;
	font: 18px Georgia,serif;
	padding: 7px;
	margin: 9px 0 18px;
}
#error404-searchform input#error404-s:hover, #error404-searchform input#error404-s:focus,
#noresults-searchform input#noresults-s:hover, #noresults-searchform input#noresults-s:focus {
	border: 1px solid #A7DBD8;
}
#error404-searchform input#error404-searchsubmit, #noresults-searchform input#noresults-searchsubmit {
	background: #D13F32;
	border-top: 1px solid #D1625A;
	border-right: 1px solid #9F3027;
	border-bottom: 1px solid #9F3027;
	border-left: 1px solid #D1625A;
	cursor: pointer;
	font: 18px Georgia,serif;
	padding: 5px;
	margin: 18px 0 0 10px;
	width: 65px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#error404-searchform input#error404-searchsubmit:hover, #error404-searchform input#error404-searchsubmit:active,
#noresults-searchform input#noresults-searchsubmit:hover, #noresults-searchform input#noresults-searchsubmit:active {
	background: #FF4D3F;
	border-top: 1px solid #FF796F;
	border-right: 1px solid #CF3E33;
	border-bottom: 1px solid #CF3E33;
	border-left: 1px solid #FF796F;
}


/* =PageNavi
-------------------------------------------------------------- */

/* Using !important to override PageNavi CSS */

.wp-pagenavi {
    margin-bottom: 18px;
    padding-top: 18px;    
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited, .wp-pagenavi span {
	background: #151515;
	border-top: 1px solid #0f0f0f;
	border-right: 1px solid #2a2a2a;
	border-bottom: 1px solid #2a2a2a;
	border-left: 1px solid #0f0f0f;
    color: #aaa!important;
    font-style: normal;
    margin: 0 .375em !important;
    padding: 0.5em 0.75em !important;
}
.wp-pagenavi a:hover {
    border: 1px solid #D13F32 !important;
    color: #D13F32 !important;
}
.wp-pagenavi a:active {
    border: 1px solid #D13F32 !important;
    color: #D13F32 !important;
}
.wp-pagenavi span.pages {
    color: #aaa !important;
    margin: 0 5px 0 0 !important;
}
.wp-pagenavi span.current {
    border: 1px solid #aaa !important;
    color: #aaa !important;
    font-weight: normal !important;
}
.wp-pagenavi span.extend {
    background-color: #FFFFFF;
    border: 1px solid #000000;
    color: #000000;
    margin: 2px;
    padding: 2px 4px;
}


/* Leader */

#leader {
	float: left;
	width: 960px;
}
#leader-container {
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 960px;
}
#leader .entry-title {
	background: url('images/border.gif') repeat-x bottom;
	color: #eee;
	font-size: 60px;
	line-height: 72px;
	margin: 0 10px 36px 10px;
	padding-bottom: 36px;
	text-shadow: 0 2px 0 #999;
}
.single #leader .entry-title {
	text-align: center;
	width: 940px;
}
.page .entry-content {
	padding-top: 0;
}


/* Front Page */

#tagline {
	padding: 4.5px 0;
	margin: 0 10px;
}
#tagline h2 {
	color: #eee;
	font: 37px/45px Georgia,serif;
	text-shadow: 1px 1px 0 #000;
}
span.amp {
	font-family: Baskerville,"Goudy Old Style","Palatino","Book Antiqua",serif;
	font-style: italic;
	line-height: 36px;
}
.page-template-front-page-php #container,
.page-template-front-page-php #content  {
	margin: 0;
	padding: 0;
	width: 960px;
}
.page-template-front-page-php #sub-feature {
	line-height: 18px;
	overflow: hidden;
	position: relative;
}
.page-template-front-page-php #sub-feature h3 {
	background: url('images/border.gif') repeat-x bottom;
	color: #E0E4CC;
	font-size: 18px;
	margin-bottom: 9px;
	padding-bottom: 9px;
}
.page-template-front-page-php .block {
	float: left;
	margin: 0 10px;
	width: 300px;
}
.page-template-front-page-php .block ul {
	list-style: none;
	margin: 0;
}
.page-template-front-page-php .block a,
.page-template-front-page-php .block a:visited {
	color: #A7DBD8;
	text-decoration: none;
}
.page-template-front-page-php .block a:hover,
.page-template-front-page-php .block a:active {
	color: #D13F32;
}
.page-template-front-page-php #front-block-2 .recent-item {
	margin-bottom: 18px;
}
.page-template-front-page-php #front-block-2 .item-date {
	background: url('images/clock.png') no-repeat left;
	margin-right: 12px;
	padding-left: 19px;
}
.page-template-front-page-php #front-block-2 .item-comment a {
	background: url('images/comment.png') no-repeat left;
	color: #fff;
	margin-right: 12px;
	padding-left: 19px;
}
.page-template-front-page-php #front-block-2 .item-comment a:hover {
	background: url('images/comment-hover.png') no-repeat left;
	color: #D13F32;
}
.page-template-front-page-php #front-block-3 a {
	display: block;
	margin-bottom: 9px;
	padding-left: 26px;
	text-decoration: none;
}
.page-template-front-page-php #front-block-3 a:hover {
	background-position: 4px;
	color: #D13F32;
	padding-left: 30px;
}
#front-block-3 .rss a {
	background: url('images/rss-s.png') no-repeat left;
}
#front-block-3 .linkedin a {
	background: url('images/linkedin-s.png') no-repeat left;
}
#front-block-3 .twitter a {
	background: url('images/twitter-s.png') no-repeat left;
}
#front-block-3 .tumblr a {
	background: url('images/tumblr-s.png') no-repeat left;
}
#front-block-3 .facebook a {
	background: url('images/facebook-s.png') no-repeat left;
}


/* =Nivo Slider
-------------------------------------------------------------- */

#slider {
	position: relative;
	margin: 36px 10px 72px;
	background: #202834 url('images/loading.gif') no-repeat 50% 50%;
}
#slider img {
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
}
#slider a {
	border: 0;
	display:block;
}
.nivo-controlNav {
	position: absolute;
	left: 47%;
	bottom: -36px;
}
.nivo-controlNav a {
	display: block;
	width: 16px;
	height: 18px;
	background: url('images/bullets.png') no-repeat;
	text-indent: -9999px;
	border: 0;
	margin-right: 5px;
	float: left;
}
.nivo-controlNav a.active {
	background-position: -16px 0;
}

.nivo-directionNav a {
	display: block;
	width: 32px;
	height: 34px;
	background: url('images/arrows.png') no-repeat;
	text-indent: -9999px;
	border: 0;
}
a.nivo-nextNav {
	background-position: -32px 0;
	right: 10px;
}
a.nivo-prevNav {
	left: 10px;
}


/* About */

.page-template-about-php #container,
.page-template-about-php #content {
	margin: 0;
	width: 960px;
}
.page-template-about-php .entry-content .about-block {
	float: left;
	margin: 0 10px;
	width: 300px;
}
.page-template-about-php .entry-content ul {
	margin: 0 0 18px 1em;
}
.page-template-about-php .block a,
.page-template-about-php .block a:visited {
	color: #A7DBD8;
	text-decoration: none;
}
.page-template-about-php .block a:hover {
	color: #D13F32;
}
.page-template-about-php .entry-content .img-container {
	background: #1f1f1f;
	border-top: 1px solid #292929;
	border-right: 1px solid #151515;
	border-bottom: 1px solid #151515;
	border-left: 1px solid #292929;
	margin: 0 0 36px;
	padding: 17px 17px 35px;
	width: 264px;
}
.page-template-about-php #about-block-3 img {
    border-color: #1a1a1a;
	border-width: 1px 0 0 0;
	padding: 0;
}
.page-template-about-php #about-vimeo {
    float: left;
	width: 960px;
}
.page-template-about-php #about-vimeo h2 {
	margin: 0 10px;
}
.page-template-about-php #about-vimeo ol {
	list-style: none;
	margin: 0;
}
.page-template-about-php #about-vimeo li {
	float: left;
	margin: 0 10px;
	width: 172px;
}
.page-template-about-php #about-vimeo img {
	max-width: 162px;
}


/* Portfolio */

.page-template-portfolio-php #container,
.page-template-portfolio-php #content {
	margin: 0;
	width: 960px;
}
.page-template-portfolio-php .hentry {
	margin-bottom: 33px;
}
.page-template-portfolio-php .post {
	float: left;
	width: 960px;
}
.page-template-portfolio-php .entry-content .portfolio-left {
	float: left;
	margin: 0 10px;
	width: 620px;
}
.page-template-portfolio-php .entry-content .portfolio-right {
	float: left;
	margin: 0 10px;
	width: 300px;
}
.page-template-portfolio-php .entry-content img {
	background: #eee;
	border-bottom: solid 3px #999;
	margin: 0;
	padding: 5px;
}
.page-template-portfolio-php .entry-content h2 {
	font-size: 27px;
	font-weight: normal;
	line-height: 36px;
	padding: 0 0 9px 0;
}
.page-template-portfolio-php .entry-content p {
	font-size: 14px;
}
.page-template-portfolio-php .entry-content ul {
	margin-left: 0;
}
.page-template-portfolio-php .entry-content li {
	background: url('images/check.png') no-repeat left;
	list-style: none;
	padding-left: 20px;
}
.page-template-portfolio-php .entry-content a,
.page-template-portfolio-php .entry-content a:visited {
	color: #A7DBD8;
	text-decoration: none;
}
.page-template-portfolio-php .entry-content a:hover {
	color: #D13F32;
}


/* Contact */

.page-template-contact-php #container,
.page-template-contact-php #content {
	margin: 0;
	width: 960px;
}
.page-template-contact-php .entry-content .contact-left {
	float: left;
	margin: 0 10px;
	width: 460px;
}
.page-template-contact-php .entry-content .contact-right {
	float: left;
	margin: 0 10px 0 90px;
	width: 380px;
}
.contact-form fieldset {
	margin-bottom: 18px;
}
.contact-form legend {
	color: #E0E4CC;
	font-family: Georgia,serif;
	font-size: 18px;
	padding: 0 0 9px 0;
}
.contact-form input.text, .contact-form textarea {
	background: #151515;
	border-top: 1px solid #0f0f0f;
	border-right: 1px solid #2a2a2a;
	border-bottom: 1px solid #2a2a2a;
	border-left: 1px solid #0f0f0f;
	font: 18px Georgia,serif;
	padding: 7px;
	margin: 9px 0 18px;
	width: 444px;
}
.contact-form input.text:hover, .contact-form input.text:focus,
.contact-form textarea:hover, .contact-form textarea:focus {
	border: 1px solid #A7DBD8;
}
.contact-form .form-option input {
    margin: 0 3px 0 0;
	padding: 0;
    vertical-align: top;
    position: relative;
    top: 2px;
}
.contact-form .form-submit input {
	background: #D13F32;
	border-top: 1px solid #D1625A;
	border-right: 1px solid #9F3027;
	border-bottom: 1px solid #9F3027;
	border-left: 1px solid #D1625A;
	cursor: pointer;
	font: 18px Georgia,serif;
	padding: 9px;
	margin-top: 18px;
	width: 460px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.contact-form .form-submit input:hover, .contact-form .form-submit input:active {
	background: #FF4D3F;
	border-top: 1px solid #FF796F;
	border-right: 1px solid #CF3E33;
	border-bottom: 1px solid #CF3E33;
	border-left: 1px solid #FF796F;
}
.page-template-contact-php span.required {
	color: #D13F32;
	font-weight: bold;
}
.page-template-contact-php .contact-right .services {
	background: #1f1f1f;
	border-top: 1px solid #292929;
	border-right: 1px solid #151515;
	border-bottom: 1px solid #151515;
	border-left: 1px solid #292929;
	padding: 35px;
}
.page-template-contact-php .contact-right h3 {
	padding: 0 0 18px;
}
.page-template-contact-php .contact-right ul {
	list-style: none;
	margin: 0;
	overflow: hidden;
}
.page-template-contact-php .contact-right strong {
	color: #A7DBD8;
	text-transform: uppercase;
}

/* sidebar */
#custom-sidebar #search {
	margin-bottom: 18px;
}
#custom-sidebar  #subscribe {
	margin-bottom: 36px;
}
#custom-sidebar #search form {
	margin: 0;
}
#custom-sidebar #subscribe a {
	display: block;
	line-height: 36px;
	margin-bottom: 9px;
	padding-left: 42px;
	text-decoration: none;
}
#custom-sidebar  #subscribe .rss a:hover, #custom-sidebar  #subscribe .twitter a:hover  {
	background-position: 4px;
	color: #D13F32;
	padding-left: 46px;
}
#custom-sidebar #subscribe .rss a {
	background: url('images/rss.png') left no-repeat;
}
#custom-sidebar #subscribe .twitter a {
	background: url('images/twitter.png') left no-repeat;
}