/*------------------------------------------------------------------------
 Theme Name:    PENDULUM
 Description:   WordPress 3.0 Theme
 Version:       1.0.3
 Author:        Rascals Labs
 Author URI:    http://www.rascals.eu
 ------------------------------------------------------------------------*/


/*////////////////////////// CSS 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, b, u, i, center, 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-size:100%;
	vertical-align:baseline;
	background:transparent
}
body { line-height:1 }
ol, ul { list-style:none }
blockquote, q { quotes:none }
blockquote:before, blockquote:after, q:before, q:after { content:'' }
ins { text-decoration:none }
del { text-decoration:line-through }
table {
	border-collapse:collapse;
	border-spacing:0
}
/*////////////////////////// GENERAL //////////////////////////*/

body {
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	color: #bbb;
	line-height:20px;
	background: #191919 url(styles/default/bg.jpg) left top repeat;
}
a {
	color:#0099cc;
	text-decoration:underline;
	line-height:normal;
}
a:hover { text-decoration:none; }
p {
	line-height:22px;
	font-size:14px;
}
h1, h2, h3, h4, h5, h6 {
	letter-spacing: 0.4px;
	color:#fff;
	line-height:140%;
	font-weight:bold;
	clear:both;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { text-decoration:none; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration:none;
	color:#0099cc;
}
h1 {
	font-size:36px;
	padding-bottom:20px;
}
h2 {
	font-size:30px;
	padding-bottom:20px;
}
h3 {
	font-size:24px;
	padding-bottom:20px;
}
h4 {
	font-size:20px;
	padding-bottom:20px;
}
h5 {
	font-size:18px;
	padding-bottom:10px;
}
h6 {
	font-size:16px;
	padding-bottom:5px;
}
abbr, acronym {
	border-bottom-style:dotted;
	border-bottom-width:1px;
	text-transform:uppercase;
}
cite, em, dfn { font-style:italic; }
ins, dfn { border-bottom:1px solid #ddd; }
del { text-decoration:line-through; }
strong, b {
	font-weight:bold;
	color:#ddd;
}
/*FORMS*/
input, textarea {
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	line-height: 20px;
	background-color:#fff;
	border:0;
	padding:5px;
	margin-top:5px;
	clear:both;
	float:left;
	outline-style:none!important;
}
input:focus, textarea:focus { background:#fff; }
textarea {
	line-height: 20px;
	overflow: auto;
}
input {
	width:auto;
	line-height: normal;
}
label {
	overflow:hidden;
	float:left;
	font-weight:bold;
	color:#bbb;
	line-height: normal;
}
/*LISTS*/
.entry-content ul, .entry-content ol {
	list-style:square inside;
	list-style-image:none;
	padding:0 0 20px 20px;
	display:block;
	font-size:14px;
}
.entry-content ol { list-style:decimal inside; }
.entry-content ul li, .entry-content ol li {
	padding-left:20px;
	padding:1px 0;
}
.entry-content ul li ul, .entry-content ol li ol { padding:0 0 0 20px; }
code, pre {
	display: block;
	border-width:1px 1px 1px 10px;
	border-style:solid;
	border-color:#333;
	overflow:auto;
	font-family:"Courier New", Courier, monospace;
	margin-bottom:20px;
	background:#1d1d1d url(styles/default/pre-bg.gif) repeat scroll 0 0;
	color:#ddd;
	font-size:12px;
	line-height:20px;
	padding:20px 5px;
	clear:both;
	width:auto;
	height:100%;
}
blockquote {
	display: block;
	color:#fff;
	font-size:16px;
	line-height:150%;
	font-style:italic;
	border-left:5px solid #666;
	margin-bottom:20px;
}
blockquote p {
	padding:10px 0 10px 20px;
	font-size:16px;
}
/*TABLE*/

.entry-content table, .entry-content table.table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin:0 0 20px 0;
}
.entry-content table th, .entry-content table.table th {
	background: #222;
	color: #fff;
	font-size:16px;
	padding: 10px;
	text-align: left;
	border:0;
	font-weight: bold;
	border-bottom:1px solid #111;
}
.entry-content table td, .entry-content table.table td {
	color: #bbb;
	padding: 10px;
	text-align: left;
	border:0;
}
.entry-content table.table td {
	background: #333;
	border-bottom:1px solid #444;
}
.entry-content table.table td.even { background: #393939; }
/*////////////////////////// IMAGES //////////////////////////*/

a img {
	border:0;
	outline: none;
	overflow:hidden;
}
img.aligncenter {
	margin: 0 auto 10px auto;
	display:block;
	clear:both;
	overflow:hidden;
}
img.alignleft {
	float:left;
	display:inline;
	margin:10px 15px 10px 0;
	overflow:hidden;
}
img.alignright {
	float:right;
	display:inline;
	margin:10px 0 10px 15px;
	overflow:hidden;
}
.frame {
	background:#fff;
	padding:5px;
}
.no-margin { margin:0 !important; }
/*////////////////////////// CONTAINERS //////////////////////////*/
#bg-wrap {
	display: table;
	width: 100%;
	height: auto;
	background: transparent url(styles/default/bg2.png) center top no-repeat;
}
.content {
	width:960px;
	height:auto;
	margin:0 auto;
}
/*///////////////////////////////////////////////////////////////*/
#left {
	float:left;
	display:inline;
}
.narrow { width:624px; }
.wide { width:960px; }
/*///////////////////////////////////////////////////////////////*/
#right {
	float:right;
	width:288px;
}
/*///////////////////////////////////////////////////////////////*/
.clear, .clear-footer, .clear-entry {
	clear: both;
	overflow: hidden;
	height:1px;
	margin-top:-1px;
}
.clear-footer { height:60px; }
.clear-entry { height:30px; }
/*///////////////////////////////////////////////////////////////*/
.auto-load a {
	position:absolute;
	z-index:2;
	left:5px;
	top:5px;
	background:transparent url(styles/default/ajax-loader.gif) 50% 50% no-repeat;
}
/*///////////////////////////////////////////////////////////////*/
.no-margin { margin-right:0 !important; }
/*////////////////////////// HEADER SECTION //////////////////////////*/
#header-stripe {
	width:100%;
	background:#0099cc;
	height:10px;
}
#header {
	height:auto;
	width:960px;
	position:relative;
	z-index:5;
	margin:0 auto;
}
#header-content { overflow:hidden; }
#logo { float:left; }
#logo img {
	padding:25px 0 25px 10px;
	border:0;
}
/*////////////////////////// INTRO SECTION //////////////////////////*/
#intro-text {
	padding:10px 0 30px 0;
	margin:0 auto;
	width:960px;
}
#intro-text h5 {
	font-weight:normal;
	color:#0099cc;
	font-size:48px;
	line-height:56px;
}
#intro-text h5 span { color:#fff; }
#intro-image, #intro {
	width:980px;
	height:220px;
	position:relative;
	margin:0 auto 10px auto;
	overflow:hidden;
	background:transparent url(styles/default/intro-frame.png) left top no-repeat scroll;
}
#intro img, #intro-image img {
	position:absolute;
	width:950px;
	height:190px;
}
#intro-image img {
	top:15px;
	left:15px;
}
#intro-slider .rs-projects {
	margin:15px 0 0 15px;
	width:950px;
	height:190px;
	overflow:hidden;
	z-index:0;
	position:relative;
}
#intro-slider .rs-project {
	position:absolute;
	width:950px;
	height:190px;
}
#intro-slider .rs-projects a, span.ajax-loader {
	width:950px;
	height:190px;
	display:block;
	position:absolute;
	left:0;
	top:0;
	z-index:3;
	text-indent:-9999px;
	background:transparent url(styles/default/rs-caption-button.gif) left top repeat scroll;
}
#intro-slider .rs-prev, #intro-slider .rs-next { top:100px; }
#intro-slider .rs-prev { left:30px; }
#intro-slider .rs-next { right:30px; }
/*////////////////////////// MENU SECTION //////////////////////////*/
#menu-wrap {
	position:absolute;
	height:30px;
	right:0;
	margin-top:-20px;
	margin-bottom:-20px;
	display:inline;
	top:50%;
	bottom:50%;
	clear:both;
	z-index:1;
}
ul#menu {
	position:relative;
	margin-left:10px;
}
ul#menu li {
	position: relative;
	display: inline;
	float: left;
	margin-left:10px;
}
ul#menu li.current_page_item a { color: #fff; }
ul#menu li a {
	display:block;
	height: 100%;
	padding:0 10px;
	text-align: left;
	line-height: 40px;
	font-size:12px;
	color:#fff;
	font-weight:normal;
	text-transform:uppercase;
	text-decoration: none;
	background: transparent url(styles/default/opacity50.png) left top repeat scroll;
}
* html ul#menu li a { display: inline-block; }
ul#menu li a:hover {
	color: #fff;
	background:#0099cc;
}
ul#menu ul {
	visibility:hidden;
	position:absolute;
	left:0;
	top:40px;
	z-index:1;
	padding-top:5px;
	width: 160px;
}
ul#menu li li {
	display:block;
	width: 100%;
	margin:0;
	cursor:pointer;
	background: transparent url(styles/default/opacity70.png) left top repeat scroll;
	border-bottom:1px solid #111;
}
ul#menu li li a {
	height:auto;
	color:#ccc;
	line-height:30px;
	font-weight:normal;
	background:none;
	text-transform:none;
	font-size:12px;
	margin:0;
}
ul#menu li li a:hover {
	color: #0099cc;
	background:#000;
}
ul#menu ul ul {
	position:absolute;
	left:100%;
	top:-1px;
	padding:0;
	width: 100%;
	visibility:hidden;
	z-index:2;
	border:1px solid #111;
}
/*////////////////////////// FOOTER SECTION //////////////////////////*/

#footer-wrap {
	width:100%;
	height:auto;
	background: transparent url(styles/default/opacity50.png) left top repeat scroll;
}
#footer {
	padding:25px 0;
	margin:0 auto;
	width:960px;
	overflow:hidden;
}
.footer-col {
	width:288px;
	float:left;
	display:inline;
	margin-right:48px;
}
#bottom {
	padding:25px 0;
	margin:0 auto;
	width:960px;
	overflow:hidden;
}
/*////////////////////////// BOTTOM SECTION //////////////////////////*/

/*COPYRIGHT*/
#copyright {
	float:left;
	width:600px;
	overflow:hidden;
	display:inline;
}
#copyright p {
	font-size:10px;
	line-height:15px;
	padding-bottom:0;
}
#copyright p a { color:#fff; }
/*SOCIAL ICONS*/
#social {
	float:right;
	width:300px;
	display:inline;
}
#social a {
	float:right;
	text-decoration:none;
	text-indent:-9999px;
	width:32px;
	height:32px;
	margin-left:6px;
	position:relative;
}
#social a span {
	position:absolute;
	display:block;
	left:0;
	top:0;
	width:32px;
	height:32px;
	cursor:pointer;
}
#social a.rss { background: transparent url(styles/default/social-rss.png) left top no-repeat scroll; }
#social a.rss span { background: transparent url(styles/default/social-rss.png) left bottom no-repeat scroll; }
#social a.lastfm { background: transparent url(styles/default/social-last-fm.png) left top no-repeat scroll; }
#social a.lastfm span { background: transparent url(styles/default/social-last-fm.png) left bottom no-repeat scroll; }
#social a.myspace { background: transparent url(styles/default/social-my-space.png) left top no-repeat scroll; }
#social a.myspace span { background: transparent url(styles/default/social-my-space.png) left bottom no-repeat scroll; }
#social a.facebook { background: transparent url(styles/default/social-facebook.png) left top no-repeat scroll; }
#social a.facebook span { background: transparent url(styles/default/social-facebook.png) left bottom no-repeat scroll; }
#social a.twitter { background: transparent url(styles/default/social-twitter.png) left top no-repeat scroll; }
#social a.twitter span { background: transparent url(styles/default/social-twitter.png) left bottom no-repeat scroll; }
#social a.youtube { background: transparent url(styles/default/social-youtube.png) left top no-repeat scroll; }
#social a.youtube span { background: transparent url(styles/default/social-youtube.png) left bottom no-repeat scroll; }
#social a.flickr { background: transparent url(styles/default/social-flickr.png) left top no-repeat scroll; }
#social a.flickr span { background: transparent url(styles/default/social-flickr.png) left bottom no-repeat scroll; }
/*////////////////////////// BREADCRUMB NAVIGATION //////////////////////////*/
#breadcrumb-wrap {
	width:960px;
	height:31px;
	background: transparent url(styles/default/breadcrumb-bg.png) left bottom no-repeat scroll;
	overflow:hidden;
	margin-bottom:40px;
}
ul#breadcrumb {
	list-style: none;
	float: left;
	display:inline;
	font-size:11px;
	text-indent:2px;
	margin:1px 0 0 10px;
	text-transform:uppercase;
}
ul#breadcrumb li {
	float: left;
	padding: 0;
	line-height:29px;
	color:#666;
}
ul#breadcrumb li a {
	color:#999;
	text-decoration:none;
	padding-right:15px;
	line-height:29px;
	display:inline;
	float:left;
	background:transparent url(styles/default/breadcrumb-arrow.png) center right no-repeat;
}
ul#breadcrumb li a:hover { color:#fff; }
/*////////////////////////// ENTRY SECTION //////////////////////////*/

.entry {
	width:100%;
	position:relative;
	clear:both;
	margin-bottom:30px;
}
.entry-content { width:100%; }
.entry-image {
	float:left;
	width:290px;
	height:330px;
	display:inline;
	position:relative;
}
.entry-image a {
	width:280px;
	height:280px;
}
.entry-frame {
	position:absolute;
	left:-10px;
	top:-10px;
	width:310px;
	height:310px;
	background: transparent url(styles/default/entry-frame.png) left top no-repeat scroll;
}
.entry-text { float:right; }
.entry-text-310 { width:310px; }
.entry-text-624 { width:624px; }
.entry-text-646 { width:646px; }
.entry-text-960 { width:960px; }
.entry-text p { padding-bottom:0; }
.entry-content p { padding-bottom:20px; }
h1.entry-heading, h2.entry-heading { padding-bottom:10px; }
h1.entry-heading a, h2.entry-heading a { color:#fff; }
h1.entry-heading a:hover, h2.entry-heading a:hover { color:#0099cc; }
a.read-more-button {
	background: transparent url(styles/default/read-more-button.png) left top no-repeat scroll;
	width:144px;
	height:35px;
	display:block;
	float:right;
	clear:both;
	margin:20px 0;
	text-indent:-9999px;
	cursor:pointer;
}
a:hover.read-more-button { background: transparent url(styles/default/read-more-button.png) left bottom no-repeat scroll; }
/*METADATA*/
.metadata {
	color:#333;
	padding-bottom:5px;
}
.metadata a {
	color:#666;
	text-decoration:none;
	font-style:italic;
}
.metadata a:hover { color:#fff; }
.metadata span {
	margin-right:10px;
	display:inline;
	overflow:hidden;
}
.meta-date {
	font-style:italic;
	color:#bbb;
}
span.meta-comments a {
	color:#fff;
	text-decoration:none;
	font-style:italic;
}
span.meta-comments a:hover { color:#0099cc; }
/*ABOUT AUTHOR*/
.about-author {
	background:#0e0e0e;
	border-top:1px solid #000;
	border-left:1px solid #000;
	border-bottom:1px solid #242424;
	border-right:1px solid #242424;
	padding:20px;
	overflow:hidden;
	margin-top:20px;
}
.about-author a {
	font-weight:bold;
	text-decoration:none;
}
.about-author a:hover { text-decoration:underline; }
.about-author-avatar {
	float:left;
	width:85px;
	display:inline;
}
.about-author img {
	border-top:1px solid #000;
	border-left:1px solid #000;
	border-bottom:1px solid #242424;
	border-right:1px solid #242424;
	padding:4px;
	background:#000;
}
.about-author-text { padding-left:110px; }
/*////////////////////////// PORTFOLIO //////////////////////////*/
.portfolio, .release {
	float:left;
	height:100%;
	display:inline;
	width:300px;
	margin:0 30px 30px 0;
}
.portfolio p {
	line-height:20px;
	font-size:12px;
}
.portfolio p a { text-decoration:none; }
.portfolio p a:hover { text-decoration:underline; }
.portfolio-image {
	display:block;
	width:300px;
	height:155px;
	position:relative;
}
.portfolio-frame {
	position:absolute;
	left:-10px;
	top:-10px;
	width:320px;
	height:155px;
	background: transparent url(styles/default/portfolio-frame.png) left top no-repeat scroll;
}
.portfolio-image a {
	width:290px;
	height:125px;
}
.portfolio h2 {
	font-size:18px;
	padding-bottom:5px;
	color:#0099cc;
}
/*////////////////////////// PORTFOLIO 2 //////////////////////////*/

.portfolio2-image {
	display:block;
	width:300px;
	height:240px;
	position:relative;
}
.portfolio2-frame {
	position:absolute;
	left:-10px;
	top:-10px;
	width:320px;
	height:240px;
	background: transparent url(styles/default/portfolio2-frame.png) left top no-repeat scroll;
}
.portfolio2-image a {
	width:290px;
	height:210px;
}
.caption {
	position:absolute;
	bottom:25px;
	left:5px;
	width:290px;

	z-index:3;
	background: transparent url(styles/default/opacity70.png) left top repeat scroll;
}
.caption h2 {
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#0099cc;
	padding:10px;
}
.caption p {
	padding:0 10px 10px 10px;
	font-size:11px;
	line-height:18px;
	display:none;
}
/*////////////////////////// RELEASES //////////////////////////*/

.release-image {
	display:block;
	width:300px;
	height:240px;
	position:relative;
}
.release-frame {
	position:absolute;
	left:-10px;
	top:-10px;
	width:320px;
	height:240px;
	background: transparent url(styles/default/portfolio2-frame.png) left top no-repeat scroll;
}
.release-image a {
	width:290px;
	height:210px;
	position:absolute;
	z-index:2;
	left:5px;
	top:5px;
	background:transparent url(styles/default/ajax-loader.gif) 50% 50% no-repeat;
}
.release-data {
	position:absolute;
	bottom:25px;
	left:5px;
	width:290px;
	z-index:3;
}
.release-wrap {
	width:290px;
	height:210px;
	position:relative;
	overflow:hidden;
}
.release-content {
	position:absolute;
	left:0;
	bottom:-70px;
}
.release-data h2 {
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#0099cc;
	padding:0;
	padding:10px 15px;
	background: transparent url(styles/default/opacity70.png) left top repeat scroll;
}
.release-player {
	width:290px;
	height:70px;
	position:relative;
	overflow:hidden;
	background:#000;
}
.release-badge {
	z-index:5;
	width:72px;
	height:70px;
	position:absolute;
	display:none;
	left:-3px;
	top:-9px;
	overflow:hidden;
	background: transparent url(styles/default/release-badge.png) left top no-repeat scroll;
}
/*////////////////////////// COMMENTS //////////////////////////*/

#comments {
	width:100%;
	height:100%;
}
h5.comments-header {
	line-height:normal;
	font-size:24px;
	clear:both;
	padding:0;
	width:100%;
	margin:20px 0 40px 0;
	line-height:40px;
	text-indent:10px;
	background: transparent url(styles/default/comments-header-bg.png) left top no-repeat scroll;
}
/*comment*/
.comment {
	overflow:hidden;
	margin-bottom:30px;
	clear:both;
}
.commenter {
	width:105px;
	height:125px;
	float:left;
	position:relative;
	border-top:1px solid #000;
	border-left:1px solid #000;
	border-bottom:1px solid #242424;
	border-right:1px solid #242424;
	background:#161616;
}
.commenter img {
	position:absolute;
	left:9px;
	top:10px;
	border:1px solid #fff;
}
.commenter-pointer {
	position:absolute;
	right:-11px;
	top:20px;
	width:11px;
	height:19px;
	background: transparent url(styles/default/comment-pointer.png) left top no-repeat scroll;
}
.comment-date {
	position:absolute;
	bottom:5px;
	left:10px;
}
.comment-date span {
	line-height:normal;
	font-size:12px;
	color:#666;
}
.time { color:#bbb !important; }
.comment-text h4, .comment-text h4 a {
	text-decoration:none;
	font-size:18px;
	line-height:normal;
	padding-bottom:5px;
}
.comment-text h4 a:hover { color:#0099cc; }
.comment-text {
	float:left;
	width:472px;
	padding:10px 20px;
	border-top:1px solid #000;
	border-left:1px solid #000;
	border-bottom:1px solid #242424;
	border-right:1px solid #242424;
	background:#131313;
	min-height:105px;
	height:auto !important;
	height:105px;
}
.comment-text p {
	font-size:12px;
	line-height:20px;
	padding-bottom:10px;
}
/*COMMENT FORM*/
.comment-form {
	overflow:hidden;
	margin-top:20px;
	height:auto;
}
.comment-form h3 {
	padding:10px 0 30px 0;
	font-size:30px;
	clear:both;
}
.comment-form h3 span { color:#999; }
.comment-form input {
	width:162px;
	float:left;
	color:#666;
	clear:none;
	padding:8px 8px 8px 30px;
	margin:0 12px 0 0;
}
input.name-icon { background: #fff url(styles/default/comments-name.png) 10px center no-repeat scroll; }
input.email-icon { background: #fff url(styles/default/comments-email.png) 10px center no-repeat scroll; }
input.web-icon { background: #fff url(styles/default/comments-web.png) 10px center no-repeat scroll; }
.comment-form textarea {
	margin-top:10px;
	float:left;
	width:614px;
	clear:both;
	color:#666;
}
.submit-wrap {
	width:624px;
	clear:both;
	overflow:hidden;
}
input#comment-submit {
	float:right;
	width:145px;
	height:35px;
	text-indent:-9999px;
	cursor:pointer;
	margin:10px 0 0 0;
	border:0;
	line-height:0;
	background: transparent url(styles/default/submit-button.png) left top no-repeat scroll;
}
input#comment-submit:hover { background: transparent url(styles/default/submit-button.png) left bottom no-repeat scroll; }
/*////////////////////////// PAGINATION //////////////////////////*/

.wp-pagenavi {
	width:auto;
	padding:20px;
	overflow:hidden;
	background:#111;
	border-top:1px solid #000;
	border-left:1px solid #000;
	border-bottom:1px solid #242424;
	border-right:1px solid #242424;
}
.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 4px 6px;
	margin-right: 5px;
	font-weight:normal;
	text-decoration: none;
	background: #333;
	color: #999;
	text-align:center;
}
.wp-pagenavi a:hover {
	background: #999;
	text-decoration: none;
	color:#333;
}
.wp-pagenavi a:active {
	padding: 4px 6px;
	margin-right: 5px;
	background:#999;
	color:#666;
}
.wp-pagenavi span.pages {
	padding:0;
	margin-right: 10px;
	color:#666;
}
.wp-pagenavi span.current {
	padding: 4px 6px;
	margin-right: 5px;
	font-weight: normal;
	color:#333;
	background: #999;
}
.wp-pagenavi span.extend {
	padding: 4px 6px;
	margin-right: 5px;
	text-decoration: none;
	background: #333;
	color: #999;
}
/*////////////////////////// CONTACT FORM //////////////////////////*/
#rf {
	width:456px;
	overflow:hidden;
}
#rf .rf {
	clear: both;
	margin-bottom: 10px;
	overflow: hidden;
	padding:0;
	width:456px;
	position:relative;
}
.rf span {
	position:absolute;
	right:0px;
	top:5px;
	color:#00ccff;
	display:none;
	font-size:38px;
}
.rf-submit {
	width: 456px;
	height: 28px;
	display: block;
	clear: both;
	margin: 10px 0 20px 0;
	padding: 0;
}
.rf label {
	width:120px;
	padding-top:5px;
	margin:0 20px 0 0;
	text-align:right;
}
.rf input {
	width:275px;
	float:left;
	clear:none;
	margin:0;
	padding:10px;
}
.rf textarea {
	float:left;
	clear:none;
	margin:0;
	width:285px;
}
.antyspam { width:240px; }
input#send {
	float:right;
	width:145px;
	height:35px;
	text-indent:-9999px;
	cursor:pointer;
	margin:10px 20px 0 0;
	border:0;
	line-height:0;
	background: transparent url(styles/default/submit-button.png) left top no-repeat scroll;
}
input#send:hover { background: transparent url(styles/default/submit-button.png) left bottom no-repeat scroll; }
.rf-submit span {
	font-size:12px;
	margin-top: 20px;
	margin-left:140px;
	float: left;
	display: block;
	line-height: normal;
}
/*////////////////////////// PASSWORD PROTECTED //////////////////////////*/

form.protected-post-form {
	width:570px;
	height:auto;
}
form.protected-post-form p { overflow:hidden; }
input.pass { clear:none; }
input.pass_submit {
	display:inline;
	padding:5px;
	width:50px;
	background:#1d1d1d;
	color:#fff;
	cursor:pointer;
	text-align:center;
	margin:5px 0 0 10px;
	border:none;
	clear:none;
}
.entry input.pass_submit:hover {
	background:#0099cc;
	border:none;
}
/*////////////////////////// SHORTCODES //////////////////////////*/

/*COLUMNS LAYOUT*/
.column {
	float:left;
	display:inline;
	margin-bottom:20px;
	margin-right:48px;
	position:relative;
}
.col-1-2, .col-2-2 { width:456px; }
.col-1-3, .col-2-3, .col-3-3 { width:288px; }
.col-1-4, .col-2-4, .col-3-4, .col-4-4 { width:204px; }
.col-3-1, .col-3-2 { width:624px; }
.col-blog-1, .col-blog-2 {
	width:282px;
	margin-right:40px;
	float:left;
	display:inline;
	margin-bottom:20px;
	position:relative;
}
.last {
	clear:right;
	margin-right:0 !important;
}
/*LINE*/
.line {
	width:100%;
	height:5px;
	clear:both;
	line-height:0;
	font-size:0;
	position:relative;
	text-align:right;
	display:block;
	background: transparent url(styles/default/line.png) left bottom no-repeat;
	margin-bottom:20px;
}
a.top {
	position:absolute;
	width:20px;
	color:#ddd;
	text-decoration:none;
	background:#111;
	font-size:9px;
	line-height:normal;
	right:0;
	top:-3px;
}
a.top:hover {
	color:#fff;
}
/*MESSAGES*/
.message {
	margin:0 0 20px 0;
	width:100%;
	display:block;
}
.message p {
	color:#fff;
	font-size:14px;
	margin:0;
	padding:20px;
}
.message p a {
	font-weight:bold;
	color:#fff;
}
.message p b, .message p strong { color:#fff !important; }

/*DEFAULT*/
.default {
	background:#0a4578;
	border: 1px solid #286ea6;
}
/*UPDATED*/
.update {
	background:#cf7710;
	border: 1px solid #f7c371;
}

/*HIGHLIGHT*/
.highlight { background: yellow; color:#000; }
.highlight2 {
	background: #fff;
	color:#000;
}
/*LAST TWEET*/
.last-tweet {
	position:relative;
	width:100%;
	height:auto;
	clear:both;
	margin-bottom:20px;
}
.last-tweet-content {
	background:#39b9db;
	border:5px solid #fff;
}
.last-tweet p {
	padding:20px;
	font-size:14px;
	line-height:24px;
	color:#fff;
}
.last-tweet p a { color:#115b6f; }

/*BUTTONS*/
a.button {
	color: #fff;
	display: block;
	float: left;
	font-size:14px;
	height: 35px;
	margin:0 0 20px 0;
	padding-right: 18px;
	font-weight:bold;
	text-decoration: none;
	overflow:hidden;
}

/*DEFAULT*/
a.button-default { 
background:transparent url(styles/default/button-default.png) right top no-repeat scroll;
color: #222;
}
a.button-default span {
	background:transparent url(styles/default/button-default.png) left top no-repeat scroll;
	display: block;
	line-height:14px;
	padding: 10px 0 11px 18px;
}
a.button-default:hover { background:transparent url(styles/default/button-default.png) right bottom no-repeat scroll; }
a.button-default:hover span { background:transparent url(styles/default/button-default.png) left bottom no-repeat scroll; }

/*BLUE*/
a.button-blue { background:transparent url(styles/default/button-blue.png) right top no-repeat scroll; }
a.button-blue span {
	background:transparent url(styles/default/button-blue.png) left top no-repeat scroll;
	display: block;
	line-height:14px;
	padding: 10px 0 11px 18px;
}
a.button-blue:hover { background:transparent url(styles/default/button-blue.png) right bottom no-repeat scroll; }
a.button-blue:hover span { background:transparent url(styles/default/button-blue.png) left bottom no-repeat scroll; }

/*ORANGE*/
a.button-orange { background:transparent url(styles/default/button-orange.png) right top no-repeat scroll; }
a.button-orange span {
	background:transparent url(styles/default/button-orange.png) left top no-repeat scroll;
	display: block;
	line-height:14px;
	padding: 10px 0 11px 18px;
}
a.button-orange:hover { background:transparent url(styles/default/button-orange.png) right bottom no-repeat scroll; }
a.button-orange:hover span { background:transparent url(styles/default/button-orange.png) left bottom no-repeat scroll; }
/*GREEN*/
a.button-green { background:transparent url(styles/default/button-green.png) right top no-repeat scroll; }
a.button-green span {
	background:transparent url(styles/default/button-green.png) left top no-repeat scroll;
	display: block;
	line-height:14px;
	padding: 10px 0 11px 18px;
}
a.button-green:hover { background:transparent url(styles/default/button-green.png) right bottom no-repeat scroll; }
a.button-green:hover span { background:transparent url(styles/default/button-green.png) left bottom no-repeat scroll; }

/*DOWNLOAD*/
a.button-download { background:transparent url(styles/default/button-download.png) right top no-repeat scroll; }
a.button-download span {
	background:transparent url(styles/default/button-download.png) left top no-repeat scroll;
	display: block;
	line-height:14px;
	padding: 10px 0 11px 48px;
}
a.button-download:hover { background:transparent url(styles/default/button-download.png) right bottom no-repeat scroll; }
a.button-download:hover span { background:transparent url(styles/default/button-download.png) left bottom no-repeat scroll; }

/*images*/
.image-xl, .image-l, .image-m, .image-s, .image-xs {
	display:block;
	position:relative;
	margin:0 auto;
	clear:both;
}
.image-xs {
	height:125px;
	width:204px;
}
.image-xs a {
	height:95px;
	width:194px;
}
.image-xs-frame {
	position:absolute;
	left:-10px;
	top:-10px;
	width:224px;
	height:125px;
	background: transparent url(styles/default/image-xs-frame.png) left top no-repeat scroll;
}
.image-s {
	height:170px;
	width:288px;
}
.image-s a {
	height:140px;
	width:278px;
}
.image-s-frame {
	position:absolute;
	left:-10px;
	top:-10px;
	width:308px;
	height:170px;
	background: transparent url(styles/default/image-s-frame.png) left top no-repeat scroll;
}
.image-m {
	height:235px;
	width:456px;
}
.image-m a {
	height:205px;
	width:446px;
}
.image-m-frame {
	position:absolute;
	left:-10px;
	top:-10px;
	width:476px;
	height:235px;
	background: transparent url(styles/default/image-m-frame.png) left top no-repeat scroll;
}
.image-xl {
	height:390px;
	width:960px;
}
.image-xl a {
	width:950px;
	height:360px;
}
.image-xl-frame {
	position:absolute;
	left:-10px;
	top:-10px;
	width:980px;
	height:390px;
	background: transparent url(styles/default/image-xl-frame.png) left top no-repeat scroll;
}
.image-l {
	width:624px;
	height:305px;
}
.image-l a {
	width:614px;
	height:275px;
}
.image-l-frame {
	position:absolute;
	left:-10px;
	top:-10px;
	width:644px;
	height:305px;
	background: transparent url(styles/default/image-l-frame.png) left top no-repeat scroll;
}
.image-m { width:450px; }
.image-s { width:280px; }
.image-shadow-l, .image-shadow-r {
	display:inline;
	height:20px;
	width:200px;
}

/*BOXES*/
.box {
	padding:20px;
	background:#121212;
	border-top:1px solid #000;
	border-left:1px solid #000;
	border-bottom:1px solid #242424;
	border-right:1px solid #242424;
	margin-bottom:20px;
}
/*CHECK LIST*/
ul.check-list {
	list-style-type:none;
	padding-left:0;
}
ul.check-list li{
	background:transparent url(styles/default/action-check.png) no-repeat scroll left center;
	padding-left:25px;
	line-height:24px;
}
/*PLAYER*/
.player {
	width:288px;
	height:70px;
	display:block;
}

/*////////////////////////// HOMEPAGE //////////////////////////*/

#slider-wrap {
	width:980px;
	height:420px;
	overflow:hidden;
	margin:0 auto 40px auto;
	position:relative;
	background: transparent url(styles/default/slider-bg.png) left top no-repeat scroll;
}
/*R-SLIDER*/
.rs-projects {
	margin:20px 0 0 20px;
	width:940px;
	height:380px;
	overflow:hidden;
	z-index:0;
	position:relative;
}
.rs-project {
	position:absolute;
	width:940px;
	height:380px;
}
.rs-caption {
	position:absolute;
	left:0;
	bottom:0;
	clear:both;
	width:940px;
	z-index:1;
	height:auto;
	background: transparent url(styles/default/opacity70.png) left top repeat scroll;
}
.rs-caption p {
	line-height:20px;
	padding:20px;
	color:#fff;
	font-size:12px;
}
.rs-caption b {
	font-size:24px;
	display:block;
	padding-bottom:5px;
	color:#0099cc;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}
.rs-projects a, span.ajax-loader {
	width:940px;
	height:360px;
	display:block;
	position:absolute;
	left:0;
	top:0;
	z-index:3;
	text-indent:-9999px;
	background:transparent url(styles/default/rs-caption-button.gif) left top repeat scroll;
}
span.ajax-loader {
	z-index:-1;
	background:transparent url(styles/default/ajax-loader.gif) 48% 45% no-repeat;
}
.rs-setup { display:none; }
/*SLIDER CONTROLLER*/
.rs-ctrl {
	position:absolute;
	top:40px;
	background: transparent url(styles/default/opacity50.png) left top repeat scroll;
	right:40px;
	padding:10px;
	width:auto;
	z-index:1;
}
.rs-ctrl a {
	margin:0 3px;
	font-size:8px;
	line-height:normal;
	width:10px;
	height:10px;
	float:left;
	background: transparent url(styles/default/rs-ctrl-button.png) left top no-repeat scroll;
	text-decoration:none;
}
.rs-ctrl a:hover { background: transparent url(styles/default/rs-ctrl-button-active.png) left top no-repeat scroll; }
.rs-ctrl a.active { background: transparent url(styles/default/rs-ctrl-button-active.png) left top no-repeat scroll; }
.rs-prev, .rs-next {
	width:30px;
	height:30px;
	display:block;
	position:absolute;
	top:200px;
	z-index:3;
	text-indent:-9999px;
}
.rs-prev {
	left:40px;
	background:transparent url(styles/default/rs-prev.png) left top no-repeat scroll;
}
.rs-next {
	right:40px;
	background:transparent url(styles/default/rs-next.png) left top no-repeat scroll;
}
/*HOMEPAGE BOXES*/

#hb-col1 {
	width:460px;
	float:left;
	display:inline;
	margin-right:30px;
}
.col1-wide {
	width:960px !important;
	margin-right:0 !important;
}
#hb-col1 p { padding-bottom:20px; }
#hb h1 span, #hb h3 span { color:#999; }
#hb h3 { padding:10px 0 20px 0; }
#hb-col2, #hb-col3 {
	width:220px;
	float:left;
	display:inline;
	margin-right:30px;
}
#hb-col3 { margin-right:0; }
/*NEWS*/
.news-up, .news-down {
	position:absolute;
	z-index:1;
	left:50%;
	margin-left:-15px;
	background:#000;
	padding:5px;
	width:30px;
	height:15px;
	cursor:pointer;
	display:none;
}
.news-up {
	top:0px;
	background:transparent url(styles/default/news-up.png) left top no-repeat scroll;
}
.news-down {
	background:transparent url(styles/default/news-down.png) left bottom no-repeat scroll;
	bottom:0px;
}
.news-wrap {
	width:220px;
	height:216px;
	position:relative;
	overflow:hidden;
}
.news {
	position:absolute;
	left:0;
	top:0;
}
.news-entry {
	float:left;
	margin-bottom:1px;
	border-bottom:1px solid #000;
	width:220px;
	height:60px;
	position:relative;
	overflow:hidden;
	padding:5px 0;
	background: transparent url(styles/default/news-bg.png) left top repeat-y scroll;
}
.news-entry:hover { background: transparent url(styles/default/news-hover-bg.png) left top repeat-y scroll; }
.news-entry a {
	float:left;
	display:inline;
	color:#0099cc;
	padding-top:15px;
	line-height:16px;
	width:160px;
	text-decoration:none;
}
.news-entry a:hover {
	color:#999;
	text-decoration:none;
}
.news-entry div {
	float:left;
	width:35px;
	margin:2px 10px 0 10px;
	display:inline;
}
.news-entry span.day {
	display:block;
	line-height:normal;
	font-size:30px;
	font-weight:bold;
	color:#555;
	text-align:center;
}
.news-entry span.year {
	color:#3a3a3a;
	display:block;
	font-size:14px;
	line-height:normal;
	text-align:center;
}
/*RECENT WORKS*/

#recent-wrap { position:relative; }
#recent {
	position:absolute;
	left:-10px;
	top:-10px;
	width:240px;
	height:240px;
	background: transparent url(styles/default/recent-works-bg.png) left top no-repeat scroll;
}
#recent-slider .rs-projects {
	margin:15px 0 0 15px;
	width:210px;
	height:210px;
	overflow:hidden;
	z-index:0;
	position:relative;
}
#recent-slider .rs-project {
	position:absolute;
	width:210px;
	height:210px;
}
#recent-slider .rs-projects a, span.ajax-loader {
	width:210px;
	height:210px;
	display:block;
	position:absolute;
	left:0;
	top:0;
	z-index:3;
	text-indent:-9999px;
	background:transparent url(styles/default/rs-caption-button.gif) left top repeat scroll;
}
#recent-slider .rs-prev, #recent-slider .rs-next { top:110px; }
#recent-slider .rs-prev { left:20px; }
#recent-slider .rs-next { right:20px; }
/*TOOLTIP*/
#tooltip {
	padding:5px;
	width:50px;
	height:50px;
	position: absolute;
	display: none;
	z-index:800;
	background:#000 url(styles/default/ajax-loader.gif) 48% 45% no-repeat;
}
/*////////////////////////// WIDGETS //////////////////////////*/
.widget {
	margin-bottom:20px;
	width:288px;
	height:auto;
	overflow:hidden;
}
.widget h3 {
	width:100%;
	background: transparent url(styles/default/line.png) left bottom no-repeat;
	font-size:22px;
	margin-bottom:10px;
	padding-bottom:10px;
	color:#bbb;
}
.widget p { line-height:20px; }
.widget img {
	margin:0;
	float:left;
	display:inline;
}
.widget li {
	color:#666;
	width:288px;
	font-size:12px;
	line-height:18px;
}
.widget li a {
	color:#666;
	font-size:12px;
	padding:4px 0 4px 10px;
	background: transparent url(styles/default/arrow.png) left 8px no-repeat;
	text-decoration:none;
	display:block;
}
.widget li a:hover {
	margin-left:10px;
	color:#fff;
}
/*///////////////////////////////////////////////////////////////*/

/*categories / archives*/
.widget_categories li, .widget_archive li {
	color:#666;
	width:144px;
	float:left;
	background:none;
	text-transform:uppercase;
	padding:4px 0;
}
.widget_categories li a, .widget_archive li a {
	color:#666;
	display:inline;
	text-decoration:none;
	background: transparent url(styles/default/arrow.png) left 8px no-repeat;
}
.widget_categories li a:hover, .widget_archive li a:hover { margin-left:10px; }
/*text*/
.widget_text p {
	font-size:12px;
	line-height:20px;
	color:#666;
	padding-bottom:10px;
}
/*search*/
.widget .search-widget {
	width:288px;
	height:35px;
	margin-top:15px;
	background:transparent url(styles/default/search-bg.png) left top no-repeat;
}
.widget input#s {
	float:left;
	background:transparent;
	border:0;
	margin:7px 0 0 5px;
	display:inline;
	width:210px;
	color:#fff;
	font-size:14px;
	height:20px;
}
.widget input#submit-search {
	width: 56px;
	height: 35px;
	border: 0;
	text-indent: -9999px;
	font-size: 0px;
	line-height: 0px;
	float: right;
	cursor: pointer;
	clear:none;
	margin:0;
	background:transparent;
}
/* recent comments */
.widget li.recentcomments {
	width:286px;
	float:left;
	color:#666;
	padding:4px 0 4px 10px;
	background: transparent url(styles/default/arrow.png) left 10px no-repeat;
}
.widget li.recentcomments a {
	display:inline;
	padding:0;
	background:none;
}
.widget li.recentcomments a:hover { margin:0; }
/*tag cloud*/
.widget_tag_cloud a {
	color:#666;
	line-height:normal;
	text-decoration:none;
}
.widget_tag_cloud a:hover {
	text-decoration:none;
	line-height:normal;
	color:#fff;
}
/*calendar*/
.widget table#wp-calendar a {
	display: block;
	background:#222;
	color:#bbb;
	line-height:25px;
	text-decoration:none;
}
.widget table#wp-calendar a:hover {
	background:#111;
	color:#fff;
	line-height:25px;
	text-decoration:none;
}
.widget table#wp-calendar {
	width:286px;
	margin-left:2px;
}
.widget table#wp-calendar tbody td {
	text-align: center;
	border: 1px solid #222;
	background:#111;
	color:#666;
	font-size:12px;
	line-height:25px;
}
.widget table#wp-calendar caption {
	font-size: 12px;
	font-weight: bold;
	width: 100%;
	color:#666;
	padding:0;
}
.widget table#wp-calendar th {
	font-weight: normal;
	color:#666;
	text-align: center;
	padding-bottom: 2px;
}
.widget table#wp-calendar #next a {
	text-align: right;
	color:#666;
	line-height:10px;
	background:none;
}
.widget table#wp-calendar #prev a {
	text-align: left;
	color:#666;
	line-height:15px;
	background:none;
}
.widget table#wp-calendar #next a:hover, .widget table#wp-calendar #prev a:hover { color:#ddd; }
/*////////////////////////// RASCALS WIDGETS //////////////////////////*/

/*R-Cat*/
.widget_r_cat li {
	color:#666;
	width:144px;
	float:left;
	text-transform:uppercase;
	padding:4px 0;
	background:none;
}
.widget_r_cat li a {
	color:#666;
	display:inline;
	text-decoration:none;
	background: transparent url(styles/default/arrow.png) left 8px no-repeat;
}
.widget_r_cat li a:hover { margin-left:10px; }
/*R-Flickr*/
.widget_r_flickr h3 { margin-bottom:15px; }
.flickr_badge_image {
	display:block;
	float:left;
	line-height:0;
}
.widget_r_flickr a {
	display:inline-block;
	padding:3px;
}
.widget_r_flickr img {
	margin:0 !important;
	border:1px solid #222;
	width:84px;
	padding:2px!important;
	height:84px;
}
/*R-Twitter*/
.widget_r_twitter ul {
	list-style: none;
	padding: 5px 0 0 0;
}
.widget_r_twitter ul li {
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	background:none;
}
.widget_r_twitter ul li p {
	color:#666;
	padding:10px;
	font-size:12px;
	background:#121212;
	border-left:1px solid #010101;
	border-top:1px solid #010101;
}
.widget_r_twitter ul li p a {
	display:inline;
	color:#0099cc;
	padding:0;
	background:none;
}
.widget_r_twitter ul li p a:hover { margin:0; }
.widget_r_twitter ul li span {
	border:0;
	padding:0;
	display:block;
	text-align:right;
	font-size:11px;
	color:#666;
	font-style:italic;
	background: transparent url(styles/default/pointer-down-grey.png) 250px top no-repeat scroll;
	padding-top:5px;
	line-height:normal;
}
/*R-Comments*/
.widget_r_comments ul { padding-top:5px; }
.widget_r_comments ul li {
	background:none;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
}
.widget_r_comments ul li a {
	color:#0099cc;
	padding:10px;
	font-size:12px;
	line-height:20px;
	background:#121212;
	border-left:1px solid #010101;
	border-top:1px solid #010101;
}
.widget_r_comments ul li a:hover {
	color:#fff;
	margin:0;
}
.widget_r_comments ul li span {
	border:0;
	padding:0;
	display:block;
	text-align:right;
	font-size:11px;
	color:#666;
	font-style:italic;
	background: transparent url(styles/default/pointer-down-grey.png) 250px top no-repeat scroll;
	padding-top:5px;
	line-height:normal;
}
/*R-Posts*/
.widget_r_posts ul { padding-top:5px; }
.widget_r_posts ul li {
	padding:10px 0;
	font-size:12px;
	background:#121212;
	border-left:1px solid #010101;
	border-top:1px solid #010101;
	border-bottom:1px solid #242424;
	border-right:1px solid #242424;
	margin: 0 0 15px 0;
	overflow:hidden;
	width:286px;
}
.widget_r_posts ul li img {
	border:1px solid #222;
	margin:0 0 0 10px;
	border-left:1px solid #010101;
	border-top:1px solid #010101;
}
.widget_r_posts ul li p {
	font-size:12px;
	color:#666;
	width:auto;
	padding:0 10px;
}
.widget_r_posts ul li p.r_post_thumb {
	padding:0 10px 0 85px;
} 
.widget_r_posts ul li a {
	background:none;
	color:#0099cc;
	font-weight:bold;
	padding:0;
}
.widget_r_posts ul li a:hover { margin:0; }
/*R-Newsletter*/
.widget_r_newsletter h3 { color:#0099cc; }
.widget .newsletter-widget {
	width:288px;
	height:35px;
	margin-top:15px;
	background:transparent url(styles/default/newsletter-bg.png) left top no-repeat;
}
.widget input#newsletter {
	float:left;
	background:transparent;
	border:0;
	margin:7px 0 0 5px;
	display:inline;
	width:210px;
	color:#fff;
	font-size:14px;
	height:20px;
}
.widget input#submit-newsletter {
	width: 56px;
	height: 35px;
	border: 0;
	text-indent: -9999px;
	font-size: 0px;
	line-height: 0px;
	float: right;
	cursor: pointer;
	clear:none;
	margin:0;
	background:transparent;
}
/*////////////////////////// USER MENU //////////////////////////*/

p.user {
	font-size:10px;
	padding:0;
	color:#222;
}
p.user a {
	font-size:10px;
	color:#333;
	text-decoration:none;
}
p.user a:hover {
	color:#666;
	text-decoration:none;
}
/*////////////////////////// ADVERTISING //////////////////////////*/
a.ad125 {
	width:128px;
	height:128px;
	float:left;
}
a.ad125 img {
	padding:2px !important;
	border:0;
	overflow:hidden;
}
a.ad img {
	padding:2px 0 !important;
	display:block;
	float:none;
	margin:0 auto;
}
