/*  
Theme Name: Guangzhou
Theme URI: http://urbangiraffe.com/themes/guangzhou/
Description: A two-column theme with configurable skins and custom widgets.  Also available for bbPress
Version: 0.2.4
Author: John Godley
Author URI: http://urbangiraffe.com/
Tags: right-sidebar, two-columns, custom-colors, theme-options, threaded-comments, blue, orange, brown, green, black, fixed-width
*/

/* A combination of various 'reset' styles */


.gpb {background:url('/wp-content/themes/guangzhou/skins/black/images/gp.png')no-repeat scroll 0px 0px transparent }



* {padding: 0; margin: 0; font-weight: normal;}
body {font: 12px/1 "Lucida Grande",Verdana, sans-serif; margin: 0; padding: 0; position:  relative;}
:focus { outline: 0; }
ol, ul { list-style: none; }
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Default styles */

code, pre, kbd, var, sample { font: 1.1em "Andale Mono", "Lucida Console", "Bitstream Vera Sans Mono", "Courier New", monospace; }
pre {
margin-bottom: 1em;
background-color: #e5e5e5;
padding: 0.5em;
overflow: hidden;
}
abbr, acronym { border-bottom: 1px dotted; cursor: help; font-size: 0.9em; letter-spacing: .07em; }
em { font-style: italic; }
sup {font-size: 18px; vertical-align: 0.5em; line-height: 1px;font-weight:bold;}
strike, blockquote { color: #777; }
small { font-size: 0.8em; }
big { font-size: 1.2em; }
strong { font-weight: bold; }
dl { margin: 10px 0px; }
dt { font-weight: bold; }
dd { margin-left: 20px; }
ol { list-style-type: decimal; margin: 0px 0px 10px 25px; }
a code { text-decoration: underline; }
strong a { font-weight: bold;}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

p.alignright {
text-align: right;
float:  right;
}

img.alignright, img.alignleft, img.centered
{
padding:  3px;
background-color: white;
border:  1px solid #aaa;
margin: 0px 1em 1em 1em;
}

img.alignright { float:  right; margin-right: 0px; }
img.alignleft { float:  left; margin-left: 0px; }
img.centered { display:  block; margin: 0px auto 1em auto; }
img.border { border: 1px solid #aaa; background-color: white; padding: 2px; }
img.alignnone { margin-bottom: 1em}

a { text-decoration: none}
p { line-height: 1.6; margin: 0px 0px 1em 0px; }
img { border:  none; vertical-align: middle; }
h2 { font-size: 1.8em; margin: 0 0 0.33em; line-height: 1.2;}
h3 { font-size: 1.6em; margin: 0 0 0.25em; line-height: 1.2;}
h4 { font-size:  1.4em; margin: 0.5em 0 0.25em; line-height: 1.2;}
h5 { font-size:  1.2em; margin: 0.5em 0 0.25em; line-height: 1.2;}
h6 { font-weight: bold; margin: 0.5em 0 0.25em; line-height: 1.2;}

dt, dd {
line-height: 1.6;  
}

p.centered
{
text-align: center;
}


/* Guangzhou styles */

.pagewrap
{
width: 950px;
}

.pagewrap
{
margin: 0 auto;
min-width: 700px;
position: relative;
}


/* Lead elements on home page */
#lead
{
padding-top: 20px;
}

#lead ul li
{
float:  left;
width:  270px;
padding: 10px;
}


/* Header */

#header
{
position: relative;

}

#header h1
{
margin-left: -4px;
font: 4em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
font-size: 4.2em;
font-family: Georgia,Times,"Times New Roman",serif;
margin-bottom: 0.1em;
margin-top: 0.1em;
text-shadow: 1px 1px 1px #444;
}

#header .pagewrap
{
position:relative;
}

#header .tagline
{
margin-left:  3em;
font-family:  Georgia,Times,"Times New Roman",serif; 
font-style: italic;
font-size:  1.2em;
}


/* Header menu */

.mainmenu
{
height:28px;
width:950px;
margin: 0 auto;
border-bottom:1px solid #828282;
}

.mainmenu ul li
{
float: left;
text-align: center;
padding:0 10px;
height:28px;
}

.mainmenu ul li a
{
font-family:Arial,sans-serif;
font-size:12px;
}

.topmenu
{
position:  absolute;
top:  10px;
left:  0;
width:  100%;
font-family: Georgia,Times,"Times New Roman",serif;
font-size:  1em;
}

.topmenu ul li
{
float:  right;
margin-left: 10px;
line-height: 1.4;
padding: 3px 0px;
}

.topmenu ul li a
{
color:  #ccc;
padding: 3px 4px;
background-color: #353535;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}

.topmenu ul li a:hover
{
background-color: #666;
color:  #eee;
}

/* Content */

#content
{
float: right;
width: 630px;
position: relative;
color: #333;
}

#content img
{
max-width: 700px;  
}

#content.full
{
width:  100%;
float:  none;
margin-top: 0px;
padding-top: 20px;
}

#content h2, #content h3
{
padding-bottom: 3px;
display: block
}

#content h2, #content h3, #content h4, #content h5, #comments h2
{
font-family: Georgia,Times,"Times New Roman",serif;
}

#content h2
{
font-size:  14px;
font-family:Arial;
font-weight:bold;
}
#content h2 a {
font-weight:bold;
}
#content h3
{

}

#content h2 a, #content h3 a
{
text-decoration: none;
}

#content .meta, #content .meta a
{
color: #aaa;
font-family: Georgia,Times,"Times New Roman",serif;
margin-bottom: 1em;
font-style: italic;
margin-top: -0.5em;
}

.more-link
{
font-family: Georgia,Times,"Times New Roman",serif;
font-style: italic;
}

#recent .meta
{
margin-top: 0.5em;
}

#recent ul li
{
border-top: 3px double #e9e9e9;
padding-top: 1em;
}

#recent ul li ul li
{
border: none;
padding-top: 0;
}

.post
{
clear: both;
}

.post ul
{
list-style-type: square;
padding: 0px 0px 1em 2em;
line-height: 1.6;
}

.post ol
{
line-height: 1.6;
}

.post ul li ul, .post ul li ul
{
margin: 0px 0px 0px 2em;
}

#content blockquote, #comments blockquote
{
margin: 1em 2em;
font: italic 1.1em/1.7 Georgia, "Times New Roman", Times, serif;
}

#comments blockquote
{
border-left: 1px solid #999;
padding-left: 1em;
}

#content blockquote[cite]:after, #comments blockquote[cite]:after
{
display: block;
text-align: right;
content: "- " attr(cite);
font: normal 0.8em "Lucida Grande", Lucida, Verdana, sans-serif;
margin: 5px 0px 0px 0px;
padding-bottom: 10px;
}

/* We define this seperatley as IE6 gets confused with the :after */
#content blockquote cite, #comments blockquote cite
{
display: block;
text-align: right;
content: "- " attr(cite);
font: normal 0.8em "Lucida Grande", Lucida, Verdana, sans-serif;
margin: 5px 0px 0px 0px;
padding-bottom: 10px;
}

#content blockquote cite, #comments blockquote cite
{
margin-bottom: -8px;
}

#pagetitle
{
margin-bottom: 1em;
}
#single {margin-top:15px}

#single h3
{
border: none;
}

#single .post
{
margin-bottom: 2em;
padding-bottom: 0;
}

#single.latest
{
margin-bottom: 0 ;
}

/* Recent posts */

#recent
{
padding-top: 1em;
margin-bottom: 2em;
}

#recent ul
{
width: 340px;
margin: 0px;
}

#recent ul li ul
{
width: auto;
}

#recent h2
{
border: none;
margin-bottom: 20px;
text-align: center;
background-color: #eee;
}

#recent h3
{
font-size: 1.4em;
}

#recent .left { float: left }
#recent .right { float: right }


.navigation
{
padding: 0.8em 0;
}

.navigation p
{
text-align: center;
margin: 0 auto;
padding: 0px;
line-height: 1;
}

.navigation .left
{
font-weight: bold;
text-align: left;
float: left;
}

.navigation .right
{
font-weight: bold;
text-align: right;
float: right;
}


.sidebar .navigation .left, .sidebar .navigation .right
{
width: 49%;
font-size: 11px;
}

.sidebar .navigation .left a, .sidebar .navigation .right a
{
display: block;
}

.sidebar .navigation .right a
{
padding-right: 1em;
}

.sidebar .navigation .left a
{
padding-left: 1em;
}

#content .navigation
{
margin-top: 2em;
margin-bottom: 1em;
padding-left:  1em;
padding-right:  1em;;
color: #666;
}

#content .navigation p
{
width: 350px;
}

#content .navigation a
{
text-decoration: none;
}

#content .navigation a:hover
{
text-decoration: underline;
}



#comments
{
padding-top: 1.5em;
padding-bottom: 1em;
background-color: #eee;
overflow: hidden;
clear:  both;
}


#comments .page-numbers.current
{
font-weight: bold;
color: black;  
}

#comments ol, #comments ol li ul.children
{
list-style-type: none;
margin: 0px;
}

#comments li
{
padding: 10px 10px 0.4em 70px;
margin: 15px 0px;
overflow: hidden;
}

#comments ol li ul.children li
{
padding: 10px 0px 0.4em 70px;
}

#comments li.alt
{
background-color: #dedede;
}

#comments .meta
{
border-bottom: 1px solid #aaa;
margin-bottom: 10px;
font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#comments .meta p
{
color: #666;
padding-top: 2px;
margin-bottom: 0.5em;
}

#comments .meta cite
{
font-size: 1.4em;
font-weight: normal;
font-style: normal;
}


#comments .meta a
{
text-decoration: none;
}

#comments .meta .info
{
font-size: 2em;
}

#comments .bypostauthor a:hover
{
color:  red;
}

.gravatar
{
margin-left: -58px;
background-color: white;
width: 44px;
height:  44px;
position: absolute;
border: 1px solid #ddd;
}

.gravatar img
{
padding: 2px 2px;
}

.gravatar a img:hover
{
border: 2px solid #d58700;
padding:  0px;
}

#comments .bypostauthor, #comments .bypostauthor.alt
{
background-color: #ccc;
}

#comments .children .bypostauthor
{
background-color: transparent;
}


li.even ul.children, li.odd ul.children
{
border-left: 1px solid #aaa;
padding-left: 10px;
}

#commentform textarea
{
width:  100%;
}

#commentform textarea, .text, select
{
border:  1px solid #bbb;
padding: 3px;
}

#comments ol li ul
{
list-style-type: square;
margin: 1em 0 1em 2em;
padding: 0;
line-height: 1.6;
}

#comments ol li ol
{
line-height: 1.6;
list-style-type: decimal;
margin: 1em 0 1em 2em;
padding: 0;
}

#comments ol li ul li, #comments ol li ol li
{
margin: 0;
padding: 0;
}

#commentform small
{
color: #666;
}

#comments .navigation
{
padding: 1em 0;
text-align: center;
background-color: white;
border: 1px solid #ccc;
margin: 10px 0px;
}

#comments h3
{
border-bottom: 1px solid #ccc;
padding-bottom: 0.4em;
}



.clear
{
clear:  both;
}

#main {
min-height: 400px;
}


#footer .pagewrap
{
padding: 10px 0px;
padding-bottom: 15px;
}

#footer a:hover
{
text-decoration: underline;
}

#end
{
font-family: Georgia,Times,"Times New Roman",serif;
padding: 0px 0px 15px 0px;
font-size: 1em;
}

#end a
{
text-decoration: underline;
}

#end .content
{
margin-left: 10px;
}

#end .sidebar
{
margin:  0px; padding:  0px;
margin-top: -4px;
text-align: right;
background-color: transparent;
}

/* Sidebar */

.sidebar
{
float: left;
width: 300px;
line-height: 1.6em;
}

.sidebar ul li, .sidebar fieldset
{
color: #555;
}

.sidebar ul li ul li
{
padding: 0px;
}

.sidebar ul li ul li ul li
{
margin-left: 10px;
}

.sidebar ul li ol
{
padding: 0px;
margin: 0px;
margin-left: 20px;
}

.sidebar ul li ol li
{
padding: 0.4em 0px;
margin: 0px;
}

.sidebar .comments li
{
margin-bottom: 10px;
}

.sidebar .comments blockquote
{
display:  inline;
font: italic 1em/1.4em Georgia, "Times New Roman", Times, serif;
}

.sidebar ul li:last-child
{
margin-bottom: 0px;
}

/* Bottom section */
#interesting
{
margin: 0px 10px;
}

#interesting h2
{
font-size: 1.8em;
margin-bottom: 4px;
font-family: Georgia,Times,"Times New Roman",serif;
}

#interesting li
{
line-height: 1.5;
float: left;
width: 31%;
padding-right: 10px;
padding-left: 10px;
margin-bottom: 10px;
}

#interesting li ul li ul li
{
margin-left: 20px;
}

#interesting li ul li
{
padding:  0px;
padding-top: 2px;
color: #aaa;
float: none;
width: auto;
margin-bottom: 0px;
border: none;
overflow: hidden;
}

#interesting p
{
line-height: 1.4em;
margin-bottom: 8px;
}

#interesting .feeds
{
list-style-type: none;
margin-left: 10px;
}

#page-info, #page-information-1
{
padding: 5px 5px 8px 5px !important;
width: 255px;
}

#page-info p:last-child, #page-information-1 p:last-child
{
margin-bottom: 0px;
}

.info
{
float: right;
}


table td, table th
{
padding: 0.5em;
}

table.border
{
margin-bottom: 1em;
border-collapse: collapse;
border: 1px solid #ccc;
}

table.border th
{
font-weight: bold;
background-color: #eee;
border: 1px solid #ccc;
}

table.border td, table.border th
{
border: 1px solid #ccc;
vertical-align: top;
}


table.nice-center
{
margin-bottom: 1em;
width: 100%;
border-collapse: collapse;
}

table.nice-center td, table.nice-center thead th
{
text-align: center;
border: 1px solid #bbb;
}

table.nice-center th
{
background-color: #ddd;
border: 1px solid #bbb;
font-weight: bold;
}

table.nice-center tr.alt th
{
background-color: #ccc;
}

table.nice-center td.left
{
text-align: left;
}

#s
{
width: 180px;
margin-top: 5px;
}

.clear
{
clear: both;
}

.noborder
{
border:  none !important;
}

.noindent
{
list-style-type: none !important;
margin: 0px !important;
padding: 0px !important;
}

.noindent li
{
margin-left:  0px !important;
}





/* Forms */

fieldset
{
border: none;
border-top:  1px solid #999;
clear: both;
}

fieldset legend
{
padding: 0px 0.5em;
color:  #333;
font-size: 1.4em;
}

fieldset label
{
display: block;
float:  left;
width: 120px;
text-align: right;
padding: 0 10px;
margin: 0.5em 0px;
}

fieldset .required label
{
font-weight: bold;
}

fieldset small
{
color: #888;  
}

fieldset input
{
margin: 0.5em 0px;
padding: 2px;
}

/*
fieldset p
{
margin-left: 140px;
margin-top: 10px;
}
*/

fieldset #commentform  p
{
margin: 0;
}

fieldset #commentform
{
padding: 0;
padding-top: 1em;
}

fieldset textarea
{
width: 700px;
}

fieldset .inset
{
float: right;
width:  250px;
background-color: #FFFFE1;
border: 1px solid #333;
color:  #444;
font-size: 0.8em;
}

fieldset .inset p
{
margin-left: 0px;
margin-top: 0px;
}



fieldset .inset h3
{
font-weight: bold;
}

.text
{
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border:1px solid #CCCCCC;
color:#666666;
padding:3px;
}

.warning
{
border: 3px solid red;
background-color: #fff2ed;
padding: 1em;
margin: 2em 0em;
color:  #A8254A;
}

.warning p:last-child, .notice p:last-child
{
margin-bottom: 0px;
}

.warning p, .notice p
{
margin-bottom: 0.5em;
}

div.notice
{
border: 3px solid #DCEEEE;
padding: 1em;
margin: 2em 0em;
color: #2530A8;
background-color: #F1FAF9;
}

span.notice
{
padding: 3px;
background-color: yellow;
font-weight: bold;
color: red;
}

span.notice a
{
color: red;  
}

.notice a, .warning a
{
font-weight: bold;
text-decoration: underline;
}

.inset
{
float: right;
width:  200px;
border: 1px solid #ccc;
padding: 5px 1em 0px 0.9em;
margin: 0px 0px 5px 1em;
color: #888;
background-color: #eee;
clear:  both;
}

.inset h3
{
font-size: 1.2em;
}

.simple-review
{
margin-bottom: 1em;
font-size: 10px;
background-color: #f4f4f4;
/*padding: 8px;
padding-bottom: 0;*/
padding-top: 10px;
border: 1px dotted #ccc;
border-left: none;
border-right:  none;
padding-left: 10px;
}

.simple-review ul li, #simple-review ul li
{
float:  left;
width: 80px;
font-size: 9px;
text-align: center;
margin-right: 5px;
margin-bottom: 3px;
line-height: 1.4;
height: 12em;
}

.simple-review ul li
{
margin-right: 18px;
margin-bottom: 1.5em;
line-height: 1.2;
}

.simple-review ul li img, #simple-review ul li img
{
border:  1px solid #ccc;
padding: 2px;
background-color: white;
vertical-align: middle;
margin-bottom: 2px;
}

.simple-review img:hover, #simple-review img:hover
{
border:  1px solid #999;
background-color: #ccc;
}

.simple-review ul li.selected img, #simple-review ul li.selected img
{
border: 2px solid red;
padding: 1px;
}

.simple-review .selected img:hover, #simple-review .selected img:hover
{
border: 2px solid #ffb400;
background-color: white;
padding: 1px;
}

#simple-review .meta
{
text-align: right;
font-size: 0.8em;
padding-right: 1em;
clear:  both;
}

.digg
{
float:  right;
padding:  0px;
}

.tags
{
margin-top: 2em;
font-size: 10px;
clear: both;
}

.more-link
{
clear: both;
}

.pagewrap .advert, .pagewrap .advert-bottom, #comments .advert, .entry .advert, #content .advert
{
text-align: center;
}

.sidebar .advert iframe
{
margin: 0;
margin-left: 2px;
}

#main .advert iframe, #content .advert iframe
{
margin: 0em 0px 1em 0px;
}

.entry .advert iframe
{
margin: 0px 0px 25px 0px !important;
}

#comments .advert, #main .advert
{
margin-bottom: 1em;  
}

#comments .advert iframe
{
border: 1px solid #333;
}

.pagewrap .advert iframe, .pagewrap .advert-bottom iframe
{
margin: 12px 0px 2em 0px;
}

.pagewrap .advert-bottom iframe
{
margin-bottom: 15px;
}

/* bbPress */

#discussions table
{
width:  100%;
margin-bottom: 1.5em;
}

#discussions table th
{
background-color: #ccc;
font-weight: bold;
}

.widefat .nest
{
margin-left: 1.5em;
}

table span.error
{
color:  red;
background-color: pink;
padding: 3px;
}

.alt
{
background-color: #efefef;
}


.skip
{
float: right;
margin-top: -0.5em;
margin-right: 1em;
}

.skip a
{
border-bottom: 1px dashed #999;
}


/* Slides */

.slides li
{
background-color: white;
float: left;
padding: 5px;
margin-right: 10px;
height: 80px;
margin-bottom: 10px;
}

.slides li:hover
{
background-color: #333;
}

.slides li h4
{
font-size: 1em;
text-align: center;
}

.slides li h4 a
{
border: none;
color:  #777;
}

.slides li h4 a:hover
{
color:  white;
}

.sidebar .slides li
{
float:  none;
margin: 0 auto;
margin-bottom: 10px;
}

.sidebar .slides li img
{
display: block;
margin: 0 auto;
padding-top: 5px;
}

/* Photo container */
#photo_container img {  
  border:10px solid #fff;
  }
#photo_container a:link {
 text-decoration: none;
 }
#photo_container table
{
width: 100%;
}

#photo_container table td
{
text-align: center;
}

#photo_container p
{
	margin: 0;
color: #676769;
padding: 1em;
text-align: center;
font-style: italic;
}

#photo_container textarea, .edit input:first-child
{
width: 100%;
border: 1px solid #ccc;
margin-top: 1em !important;
font-style: normal !important;
padding:  3px;
}

#photo_container textarea
{
height:  5em !important;
}

#photo_container  .navigation
{
text-align: center;
margin: 0;
padding: 0;
margin-bottom: 1em;
color:  #777;
text-transform: uppercase;
}

#exif
{
padding: 0.5em;
background-color: #bbb;
text-align: center;
color: #696969;
font-size: 0.9em;
}

.inset ul, .warning ul, .notice ul
{
margin:  0 !important; padding:  0;
list-style-type: square;
}

.inset ul li, .warning ul li, .notice ul li
{
margin:  0 0 0 20px !important; padding:  0 !important;
line-height: 1.9;
}

.widefat {
	border-color: #dfdfdf;
	background-color: #fff;
	border-width: 1px;
	border-style: solid;
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
	clear: both;
	margin: 0;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 1em;
}

.widefat .alt
{
	background-color: #f9f9f9;
}

.widefat * {
	word-wrap: break-word;
}

.widefat a {
	text-decoration: none;
}

.widefat td,
.widefat th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-size: 12px;
	vertical-align: text-top;
}

.widefat td {
	padding: 7px 7px 5px;
	vertical-align: top;
}

.widefat thead tr th:first {
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-khtml-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
}

.widefat thead tr th:last {
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	-khtml-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
}

.widefat tfoot tr th:first {
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-khtml-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.widefat tfoot tr th:last {
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-khtml-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.widefat td p {
	font-size: 11px;
}

.widefat th {
	padding: 7px 7px 8px;
	text-align: left;
	line-height: 1.3em;
}
.widefat td,
.widefat th {
	border-color: #dfdfdf;
}

.widefat th {
	text-shadow: rgba(255,255,255,0.8) 0 1px 0;
}

.widefat thead tr th,
.widefat tfoot tr th
{
	color: #333;
	background: #dfdfdf url(image/gray-grad.png) repeat-x scroll left top;
}

.tablenav .next,
.tablenav .prev {
	border-color: transparent;
	color: #21759b;
}

.tablenav .next:hover,
.tablenav .prev:hover {
	border-color: transparent;
	color: #d54e21;
}
.tablenav a.button-secondary {
	display: block;
	margin: 3px 8px 0 0;
}

.tablenav {
	clear: both;
	height: 30px;
	margin: 6px 0 4px;
	vertical-align: middle;
}

.tablenav .tablenav-pages {
	text-align: center;
	/*float: right;*/
	display: block;
	cursor: default;
	height: 30px;
	line-height: 30px;
	font-size: 11px;

}

.tablenav .tablenav-pages a, .tablenav-pages span.current  {
	text-decoration: none;
	border: none;
	padding: 3px 6px;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.tablenav .displaying-num {
	margin-right: 10px;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
	font-style: italic;
}

.tablenav .actions {
	padding: 2px 8px 0 0;
}

.tablenav .tablenav-pages {
	color: #555;
}

.tablenav .tablenav-pages a {
	border-color: #e3e3e3;
	background-color: #eee;
}

.tablenav .tablenav-pages a:hover {
	color: #d54e21;
	border-color: #d54321;
}

.tablenav .tablenav-pages a:active {
	color: #fff !important;
}

.tablenav .tablenav-pages .current {
	background: #dfdfdf;
	border-color: #d3d3d3;
}

.tablenav span, .tablenav a
{
		margin: 0px 3px;
}

#comments .tablenav-pages a
{
	background-color: #ccc;
 border-color:  #999;
}

#comments .tablenav .tablenav-pages .current {
	background: white;
	border-color: #333;
}

#comments .tablenav-pages a:hover {
	color: white;
	border-color: #333;
}


.button-primary,
.button-secondary, .button
{
	text-shadow: rgba(255,255,255,1) 0 1px 0;
	font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	text-decoration: none;
	font-size: 11px;
	line-height: 16px;
	padding: 2px 8px;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;
}

.download .button-primary, .download .button-secondary, .download .button
{
	display: block;
}

.button-secondary, .button
{
  border-color: #bbb;
	color: #464646;
	background: #f2f2f2 url(image/white-grad.png) repeat-x scroll left top;
}

a.button
{
padding: 5px 10px;
text-decoration: none;
font-size: 1em;
font-weight: bold;
}

.button-secondary:hover, .button:hover
{
		border-color: #298cba !important;
  	font-weight: bold;
  	color: #FFF !important;
  	background: #21759B url(image/button-grad.png) repeat-x scroll left top;
  
}

.button-primary
{
	border-color: #298cba !important;
	font-weight: bold;
	color: #FFF !important;
	background: #21759B url(image/button-grad.png) repeat-x scroll left top;
}

.button-primary:active
{
	background: #21759b url(image/button-grad-active.png) repeat-x scroll left top !important;
}

.button-primary:hover
{
	border-color: #13455b !important;
	color: #EAF2FA !important;
}

.comment-count
{
float:  right;
font-size: 1.2em;
height:  2.3em;
background: transparent url(image/bubble_bg.gif) no-repeat 0px -49px;
}

.latest .comment-count
{
 margin-top: .5em;
}
.comment-count a
{
display:  block;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
text-decoration: none;
color:  white;
padding: 3px 5px 4px;
background-color: #2583ad;
}

.comment-count a:hover
{
color: black !important;  
}


.dark
{
padding-top: 0.5em;
text-align: center;
}

div.sociable { margin: 16px 0; }

.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

.sociable_tagline
{
padding-bottom: 1em;
}

.aktt_tweets ul li
{
font-family: Georgia,Times,"Times New Roman",serif;
font-style: italic;
color:  #777;
}

.aktt_tweets ul li a
{
font: normal 0.8em "Lucida Grande", Lucida, Verdana, sans-serif;
}

#news
{
margin-top: 2em;
background-color: #ededed;
padding: 1em;
text-align: center;
}

#news h4
{
margin: 0 0 0.5em 0;
padding: 0;
}
div.entry #mapa_right {
	width:500px;
	height:459px;
	background: url(/forum/my-templates/guangzhou-bbpress/image/mapka.gif) no-repeat;
	position:relative;
}
div.entry #mapa_right2 {
	width:500px;
	height:459px;
}
div.entry div.mapka_k, div.entry #mapa_right img {
	width:9px;
	height:9px;
	background: url(/forum/my-templates/guangzhou-bbpress/image/mapka_k.gif) no-repeat;
	position: absolute !important;
	border:0;
	cursor:pointer;
}
#demotip { 
    display:none; 
    background:transparent url(/wp-content/themes/guangzhou/image/black_arrow.png); 
    font-size:12px; 
    height:74px; 
    width:160px; 
    padding:25px; 
    color:#fff;    
    position:absolute; 
}
.off {
display:none;
}
a#logo {
display:block;
width:230px;
height:52px;
position:absolute;
top:20px;
width:230px;
background:url('image/logo.png') no-repeat;
}


#kontakt_top {width:100%;height:109px;position:relative;border-bottom:1px solid #d0d0d0}
#kontakt_top .kontakt {width:166px;height:42px;background-position:0px -130px;position:absolute;top:55px;left:0px;}
#kontakt_top a {line-height:32px;width:142px;height:32px;display:block;padding-left:44px;font-size:12px;color:#666666;position:absolute;top:16px;right:65px;background:url('/wp-content/themes/guangzhou/image/komunikaty.png')no-repeat scroll 0px 0px}

#kontakt_opis {width:100%;clear:both;padding-top:18px;position:relative;}
#kontakt_opis .linia {width:1px;height:245px;font-size:0px;line-height:0px;background:#e8e8e8;position:absolute;top:18px;left:210px;}
#kontakt_opis .opis {width:210px;float:left;}
#kontakt_opis .opis p{font-size:12px;color:#666666;margin:0px;padding:0px;line-height:12px;}
#kontakt_opis .opis p.nag {margin-bottom:10px}
#kontakt_opis .opis p.op {363636;font-size:14px;font-weight:bold;line-height:20px;}

#kontakt_opis .zespol {width:405px;float:right;}
#kontakt_opis .zespol p.nag {font-size:12px;color:#666666;margin:0px;padding:0px;line-height:12px;}
#kontakt_opis .zespol p.val {font-size:14px;color:#363636;margin:0px;padding:0px;line-height:14px;font-weight:bold;}

#kontakt_opis .zespol ul {list-style:none;margin:15px 0px 0px 0px;padding:0px;}
#kontakt_opis .zespol ul li {list-style:none;margin:0px 0px 20px 0px;padding:0px;width:100%;height:70px}
#kontakt_opis .zespol ul li div.foto{height:70px;width:130px;float:left}
#kontakt_opis .zespol ul li div.op {width:250px;height:37px;float:left;}
#kontakt_opis .zespol ul li div.op p.val {margin-top:4px;}

#kontakt_opis .zespol ul li div.tel {width:96px;height:33px;float:left;}
#kontakt_opis .zespol ul li div.tel p.val {margin-top:2px;font-size:12px}

#kontakt_opis .zespol ul li div.skype {width:150px;height:33px;float:left;}
#kontakt_opis .zespol ul li div.skype a {display:block;width:25px;height:33px;float:left;overflow:hidden;margin-right:5px;}
#kontakt_opis .zespol ul li div.skype p {display:none}
#kontakt_opis .zespol ul li div.skype p.nag {display:block}
#kontakt_opis .zespol ul li div.skype p.val {margin-top:2px;font-size:12px;display:block}

#header .komunikaty {line-height: 24px;position: absolute;right: 150px;top: 12px;}
#header .komunikaty a {font-size:12px;color:#666666;line-height:30px;}
#header .komunikaty a span {float:left;}
#header .komunikaty a span.koperta {display:block;width:24px;height:30px;background:url('image/massage-on.png')no-repeat scroll 0px 0px;margin:0px 8px}

#header #nosniki {position:absolute;left:310px;top:17px;color:#666}
#header #nosniki a {text-decoration:none;}

#edit_submit{background: url("image/zapisz_pt.png") no-repeat scroll right top;border: 0 none;color: #363636;cursor: pointer;float: right;font: 12px/35px Arial,sans-serif;height: 35px;margin: 0 0 0 11px;padding: 0 35px 0 0;text-decoration: none;width: 83px;}

.ppbx {width:388px;height:220px;background:url('image/login_background.png')no-repeat scroll 0px 0px;position:absolute;top:50px;display:none;z-index:100}
.ppbx a.kluczyk {display:block;text-decoration:none;width:35px;height:35px;background:url('image/haslo-szary.png')no-repeat scroll 0px 0px;float:right;margin:10px 17px 0px 0px;cursor:pointer;}
.ppbx iframe {clear:both;margin:0px;background:transparent;width:379px;height:160px;border:0px none}

div#register_form {height:577px;background:url('image/register_background.png')no-repeat scroll 0px 0px}
#register_form.ppbx a.kluczyk {background:url('image/klient-bik-szary.png')no-repeat scroll 0px 0px}
#register_form iframe {height:568px}
#register_success {padding:100px 20px}


#gielda.ogloszenia, #gielda.nowy {height:500px;background:url('image/gieldadd_back.png')no-repeat scroll 0px 0px}
#gielda.ogloszenia iframe, #gielda.nowy iframe {height:490px;}


#gielda.reklamy, #gielda.nosniki {height:685px;background:url('image/reklama_background.png')no-repeat scroll 0px 0px}
#gielda.reklamy iframe, #gielda.nosniki iframe{height:675px;}


#usun iframe {height:210px;}

body#postprodukcja {background:url('image/postprodukcja/post_background.png')no-repeat top center #1d1d1d}
body#postprodukcja .mainmenu ul li a {color:#666666}
body#postprodukcja .mainmenu ul li a.selected {color:#01d718}

body#postprodukcja form#s_form #s_form_t {background:transparent;border:1px solid #666}
body#postprodukcja form#s_form #s_form_s {background:url('image/postprodukcja/lupa.png')no-repeat scroll 0px 0px transparent;}
body#postprodukcja #header .komunikaty a span.koperta {background:url('image/postprodukcja/massage-off.png')no-repeat scroll 0px 0px transparent;}
body#postprodukcja div#breadcrumb_cont p {color:#666 !important;}
body#postprodukcja p {color:#666}
body#postprodukcja img.alignright, body#postprodukcja img.alignleft, body#postprodukcja img.centered {padding: 1px;background-color: #666;border: 1px solid #000;}


#postcont {width:100%;clear:both;position:relative;}
#postcont div.top {width:100%;clear:both;height:60px;}
#postcont div.top div {background:url('image/bylevel-logo.png')no-repeat scroll 0px 0px;width:365px;height:42px;float:left;margin-left:250px;}
#postcont div.top p {font-size:18px;font-weight:bold;color:#737373;font-family:'Verdana';text-decoration:underline;margin:0px;line-height:18px;padding:0px 0px 10px 37px;float:right;background:url('image/audio-on.png')no-repeat scroll 0px 0px}

#post_slider {clear:both;width:100%;height:250px;position:relative;}
#post_slider .jcarousel {position:relative;width:950px;height:250px;overflow:hidden;position:relative;}
#post_slider .jcarousel ul {position:relative;width:20000em;list-style:none;}
#post_slider a {display:block}

#post_slider .jcarousel ul li {float:left}
#post_slider a.jcarousel-control-prev {width:20px;height:20px;background:url('image/lewo_nav.png')no-repeat scroll 0px 0px;display:block;position:absolute;left:15px;bottom:12px;}
#post_slider a.jcarousel-control-next {width:20px;height:20px;background:url('image/prawo_nav.png')no-repeat scroll 0px 0px;display:block;position:absolute;left:55px;bottom:12px;}


#postcont div.left{float:Left;position:relative;width:235px;padding-bottom:80px}
#postcont div.left p.nag {font-size:14px;font-weight:bold;color:#01d718;margin:15px 0px 0px 15px;;padding:0px;line-height:25px;font-family: 'Verdana'}
#postcont div.left ul {margin:0px 0px 0px 15px;list-style:disc}
#postcont div.left ul li {font-size:12px;color:#969696;line-height:15px;padding:4px 0px;font-family:Arial}
#postcont div.left p.kon{margin:0px;padding:10px 50px 10px 0px;font-size:12px;color:#d4d4d4;text-align:right;font-family:Arial}
#postcont div.left p.tel{margin:0px;padding:0px 50px 10px 0px;font-size:12px;color:#d4d4d4;text-align:right;background:url('image/dodaj.png')no-repeat scroll 195px 15px;font-family:Arial}
#postcont div.left p.mail{margin:0px;padding:0px 50px 10px 0px;font-size:12px;color:#d4d4d4;text-align:right;background:url('image/zamow.png')no-repeat scroll 195px 0px;font-family:Arial}
#postcont div.left div.ln1 {position:absolute;top:20px;right:0px;width:1px;height:150px;background:#606060;font-size:0px;line-height:0px;}
#postcont div.left div.ln2 {position:absolute;top:221px;right:0px;width:1px;height:150px;background:#606060;font-size:0px;line-height:0px;}

#postcont div.center {width:400px;float:left;}
#postcont div.center p.nag {font-size:14px;font-weight:bold;color:#969696;margin:15px 0px 5px 15px;;padding:0px;line-height:25px;font-family: 'Verdana'}
#postcont div.center p {font-size:11px;color:#969696;margin:0px 15px;padding:0px;line-height:17px;font-family: Arial}
#postcont div.center p.bot {font-size:12px;color:#363636;margin-top:30px}



#postcont div.right {width:300px;height:604px;background:url('image/spoty-background.png')no-repeat scroll 0px 0px;position:absolute;right:15px;top:80px;}
#wpis_slider {margin:20px 0px 0px 20px;width:260px;position: relative;height:570px;}
#wpis_slider div.karuzela {height: 500px;overflow: hidden;position: relative;width: 260px;}
#wpis_slider div.karuzela ul.slider{width:100%;list-style:none;margin:0px;padding:0px;}
#wpis_slider div.karuzela ul.slider li.wr {margin:0px;padding:0px;width:260px;height:100px;clear:both;}
#wpis_slider div.karuzela ul.slider li div.img {width:160px;height:90px;float:left;margin-right:10px;}
#wpis_slider div.karuzela ul.slider ul li, #wpis_slider div.karuzela ul.slider li p {font-size:11px;color:#d2d2d2;font-family:'Arial';line-height:12px;margin:0px}
#wpis_slider div.karuzela ul.slider ul {float:left;margin:0px;padding:0px 0px 0px 13px;list-style:disc}
#wpis_slider div.karuzela ul.slider ul li {clear:both;line-height:12px;}
#wpis_slider div.karuzela ul.slider li div.op {float:right;width:90px;height:100px;position:relative;}
#wpis_slider div.karuzela ul.slider li p.re {position:absolute;bottom:10px;}
#wpis_slider div.karuzela ul.slider li a.link {width:18px;height:20px;text-decoration:none;background:url('image/link-post.png') no-repeat scroll 0px 0px;display:block;position:absolute;bottom:10px;right:0px;}

#wpis_slider a.prev {padding-left:34px;font-size:11px;color:#969696;line-height:18px;background:url('image/link-prev.png') no-repeat scroll 0px 0px;display:block;position:absolute;bottom:32px;left:10px;}
#wpis_slider a.next {padding-left:34px;font-size:11px;color:#969696;line-height:18px;background:url('image/link-next.png') no-repeat scroll 0px 0px;display:block;position:absolute;bottom:0px;left:10px;}


a#zlecenie_skontaktuj{background:url(image/kontakt.png) no-repeat top right;color: #363636;cursor: pointer;float: right;height: 35px;line-height:35px;margin: 0px 0px 0px 11px;padding: 0px 35px 0px 0px;text-decoration: none;}



#gielda_sidebar {margin-top:45px;width:100%;background:url('image/gielda-1.png')no-repeat scroll 0px 5px;border-bottom:1px solid #E8E8E8;margin-bottom:20px;}
#gielda_sidebar p.nag {margin:0px 0px 0px 70px;font-size:11px;font-weight:bold;color:#666}
#gielda_sidebar p.op {margin:2px 0px 2px 70px;font-size:12px;color:#363636}
#gielda_sidebar ul li, #gielda_sidebar ul li a {color:#666;font-size:12px;}
#gielda_sidebar ul li {margin-bottom:15px}
#gielda_sidebar ul li span {float:right;font-size:11px}
#gielda_sidebar ul li span font {color:#01d718}
#gielda_sidebar ul li p {margin:0px;}


#mapa_slider {width:100%;background:url('image/ledboard.png')no-repeat scroll 0px 0px;border-bottom:1px solid #E8E8E8;margin-bottom:20px;}
#mapa_slider p.nag {margin:0px 0px 0px 45px;font-size:12px;font-weight:bold;color:#363636}
#mapa_slider p.nag font {font-size:11px;color:#666}

#mapa_slider ul {list-style:disc;margin: 15px 0px 15px 15px;}
#mapa_slider ul li {margin:2px 0px;}
#mapa_slider ul li a {font-size:12px;color:#666;}
#mapa_slider ul li sup {font-size:8px;color:#666;}
#mapa_slider ul li span {float:right;}
#mapa_slider ul li a {display:block}

.zapisz_sub{background: url("/wp-content/themes/guangzhou/image/zapisz_pt.png") no-repeat top right transparent;
border: 0px none;
color: #363636;
cursor: pointer;
float: left;
font: 12px/35px "Arial", sans-serif;
height: 35px;
margin: 0px 0px 0px 30px;
padding: 0px 35px 0px 0px;
text-decoration: none;
width: 83px;}


.successmsg, .errormsg {;font-weight:bold;position:absolute;top:0px;left:165px;color:green;}
.errormsg {color:red}

a.anuluj_button {float:right;display:block;width:120px;height:35px;margin-right:5px;text-align:right;padding-right:35px;background:url('image/usun.png')no-repeat top right;line-height:35px;font-size:12px;color:#363636;text-decoration:none;}

a.wczytaj_button {float:right;display:block;width:50px;height:35px;margin-right:5px;text-align:right;padding-right:35px;background:url('image/dostep-2.png')no-repeat top right;line-height:35px;font-size:12px;color:#363636;text-decoration:none;margin-left:20px}



/*style do demo*/
#demoinfo a.submit {background: url("image/zapisz_pt.png") no-repeat scroll right -6px;border: 0 none;cursor: pointer;display: block;line-height:29px;height: 29px;margin: 0;padding-right:20px;text-decoration: none;width:130px;}
#form_demo a.anuluj {background: url("image/usun.png") no-repeat scroll right top rgba(0, 0, 0, 0);bottom: 15px;color: #363636;line-height: 35px;padding-right: 35px;position: absolute;right: 15px;text-decoration: none;}

#demoinfo .demookno {float:left;width:48%}
#demoinfo .demookno.right {float:right;border-left:1px solid #d0d0d0;width:49%;padding-left:15px}
#demoinfo a.demo_button {display:block;width:206px;height:52px;text-align:center;font-size:18px;color:#fff !important;line-height:52px;background:url("image/button.png") no-repeat scroll 0px 0px;margin:0px auto}

#telebimy_cat_miasta {padding-top:20px;}
#telebimy_cat_miasta li {display:block; width:205px;height:15px;float:left;}


#head_tele {position:absolute;top:44px;left:570px}
#head_tele a { background: url("image/add.png") no-repeat scroll right center rgba(0, 0, 0, 0);color: #666 !important;display: block;font-size: 12px;line-height: 35px;padding-right: 40px;}
    
    
    
    
    
    
