/*
Theme Name: Toy2R Qee Theme
Theme URI: http://www.toy2rusa.com
Description: A white, classy, clean business template for Toy2R USA
Version: 3
Author: Niklas Dahlqvist
Author URI: N/A
Tags: Toy2R, Qee
*/

/*	##################################
   	STYLESHEET INDEX
	################################## 
	
	
	
	
	##################################
   	END STYLESHEET INDEX
	################################## */


/*	##################################
   	RESET
	################################## */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
a img { border:none } /* Gets rid of IE's blue borders */

/*	##################################
   	END RESET
	################################## */
	
/*	##################################
   	GENERAL STYLES
	################################## */

body {
	background:#EBECEB;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Arial, san-serif;
	font-size: 62.5%; /*** Resets 1em to 10px ***/
	line-height:2.0em;
	color:#777777;
}

a {
	color:#0b2236;
	text-decoration: none;	
}

a:hover {
	text-decoration: underline;
}

.clear {
	clear:both;
}

.button {
	background-color:#000000;
	border:1px solid #363637;
	color:#FFFFFF;
	cursor:pointer;
	font-family:Arial;
	font-size:11px;
	padding:2px 10px;
	text-transform:uppercase;
	vertical-align:middle;
}


/*	##################################
   	BASIC LAYOUT
	################################## */
	
#page-wrapper {
	background:#FFFFFF;
	width:980px;
	margin: 0 auto;
	position:relative;
}


.container {
	margin:0 auto;
	padding:0 10px;
	width:940px;
}

#header {
	position:relative;
	height:180px;
}

#content {
	position:relative;
	overflow:hidden;
}

#main {
	float: right;
	width: 675px;
}		

#sidebar {
	float: left;
	width: 240px;
	border-right: 1px solid #dedede;
	margin-bottom:15px;
}

#footer {
	position:relative;
	border-top: 1px solid #dedede;
	clear:both;
	overflow:hidden;
}

/*	##################################
   	HEADINGS TYPOGRAPHY & COLORS
	################################## */
	
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	line-height: 1.1em;
	}

/*** Typoghrapy Margin & Sizes Styles ***/

h1, h2 {
	font-size: 1.6em;
	margin-bottom: 5px;
}

h3 {
	font-size: 1.4em;
	margin-bottom: 5px;
}

#sidebar h3, #recent_news h3 {
	font-size: 1em;
	margin-bottom: 5px;
}



h4 {
	font-size: 1.3em;
	margin-bottom: 5px;
}

h5 {
	font-size: 1.2em;
	margin-bottom: 5px;
}

h6 {
	font-size: 1em;
	margin-bottom: 5px;
}

strong {
	font-weight: bold;
}

em, i {
	font-style:italic;
}

h1, h2, h3, h4, h5, h6, legend {
	color:#0b2236;
}



h1, h2, h3, h4, h5, h6, legend {
	font-weight:normal;
	line-height:1.4em;
	padding-bottom:5px;
}

p, pre {
	font-size:1.2em;
	line-height:1.4em;
	margin-bottom:21px;
}

/*	##################################
   	HEADER STYLES
	################################## */
	
#header h1.defaultlogo {
	background: url('style/images/toy2r_logo.jpg') no-repeat;
	height:100px;
	left:10px;
	position:absolute;
	top:20px;
}

#header h1.defaultlogo a {
	height:100px;
	width:200px;
	display:block;
	text-indent: -999px;
}

#header h1.logo {
	height:100px;
	left:10px;
	position:absolute;
	top:20px;
}

#header h1.logo a {
	height:100px;
	width:200px;
	display:block;
}

#header #navigation {
	border-bottom:1px solid #EBECEB;
	position:absolute;
	top:140px;
	background:url("style/images/dotted-horizontal.gif");
	background-position:0 1px;
	background-repeat:repeat-x;
	height:34px;
	width:690px;
	float:left;
}

#header #navigation ul.nav a:hover {
	color:#B9B9B9;
}

#header #navigation ul.nav {
	position: relative;
    float: left;
}

#header #navigation ul.nav li {
	background-image:url("style/images/menu-separator.gif");
	background-position:0 12px;
	background-repeat:no-repeat;
	color:#CCC;
	float: left;
    list-style-type:none;
	margin:0;
	padding:0;
}

#header #navigation ul.nav li a {
	display:block;
	font-size:12px;
	padding:7px 15px 6px;
	text-decoration:none;
}

#header #navigation ul.nav li.current_page_parent ul.children li.current_page_item {
	border-top:none;
}

#header #navigation ul.nav li.current_page_item a, #header #navigation ul.nav li.current_page_parent a {
	padding:4px 15px 6px;
}

#header #navigation ul.nav li.current_page_item, #header #navigation ul.nav li.current_page_parent {
	border-top:3px solid #ed1c24;
}

#header #navigation ul.sub-menu li.current_page_item a {
	background:#ed1c24;
	color:#FFF;
	padding:4px 15px 6px;
}

#header #navigation ul.sub-menu li.current_page_item {
	border-top:none;
}


#header #search {
	border-bottom:1px solid #EBECEB;
	position:absolute;
	top:140px;
	right:10px;
	background:url("style/images/dotted-horizontal.gif");
	background-position:0 1px;
	background-repeat:repeat-x;
	float:right;
	padding:7px 0 5px 0;
	width:250px;
}



#header #search .inputbox {
	border:1px solid #C4C3BA;
	margin-right:3px;
	padding:2px;
	vertical-align:middle;
	width:170px;
}

#mc_signup_form {
	float:left;
	padding-top:0.5em;
	width:290px;
}

#mc_signup_form #mc_mv_EMAIL {
	border:1px solid #C4C3BA;
	margin-right:3px;
	padding:2px;
	vertical-align:middle;
	width:210px;
}





.mc_var_label {
	display:none;
}

#mc_signup_submit {
	float:right;
	margin-top:-22px;
}

#header #search .but {
	background-color:#000000;
	border:1px solid #363637;
	color:#FFFFFF;
	cursor:pointer;
	font-family:Arial;
	font-size:11px;
	padding:2px 10px;
	text-transform:uppercase;
	vertical-align:middle;
}

#cart-panel {
	font-size:.8em;
	position:absolute;
	right:10px;
	text-align:center;
	top:0px;
	width:300px;
	background:red;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border: 3px solid #CCC;
	border-top:none;
	-moz-box-shadow: 3px 3px 3px #666;
	-webkit-box-shadow: 3px 3px 3px #666;
	box-shadow: 3px 3px 3px #666;

}

.cart-links {
	height: 25px;
	padding: 0;
    margin: 0 auto;
    overflow: hidden;
    position:relative;
}

.cart-links li {
	list-style: none;
    display:inline;
	margin: 7px;
	padding: 0;
	font-size:12px;
	margin:7px;
}

.cart-links li a {
    text-decoration: none;
    color:#FFF;
}

.cart-links li a:hover {
    text-decoration: underline;
    
}

/*	##################################
   	CONTENT STYLES
	################################## */

.teaser {
	clear : both;
	padding : 20px 0 20px 0;
	margin-bottom:10px;
	width : 940px;
}

.teaser h2 {
	text-align : left;
	color:#0b2236;
	font-size:24px;
	padding-bottom:0;
	margin-bottom:0;
}

#main h2 {
	border-bottom: 1px solid #e4e4e4;
	padding: 10px 0 5px 10px;
	margin: 0 0 15px 0;
	font-size: 20px;
}


#main .post {
	margin: 5px 0 30px 0;
}

#main .post h3 {
	font-size: 18px;
	margin: 0 0 10px 0;
}

#main .post h4 {
	font-size: 16px;
	margin: 0 0 10px 0;
}

#main .post h5 {
	font-size: 14px;
	margin: 0 0 10px 0;
}

#main .post h6 {
	font-size: 12px;
	margin: 0 0 10px 0;
}

#main .post blockquote {
	width: 510px;
	margin: 15px auto;
	background-color: #f8f8f8;
	border: 1px solid #e3e3e3;
	padding: 15px;
	font-style: italic;
}

#main .post pre {
	background-color: #0b2236;
	padding: 15px;
	margin: 15px;
	color: #fff;
	font-family: Courier, "Courier New", monospace;
	font-size: 11px; 
}

#main .post .thumb {
	background-color: #eee;
	float: left;
	margin: 0 15px 15px 0;
	padding: 5px;
	border: 1px solid #ddd;
}

#main .post .thumb:hover {
	background-color: #fff;
	padding: 5px;
	border: 1px solid #eee;
}

#main .postcontent {
	overflow: hidden;
}

#main .post .meta {
	border-bottom: 1px solid #e4e4e4;
	border-top: 1px solid #e4e4e4;
	overflow: hidden;
	padding: 10px 15px;
	line-height: 20px;
}

#main .post .meta span {
	display:block;
	float:left;
	padding-left:26px;
	padding-right:26px;
}

.meta-date {
	background: url('style/images/icon-date.png') no-repeat scroll -3px top transparent;
}

.meta-categories {
	background: url('style/images/icon-category.png') no-repeat scroll -3px top transparent;
}

.meta-comments {
	background: url('style/images/icon-comment.png') no-repeat scroll -3px top transparent;
}

.meta-tags {
	background: url('style/images/icon-tag.png') no-repeat scroll -3px top transparent;
}

.postdate {
	font-size:0.8em;
	color:#000;
	float:right;
}

#main .post .share {
	border-bottom: 1px solid #e4e4e4;
	border-top: 1px solid #e4e4e4;
	overflow: hidden;
	padding: 10px 15px;
	line-height: 20px;
	margin: 25px 0;
}

#main .post .share h4 {
	float: left;
	width: 185px;
	color: #000;
	font-size: 16px;
	line-height: 30px;
}

#main .post .share .social {
	border: none;
	float: left;
	margin: 5px 0 0 30px;
	overflow: hidden;
}

#main .post .share .social a {
	border: none;
	display: block;
	float: left;
	margin: 0 10px 0 0;
}

#main .post .share img {
	border:0;
	background:#FFF;
	padding:0;
}
	
#main .post .share img:hover {
	border:0;
	background:#FFF;
	padding:0;
}


.post ol {
	list-style: decimal inside;
	margin: 0 0 15px 0;
}

.post ol li {
	list-style: decimal inside;
	margin: 0 0 5px 0;
}

.post ul {
	list-style: disc inside;
	margin: 0 10px 15px 0;
}

.post ul li {
	list-style: disc inside;
	margin: 0 0 5px 0;
}

/*	##################################
   	FRONTPAGE STYLES
	################################## */

/*Featuread Area*/

#featured {
	border: 1px solid #ebebeb;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 12px;
	position: relative;
	background: url(style/images/featured_bg.png) 0 100% repeat-x;
	overflow: hidden;
	margin: 30px 0 50px 0;
	height:320px;
}

#featured #featured-badge {
	position: absolute;
	top: 0; left: 0;
	width: 85px;
	height: 85px;
	background: url(style/images/featuredbadge.png) no-repeat;
	z-index: 500;
}


/* Slider by CSS-Tricks: http://css-tricks.com/creating-a-slick-auto-playing-featured-content-slider/ */

.stripViewer								{ position: relative; overflow: hidden; width: 640px; height: 320px; }
.stripViewer .panelContainer				{ position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel			{ float: left; height: 100%; position: relative; width: 640px; }
.stripNavL, .stripNavR, .stripNav			{ display: none; }

.cross-link									{ display: block; position: relative; padding-top: 15px; z-index: 9999; }

#movers-row{
	position: absolute;
	overflow: hidden;
	width:276px;
	height:344px;
	right:0px;
	top:0px;
	border-left:1px solid #e1e1e1;
	z-index: 5;
}

#movers-row a:hover {
	text-decoration:none;
}


.single_item{
	padding:10px;
	height:48px;
	border-bottom:1px solid #e1e1e1;
	display: block;
	text-decoration: none;
	line-height: 1.3em;
}

.single_item:hover, .active-thumb{
	background-color: #ed1c24;
	color:#FFF;
	outline: none;
}

.sliderdate{
	display:block;
	font-size: 10px;
	float:right;
}

.sliderheading{
	display:block;
	font-size: 14px;
	margin-bottom:2px;
}

#gallery {
	overflow:hidden;
	padding-bottom:25px;
}

#gallery h2 {
	border-bottom:3px solid #ed1c24;
	color:#0B2236;
	font-size:20px;
}

#gallery .pictures {
	margin-top:-20px;
}

#gallery .pictures img {
	background-color:#EEEEEE;
	border:1px solid #DDDDDD;
	float:left;
	margin:10px 3.7px;
	padding:5px;
}

#links{
	float:right;
}

#columns {
	float:left;
	margin:0 0 30px;
	width:940px;
}

#columns h2 {
	margin: 0 0 5px 0;
	font-size: 20px;
	color: #0b2236;
	border-bottom:3px solid #ed1c24;
}

#columns .widget {
	width:430px;
	padding: 25px 25px 10px 0px;
	overflow: hidden;
	float:left;
}

#columns .widget.last {
	width:450px;
	padding: 25px 0 10px 0;
	overflow: hidden;
	float:right;
}

#columns .widget ul {
	margin: 0 0 15px 0;
}

#columns .widget ul li {
	border-bottom: 1px solid #e4e4e4;
	line-height: 34px;
	font-size: 12px;
	background: url(style/images/bullet.png) 5px 50% no-repeat;
	padding: 0 0 0 25px;
}

#columns .widget ul li a {
	display: block;
	color: #0b2236;
}

#columns .widget img {
	float: left;
	margin: 0 0 20px 0;	
}

#columns .widget ul li img {
	background-color: #eee;
	padding: 5px;
	border: 1px solid #ddd;
	float: left;
	margin: 0 15px 0 0;
}

#columns .widget ul li img:hover {
	background-color: #fff;
	padding: 5px;
	border: 1px solid #eee;
}

#columns #recent_news ul li {
	background: none;
	padding: 15px 0;
	line-height: 18px;
	overflow: hidden;
}

#columns #recent_news ul li a {
	color: #656565;
}

#columns .inputbox {
	border:1px solid #C4C3BA;
	margin-right:3px;
	padding:2px;
	vertical-align:middle;
	width:220px;
}

#columns .but {
	background-color:#000000;
	border:1px solid #363637;
	color:#FFFFFF;
	cursor:pointer;
	font-family:Arial;
	font-size:11px;
	padding:2px 10px;
	text-transform:uppercase;
	vertical-align:middle;
}

#banners {
	border-bottom:1px solid #DEDEDE;
	border-top:1px solid #DEDEDE;
	clear:both;
	color:#0B2236;
	height:140px;
	margin:40px 0;
	padding:20px 0;
	width:940px;
}
	
/*	##################################
   	SIDEBAR STYLES
	################################## */

#sidebar h2, #sidebar li h2 {
	margin: 0 0 5px 0;
	font-size: 20px;
	color: #0b2236;
	border-bottom:3px solid #ed1c24;
	list-style-type: none;
	padding-bottom:5px;
}

#sidebar .widget {
	padding: 10px 25px 10px 0;
	background: #fafafa url('style/images/widget_bg.jpg') repeat-x;
	overflow: hidden;
}

#sidebar .widget ul {
	margin: 0 0 15px 0;
}

#sidebar .widget ul li {
	border-bottom: 1px solid #e4e4e4;
	line-height: 34px;
	font-size: 12px;
	background: url('style/images/bullet.png') 5px 50% no-repeat;
	padding: 0 0 0 20px;
}

#sidebar .widget ul li a {
	display: block;
	color: #0b2236;
}

.current-cat {
	font-weight:bold;
}

#sidebar .widget img {
	float: left;
	margin: 0 15px 20px 0;	
}

#sidebar .widget ul li img {
	background-color: #eee;
	padding: 5px;
	border: 1px solid #ddd;
	float: left;
	margin: 0 15px 0 0;
}

#sidebar .widget ul li img:hover {
	background-color: #fff;
	padding: 5px;
	border: 1px solid #eee;
}

#sidebar #gallery ul li {
	background: none;
	padding: 15px 0;
	line-height: 18px;
	overflow: hidden;
}

#sidebar #gallery ul li a {
	color: #656565;
}

#sidebar .widget ul#connect li {
	height:100px;
	border-bottom: none;
	padding: 0 0 20px 0px;
	background:none;
}

p.twitter-message {
	color: #656565;
	border-bottom:1px solid #E4E4E4;
	padding:15px 0;
	margin-bottom:0px;
}

p.twitter-message-last {
	padding:15px 0;
}

span.twitter-timestamp abbr {
	color: #0b2236;
}

a.twitter-link {
	color: #0b2236;
}

a.twitter-user {
	color: #0b2236;
}

#sidebar .widget .current_page_item {
	font-weight:bold;
}

/*	##################################
   	COMMENTS STYLES
	################################## */

#main #commentsarea .meta {
	border-bottom: 1px solid #e4e4e4;
	border-top: 1px solid #e4e4e4;
	overflow: hidden;
	padding: 10px 0px;
	line-height: 20px;
}

#main #commentsarea h3 {
	color: #0B2236;
	font-size: 24px;
	line-height: 56px;
	background: url(style/images/commentbubble.png) 25px 50% no-repeat;
	border-bottom: 1px solid #e4e4e4;
	border-top: 1px solid #e4e4e4;
	padding: 20px 70px;
	margin: 0 0 20px 0;
}

#main #commentsarea ol {
	margin: 0 0 30px 0;
}


#main #commentsarea ol li {
	background: #fff url(style/images/comment_bg.png) 0 100% repeat-x;
	border-bottom: 1px solid #e4e4e4;
	padding: 15px;
	overflow: hidden;
}

#main #commentsarea ol li img.avatar {	
	float: left;
	margin: 0 15px 15px 0;
	padding: 3px;
	border: 1px solid #cecece;
}

#main #commentsarea ol li .meta span {
	color: #0b2236;
	padding: 5px 0;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-size: 10px;
	margin: 2px 0 0 0;
}

#main #commentsarea ol li .meta span a {
	color: #0b2236;
}

/*	##################################
   	FORM STYLES
	################################## */

#main form {
	margin: 10px;
}

#main form input[type="text"] {
	-moz-border-radius:5px 5px 5px 5px;
	border:1px solid #E4E4E4;
	color:#454545;
	display:block;
	font:14px/18px "Lucida sans",Tahoma,sans-serif;
	margin:0 0 15px;
	padding:10px 5px;
}

#main form textarea {
	-moz-border-radius:5px 5px 5px 5px;
	border:1px solid #E4E4E4;
	color:#454545;
	display:block;
	font:14px/18px "Lucida sans",Tahoma,sans-serif;
	height:210px;
	margin:0 0 20px;
	padding:10px;
}

#main form#commentform, #main form#contactForm, #main form#file_upload {
	background-color: #fafafa;
	border: 1px solid #eee;
	padding: 25px;
}

#main form#commentform input[type=submit], #main form#contactForm input[type=submit], #main form#file_upload input[type=submit] {
	display: block;
	border: none;
	color: #FFF;
	font-size: 12px;
	cursor:pointer;
}

#main form label, .blocklabel {
	display: block;
	margin: 0 0 5px 0;
}

#main #respond h3 {
	color: #000;
	font-size: 24px;
	line-height: 56px;
	padding: 20px 70px;
}

ul#errors { background: #eccecf; border:2px solid #9e0b0f;}
ul#errors li, ul#success li {
	font-size:1.3em;
	color:#000;
} 
.hide { display:none;}
ul#success { background: #e5f2be; border:2px solid #bedf5d;}

form#file_upload fieldset legend { font-size:18px; font-weight:bold; color:#333; }

form#file_upload button { 
	background-color:#000000;
	border:1px solid #363637;
	color:#FFFFFF;
	cursor:pointer;
	font-family:Arial;
	font-size:11px;
	padding:2px 10px;
	text-transform:uppercase;
	vertical-align:middle;
}

.submit-info {
margin-left:260px;
margin-top:-30px;
position:absolute;
}

form#file_upload fieldset .input { padding:5px 0; margin:0 0 5px 0;}
form#file_upload .input label { display:block;}

/* --- CONTACT  --- */

#contactform {
	background-color: #fafafa;
	border: 1px solid #eee;
	padding: 25px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

#contactform label {
	color: #0B2236;
	font-size: 12px;
	display: block;
}

#contactform input[type=text], #contactform input[type=password] {
	width: 200px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font: 14px/18px "Lucida sans", Tahoma, sans-serif;
	color: #777;
	padding: 8px 5px;
	margin: 0 0 15px 0;
}

#contactform textarea {
	height: 200px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font: 14px/18px "Lucida sans", Tahoma, sans-serif;
	color: #777;
	padding: 8px 5px;
	margin: 0 0 15px 0;
}

#contactform input#submit {
	float: right;
	margin: 0 2px 0 0;
	cursor: pointer;
	color:#FFF;
}

div#error p.loading {
	background: url(style/images/loader.gif) 0 50% no-repeat;
	padding: 5px 0 0 20px;
}

div#error p.wrong {
	color: red;
	padding-bottom:30px;
}

#main form  .text_input, #main form .text_area {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#main form .error .text_input, #main form .error .text_area {
	border: 3px solid #EE2A00;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#response {color:#f30; font-style:italic; font-size:inherit; padding:.4em;}

/*	##################################
   	IMAGE STYLES
	################################## */
	
#main .post img, .postcontent img, .postcontent-single img, #main .gallery-wrapper a img, .gallerybox a img   {
	background:none repeat scroll 0 0 #EEEEEE;
	border:1px solid #DDDDDD;
	padding:5px;
}

#main .post img:hover, .postcontent img:hover, .postcontent-single img:hover, #main .gallery-wrapper a img:hover, .gallerybox a img:hover {
	background-color: #fff;
	padding: 5px;
	border: 1px solid #eee;
}



a.read_more {
	-moz-border-radius:4px 4px 4px 4px;
	background-color:#0B2236;
	color:#FFFFFF;
	font-size:10px;
	margin:2px 0 0;
	padding:5px 10px;
}

a.read_more:hover {
	text-decoration:none;
}

.gallery-wrapper {
	clear:both;
	float:left;
	padding-bottom:20px;
	position:relative;
	width:675px !important;
}

.box_small  {
	width:282px;
}

.box1 {
	float:left;
	margin-left:0;
}

.box2 {
	float:right;
	margin-right:0;
}



#main .gallerybox h2 {
	border-bottom:none;
	font-size:16px;
	margin:0 0 5px;
	padding:10px 0 5px 10px;
}

/*	##################################
   	WORDPRESS CSS
	################################## */

.aligncenter,
div.aligncenter {
   	display: block;
   	margin: 10px auto 20px auto;
}

.alignleft {
   	float: left;
   	margin: 0 20px 20px 0;
}

.alignright {
   	float: right;
   	margin: 0 0 20px 20px;
}

.alignnone {
   	margin: 5px;
}

.wp-caption {
	margin-bottom: 15px;
	padding-top: 4px;
   	text-align: center;
}
   	
	
.wp-caption-text {
	color:#0b2236;
   	padding: 0px;
  	margin: 0px;
}

/* ---------------------- Pagination -------------------*/

.pagination{
font-size:12px;
clear:both;
display:block;
float:left;
padding:0 0 20px 0px;
position:relative;
z-index:3;
}
.pagination span, .pagination a{
display:block;
float:left;
font-size:1.2em;
line-height:13px;
margin: 2px 2px 2px 0;
display:block;
padding:3px 6px;
text-decoration:none;
}

.pagination .current{
padding:3px 6px;
}

.pagination .current {
background-color:#C3C3C3;
border:1px solid #C3C3C3;
color:#333333;
}

.pagination span, .pagination a {
background:#FFFFFF;
border:1px solid #C3C3C3;
color:#888888;
}

/*	##################################
   	FOOTER STYLES
	################################## */

#footer #left {
	float:left;
	width:290px;
}

#footer a {
	font-size:12px;
	text-decoration:none;
}

#footer p {
	padding:7px 0px 6px;
}


#footer ul {
	float:right;
}

#footer ul li {
	background-image:url("style/images/menu-separator.gif");
	background-position:0 12px;
	background-repeat:no-repeat;
	color:#CCC;
	float: left;
    list-style-type:none;
	margin:0;
	padding:0;
}

#footer ul li a {
	display:block;
	font-size:12px;
	padding:7px 15px 6px;
	text-decoration:none;
}

#footer ul a:hover {
	color:#B9B9B9;
}