/*------------------------------------------------------------------------

 Theme Name:    SPINR

 Description:   Premium WordPress Theme

 Version:       1.0.2

 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, Trebuchet, Verdana;

	font-size: 12px;

	font-weight: normal;

	text-align: left;

	color: #666;

	line-height:20px;

	background:#f5f5f5;

}

a {

	color:#0099cc;

	text-decoration:underline;

}

a:hover { text-decoration:none; }

h1, h2, h3, h4, h5, h6 {

	letter-spacing: 0.4px;

	font-weight:normal;

	padding-bottom:5px;

	color:#333;

	line-height:140%;

	font-family:Arial, Trebuchet, Verdana;

}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {

	text-decoration:none;

	font-weight:normal;

}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {

	text-decoration:none;

	color:#0099cc;

	font-weight:normal;

}

h1 {

	font-size:30px;

	padding-bottom:10px;

}

h2 {

	font-size:24px;

	padding-bottom:10px;

}

h3 {

	font-size:20px;

	padding-bottom:10px;

}

h4 {

	font-size:18px;

	padding-bottom:10px;

}

h5 {

	font-size:16px;

	padding-bottom:10px;

}

h6 {

	font-size:14px;

	padding-bottom:5px;

}

p {

	font-size:12px;

	line-height:20px;

	width:auto;

}

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:#333;

}

/*FORMS*/

input, textarea {

	font-family: Tahoma, Helvetica Neue, Helvetica, Arial, sans-serif;

	font-size: 12px;

	font-weight: normal;

	color: #333;

	line-height: 20px;

	background-color:#f9f9f9;

	border:1px solid #ccc;

	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;

	width:470px;

	height:150px;

}

input {

	width:235px;

	line-height: normal;

}

label {

	overflow:hidden;

	float:left;

	font-weight:bold;

	color:#666;

	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;

}

.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:#ccc;

	overflow:auto;

	font-family:"Courier New", Courier, monospace;

	margin-bottom:20px;

	background:#eee url(styles/default/pre-bg.gif) repeat scroll 0 0;

	color:#333;

	font-size:12px;

	line-height:20px;

	padding:20px 5px;

	clear:both;

	width:auto;

	height:100%;

}

blockquote {

	display: block;

	color:#666;

	font-size:12px;

	line-height:150%;

	font-style:italic;

	border-left:5px solid #ccc;

	margin-bottom:20px;

}

blockquote p { padding:10px 0 10px 20px; }

/*TABLE*/



.entry-content table, .entry-content table.table {

	width: 100%;

	border: 0;

	border-collapse: collapse;

	border-spacing: 0;

	margin:0 0 20px 0;

}

.entry-content table th, .entry-content table.table th {

	background-color: #666;

	color: #fff;

	padding: 5px;

	text-align: left;

	border:0;

	font-weight: bold;

}

.entry-content table td, .entry-content table.table td {

	color: #666;

	padding: 5px;

	text-align: left;

	border:0;

}

.entry-content table.table td { background-color: #eee; }

.entry-content table.table td.even { background-color: #f9f9f9; }

/*////////////////////////// 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 {

	border:1px solid #ccc;

	background:#fff;

	padding:4px;

}

.no-margin { margin:0 !important; }

/*////////////////////////// TOP SECTION //////////////////////////*/



#top-wrap {

	width:100%;

	height:45px;

	clear:both;

	background:transparent url(styles/default/menu-bg.png) left top repeat-x scroll;

}

#top-wrap .content { z-index:1; }

#top-search {

	position:absolute;

	right:0;

	top:0;

	width:182px;

	height:45px;

	background:transparent url(styles/default/top-search-bg.png) left top no-repeat scroll;

}

input.top-search {

	background:none;

	border:none;

	color:#333;

	width:120px;

	float:left;

	margin:10px 0 0 10px;

}

input.top-submit {

	background:transparent;

	border:none;

	width:30px;

	float:left;

	clear:none;

	height:20px;

	line-height:0;

	text-indent:-9999px;

	margin:15px 0 0 10px;

	cursor:pointer;

}

/*////////////////////////// HEADER SECTION //////////////////////////*/



#header-wrap {

	width:100%;

	clear:both;

	height:auto;

	overflow:hidden;

	border-top:1px solid #fff;

	background:#fafafa  url(styles/default/header-wrap-bg.png) left bottom repeat-x scroll;

}

#logo {

	float:left;

	padding:30px 0;

}

 #slogan {
float:right;
padding:50px 0 0 0;
width:500px;
}


#slogan p {

	font-family:Trebuchet, Verdana;

	line-height:24px;

	font-size:24px;

	padding:0;

}

/*////////////////////////// INTRO SECTION //////////////////////////*/



#intro-wrap {

	width:100%;

	height:70px;

	clear:both;

	background:#00081d url(styles/default/intro-bg.jpg) center top no-repeat scroll;

}

#intro-wrap h1, #intro-wrap h2 {

	line-height:70px;

	color:#fff;

	font-size:30px;

	padding:0;

	letter-spacing:2px;

}

/*////////////////////////// BREADCRUMB NAVIGATION //////////////////////////*/



.breadcrumb-wide { width:960px; }

.breadcrumb-short { width:620px; }

ul#breadcrumb {

	list-style: none;

	float: left;

	display:inline;

	color:#999;

	font-size:11px;

	text-indent:2px;

	margin:10px 0 30px 0;

	text-transform:uppercase;

}

ul#breadcrumb li {

	float: left;

	padding: 0;

	color:#999;

}

ul#breadcrumb li a {

	color:#666;

	text-decoration:none;

	padding-right:10px;

	line-height:20px;

	display:inline;

	float:left;

	background:transparent url(styles/default/breadcrumb-arrow.png) center right no-repeat;

}

ul#breadcrumb li a:hover { color:#333; }

/*////////////////////////// CONTAINERS //////////////////////////*/



#body-wrap {

	clear:both;

	width:960px;

	margin:0 auto;

	height:auto;

}

.bg {

	overflow:hidden;

	background:transparent url(styles/default/blog-bg.png) left top repeat-y;

}

/*///////////////////////////////////////////////////////////////*/

#left {

	float:left;

	display:inline;

}

.left-short { width:620px; }

.left-wide { width:960px; }

/*///////////////////////////////////////////////////////////////*/

#right {

	float:right;

	width:310px;

}

/*///////////////////////////////////////////////////////////////*/

.content {

	margin:0 auto;

	position:relative;

	z-index:0;

	width:960px;

	clear:both;

}

/*///////////////////////////////////////////////////////////////*/

.setup-theme { display:none; }

/*///////////////////////////////////////////////////////////////*/

.clear {

	clear: both;

	overflow: hidden;

	height:1px;

	margin-top:-1px;

}

.clear-footer {

	clear: both;

	overflow: hidden;

	height:50px;

}

/*////////////////////////// ENTRY //////////////////////////*/



.entry {

	width:100%;

	position:relative;

	clear:both;

	margin-bottom:30px;

}

.entry-content { width:100%; }

.entry-content p {

	padding-bottom:20px;

	clear:both;

}

h1.entry-short, h2.entry-short, h1.entry-wide, h2.entry-wide { font-size:30px; }

h1.entry-short, h2.entry-short { padding:0 75px 20px 0; }

h1.entry-wide, h2.entry-wide { padding:0 0 10px 0; }

h1.entry-short a, h2.entry-short a, h1.entry-wide a, h2.entry-wide a { color:#333; }

h1.entry-short a:hover, h2.entry-short a:hover, h1.entry-wide a:hover, h2.entry-wide a:hover { color:#0099cc; }

.entry-badge {

	position:absolute;

	right:0;

	top:-15px;

	width:74px;

	height:74px;

	background:transparent url(styles/default/entry-badge.png) left top no-repeat scroll;

}

span.day, span.year {

	font-family:Georgia, "Times New Roman", Times, serif;

	display:block;

	color:#fff;

	width:74px;

	text-align:center;

	line-height:1;

}

span.day {

	font-weight:bold;

	font-size:30px;

	padding:8px 0 2px 0;

}

a.more-link {

	display:block;

	font-size:12px;

	line-height:20px;

	padding-right:20px;

	text-align:right;

	color:#666;

	width:auto;

	height:20px;

	margin:20px 0 0 0;

	text-decoration:none;

	background:transparent url(styles/default/more-link-button.png) right top no-repeat scroll;

}

a:hover.more-link {

	text-decoration:none;

	background:transparent url(styles/default/more-link-button.png) right bottom no-repeat scroll;

}

.metadata {

	background:#e9e9e9;

	border:1px solid #ccc;

	clear:both;

	padding:10px;

	margin-top:20px;

}

.metadata a {

	text-decoration:none;

	color:#666;

}

.metadata a:hover {

	text-decoration:underline;

	color:#666;

}

.metadata p {

	padding:0;

	font-size:10px;

	line-height:14px;

	color:#999;

	display:block;

	text-transform:uppercase;

}

/*about author*/

.about-author {

	margin-top:20px;

	background:#f0f0f0;

	border:1px solid #ccc;

	padding:20px;

}

.about-author a {

	font-weight:bold;

	text-decoration:none;

	color:#333;

}

.about-author a:hover { text-decoration:underline; }

.about-author h5 { font-size:20px; }

.about-author-avatar {

	float:left;

	width:80px;

	display:inline;

}

.about-author img {

	padding:4px;

	border:1px solid #ccc;

	background:#fff;

}

.about-author-text { padding-left:110px; }

/*shadow*/

.entry-shadow {

	display:block;

	width:auto;

	height:20px;

	background:transparent url(styles/default/entry-shadow.png) right top no-repeat scroll;

}

/*////////////////////////// SIDEBAR //////////////////////////*/



#sidebar { margin:0 25px; }

/*////////////////////////// FOOTER SECTION //////////////////////////*/



/*TOP*/

#footer-top-wrap {

	clear:both;

	width:100%;

	height:35px;

	background:transparent url(styles/default/footer-top-bg.png) left top repeat-x scroll;

}

/*FOOTER NAV*/

ul#footer-nav { float:left }

ul#footer-nav li {

	color:#ddd;

	font-size:11px;

	float:left;

	margin-right:5px;

	line-height:35px;

}

ul#footer-nav li a {

	display:block;

	font-weight:normal;

	text-decoration:none;

	color:#ddd;

	text-transform:uppercase;

}

ul#footer-nav li a:hover {

	color:#fff;

	text-decoration:underline;

}

/*SOCIAL ICONS*/

#footer-social {

	float:right;

	margin-top:5px;

}

a.footer-rss, a.footer-twitter, a.footer-facebook, a.footer-flickr {

	width:16px;

	height:17px;

	float:right;

	margin:4px 0 0 8px;

	text-indent:-9999px;

	border:none;

}

a.footer-rss { background: transparent url(styles/default/footer-rss-icon.png) left top no-repeat; }

a.footer-twitter { background: transparent url(styles/default/footer-twitter-icon.png) left top no-repeat; }

a.footer-facebook { background: transparent url(styles/default/footer-facebook-icon.png) left top no-repeat; }

a.footer-flickr { background: transparent url(styles/default/footer-flickr-icon.png) left top no-repeat; }

/*FOOTER WIDGETS*/

#footer-widgets-wrap {

	clear:both;

	width:100%;

	height:auto;

	background:#333 url(styles/default/footer-widgets-bg.png) left top repeat-x scroll;

	border-bottom:1px solid #1d1d1d;

}

#footer-widgets-wrap .content {

	width:1000px;

	overflow:hidden;

}

/*FOOTER COPYRIGHT*/

#footer-c-wrap {

	width:100%;

	clear:both;

	height:auto;

	background:#434343 url(styles/default/footer-copyright-bg.png) left top repeat-x scroll;

}

#footer-c-wrap .content { overflow:hidden; }

#footer-c-wrap a {

	text-decoration:none;

	color:#ddd;

}

#footer-c-wrap a:hover {

	color:#ddd;

	text-decoration:underline;

}

#footer-c-wrap p {

	padding:10px 0;

	float:left;

	font-size:10px;

	line-height:14px;

	color:#999;

	width:900px;

}

#footer-c-wrap a.top {

	float:right;

	font-size:10px;

	padding:10px 0 0 0;

}

/*////////////////////////// MAIN MENU //////////////////////////*/



#menu-wrap {

	float:left;

	width:auto;

	z-index:100;

}

ul#menu {

	position:relative;

	margin-left:10px;

}

ul#menu li {

	position: relative;

	display: inline;

	float: left;

}

.menu-hover { background:transparent url(styles/default/menu-hover-bg.png) left top repeat-x scroll; }

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: 45px;

	font-size: 12px;

	color: #fff;

	text-decoration: none;

	text-transform:uppercase;

}

* html ul#menu li a { display: inline-block; }

ul#menu li a:hover { color: #fff; }

ul#menu ul {

	visibility:hidden;

	position:absolute;

	left:0;

	top:45px;

	width: 160px;

	z-index:1;

	background-color:#333;

	border-top:1px solid #1d1d1d;

}

ul#menu li li {

	display:block;

	width: 100%;

	cursor:pointer;

	background:transparent url(styles/default/menu-sub-bg.png) left bottom repeat-x scroll;

	border-bottom:1px solid #1d1d1d;

}

ul#menu li a.is_caption {

	line-height:13px;

	padding:8px 10px 0;

}

ul#menu li li a.is_caption {

	line-height:12px;

	padding:7px 10px 4px;

}

ul#menu li .menu-caption {

	display:block;

	font-size:9px;

	color:#666;

	line-height:23px;

}

ul#menu li li .menu-caption { color:#888; }

ul#menu li li a {

	height:auto;

	color:#ccc;

	line-height:30px;

	font-weight:normal;

	text-transform:none;

}

ul#menu li li a:hover { color: #fff; }

ul#menu ul ul {

	position:absolute;

	left:100%;

	top:-1px;

	width: 100%;

	visibility:hidden;

	z-index:2;

}

/*////////////////////////// PORTFOLIO //////////////////////////*/

.portfolio { margin:0; }

.entry-portfolio {

	float:left;

	height:100%;

	display:inline;

	width:300px;

	margin:0 30px 30px 0;

}

.last { margin:0 0 20px 0; }

.entry-portfolio-content p {

	line-height:18px;

	font-size:11px;

}

.entry-portfolio-content a { text-decoration:none; }

.entry-portfolio-content a:hover { text-decoration:underline; }

.entry-portfolio-img {

	display:block;

	width:300px;

	height:145px;

	position:relative;

	background:transparent url(styles/default/portfolio-bg.png) left top no-repeat scroll;

}

.entry-portfolio-img a {

	position:absolute;

	z-index:2;

	left:5px;

	top:5px;

	width:290px;

	height:110px;

	border:none;

	margin:0;

	background:transparent url(styles/default/portfolio-loader.gif) 50% 50% no-repeat;

}

.entry-portfolio-content h2 {

	font-size:18px;

	padding-bottom:5px;

}

/*////////////////////////// COMMENTS //////////////////////////*/



#comments {

	width:100%;

	height:100%;

}

h5.comments-header {

	line-height:normal;

	font-size:30px;

	color:#666;

	width:100%;

	text-align:center;

	margin-bottom:20px;

	padding:0;

}

/*comment*/

.comment {

	padding:20px;

	border:5px solid #ccc;

	overflow:hidden;

	margin-bottom:20px;

}

.author { border:5px solid #999; }

.comment-header {

	overflow:hidden;

	height:100%;

	position:relative;

}

.comment-author, .comment-date {

	line-height:normal;

	width:auto;

	display:block;

}

.comment-author {

	font-family:Georgia, "Times New Roman", Times, serif;

	font-size:24px;

	color:#666;

	padding-bottom:3px;

}

.comment-author a, .comment-author a:hover {

	text-decoration:none;

	color:#666;

}

.comment-date {

	font-size:11px;

	color:#999;

}

.comment-header img {

	display:inline;

	float:left;

	margin-right:20px;

	display:block;

}

.comment-text {

	margin-top:20px;

	clear:both;

}

/*COMMENT FORM*/

.comment-form {

	overflow:hidden;

	margin-top:20px;

	height:auto;

	width:100%;

}

.comment-form h3 { padding:10px 0 15px 0; }

p.login, p.login a {

	color:#999;

	text-decoration:none;

	font-size:11px;

}

p.login a:hover { color:#1d1d1d; }

.comment-form div {

	margin-bottom: 15px;

	clear:both;

	overflow:hidden;

}

.comment-form label {

	width:80px;

	padding-top:5px;

	margin:0 20px 0 0;

	text-align:right;

}

.comment-form input {

	width:250px;

	float:left;

	clear:none;

	margin:0;

}

.comment-form textarea {

	float:left;

	clear:none;

	margin:0;

}

input#comment-submit {

	display:inline;

	padding:5px;

	border:0;

	margin:0;

	width: 0;  /* IE table-cell margin fix */

	overflow: visible;

	background:#1d1d1d;

	color:#fff;

	cursor:pointer;

	text-align:center;

	margin-left:100px;

}

html > body input#comment-submit { width:auto; }

input#comment-submit:hover { background:#0099cc; }

/*////////////////////////// HOMEPAGE //////////////////////////*/



#homepage-wrap {

	clear:both;

	width:100%;

	height:auto;

	background:#00081d url(styles/default/homepage-wrap-bg.jpg) center top no-repeat scroll;

}

/*HOMEPAGE SLIDER*/

.rs {

	width:960px;

	height:360px;

	margin:0 auto;

	position:relative;

	overflow:hidden;

	background:transparent url(styles/default/rs-bg.png) left top no-repeat scroll;

}

.rs-projects {

	margin:25px 0 0 5px;

	width:950px;

	height:300px;

	overflow:hidden;

	z-index:0;

	position:relative;

}

.rs-project { position:absolute; }

.rs-caption-bg {

	position:absolute;

	left:0;

	bottom:0;

	width:950px;

	background:#000;

	display:none;

	z-index:1;

}

.rs-caption {

	position:absolute;

	left:0;

	bottom:0;

	width:950px;

	z-index:2;

	visibility:hidden;

}

.rs-caption p {

	line-height:20px;

	padding:20px;

	color:#fff;

	font-size:12px;

}

.rs-caption b {

	color:#fff;

	font-family:Georgia, "Times New Roman", Times, serif;

	font-size:18px;

	font-weight:normal;

	display:block;

}

.rs-projects a, span.ajax-loader {

	width:940px;

	height:300px;

	display:block;

	position:absolute;

	left:0;

	top:0;

	z-index:3;

	text-indent:-9999px;

	background:transparent url(styles/default/rs-caption-button-bg.gif) left top repeat scroll;

}

span.ajax-loader {

	z-index:-1;

	background:transparent url(styles/default/rs-loader.gif) 48% 45% no-repeat;

}

.rs-setup { display:none; }

/*SLIDER CONTROLLER*/

.rs-ctrl {

	margin:8px 0 0 0;

	width:100%;

	text-align:center;

}

.rs-ctrl a {

	padding:0 4px;

	margin-left:2px;

	font-size:8px;

	background:#99d0f4;

	text-decoration:none;

	text-align:center;

}

.rs-ctrl a:hover { background:#fff; }

.rs-ctrl a.active { background:#fff; }

/*SERVICES BOXES*/

#sb-wrap {

	width:100%;

	overflow:hidden;

	height:auto;

	clear:both;

	background:transparent url(styles/default/sb-wrap-bg.png) left top repeat-x scroll;

}

#sb-bottom {

	width:100%;

	height:30px;

	clear:both;

	background:transparent url(styles/default/sb-bottom-bg.png) left top repeat-x scroll;

}

#sb {

	width:960px;

	overflow:hidden;

	margin:40px auto 0 auto;

}

.spin { margin-top:35px !important; }

.sb-col1, .sb-col2, .sb-col3 {

	width:300px;

	display:inline;

	float:left;

	margin-right:30px;

}

.sb-col3 { margin-right:0; }

.sb-img-bg, .sb-spin-bg {

	width:300px;

	height:140px;

	background:transparent url(styles/default/sb-img-bg.png) left bottom no-repeat scroll;

}

.sb-spin-bg { height:145px; }

.sb-shadow {

	width:300px;

	height:45px;

	background:transparent url(styles/default/sb-shadow.png) left top no-repeat scroll;

}

#sb img {

	border:1px solid #fff;

	padding:4px;

	background:#fff;

}

#sb h2 {

	font-size:18px;

	padding-bottom:5px;

	color:#fff;

}

#sb a {

	color:#fff;

	text-decoration:none;

}

#sb a:hover { text-decoration:underline; }

#sb p {

	font-size:11px;

	color:#999;

	line-height:18px;

}

/*WIDE BOX*/

#wb-wrap {

	width:620px;

	float:left;

	display:inline;

	clear:both;

	margin-top:20px;

	height:auto;

}

#wb-content {

	padding:15px;

	border:1px solid #ccc;

	background:#f0f0f0;

}

#wb-shadow {

	width:100%;

	clear:both;

	height:20px;

	display:block;

	background:transparent url(styles/default/entry-shadow.png) right top no-repeat scroll;

}

.wb-wide { width:960px !important; }

#wb-content p { padding-bottom:20px; }

#wb-content img { border:1px solid #fff !important; }

/*RECENT WORKS*/

#recent-wrap {

	float:right;

	margin-top:20px;

	width:310px;

	height:auto;

}

#recent {

	width:100%;

	background:#e0e0e0;

	border:1px solid #ccc;

}

#recent img {

	padding:4px;

	border:1px solid #ccc;

	background:#fff;

}

#recent a {

	display:block;

	margin-bottom:15px;

	font-size:0;

	line-height:normal;

	overflow:hidden;

}

#recent-content {

	padding:15px;

	position:relative;

}

#recent-badge {

	position:absolute;

	right:-15px;

	top:-15px;

	width:71px;

	height:75px;

	z-index:2;

	background:transparent url(styles/default/recent-badge.png) left top no-repeat scroll;

}

a#recent-button {

	display:block;

	float:right;

	font-size:12px;

	line-height:20px;

	text-indent:25px;

	color:#333;

	width:115px;

	height:20px;

	margin:0;

	text-decoration:none;

	background:transparent url(styles/default/recent-button.png) left top no-repeat scroll;

}

a:hover#recent-button {

	text-decoration:none;

	background:transparent url(styles/default/recent-button.png) left bottom no-repeat scroll;

}

#recent-shadow {

	display:block;

	width:100%;

	height:20px;

	background:transparent url(styles/default/recent-shadow.png) right top no-repeat scroll;

}

/*////////////////////////// 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:280px;

	margin-right:40px;

	float:left;

	display:inline;

	margin-bottom:20px;

	position:relative;

}

.last {

	clear:right;

	margin-right:0 !important;

}

/*LINE*/

.line {

	width:100%;

	line-height:0px;

	font-size:0px;

	display:block;

	height:1px;

	clear:both;

	margin:20px 0 20px 0;

	border-top:1px solid #e5e5e5;

	background:#fff;

	overflow:hidden;

}

/*MESSAGES*/

.message {

	margin:20px 0;

	width:100%;

	display:block;

}

.message p {

	color:#333;

	font-size:12px;

	margin:0;

	padding:10px 10px 10px 35px;

}

.message p a {

	font-weight:bold;

	color:#333;

}

.mclear {

	border: 1px solid #8dacf7;

	background: #d9e4ff;

}

.mclear p { padding:10px !important; }

/*DOWNLOAD*/

.download {

	border: 1px solid #8dacf7;

	background: #d9e4ff url(styles/default/action-download.png) 10px center no-repeat;

}

/*INFO*/

.info {

	border: 1px solid #8dacf7;

	background: #d9e4ff url(styles/default/action-info.png) 10px center no-repeat;

}

/*WARNING*/

.warning {

	border: 1px solid #e6db55;

	background: #fefbcc url(styles/default/action-warning.png) 10px center no-repeat;

}

/*SUCCESS*/

.success {

	border:1px solid #99dc8d;

	background: #d4fccd url(styles/default/action-check.png) 10px center no-repeat;

}

/*ERROR*/

.error {

	border:1px solid #e2918d;

	background: #ffcfcd url(styles/default/action-delete.png) 10px center no-repeat;

}

/*QUOTES*/

.quote-left, .quote-right {

	float:left;

	font-size:14px;

	line-height:25px;

	padding:10px;

	background:#e9e9e9;

	margin:20px 20px 20px 0;

	width:33%;

	overflow:hidden;

	color:#333;

	font-style:italic;

}

.quote-right {

	float:right;

	margin:20px 0 20px 20px;

}

/*HIGHLIGHT*/

.highlight { background: yellow }

.highlight2 {

	background: #1d1d1d;

	color:#fff;

}

/*LAST TWEET*/

.last-tweet {

	position:relative;

	width:100%;

	height:auto;

	padding:10px 0 75px;

	clear:both;

	margin-bottom:20px;

}

.last-tweet-content {

	background:#e3f4fa;

	border:1px solid #b2d0da;

}

.last-tweet p {

	padding:15px;

	font-family:Georgia, "Times New Roman", Times, serif;

	font-size:14px;

	line-height:24px;

	color:#45555b;

}

.last-tweet p a { color:#0099cc; }

.last-tweet-icon {

	position:absolute;

	right:0;

	bottom:0;

	width:80px;

	height:76px;

	background:transparent url(styles/default/last-tweet-icon.png) left top no-repeat scroll;

}

/*BUTTON*/

a.cool-button {

	text-decoration:none;

	cursor:pointer;

	padding:10px;

	margin-bottom:20px;

	float:left;

	clear:both;

	line-height:normal;

	color:#fff;

	background:#333 url(styles/default/button-bg.png) left bottom repeat-x scroll;

	border:1px solid #1d1d1d;

}

a:hover.cool-button {

	background:#0099cc;

	border:1px solid #0099cc;

}

/*images*/

.image-xl, .image-l, .image-m, .image-s {

	display:block;

	overflow:hidden;

	margin-bottom:10px;

	clear:both;

}

.image-xl {

	margin-bottom:20px;

	width:960px;

}

.image-l { width:620px; }

.image-m { width:450px; }

.image-s { width:280px; }

.image-shadow-l, .image-shadow-r {

	display:inline;

	height:20px;

	width:200px;

}

.image-shadow-r {

	float:right;

	background: transparent url(styles/default/entry-shadow.png) right top no-repeat scroll;

}

.image-shadow-l {

	float:left;

	background: transparent url(styles/default/entry-shadow2.png) left top no-repeat scroll;

}

/*////////////////////////// PAGINATION //////////////////////////*/



.wp-pagenavi {

	width:600px;

	padding:10px 10px 10px 0px;

}

.wp-pagenavi a, .wp-pagenavi a:link {

	padding: 2px 4px;

	margin-right: 5px;

	font-weight:normal;

	text-decoration: none;

	border: 1px solid #ccc;

	background: #e9e9e9;

	color: #999;

	text-align:center;

}

.wp-pagenavi a:hover {

	border: 1px solid #999;

	background-color: #fff;

	text-decoration: none;

	color:#666;

}

.wp-pagenavi a:active {

	padding: 2px 4px;

	margin-right: 5px;

	border: 1px solid #999;

	background-color: #fff;

	color:#666;

}

.wp-pagenavi span.pages {

	padding:0;

	margin-right: 10px;

	color:#999;

}

.wp-pagenavi span.current {

	padding: 2px 4px;

	margin-right: 5px;

	font-weight: normal;

	color:#666;

	border: 1px solid #999;

	background-color: #fff;

}

.wp-pagenavi span.extend {

	padding: 2px 4px;

	margin-right: 5px;

	text-decoration: none;

	border: 1px solid #ccc;

	background: #e9e9e9;

	color: #999;

}

/*////////////////////////// RASCALS FORMS //////////////////////////*/



#rf h3 {

	font-size:22px;

	margin:0 0 10px;

	padding:0;

	width:100%;

}

p.rf {

	clear: both;

	margin-bottom: 10px;

	overflow: hidden;

	padding:0;

	width:456px;

}

p.rf span {

	float:left;

	padding:0 0 0 140px;

	color:red;

	clear:both;

	display:none;

	font-size:10px;

	width:400px;

}

p.rf-submit {

	width: auto;

	height: 28px;

	display: block;

	width:400px;

	clear: both;

	margin: 10px 0 20px 0;

	padding: 0;

}

p.rf label {

	width:120px;

	padding-top:5px;

	margin:0 20px 0 0;

	text-align:right;

}

p.rf input {

	width:250px;

	float:left;

	clear:none;

	margin:0;

}

p.rf textarea {

	float:left;

	clear:none;

	margin:0;

	width:300px;

}

input#send {

	display:inline;

	padding:5px;

	margin:0 0 0 140px;

	width: 0;  /* IE table-cell margin fix */

	overflow: visible;

	background:#1d1d1d;

	color:#fff;

	cursor:pointer;

	text-align:center;

	border:none;

}

html > body input#send { width:auto; }

input#send:hover {

	background:#0099cc;

	border:none;

}

p.rf-submit span {

	margin-top: 2px;

	float: right;

	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;

}

/*////////////////////////// USER MENU //////////////////////////*/



p.user {

	font-size:10px;

	padding:0;

	color:#ccc;

}

p.user a {

	font-size:10px;

	color:#999;

	text-decoration:none;

}

p.user a:hover {

	color:#666;

	text-decoration:none;

}

/*////////////////////////// PAGE LINK //////////////////////////*/



#page-link p { color:#666; }

#page-link p a {

	color:#666;

	text-decoration:none;

}

#page-link p a:hover { text-decoration:none; }

/*////////////////////////// SIDEBAR WIDGETS //////////////////////////*/

.widget {

	height:100%;

	width:260px;

	clear:both;

	overflow:hidden;

	position:relative;

	padding-bottom:20px;

}

.widget p {

	padding:0;

	font-size:12px;

	line-height:20px;

}

.widget h3 {

	font-size:24px;

	padding-bottom:5px;

	margin-bottom:10px;

	border-bottom:1px dotted #ccc;

}

.widget li {

	background: transparent url(styles/default/sidebar-arrow.png) left 11px no-repeat;

	border-bottom:1px dotted #ccc;

	width:260px;

}

.widget li a {

	color:#666;

	font-size:12px;

	padding:4px 0 4px 10px;

	display:block;

	text-decoration:none;

}

.widget li a:hover {

	color:#0099cc;



	text-decoration:none;

}

/*///////////////////////////////////////////////////////////////*/



/*search*/

.widget .search-widget {

	width:260px;

	height:30px;

	margin-top:15px;

	background:transparent url(styles/default/sidebar-search-bg.png) left top no-repeat;

}

.widget input#s {

	float:left;

	background:none;

	border:0;

	margin:8px 0 6px 15px;

	display:inline;

	width:2005px;

	color:#666;

	padding:0;

}

.widget input#searchsubmit {

	width:30px;

	height:22px;

	border:0;

	text-indent: -9999px;

	font-size:0px;

	line-height:0px;

	float:right;

	cursor:pointer;

	clear:none;

	margin:4px 4px 0;

	background:none;

}

/*pages*/



.widget_pages li { border:none; }

.widget_pages li a { border-bottom:1px dotted #ccc; }

/*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; }

/*tag cloud*/

.widget_tag_cloud a {

	color:#999;

	line-height:normal;

	text-decoration:none;

}

.widget_tag_cloud a:hover {

	color:#0099cc;

	line-height:normal;

}

/* recent comments */

.widget li.recentcomments {

	width:260px;

	float:left;

	padding:4px 0 4px 10px;

	border-bottom:1px dotted #ccc;

	background: transparent url(styles/default/sidebar-arrow.png) left 12px no-repeat;

}

.widget li.recentcomments a {

	display:inline;

	padding:0;

	color:#333;

}

.widget li.recentcomments a:hover { color:#0099cc; }

/*categories / archive*/

.widget_categories li, .widget_archive li {

	color:#999;

	width:130px !important;

	float:left;

	background: transparent url(styles/default/sidebar-arrow.png) left 11px no-repeat;

	border-bottom:1px dotted #ddd;

	padding:4px 0;

	font-size:10px;

	text-transform:uppercase;

	line-height:18px;

}

.widget_categories li a, .widget_archive li a {

	line-height:18px;

	color:#666;

	font-size:12px;

	display:inline !important;

	background: none;

}

/*calendar*/

#calendar_wrap {

	width:100%;

	margin:0 auto;

}

#calendar_wrap a {

	border-bottom:none;

	line-height:25px;

}

table#wp-calendar {

	font-size:12px;

	width:255px;

	margin-left:5px;

	height:100%;

	line-height:25px;

}

table#wp-calendar caption {

	font-size:14px;

	padding:0;

	width:100%;

	color:#333;

}

table#wp-calendar thead { border: 0; }

table#wp-calendar th {

	font-weight: bold;

	color:#333;

	text-align: center;

	padding-bottom: 2px;

}

table#wp-calendar tbody td {

	text-align: center;

	border: 1px solid #ddd;

	background-color:#f9f9f9;

	color:#666;

}

table#wp-calendar #next a, table#wp-calendar #prev a {

	padding: 5px 10px 0 10px;

	text-decoration:none;

	color:#666;

	background-color:transparent;

}

table#wp-calendar #next a {

	text-align: right;

	color:#666;

	line-height:15px;

}

table#wp-calendar #prev a {

	text-align: left;

	color:#666;

	line-height:15px;

}

table#wp-calendar #next a:hover, table#wp-calendar #prev a:hover { color:#666; }

table#wp-calendar a {

	display: block;

	background-color:#666;

	color:#fff;

	text-decoration:none;

}

table#wp-calendar a:hover {

	background-color:#333;

	color:#fff;

	text-decoration:none;

}

/*////////////////////////// RASCALS SIDEBAR WIDGETS //////////////////////////*/



/*R-Cat*/

.widget_r_cat li {

	color:#999;

	width:130px !important;

	float:left;

	padding:4px 0;

	font-size:10px;

	text-transform:uppercase;

	line-height:18px;

}

.widget_r_cat li a {

	line-height:18px;

	color:#666;

	font-size:12px;

	display:inline !important;

}

/*R-Flickr*/

#sidebar .flickr_badge_image {

	display:block;

	float:left;

	padding:5px;

	overflow:hidden;

	line-height:0;

}

.widget_r_flickr a {

	display:inline-block;

	line-height:0;

	font-size:0;

}

.widget_r_flickr img {

	width:66px;

	height:66px;

	padding:4px;

	background:#f9f9f9;

	border:1px solid #ddd;

}

/*R-Twitter*/

.widget_r_twitter h3 { background:transparent url(styles/default/twitter-standing.png) right -7px no-repeat scroll; }

.widget_r_twitter ul {

	list-style: none;

	padding:0;

}

.widget_r_twitter ul li {

	padding: 0 0 5px 0;

	margin: 0 0 5px 0;

	background:none;

	border-bottom:1px dotted #ccc;

}

.widget_r_twitter ul li p { padding-bottom:5px; }

.widget_r_twitter ul li a {

	display:inline;

	padding:0;

	color:#333;

}

.widget_r_twitter ul li a:hover {

	text-decoration: none;

	border:0;

}

.widget_r_twitter ul li span {

	border:0;

	padding:0;

	display:block;

	text-align:right;

	font-size:22px;

	color:#666;

	border-top:1px dotted #ccc;

	padding-top:5px;

	line-height:normal;

	color:#999;

}

/*R-Comments*/

.widget_r_comments ul li {

	background:none;

	padding: 0 0 5px 0;

	margin: 0 0 5px 0;

	border-bottom:1px dotted #ccc;

}

.widget_r_comments ul li a, .widget_r_comments ul li a:hover { padding:0 0 5px 0; }

.widget_r_comments ul li span {

	text-align:right;

	line-height:normal;

	display:block;

	font-size:10px;

	border-top:1px dotted #ccc;

	padding-top:5px;

	color:#999;

}

/*R-Posts*/

.widget_r_posts ul li {

	background:none;

	padding: 0 0 5px 0;

	margin: 0 0 5px 0;

	border-bottom:1px dotted #ccc;

}

.widget_r_posts ul li p { padding-bottom:5px; }

.widget_r_posts ul li a {

	padding:0;

	margin:0;

	font-size:14px;

	color:#333;

	padding-bottom:5px;

}

.widget_r_posts ul li span {

	text-align:right;

	line-height:normal;

	display:block;

	font-size:22px;

	color:#999;

	border-top:1px dotted #ccc;

	padding-top:5px;

}

.widget_r_posts ul li img {

	float:left;

	padding:5px;

	background:#f9f9f9;

	border:1px solid #ddd;

	margin:0 10px 10px 0;

}

/*////////////////////////// FOOTER WIDGETS //////////////////////////*/





.footer-widget {
display:inline;
float:left;
height:auto;
margin:20px 10px 20px 15px;
overflow:hidden;
width:225px;
}

.footer-widget h4 {

	width:100%;

	margin:0 0 5px 0;

	padding-bottom:5px;

	color:#fff;

	text-transform:uppercase;

	line-height:160%;

	border-bottom:1px solid #666;

}

.footer-widget p { line-height:16px; }

.footer-widget a { color:#ddd; }

.footer-widget a:hover { color:#ddd; }

.footer-widget img {

	margin:0;

	float:left;

	display:inline;

}

.footer-widget li {

	background: transparent url(styles/default/footer-arrow.png) left 11px no-repeat;

	color:#999;

	width:225px;

	font-size:11px;

	line-height:16px;

}

.footer-widget li a {

	color:#ddd;

	font-size:11px;

	padding:4px 0 4px 10px;

	text-decoration:none;

	display:block;

}

.footer-widget li a:hover {

	color:#ddd;

	text-decoration:underline;

}

/*///////////////////////////////////////////////////////////////*/



/*categories / archive*/

.widget_categories_footer li, .widget_archive_footer li {

	color:#666;

	width:112px;

	float:left;

	background:none;

	text-transform:uppercase;

	padding:4px 0;

	border-bottom:1px dotted #666;

	background: transparent url(styles/default/footer-arrow.png) left 11px no-repeat;

}

.widget_categories_footer li a, .widget_archive_footer li a {

	display:inline;

	border:0;

}

/*text*/

.widget_text_footer p {

	font-size:11px;

	line-height:16px;

	color:#999;

}

.widget_text_footer p a {

	text-decoration:underline;

	color:#ddd;

}

.widget_text_footer p a:hover {

	text-decoration:none;

	color:#ddd;

}

/*search*/

.footer-widget .search-widget {

	width:224px;

	height:26px;

	margin-top:10px;

	background:transparent url(styles/default/footer-search-bg.png) left top no-repeat;

}

.footer-widget input#s {


	float:left;

	background-color:transparent;

	border:0;

	margin:4px 0 0 10px;

	display:inline;

	width:175px;

	color:#333;

	background:transparent;

}

.footer-widget input#searchsubmit {

	width: 35px;

	height: 25px;

	border: 0;

	text-indent: -9999px;

	font-size: 0px;

	line-height: 0px;

	float: right;

	cursor: pointer;

	clear:none;

	margin:0;

	background:transparent;

}

/* recent comments */

.footer-widget li.recentcomments {

	width:225px;

	float:left;

	padding:4px 0 4px 10px;

	background: transparent url(styles/default/footer-arrow.png) left 12px no-repeat;

	border-bottom:1px dotted #666;

}

.footer-widget li.recentcomments a {

	display:inline;

	padding:0;

	border:0;

}

/*tag cloud*/

.widget_tag_cloud_footer a {

	color:#999;

	line-height:normal;

	text-decoration:none;

}

.widget_tag_cloud_footer a:hover {

	text-decoration:none;

	line-height:normal;

}

/*calendar*/

.footer-widget table#wp-calendar a {

	display: block;

	background-color:#666;

	color:#fff;

	line-height:25px;

	text-decoration:none;

}

.footer-widget table#wp-calendar a:hover {

	background-color:#1d1d1d;

	color:#fff;

	line-height:25px;

	text-decoration:none;

}

.footer-widget table#wp-calendar {

	width:225px;

	margin-left:2px;

}

.footer-widget table#wp-calendar tbody td {

	text-align: center;

	border: 1px solid #666;

	background-color:#333;

	color:#ddd;

	font-size:11px;

}

.footer-widget table#wp-calendar caption {

	font-size: 12px;

	font-weight: bold;

	width: 100%;

	color:#ddd;

	padding:0;

}

.footer-widget table#wp-calendar th {

	font-weight: normal;

	color:#ddd;

	text-align: center;

	padding-bottom: 2px;

}

.footer-widget table#wp-calendar #next a {

	text-align: right;

	color:#ddd;

	line-height:10px;

}

.footer-widget table#wp-calendar #prev a {

	text-align: left;

	color:#ddd;

	line-height:15px;

}

.footer-widget table#wp-calendar #next a:hover, .footer-widget table#wp-calendar #prev a:hover { color:#ddd; }

/*////////////////////////// RASCALS FOOTER WIDGETS //////////////////////////*/



/*R-Cat*/

.widget_r_cat_footer li {

	color:#666;

	width:112px;

	float:left;

	text-transform:uppercase;

	padding:4px 0;

	border-bottom:1px dotted #666;

	background: transparent url(styles/default/footer-arrow.png) left 11px no-repeat;

}

.widget_r_cat_footer li a {

	color:#ddd;

	display:inline;

	border:0;

	text-decoration:none;

}

/*R-Flickr*/

#footer-widgets-wrap .flickr_badge_image {

	display:block;

	float:left;

	line-height:0;

}

.widget_r_flickr_footer a {

	display:inline-block;

	padding:4px;

}

.widget_r_flickr_footer img {

	margin:0 !important;

	border:1px solid #444;

	width:61px;

	padding:2px!important;

	height:61px;

}

/*R-Twitter*/

.widget_r_twitter_footer ul {

	list-style: none;

	padding: 0 0 0 0px;

}

.widget_r_twitter_footer ul li {

	padding: 0 0 5px 0;

	margin: 0 0 5px 0;

	background:none;

	border-bottom:1px dotted #666;

}

.widget_r_twitter_footer ul li p {

	color:#999;

	padding-bottom:5px;

	font-size:11px;

}

.widget_r_twitter_footer ul li p a {

	display:inline;

	padding:0;

}

.widget_r_twitter_footer ul li span {

	border:0;

	padding:0;

	display:block;

	text-align:right;

	font-size:10px;

	color:#666;

	border-top:1px dotted #666;

	padding-top:5px;

	line-height:normal;

}

/*R-Comments*/

.widget_r_comments_footer ul li {

	background:none;

	padding: 0 0 5px 0;

	margin: 0 0 5px 0;

	border-bottom:1px dotted #666;

}

.widget_r_comments_footer ul li a, .widget_r_comments_footer ul li a:hover {

	background:none;

	padding:0 0 5px 0;

	margin:0;

	border:0;

	font-size:11px;

}

.widget_r_comments_footer ul li span {

	text-align:right;

	line-height:normal;

	display:block;

	font-size:10px;

	color:#666;

	border-top:1px dotted #666;

	padding-top:5px;

	line-height:normal;

}

/*R-Posts*/

.widget_r_posts_footer ul li {

	background:none;

	padding: 0 0 5px 0;

	margin: 0 0 5px 0;

	border-bottom:1px dotted #666;

}

.widget_r_posts_footer ul li img {

	border:1px solid #444;

	margin-bottom:10px;

	padding:2px;

}

.widget_r_posts_footer ul li p {

	font-size:11px;

	padding-bottom:10px;

	color:#999;

	width:auto;

}

.widget_r_posts_footer ul li a {

	background:none;

	padding:0;

	margin:0;

	border:0;

	color:#ddd;

	padding-bottom:5px;

}

.widget_r_posts_footer ul li span {

	text-align:right;

	line-height:normal;

	display:block;

	font-size:10px;

	color:#666;

	border-top:1px dotted #666;

	padding-top:5px;

	line-height:normal;

	clear:both;

}

/*

 * jQuery Nivo Slider v1.9

 * http://nivo.dev7studios.com

 *

 * Copyright 2010, Gilbert Pellegrom

 * Free to use and abuse under the MIT license.

 * http://www.opensource.org/licenses/mit-license.php

 * 

 * March 2010

 */

 /*COIN SLIDER*/

.nivo-wrap {

	width:960px;

	height:360px;

	margin:0 auto;

	position:relative;

	overflow:hidden;

	background:transparent url(styles/default/rs-bg.png) left top no-repeat scroll;

}

#nivo {

	margin:25px 0 0 5px;

	width:950px;

	height:300px;

	z-index:0;

	position:relative;

	overflow:hidden;

}

/* The Nivo Slider styles */

.nivoSlider { position:relative; }

.nivoSlider img {

	position:absolute;

	top:0px;

	left:0px;

}

/* If an image is wrapped in a link */

.nivoSlider a.nivo-imageLink {

	position:absolute;

	top:0px;

	left:0px;

	width:950px;

	height:300px;

	border:0;

	padding:0;

	margin:0;

	z-index:60;

	display:block;

}

/* The slices in the Slider */

.nivo-slice {

	display:block;

	position:absolute;

	z-index:50;

	height:100%;

}

/* Caption styles */

.nivo-caption {

	position:absolute;

	left:0px;

	bottom:0px;

	background:#000;

	color:#fff;

	opacity:0.8; /* Overridden by captionOpacity setting */

	width:100%;

	z-index:89;

}

.nivo-caption p {

	padding:20px;

	margin:0;

}

/* Direction nav styles (e.g. Next & Prev) */

.nivo-directionNav a {

	position:absolute;

	top:45%;

	z-index:99;

	cursor:pointer;

}

.nivo-prevNav { left:0px; }

.nivo-nextNav { right:0px; }

/* Control nav styles (e.g. 1,2,3...) */

.nivo-controlNav {

	position:absolute;

	bottom:-29px;

	left:0;

	width:100%;

	text-align:center;

	display:block;

}

.nivo-controlNav a {

	position:relative;

	z-index:99;

	cursor:pointer;

	padding:0 4px;

	margin-left:5px;

	font-size:8px;

	background:#99d0f4;

	text-decoration:none;

	text-align:center;

}

.nivo-controlNav a:hover { background:#fff; }

.nivo-controlNav a.active { background:#fff; }

