/*  
Theme Name: Sketchbook
Theme URI: http://www.themeforest.net
Description: Clean, Light Weight, WordPress Portfolio and Blog Theme
Version: 1.0
Author: ThemeForest
Author URI: http://www.themeforest.net
*/ /* ----------------------------------------------------------------
* BROWSER 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;
	background: #ffffff;
}

ol,ul {
	list-style: none;
}

blockquote,q {
	quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: '';
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ---------------------------------------------------------------- 
 *  GLOBAL
 * ---------------------------------------------------------------- 
*/
html,body {
	height: 100%;
}

html {
	font-size: 76%;
}

body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1.1em;
	line-height: 1.4em;
	color: #444444;
}

.clear {
	clear: both;
	width: 1px;
	height: 1px;
	margin: 0;
	padding: 0;
}

.hidden {
	display: none;
}

/* ---------------------------------------------------------------- 
*  HR
* ---------------------------------------------------------------- 
*/
div.hr {
	width: 100%;
	height: 1px;
	color: #191919;
	background: #b9c1c1;
	margin-top: 1px;
}

div.hr hr {
	display: none;
}

/* ---------------------------------------------------------------- 
*  PG_WRAPPER
* ---------------------------------------------------------------- 
*/
#pg_wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -168px;
}

/* ---------------------------------------------------------------- 
*  CONTAINER
* ---------------------------------------------------------------- 
*/
.container {
	width: 970px;
}

/* ---------------------------------------------------------------- 
*  POST_WRAPPER
* ---------------------------------------------------------------- 
*/
.post_wrapper {
	width: 609px;
	float: left;
}

/* ---------------------------------------------------------------- 
*  HEADER
* ---------------------------------------------------------------- 
*/
#header {
	width: 100%;
	overflow: hidden;
}

#header div,#header ul {
	height: 80px;
}

#header .container {
	margin: 0 auto;
}

#header h1 {
	display: none;
}

#header .title {
	float: left;
	width: auto;
	cursor: pointer;
	padding-left: 180px;
}

#header .title span {
	font-size: 11px;
	font-style: italic;
	line-height: 88px;
	text-transform: lowercase;
}

#header ul {
	float: right;
}

#header li {
	float: left;
	height: 27px;
	overflow: hidden;
	margin-top: 30px;
	margin-right: 7px;
	padding: 0 7px 0 8px;
}

#header li a {
	color: #ffffff;
	font-size: 13px;
	font-family: Arial;
	line-height: 26px;
	text-decoration: none;
}

#header li a:hover {
	text-decoration: none;
}

/* ---------------------------------------------------------------- 
*  BILLBOARD
* ---------------------------------------------------------------- 
*/
#billboard {
	width: 100%;
	overflow: hidden;
	background-color: #ebeeee;
}

#billboard .container {
	margin: 0 auto;
}

#billboard .showcase {
	margin: 1px;
	width: 956px;
	height: 337px;
	padding-bottom: 6px;
	margin-top: 40px;
	background-color: #dfe2e2;
	border: 1px solid #b9c1c1;
	overflow: hidden;
}

#billboard .showcase img.featured {
	float: left;
	/*
        width: 596px;
	height: 341px;
	*/
	margin: 11px 28px 0 11px;
	border: 1px solid #ffffff;
}

#billboard .showcase h2,#billboard .showcase div,#billboard .showcase p
	{
	margin-left: 637px;
}

#billboard .showcase h2 {
	color: #000000;
	font-size: 20px;
	letter-spacing: -1px;
	margin-top: 24px;
	margin-bottom: 22px;
	line-height: 22px;
}

#billboard .showcase h2 a {
	color: #000000;
	text-decoration: none;
}

#billboard .showcase h2 a:hover {
	text-decoration: none;
}

#billboard .showcase .infobar {
	height: 36px;
	color: #cacaca;
	font-size: 11px;
	line-height: 38px;
	padding-bottom: 20px;
	background: url(images/infobar_bck.gif) no-repeat right top;
}

#billboard .showcase .infobar a,#billboard .showcase .infobar span {
	color: #808080;
	font-size: 11px;
	margin: 0 9px;
}

#billboard .showcase .infobar a,#billboard .showcase .infobar a:hover {
	text-decoration: none;
}

#billboard .showcase .infobar a.first,#billboard .showcase .infobar span.first
	{
	margin-left: 0;
}

#billboard .showcase p {
	color: #444444;
	padding-right: 20px;
	padding-bottom: 14px;
	line-height: 24px;
}

#billboard .showcase .view_project {
	padding: 1px 5px 1px 5px;
	display: inline-block;
}

#billboard .navigation {
	height: 71px;
	background: url(images/recent_portfolio_work.gif) no-repeat left top;
}

#billboard .navigation ul {
	float: right;
	margin-top: 27px;
	margin-right: 5px;
}

#billboard .navigation ul li {
	width: 14px;
	height: 14px;
	float: left;
	cursor: pointer;
	background: url(images/showcase_dot.gif) no-repeat center center;
}

#billboard .navigation ul li.active {
	background: url(images/showcase_dot-active.gif) no-repeat center center;
}

#billboard .navigation ul li.prev {
	width: 18px;
	background: url(images/showcase_prev.gif) no-repeat left center;
}

#billboard .navigation ul li.next {
	width: 18px;
	background: url(images/showcase_next.gif) no-repeat right center;
}

/* ---------------------------------------------------------------- 
*  CONTENTS
* ---------------------------------------------------------------- 
*/
#contents {
	width: 100%;
	margin-top: 40px;
	margin-bottom: 39px;
}

#contents .container {
	margin: 0 auto;
}

#contents .post {
	padding-bottom: 38px;
	position: relative;
}

#contents .subpages-list{
	padding-bottom: 18px;
}

#contents .post div.img {
	float: left;
	border: 1px solid #a3a3a3;
}

#contents .subpages-list div.img {
	margin-right: 20px;
	margin-bottom: 0px;
}

#contents .post div.img_wrap {
	float: left;
	padding: 7px;
	border: 1px solid #f8f8f8;
	background-color: #e4e4e4;
}

#contents .post div.img_wrap div {
	float: left;
	width: 125px;
	height: 125px;
	overflow: hidden;
	border: 1px solid #f8f8f8;
}

#contents .post h1 {
	padding-top: 8px;
	padding-bottom: 10px;
}

#contents .post h1 a {
	font-size: 24px;
	color: #000000;
	letter-spacing: -1px;
	text-decoration: none;
}

#contents .post h1 a:hover {
	text-decoration: none;
}

#contents .post p {
	color: #444444;
	font-size: 13px;
	line-height: 24px;
}

#contents .post p a {
	text-decoration: underline;
}

#contents .post p a:hover {
	text-decoration: none;
}

#contents .post blockquote {
	background: #f2f2f2 url(images/blockquote.gif) no-repeat left top;
	border-left: 5px solid #e9e9e9;
	margin-bottom: 20px;
	padding: 12px 0 13px 46px;
}

#contents .post blockquote p {
	padding-bottom: 0;
}

#contents .post ol,#contents .post ul {
	padding-bottom: 20px;
	padding-left: 18px;
	line-height: 24px;
	
}

#contents .post ol {
	margin-left: 20px;
	list-style-type: decimal;
}

#contents .post ul {
	margin-left: 15px;
	list-style-type: disc;
}

#contents .post .info {
	color: #cacaca;
	padding-top: 8px;
}

#contents .post .info a,#contents .post .info span {
	color: #808080;
	font-size: 11px;
	padding-left: 8px;
	padding-right: 8px;
	text-decoration: none;
}

#contents .post .info a:hover {
	text-decoration: underline;
}

#contents .post .info a.first,#contents .post .info span.first {
	padding-left: 0;
}

#contents .post h1,#contents .post p,#contents .post .info {
	margin-left: 167px;
}

#contents .post h3 {
	margin-bottom: 20px;
	margin-top: 30px;
	color: #ccc;
	font-size: 16px;
}

/* ---------------------------------------------------------------- 
*  CONTENTS>MAIN_SIDEBAR
* ---------------------------------------------------------------- 
*/
#contents #main_sidebar {
	float: right;
	width: 321px;
	margin-left: 40px;
}

#contents #main_sidebar h2 {
	color: #000000;
	font-size: 18px;
	letter-spacing: -1px;
	padding-bottom: 12px;
	margin-top: 40px;
}

#contents #main_sidebar h2.search {
	margin-top: 6px;
}

#contents #main_sidebar div.widget {
	padding: 10px;
	border: 1px solid #afafaf;
	background-color: #e4e4e4;
}

#contents #main_sidebar div.widget div {
	border: 1px solid #fdfdfd;
	background-color: #ffffff;
	padding: 14px;
}

#contents #main_sidebar div.widget div p {
	color: #444444;
	font-size: 13px;
	line-height: 24px;
}

#contents #main_sidebar div.widget div p a {
	text-decoration: underline;
}

#contents #main_sidebar div.widget div p a:hover {
	text-decoration: none;
}

#contents #main_sidebar div.search input {
	border: 0 none;
	padding: 0;
	color: #444444;
	font-size: 11px;
	font-style: italic;
	margin-top: 14px;
	margin-left: 14px;
	float: left;
	width: 228px;
}

#contents #main_sidebar div.search div {
	height: 39px;
	padding: 0;
}

#contents #main_sidebar div.search div img {
	float: right;
}

#contents #main_sidebar div.search div a.submit-btn {
	background: url(images/submit.gif) no-repeat;
	height: 39px;
	width: 55px;
	display: inline-block;
}

#contents #main_sidebar div.aboutme div img {
	margin-bottom: 14px;
}

#contents #main_sidebar div.widget ul {
	margin-left: 2px;
	list-style-type: none;
	list-style-position: inside;
}

#contents #main_sidebar div.widget ul li a {
	color: #444444;
	text-decoration: none;
}

#contents #main_sidebar div.widget ul li a:hover {
	text-decoration: underline;
}

#contents #main_sidebar div.widget ul li {
	position: relative;
	color: #444444;
	font-size: 13px;
	padding-left: 12px;
	padding-bottom: 7px;
	margin-bottom: 7px;
	background: url(images/ul_bck.gif) no-repeat left bottom;
}

#contents #main_sidebar div.widget ul li:last-child,#contents #main_sidebar div.widget ul li.last
	{
	padding-bottom: 0;
	margin-bottom: 0;
	background: url(images/ul.gif) no-repeat 2px 10px;
}

#contents #main_sidebar div.widget ul li span {
	color: #a3a3a3;
	position: absolute;
	right: 4px;
}

/* ---------------------------------------------------------------- 
*  CONTENTS>SINGLE (post)
* ---------------------------------------------------------------- 
*/
#contents .single {
	padding-bottom: 38px;
}

#contents .single div.img {
	float: none;
	border: 1px solid #a3a3a3;
	margin-bottom: 36px;
}

#contents .single .subpages-list div.img {
	
	margin-bottom: 16px;
}

#contents .single div.img_wrap {
	float: none;
	padding: 7px;
	border: 1px solid #f8f8f8;
	background-color: #e4e4e4;
}

#contents .single div.img_wrap div {
	float: none;
	width: auto;
	height: auto;
	overflow: hidden;
	border: 1px solid #f8f8f8;
}

#contents .single .info {
	padding-top: 0;
	padding-bottom: 20px;
}

#contents .single p {
	padding-bottom: 15px;
}

#contents .single h1,#contents .single p,#contents .single .info {
	margin-left: 0;
}

/* ---------------------------------------------------------------- 
*  CONTENTS>PORTFOLIO (post)
* ---------------------------------------------------------------- 
*/
#contents .portfolio {
	margin-top: 37px;
	padding-bottom: 25px;
}

#contents .portfolio-alt {
	margin-top: 0;
}

#contents .portfolio div.img {
	float: none;
	border: 1px solid #a3a3a3;
	margin-bottom: 15px;
}

#contents .portfolio div.img_wrap {
	float: none;
	padding: 7px;
	border: 1px solid #f8f8f8;
	background-color: #e4e4e4;
}

#contents .portfolio div.img_wrap div {
	float: none;
	width: auto;
	height: 319px;
	overflow: hidden;
	border: 1px solid #f8f8f8;
}

#contents .portfolio .info {
	padding-top: 0;
	padding-bottom: 0;
}

#contents .portfolio p {
	padding-bottom: 15px;
}

#contents .portfolio h1,#contents .portfolio p,#contents .portfolio .info
	{
	margin-left: 0;
}

/* ---------------------------------------------------------------- 
*  CONTENTS>SEARCH (post)
* ---------------------------------------------------------------- 
*/
#contents .search h1,#contents .search p,#contents .search .info {
	margin-left: 0;
}


/* 	
 	*********************************************************************************************
 	********************************************************************************************* 
				  		Header Color Option - Blue
 	*********************************************************************************************
 	*********************************************************************************************
 */
#header {
	background: url(images/header_bck_blue.gif) repeat-x;
}

#header .container {
	background: url(images/header_blue.gif) no-repeat;
}

#header .title {
	background: url(images/logo_blue.gif) no-repeat;
}

#header .title span {
	color: #0b1e2c;
}

#header li.current_page_item {
	background-color: #0b1e2c;
}

#contents .post p a,#contents .comment .box a,#contents #main_sidebar div.widget div p a,#contents .page_navigation a.prev,#contents .page_navigation a.next
	{
	color: #4b7da8;
}

#contents #leave_comment div.button a {
	background-color: #4b7da8;
}

/* 	
 	*********************************************************************************************
 	********************************************************************************************* 
				  		Dark theme
 	*********************************************************************************************
 	*********************************************************************************************
 */ /* ---------------------------------------------------------------- 
 *  GLOBAL
 * ---------------------------------------------------------------- 
*/
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	background: #202020;
}

/* ---------------------------------------------------------------- 
*  HR
* ---------------------------------------------------------------- 
*/
div.hr {
	color: #2e2e2e;
	background: #050505;
}

/* ---------------------------------------------------------------- 
*  BILLBOARD
* ---------------------------------------------------------------- 
*/
#billboard {
	background-color: #111111;
}

#billboard .showcase {
	position: relative;
	background-color: #222222;
	border: 1px solid #383838;
}

#billboard a.bm {
	color: white;
	font-weight: bold;
	text-decoration: none;
	position: absolute;
	right: 20px;
	font-size: 9px;
}

#billboard .showcase img.featured {
	border: 1px solid #383838;
}

#billboard .showcase h2 {
	color: #FFFFFF;
}

#billboard .showcase h2 a {
	color: #FFFFFF;
}

#billboard .showcase .infobar {
	color: #525252;
	background: url(images/infobar_bck_dark.gif) no-repeat right top;
}

#billboard .showcase .infobar a,#billboard .showcase .infobar span {
	color: #9b9b9b;
}

#billboard .showcase p {
	color: #999999;
}

#billboard .showcase strong {
	font-weight: normal;
}

#billboard .showcase .view_project {
	background: #111;
	cursor: pointer;
}

#billboard .navigation {
	height: 71px;
	background: url(images/recent_portfolio_work_dark.gif) no-repeat left
		top;
}

#billboard .navigation ul {
	margin-right: 15px;
	margin-top: 20px;
}

#billboard .navigation ul li {
	background: url(images/showcase_dot_dark.gif) no-repeat center center;
}

#billboard .navigation ul li.active {
	background: url(images/showcase_dot-active_dark.gif) no-repeat center
		center;
}

#billboard .navigation ul li.prev {
	display: none;
}

#billboard .navigation ul li.next {
	display: none;
}

/* ---------------------------------------------------------------- 
*  CONTENTS
* ---------------------------------------------------------------- 
*/
#contents .post div.img {
	float: left;
	border: 1px solid #000000;
}

#contents .post div.img_wrap {
	border: 1px solid #272727;
	background-color: #111111;
}

#contents .post div.img_wrap div {
	border: 1px solid #2f2f2f;
}

#contents .post strong {
	font-weight: normal;
}

#contents .single strong {
	font-weight: bold;
	color: #aaa;
}

#contents .post h1 a {
	color: #fff;
}

#contents .post p {
	color: #999999;
	font-weight: normal;
}

#contents .post p a:hover {
	text-decoration: none;
}

#contents .post blockquote {
	background: #111111 url(images/blockquote_dark.gif) no-repeat left top;
	border-left: 5px solid #333333;
}

#contents .post .info {
	color: #555555;
}

#contents .post .info a,#contents .post .info span {
	color: #999999;
}

#contents .post a.rm {
	color: #ddd;
	position: absolute;
	right: 4px;
}

#contents #ppp {
	text-align: justify;
}

#contents #ppp  a {
	color: #ccc;
	font-weight: bold;
}

#contents #ppp a:hover {
	text-decoration: none;
}

#contents #ppp a:visited {
	color: #aaa;
}



#contents  #ppp .subpages-list h1 a, #contents  #ppp .subpages-list h1 a:visited {
	color: #fff;
}


/* ---------------------------------------------------------------- 
*  CONTENTS>MAIN_SIDEBAR
* ---------------------------------------------------------------- 
*/
#contents #main_sidebar h2 {
	color: #999;
}

#contents #main_sidebar div.widget {
	border: 1px solid #000000;
	background-color: #111111;
}

#contents #main_sidebar div.widget div {
	border: 1px solid #2f2f2f;
	background-color: #2a2a2a;
}

#contents #main_sidebar div.widget div p {
	color: #999999;
}

#contents #main_sidebar div.search input {
	color: #999999;
	background: #2a2a2a;
}

#contents #main_sidebar div.widget ul li a {
	color: #999999;
}

#contents #main_sidebar div.widget ul li a.c {
	color: #fff;
	font-weight: bold;
}

#contents #main_sidebar div.widget ul li {
	color: #444444;
	background: url(images/ul_bck_dark.gif) no-repeat left bottom;
}

#contents #main_sidebar div.widget ul li:last-child,#contents #main_sidebar div.widget ul li.last
	{
	background: url(images/ul_dark.gif) no-repeat 2px 10px;
}

#contents #main_sidebar div.widget ul li span {
	color: #a3a3a3;
}

#contents #main_sidebar div.widget ul li span.c {
	color: #fff;
	font-weight: bold;
}

#contents #main_sidebar div.search div a.submit-btn {
	background: url(images/submit_dark.gif) no-repeat;
}

#contents #main_sidebar #more-about {
	border: 0;
	margin: 6px 2px 0 0;
	padding: 0;
	text-align: right;
}

#contents #main_sidebar #more-about a {
	color: white;
	font-weight: bold;
	text-decoration: none;
	right: 20px;
	font-size: 9px;
}

#contents #main_sidebar #more-about span {
	background: #151515;
	cursor: pointer;
	padding: 1px 5px 1px 5px;
	display: inline-block;
}

/* ---------------------------------------------------------------- 
*  CONTENTS>SINGLE (post)
* ---------------------------------------------------------------- 
*/
#contents .single div.img {
	border: 1px solid #000000;
}

#contents .single div.img_wrap {
	border: 1px solid #272727;
	background-color: #111111;
}

#contents .single div.img_wrap div {
	border: 1px solid #2f2f2f;
}

/* ---------------------------------------------------------------- 
*  CONTENTS>PORTFOLIO (post)
* ---------------------------------------------------------------- 
*/
#contents .portfolio div.img {
	border: 1px solid #000000;
}

#contents .portfolio div.img_wrap {
	border: 1px solid #272727;
	background-color: #111111;
}

#contents .portfolio div.img_wrap div {
	border: 1px solid #2f2f2f;
}

/* ---------------------------------------------------------------- 
*  FOOTER
* ---------------------------------------------------------------- 
*/

#footer {
	border-top: 1px solid #2e2e2e;
	background-color: #111111;
}

#footer,div.push {
	height: 165px;
}

#footer .container {
	margin: 0 auto;
	color: #656666;
	font-size: 11px;
}

#footer .container div.left {
	float: left;
	margin-top: 15px;
}

#footer .container div.right {
	float: right;
	margin-top: 75px;
	position: relative; 
	width: 330px;
	height: 30px;
	color: #444;
}

#footer .container div.right span{
	position: absolute; 
}

#footer .container a.rss-feed {
	display: inline-block;
	height: 24px;
	width: 24px;
	background: url(images/subscribe_to_updates_dark.gif);
	background-position: top right;
	position: absolute; 
	right: 0px; 
	top: -3px;
}

#footer .container a.facebook-feed {
	display: inline-block;
	height: 24px;
	width: 24px;
	background: url(images/subscribe_to_facebook_dark.gif);
	background-position: top right;
	position: absolute; 
	right: 28px;
	top: -3px; 
}


/* 	
 	*********************************************************************************************
 	********************************************************************************************* 
				  		Lightbox
 	*********************************************************************************************
 	*********************************************************************************************
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}

#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#jquery-lightbox a img {
	border: none;
}

#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#lightbox-container-image {
	padding: 10px;
}

#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#lightbox-container-image-box>#lightbox-nav {
	left: 0;
}

#lightbox-nav a {
	outline: none;
}

#lightbox-nav-btnPrev,#lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	display: block;
	cursor: pointer;
}

#lightbox-nav-btnPrev {
	left: 0;
	float: left;
}

#lightbox-nav-btnNext {
	right: 0;
	float: right;
}

#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}

#lightbox-container-image-data {
	padding: 0 10px;
	color: #666;
}

#lightbox-container-image-data #lightbox-image-details {
	width: 70%;
	float: left;
	text-align: left;
}

#lightbox-image-details-caption {
	font-weight: bold;
}

#lightbox-image-details-currentNumber {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}

#lightbox-secNav-btnClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}

/* 	
 	*********************************************************************************************
 	********************************************************************************************* 
				  		Pagenavi
 	*********************************************************************************************
 	*********************************************************************************************
 */
.wp-pagenavi {
	text-align: center;
}

.wp-pagenavi a,.wp-pagenavi a:link {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #444;
	color: #000;
	background-color: #333;
}

/*
.wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #444;
	color: #0066cc;
	background-color: #444;	
}
*/
.wp-pagenavi a:hover {
	border: 1px solid #444;
	color: #444;
	background-color: #000;
}

.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #fff;
	color: #0066cc;
	background-color: #111;
}

.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px;
	margin: 2px 2px 2px 2px;
	color: #999;
	border: 1px solid #666;
	background-color: #222;
}

.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	font-weight: bold;
	border: 1px solid #999;
	color: #ddd;
	background-color: #202020;
	font-weight: bold;
}

.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	border: 1px solid #202020;
	color: #999;
	background-color: #202020;
	font-weight: bold;
}

/* 	
 	*********************************************************************************************
 	********************************************************************************************* 
				  		Tabss
 	*********************************************************************************************
 	*********************************************************************************************
 */
#tabss {
	
}

#tabss li {
	list-style: none;
	float: left;
}

#tabss ul a {
	display: block;
	padding: 6px 10px;
	text-decoration: none !important;
	margin: 1px;
	margin-right: 3px;
	margin-left: 0;
	background-color: #333;
	font: 10px Verdana;
	color: white;
	border-top: 1px solid #333;
}

#tabss ul a:hover {
	border-top: 1px solid #111;
	background: #000;
	color: white;
}

#tabss ul a.selected {
	margin-bottom: 0;
	color: #fff;
	background: #202020;
	border: 1px solid #111;
	border-bottom: 1px solid #202020;
	cursor: default;
	
}

#tabss div {
	
	padding: 10px 10px 8px 10px;
	border-top: 1px solid #111;
	margin-top: 6px;
	
}

#tabss div li {
	clear: both;
	float: none;
	list-style: disc;
	line-height: 1.4em;
	padding-bottom: 10px;
}

/* 	
 	*********************************************************************************************
 	********************************************************************************************* 
				  		Contact form
 	*********************************************************************************************
 	*********************************************************************************************
 */
 
 
#c-f input, #c-f select{
	 margin: 0 2px 4px 0;
	 width: 250px;
}
 
 #c-f input, #c-f select, #c-f textarea {
	 font-size: 14px;
	 color: #bbb;
	 background: #151515;
	 border: 2px solid #444;
	 padding: 1px;
 }
 
 #c-f textarea {
 	 width: 500px;
	 height: 268px;
	 margin: 0 0 19px 0;
	 overflow: auto;
 }
 
 #c-f label{
	width: 150px;
	display: block;
	margin: 0;
	clear: none;
	float: left;
	padding: 0 0 0 15px;
}

#c-f p.h {
	 color: #ccc;
	font-weight: bold;
	display: block;
	text-align: left;
}

#c-f .input-hover{
	border: 2px solid #999;
}

#c-f .submit-hover{
	color: #151515;
	background: #bbb;
}

.right-form-part{
	width: 520px;
	text-align: right;
}

.left-form-part{
	width: 440px;
}

#c-f .right-form-submit{
	text-align: left;
	margin-left: 14px;
}

#c-f .error{
	border: 2px solid red;
}

#c-f label.error{
	display: none;
}

#c-f .form-send {

	width: 450px;
	font-size: 17px;
	margin: 80px auto 200px; 
	font-weight: bold;
	text-align: center;
	border: none; 
	padding: 15px; 
	background: #111; 
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
	opacity: .7;
	color: #fff;
	background-image: url(images/button_ok.png);
	background-position: 30px 8px;
	background-repeat: no-repeat;
}

#messageBox1{
	width: 500px;
	margin: 0 auto; 
	display: none;
	padding: 5px;
	background: #111;
	border: 2px solid red;
	margin-bottom: 15px;
}

#messageBox1 div, #messageBox1 label{
	margin: 0;
	padding: 0;
}

#messageBox1 span{
	display: block;
}

#messageBox1 span b{
	color: #ccc;
}

#messageBox1 div{
	display: block;	
}

#contact{
	margin-top: 20px;
	line-height: 26px;
}

#contact b{
	color: #ddd;
}
#contact div{
	padding: 0 0 0 15px;
}

#contact a{
	color: #ddd;
}

#contact a:hover{
	text-decoration: none;
}


.mapa{
	margin-top: 6px; border: 2px solid #444;
	}
	
	
#footermenu li {float:left; position:relative; width: 170px; margin-right: 35px; font-size: 12px; font-weight: bold; color: #999;} 
#footermenu ul {padding: 0px 0 0 10px;}
#footermenu ul.sub {margin: 2px 0 0 0}
#footermenu ul.sub li {font-size: 11px; font-weight: normal; color: #666; line-height: 19px;}
#footermenu a {color: #666; text-decoration: none;}
#footermenu a:hover {color: #ccc;}


#breadcrumb {
	color: #666;
	padding: 0 0 21px 0;
	font-size: 11px;
}

#breadcrumb a{
	color: #808080;
	font-weight: bold;
	text-decoration: underline;
}

#breadcrumb a:hover{
	text-decoration: none;
	color: #cacaca;
}

#breadcrumb span{
	padding: 0 3px 0 5px;
}


#contents #ppp ul.pdf-list{
	margin: 10px 0 45px 0;
	padding: 0;
}

#contents #ppp ul.pdf-list li {
	list-style: none;
	background-image: url(http://static.super-av.pl/event/css/images/pdf-ico.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 0px 0 0px 30px;
	margin: 0 0 5px 0px;
}
#contents #ppp ul.pdf-list li a{
	font-size: 11px;
	text-decoration: none;
	color: #888;
}

#contents #ppp ul.pdf-list li a:hover{
	color: #ddd;
}





/*
 	*********************************************************************************************
 	*********************************************************************************************
				  		Nowe menu
 	*********************************************************************************************
 	*********************************************************************************************
 */


#navigation { margin: 0 auto; width: 960px; display:block;
	height:54px; left:0; position:relative; top:0px; z-index:2;
	background:transparent url(images/nav-bg.png) repeat-x top;
	box-shadow:0px 1px 3px rgba(0,0,0,.6);
	-moz-box-shadow:0px  1px 3px rgba(0,0,0,.6);
	-webkit-box-shadow:0px 1px 3px rgba(0,0,0,.6);
}
#navigation .lside { background: url(images/nav-end-left.png) no-repeat top left; width:25px; height:76px; position: absolute; left:-25px; }
#navigation .rside { background: url(images/nav-end-right.png) no-repeat top right; width:25px; height:76px; position: absolute; right:-25px; top:0px; }
#navigation li.submit { position:absolute; right:-155px; margin:1px 6px 0 0; padding:0px; }
#navigation li.finalists { background:#CF0; color:#000; }

#navigation ul.sub-menu li.nav-about { margin-left:-67px; }


navigation ul.menu { position:absolute; list-style:none; margin-bottom:0px; display:inline-block; top:3px; }
#navigation ul.menu li { width:95px; float:left; margin:1px 6px 0 0; padding:0px;
    -moz-border-radius:4px;-webkit-border-radius:4x;-khtml-border-radius:4px;border-radius:4px;
}
#navigation ul.menu li a {
    padding:3px 6px;
    margin:0;
    display:block; overflow:hidden;
    text-align:center; text-decoration:none;
    font-size:13px; font-weight:bold;
    font-family: Helvetica, Verdana;
    color:#d7e5ed;
    text-shadow:0 1px 0 #035a8a;

    border-top:1px solid #03475a;
    border-left:1px solid #1b5269;
    border-right:1px solid #26a0dd;
    border-bottom:1px solid #008ed6;
    background-image: -moz-linear-gradient(top, #0087ca, rgba(0,120,180,.5) );
    background-image: -webkit-gradient(linear,left top,left bottom, color-stop(0, #0087ca),color-stop(1, rgba(200,120,80,.5) ));
    background:#0775b4;
}
#navigation ul.menu li a:hover, ul.menu li a:active {
    color:#fff;
    text-shadow:0 1px 0 #035a8a;
    background:url(../images/24black.png);
    overflow:hidden
}

/****************** SUB MENU - LEVEL 2 ***********************/
/*************************************************************/
#navigation .sub-menu {
    /* Width of drop menu for changing number of columns:
      1 column: 200px;
      2 columns: 424px;
      3 columns: 638px;
      4 columns: 848px;
      */
    margin:0; padding:0;
    position:relative;
    left:0px; width:200px;



}
#navigation ul.menu li a:hover ul.sub-menu {

}
#navigation ul.sub-menu li {
/*<--[if IE]> background:#0078b4; -->*/
    box-shadow:0px 2px 3px rgba(0,0,0,.6);
    -moz-box-shadow:0px 2px 3px rgba(0,0,0,.6);
    -webkit-box-shadow:0px 2px 3px rgba(0,0,0,.6);
    display:inline-block;
    margin:-1px 0 0 0;
    padding:6px;
    width:150px;
    background:url(../images/24black.png);
    -moz-border-radius: 0px; -webkit-border-radius: 0px; -khtml-border-radius: 0px; border-radius: 0px;

}
#navigation ul ul.sub-menu li a {
    color:#d7e5ed; text-shadow:0 1px 0 rgba(0,100,150, 0.8);
    font-size:13px; line-height:1.1em; text-align:left;
    margin:0;
    padding:6px;


}
#navigation ul ul.sub-menu li a:hover {
    color:#fff; text-shadow:0 1px 0 rgba(0,100,150, 0.9);
    background:#0078b4;
    background-image: -moz-linear-gradient(top, #0087ca, rgba(0,120,180,.7) );
    background-image: -webkit-gradient(linear,left top,left bottom, color-stop(0, #0087ca),color-stop(1, rgba(0,120,180,.7) ));
}
#navigation ul ul {
    display: none; /* For testing, change to display: block; */
    list-style:none;
    z-index:100;
}
#navigation ul li:hover > ul {
/* this is controlled by jQuery. Uncomment it for testing.
    display: block;
*/
}
