/*
Theme Name: Your Sticker Store
Theme URI: http://yoursite.com
Author: the WordPress team
Author URI: http://youraddress.com
Description: This theme is for YourStickerStore site
Tags: Your Sticker Store
Text Domain: Your Sticker Store
*/

/* =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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size:100%;
	vertical-align: baseline;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1;
	background:#5F9724 url(images/background.jpg) repeat-x;
	background-color:#5F9724 !important;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


/* mainbody */
#mainbody{
	width: 910px;
	width: 910px \0/IE8;
	margin: 20px auto;
	margin: 20px auto;
	background: #fff;
	border: 2px solid #e1e1e1;
	border-radius: 1px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	/* webkit's individual border radius properties */
	-webkit-border-top-left-radius: 10px; /* top left corner */
	-webkit-border-top-right-radius: 10px; /* top right corner */
	-webkit-border-bottom-left-radius: 10px; /* bottom left corner */
	-webkit-border-bottom-right-radius: 10px; /* bottom right corner */
}

/* Header */
.site-header{
	height:130px;
	margin:15px 0 0 0;
}
	.site-header hgroup{
		float:left;
		width:400px;
	}
	.site-header h1 a{
		display:block;
		width:300px;
		height:126px;
		margin-left:20px;
		text-indent:-9999px;
		background:#fff url(images/Your%20Sticker%20Store%20Logo2.png) no-repeat left top;
	}
	.site-header h2{		
		display:none;
	}
	
/* site navigation */
#site-navigation{
	height:30px;
	margin:18px 0 0 0;
	padding:0;
	background:#fff url(images/site_nav_back.gif) repeat-x;
}
	#site-navigation ul{
		margin:0;
		padding:0;
	}
	#site-navigation li{
		display:inline-block;
		border-right:1px solid #c0c0c0;
		margin:0;
	}
	#site-navigation li:hover{
	}
	#site-navigation li a{
		display:block;
		padding:5px 10px;
		color:#404040;
		line-height:20px;
		font-size:12px;
		font-weight:bold;
		text-decoration:none;
	}
	#site-navigation li a:hover{
		background:#53a1e3;
		color:#fff;
	}
	#site-navigation li a[title="Home"]{
		width:50px;
		text-indent:-9999px;
		background:url(images/site_nav_home.gif) no-repeat center top;
	}
	#site-navigation li a[title="Home"]:hover{
		background:url(images/site_nav_home.gif) no-repeat center top;
	}

	
/* footer */
footer#colophon{
	margin:20px 0 0 0;
	border-top:2px solid #fff;
	background:#2a2a2a;
}
	footer#colophon h2{
		color:#fff;
	}
	footer#colophon a{
		text-decoration:none;
	}
	footer#colophon a:hover{
		color:#fff;
	}
	
	#site-footer-info-nav{	
		margin:10px 0 0 0;
		background:#3a3a3a;
	}
		.menu-container{		
			width:880px;
			margin:0 auto;
			padding:15px 0 0 30px;
		}
			.menu-container li{
				display:inline-block;
				margin-right:45px;
				color:#828282;
				font-size:12px;
			}
			.menu-container h2{
				font-size:16px;
				font-weight:normal;
				color:#fff;
			}
			.menu-sub li{
				display:block;
				margin:10px 0 0 0;
			}
			.menu-container li a, menu-sub li a{
				color:#828282;
			}
	
	
	#site-footer-help-nav{
		background:#3a3a3a;
	}
		#site-footer-help-nav .menu-container{
			width:600px;
			padding:60px 0 0 220px;
		}
		#site-footer-help-nav .menu-container li{
			border-right:1px solid #828282;
			margin-right:5px;
			padding-right:5px;
		}
		#site-footer-help-nav .menu-container li:last-child{
			border-right:none;
			margin-right:0px;
		}
		
	.site-info{
		background:#3a3a3a;
	}
		.site-info .container{
			display:block;
			width:910px;
			margin:0 auto;
			padding-bottom:10px;
		}
			.site-info .container a{
				margin:0 0 0 350px;
				font-size:11px;
				color:#828282;
			}
			.site-info .container a:hover{
				color:#fff;
			}

/* main wrapper */
div#main {
	margin-top:46px;
}
div.site-content{
	width:100%
}
/* main explanation */
.main-explanation{
	margin:10px;
	padding:15px 20px;
	border:1px solid #c0c0c0;
	border-radius:10px;
	color:#666;
	font-size:14px;
	
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-o-border-radius:10px;	
	
	/* webkit's individual border radius properties */
	-webkit-border-top-left-radius:10px; /* top left corner */
	-webkit-border-top-right-radius:10px; /* top right corner */
	-webkit-border-bottom-left-radius:10px; /* bottom left corner */
	-webkit-border-bottom-right-radius:10px; /* bottom right corner */
}
	.main-explanation p{
		margin-left:20px;
	}
.main-content{
	margin:10px;
	font-size:16px;
}
	.main-content img{
		border:1px none #c0c0c0;
		border-radius:5px;
		
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		-o-border-radius:5px;	
		
		/* webkit's individual border radius properties */
		-webkit-border-top-left-radius:5px; /* top left corner */
		-webkit-border-top-right-radius:5px; /* top right corner */
		-webkit-border-bottom-left-radius:5px; /* bottom left corner */
		-webkit-border-bottom-right-radius:5px; /* bottom right corner */
	}
	.main-content .entry-content p{
		margin:0 0 15px 0;		
		color: #333;
	}
	
	/* fieldset */	
	.main-content fieldset{
		margin:25px 0px;		
		padding:40px 10px;
		border:1px solid #3e84ec;
		line-height:normal;
	}
		.main-content fieldset legend{
			width:700px;
			padding:5px;
			background:url(images/fieldset-title-bg.png) repeat-x;
			border-radius:3px;
			font-size:19px;
			color:#fff;
			
			-moz-border-radius:5px;
			-webkit-border-radius:5px;
			-o-border-radius:5px;	
			
			/* webkit's individual border radius properties */
			-webkit-border-top-left-radius:5px; /* top left corner */
			-webkit-border-top-right-radius:5px; /* top right corner */
			-webkit-border-bottom-left-radius:5px; /* bottom left corner */
			-webkit-border-bottom-right-radius:5px; /* bottom right corner */
		}
        .main-content fieldset p{
            margin: 0 0 15px 0;
        }
		.main-content fieldset hr{
			background:#9a9a9a;
			margin:20px auto;
			padding:0;
		}
		.main-content fieldset td.job-detail {
			text-align:left;
			font-size:18px;
			font-weight:normal !important;
			height:30px;
			font-family:Arial;
		}
		.main-content fieldset table.joblist th, 
		.main-content fieldset table.joblist td{
			text-align:center;
		}


	
/* help */	
ul#helps{
	margin-left:40px;
}
#divhelp {
	margin:40px 0 0 0;
	padding:30px 40px 0 40px;
	border-top:1px solid #ddd;
}
#divhelp #title{
	display:block;
	margin:0 0 20px 10px;
	font-size:20px;
	color:#3366ff;
}



/* shortcode */
.pb-h-sub{
	margin-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	margin-bottom: 3px; 
	font-size: 17px; 
	font-weight: bold;
	color: #696969;
}
.pb-h-question{
	margin-top: 5px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	margin-bottom: 3px; 
	color: rgb(253,150,2); 
	font-size: 16px; 
	font-weight: bold;
}
.pb-h-bottom{
	font-size::17px;
	color:#1d75d9;
	margin-bottom:25px;
}
.pb-pl{
	text-align:left;
	margin: 0 0 15px 0;
	color: #333;
}
.pb-pr{
	text-align:right;
	margin: 0 0 15px 0;
	color: #333;
}
.pb-ol{
	margin-left: 40px; 
	padding-right: 40px; 
	list-style-type: decimal;
	color: #333;
}
.pb-hr{
	background:#9a9a9a;
	margin:20px auto;
	padding:0;
}



/* table */
th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
	color: #333333
}
table tr{
	vertical-align:central;
	margin:0;
	padding:0;
}
table th, table td{
    font-size: 85%;
	margin:0;
	padding-top:5px;
	vertical-align:middle;
}
table .altrow td {
	background: #f5f5f5;
}
th{
    background-color: #32B0E3;
    color: #333
}
table td a{
    text-decoration: none;
    color: #333
}


/* login */
.login-container{
	float:right;
	width:300px;
	margin-right:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#666;
}
	.login-container input[type="text"]{
		width:140px;
		margin-left:10px;
	}
	.login-container input[type="password"]{
		width:140px;
		margin-left:9px;
	}
	.login-container a{
		display:block;
		margin:10px;
		text-decoration:none;
		font-weight:bold;
		color:#666;
	}
	#toppanel ul{
		margin-left:70px;
	}
		#toppanel ul li{
			display:inline-block;
		}
	.login-container input[value="Login"]{
		width:70px;
		height:25px;
		margin-left:5px;
		background:url(images/login-btn.png) repeat-x;
		border:none;
		border-radius:3px;
		color:#fff;
		font-size:17px;
		
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
		-o-border-radius:3px;	
		
		/* webkit's individual border radius properties */
		-webkit-border-top-left-radius:3px; /* top left corner */
		-webkit-border-top-right-radius:3px; /* top right corner */
		-webkit-border-bottom-left-radius:3px; /* bottom left corner */
		-webkit-border-bottom-right-radius:3px; /* bottom right corner */
	}
	
/* login page */	
.login-page-container form{
	float:left;
	width:300px;
}
.login-page-container input[type="text"]{
	width:140px;
	margin-left:10px;
}
.login-page-container input[type="password"]{
	width:140px;
	margin-left:13px;	
}
.login-page-container label[for="pwd"],
.login-page-container input[type="password"]{
	margin-top:10px;
}
.login-page-container input[value="Login"],
.login-page-container input[value="submit"]{
	width:101px;
	height:39px;
	margin:20px 70px 100px 90px;
	background:url(images/Submit.png) no-repeat;
	border:none;
	border-radius:3px;
	text-indent:-9999px;
	
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;	
	
	/* webkit's individual border radius properties */
	-webkit-border-top-left-radius:3px; /* top left corner */
	-webkit-border-top-right-radius:3px; /* top right corner */
	-webkit-border-bottom-left-radius:3px; /* bottom left corner */
	-webkit-border-bottom-right-radius:3px; /* bottom right corner */
}
.login-page-container ul{
	float:right;
	margin-top:75px;
}
.login-page-container ul li{
	display:inline;
	margin-left:80px;
}
.login-page-container ul li:first-child{
	margin-left:0;
}


/* page navigation */
nav#nav-below{
	display:block;
	width:800px;
	margin:20px auto;
}
nav#nav-below .nav-previous{
	float:left;	
}
	nav#nav-below .nav-previous a{
		display:block;
		width:95px;
		height:25px;
		text-indent:-9999px;
		text-decoration:none;
		background:url(images/previous-page.png) no-repeat;
	}
nav#nav-below .nav-number{
	float:left;
	width:610px;
	text-align:center;
}
	nav#nav-below .nav-number a{
		display:inline-block;
		margin-right:10px;
	}
nav#nav-below .nav-next{
	float:left;
}
	nav#nav-below .nav-next a{
		display:block;
		width:95px;
		height:25px;
		text-indent:-9999px;
		text-decoration:none;
		background:url(images/nextpage.png) no-repeat;
	}
	
/* job post navigation */
nav.nav-single{
	display:block;
	margin:30px 40px 0 40px;	
}
	span.nav-previous{
		display:inline-block;
		float:left;
	}
	span.nav-previous span{
		text-indent:-9999px;
	}
	span.nav-next{
		display:inline-block;
		float:right;
	}
	
	
/* Querstion, Response */	
div.question{
	margin-bottom:15px;
	font-size:17px;
	color:#404040;
}
	div.question span{
		color:#404040;
		border-bottom:2px dotted #3e84ec;
	}
div.response{
	margin-bottom:15px;
	margin-left:50px;
	font-size:17px;	
	color:#008000;
}
	div.response span{
		color:#404040;
		border-bottom:2px dotted #3e84ec;
	}
	
div.login-to-bid a{
	display:inline-block;
	padding:10px 20px;
	background:#3e84ec;
	border-radius:5px;
	text-decoration:none;
	font-size:18px;
	color:#fff;	
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;	
	
	/* webkit's individual border radius properties */
	-webkit-border-top-left-radius:5px; /* top left corner */
	-webkit-border-top-right-radius:5px; /* top right corner */
	-webkit-border-bottom-left-radius:5px; /* bottom left corner */
	-webkit-border-bottom-right-radius:5px; /* bottom right corner */
}
input.pb-submit{
	margin:20px 0 50px 0;
	padding:5px 20px;
	background:#3e84ec;
	border:none;
	border-radius:5px;
	font-size:18px;
	color:#fff;	
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;	
	
	/* webkit's individual border radius properties */
	-webkit-border-top-left-radius:5px; /* top left corner */
	-webkit-border-top-right-radius:5px; /* top right corner */
	-webkit-border-bottom-left-radius:5px; /* bottom left corner */
	-webkit-border-bottom-right-radius:5px; /* bottom right corner */
}
input.right-submit{
	float:right;
}
input.center-submit{
	display:block;
	margin-left:auto;
	margin-right:auto;
}


/* chatting */
#contact-user form{
	float:left;
	width:430px;
}
#contact-user #contact-user-info{
	float:right;
	margin-right:40px;
}
#contact-user #contact-user-info h2{
	margin-bottom:20px;
	padding:10px 0 5px 10px;
	border-bottom:1px solid #ddd;
	color:#3366ff;
}
#contact-user #contact-user-info table td{
	text-align:left;
	padding:0 20px 20px 0;
}
#contact-user .refresh {
    border: 1px solid #3366FF;
	border-left: 4px solid #3366FF;
    color: green;
    font-family: tahoma;
    font-size: 12px;
    height: 225px;
    overflow: auto;
    width: 400px;
	padding:10px;
	background-color:#FFFFFF;
}
#contact-user #chat-button{
	display:inline-block;
	border: 1px solid #3366FF;
	background-color:#3366FF;
	width: 100px;
	color:#FFFFFF;
	font-weight: bold;
	text-align:center;
	margin-left: -105px; padding-top: 4px; padding-bottom: 4px;
	cursor:pointer;
}
#contact-user #chat-text{
	border: 1px solid #3366FF;
	border-left: 4px solid #3366FF;
	width: 320px;
	margin-top: 10px; padding-top: 5px; padding-bottom: 5px; padding-left: 5px; width: 415px;
}
#contact-user #receiver-list{
	border: 1px solid #3366FF;
	border-left: 4px solid #3366FF;
	width: 425px;
	margin-bottom: 10px;
	padding:5px;
}
#contact-user p{
border-top: 1px solid #EEEEEE;
margin-top: 0px; margin-bottom: 5px; padding-top: 5px;
}
#contact-user span{
	font-weight: bold;
	color: #3B5998;
}
table.bidderlist th,
table.bidderlist td {
    text-align:center;
}
