/*Theme Name:Caroline WozniackiTheme URI:http://jephjohnson.com/
Description:A Html5 Theme for Tennis Pro Caroline Wozniacki Version:1 Author:Jeph Johnson
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
.more-link {
	color: rgb(17, 229, 250);
}
.postshare{
	top: -17px;
	left: -48px;
	position: relative;
}
.efactor{
	top: -6px !important;
}
.social-icon {
	margin-top: -4px;
	margin-right: 3px;
}
.sidebar-bottom {
	display: block;
	background-color: rgb(1, 46, 69);
	width: 251px;
	/*position: relative;*/
}
.container-logo {
	text-align: center;
}
.lagardere-logo-fullwidth {
	background-image: url("images/lagardere_sports.png");
	width: 400px;
	height: 122px;
	margin-left: auto;
	margin-right: auto;
}
.lagardere-logo {
	background-image: url("images/lagardere_sports.png");
	width: 400px;
	height: 122px;
	margin-left: 17%;
}
.sponsor-list-item img{
	margin-top: 10px;
	padding-left: 5px;
	width:241px;
	height:65px;
	display: block;
	z-index: 10;
}
ol>li {
	max-width: none;
	display: list-item;
}
li {
	list-style: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	outline: none;
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
/* tables still need cellspacing="0" in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	border: 2px double #EDF6FB;
	display: block;
	float: left;
	height: 1px;
	left: -10px;
	top: -40px;
	margin: 0 auto;
	padding: 2px 0 0;
	position: relative;
	width: 975px;
}
input, select {
	vertical-align: middle;
}
/* * * Base Typography * */
body {
	font: 13px/1.231 sans-serif;
}
select, input, textarea, button {
	font: 99% sans-serif;
}
pre, code, kbd, samp {
	font-family: monospace, sans-serif;
}
/* * * Base Styles * */
body, select, input, textarea {
	/* #444 looks better than black:twitter.com/H_FJ/statuses/11800719859 */
	color: #444;/* set your base font here,to apply evenly *//* font-family:Georgia,serif;
	*/
}
/* Headers (h1,h2,etc) have no default font-size or margin,you'll want to define those yourself. */ h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
/* always force a scrollbar in non-IE */ html {
	overflow-y: scroll;
	background: url("images/caro_bg_e.jpg") repeat-x scroll center 340px #B5D368;
}
/* Accessible focus treatment:people.opera.com/patrickl/experiments/keyboard/test */
ol {
	list-style-type: decimal;
}
/* Remove margins for navigation lists */
small {
	font-size: 85%;
}
strong, th {
	font-weight: bold;
}
td, td img {
	vertical-align: top;
}
sub {
	vertical-align: sub;
	font-size: smaller;
}
sup {
	vertical-align: super;
	font-size: smaller;
}
pre {
	padding: 15px;
	/* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
	white-space: pre;
	/* CSS2 */
	white-space: pre-wrap;
	/* CSS 2.1 */
	white-space: pre-line;
	/* CSS 3 (and 2.1 as well,actually) */
	word-wrap: break-word;/* IE */
}
textarea {
	overflow: auto;
}
/* thnx ivannikolic! www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */
.ie6 legend, .ie7 legend {
	margin-left: -7px;
}
/* thnx ivannikolic! */
/* align checkboxes,radios,text inputs with their label by:Thierry Koblentz tjkdesign.com/ez-css/css/base.css */
input[type="radio"] {
	vertical-align: text-bottom;
}
input[type="checkbox"] {
	vertical-align: bottom;
}
.ie7 input[type="checkbox"] {
	vertical-align: baseline;
}
.ie6 input {
	vertical-align: text-bottom;
}
/* hand cursor on clickable input elements */

/* webkit browsers add a 2px margin outside the chrome of form elements */ button, input, select, textarea {
	margin: 0;
}
/* colors for form validity */
input:invalid, textarea:invalid {
 border-radius:1px;
 -moz-box-shadow:0px 0px 5px red;
 -webkit-box-shadow:0px 0px 5px red;
 box-shadow:0px 0px 5px red;
}
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid {
 background-color:#f0dddd;
}
/* These selection declarations have to be separate. No text-shadow:twitter.com/miketaylr/status/12228805301 Also:hot pink. */::-moz-selection {
 background:#FF5E99;
 color:#fff;
 text-shadow:none;
}
::selection {
	background: #FF5E99;
	color: #fff;
	text-shadow: none;
}
/* make buttons play nice in IE:www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {
	width: auto;
	overflow: visible;
}
/* bicubic resizing for non-native sized IMG:code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img {
	-ms-interpolation-mode: bicubic;
}
/* * * Nonsemantic Base Styles * */
/* for image replacement */
.ir {
	display: block;
	text-indent: -999em;
	overflow: hidden;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr;
}
/* Hide for both screenreaders and browsers css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden {
	display: none;
	visibility: hidden;
}
/* Hide only visually,but have it available for screenreaders www.webaim.org/techniques/css/invisiblecontent/ & j.mp/visuallyhidden */
.visuallyhidden {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	/* IE6,IE7 */
	clip: rect(1px,1px,1px,1px);
}
/* Hide visually and from screenreaders,but maintain layout */
.invisible {
	visibility: hidden;
}
/*>>The Magnificent CLEARFIX:Updated to prevent margin-collapsing on child elements << j.mp/bestclearfix */
.clearfix:before, .clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix:after {
	clear: both;
}
/* Fix clearfix:blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix {
	zoom: 1;
}
#___plusone_0 > iframe {
	opacity: 0 !important;
}
#___plusone_0 {
/*background:url('http://borealtrek.com/wp-content/uploads/2011/11/g+.png');*/
}
/* * * fonts * */
@font-face {
	font-family: 'Ruda';
	font-style: normal;
	font-weight: 400;
	src: local('Ruda'), url('../../../static/fonts/ruda/v4/N4_mr3x70COA9kzDvMKkyvesZW2xOQ-xsNqO47m55DA.woff') format('woff');
}
@font-face {
	font-family: 'Cabin Condensed';
	font-style: normal;
	font-weight: 400;
	src: local('Cabin Condensed'), local('CabinCondensed'), url('../../../static/fonts/cabincondensed/v4/B0txb0blf2N29WdYPJjMStL_YSxa0Ggq46JEtXTJ0Ts.woff') format('woff');
}
@font-face {
	font-family: 'Cabin Condensed';
	font-style: normal;
	font-weight: 700;
	src: local('Cabin Condensed Bold'), local('CabinCondensed-Bold'), url('../../../static/fonts/cabincondensed/v4/Ez4zJbsGr2BgXcNUWBVgEIVuAxNqMQLTd3Copx4ZXM0.woff') format('woff');
}
@font-face {
	font-family: Helvetica-Normal;
	font-style: normal;
	font-weight: normal;
	src: url("fonts/Helvetica-Normal.eot") /* EOT file for IE */
}
@font-face {
	font-family: Helvetica-Normal;
	font-style: normal;
	font-weight: normal;
	src: url("fonts/Helvetica-Normal.ttf") /* TTF file for CSS3 browsers */
}
@font-face {
	font-family: Helvetica_cyr-Bold;
	font-style: normal;
	font-weight: normal;
	src: url("fonts/Helvetica_cyr-Bold.eot") /* EOT file for IE */
}
@font-face {
	font-family: Helvetica_cyr-Bold;
	font-style: normal;
	font-weight: normal;
	src: url("fonts/Helvetica_cyr-Bold.ttf") /* TTF file for CSS3 browsers */
}
/* * * Preloader and Sticky Nav//////
* */
#loader {
	display: none;
}
.ie8 #loader {
	display: none;
	margin: 0 auto;
	float: inherit;
	position: relative;
	top: 150px;
	width: 35px;
	height: 35px;
	left: -500px
}
.fixed {
	position: fixed;
}
/* * * sponsor slideshow * */

#slideshowspons {
	height: 65px;
	margin-left: 8px;
	margin-top: -9px;
	position: relative;
	width: 235px;
}
#slideshowspons img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
	opacity: 0.0;
}
#slideshowspons img.active {
	z-index: 10;
	opacity: 1.0;
}
#slideshowspons img.last-active {
	z-index: 9;
}
/* * * About Menu//////
* */
.abtmenu {
	background-color: #250432;
	float: left;
	height: 25px;
	left: -10px;
	margin: 10px 0 0;
	padding: 10px 0 0 38px;
	position: relative;
	width: 440px;
}
.abtmenu .navline {
	background-color: #7DCEF7;
	float: right;
	height: 10px;
	margin-left: 8px;
	margin-top: 3px;
	padding: 0;
	width: 1px;
}
.abtmenu li {
	float: left;
	list-style: none outside none;
	margin: 0 10px 0 0;
	padding: 0;
}
.abtmenu li a {
	color: #FFFFFF;
	font-family: Cabin Condensed, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.3px;
	text-transform: uppercase;
	text-decoration: none;
}
.abtmenu li a:hover {
	color: #a2dcf7;
	text-decoration: underline;
}
/* * * Category Container//////
* */
.topcontainer {
	background: url("images/top_container_bg_line.png") no-repeat scroll 0 0 transparent;
	clear: both;
	height: 24px;
	margin: -6px 0 0;
	padding: 0;
	position: relative;
	width: 1000px;
}
.catmenu {
	background-color: #D6ED92;
	float: left;
	height: 14px;
	margin: 0;
	padding: 0;
	position: relative;
	top: 15px;
	width: 727px;
}
.catmenu aside.browse {
	color: #000000;
	display: inline;
	float: left;
	font-family: Cabin Condensed, Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.3px;
	margin-left: 10px;
	text-transform: uppercase;
}
.catmenu li {
	color: #606060;
	display: block;
	float: left;
	list-style: none outside none;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
.catmenu li a {
	color: #818181;
	display: block;
	font-family: Cabin Condensed, Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.3px;
	margin: 0 0 0 15px;
	padding: 0;
	text-decoration: none;
	text-transform: uppercase;
}
.catmenu .current-cat a {
	color: #00097a;
}
.catmenu a:hover {
	color: #00097a;
}
/* * * Structure * */
.fb_iframe_widget {
	float: left;
	margin: 20px 0 20px 10px;
	padding: 0;
}
#wrapper {
	width: 100%;
	margin: 0 auto;
	min-width: 1230px;
}
#primary {
	padding-bottom: 30px;
	min-height: 1000px;
	background-color: #fff;
	border: 0 solid;
	color: #FFFFFF;
	margin: 0 auto;
	width: 1000px;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.50);
	-moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.50);
	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.50);
 filter:progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=90, Strength=5);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c2e460', endColorstr='#ffffff');
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.09, rgb(255,255,255)), color-stop(0.23, rgb(249,252,238)), color-stop(0.79, rgb(195,228,95)));
	-pie-background: linear-gradient(linear, left bottom, left top, color-stop(0.09, rgb(255,255,255)), color-stop(0.23, rgb(249,252,238)), color-stop(0.79, rgb(195,228,95)));
	background-image: linear-gradient(bottom, rgb(255,255,255) 9%, rgb(249,252,238) 23%, rgb(195,228,95) 79%);
	background-image: -o-linear-gradient(bottom, rgb(255,255,255) 9%, rgb(249,252,238) 23%, rgb(195,228,95) 79%);
	background-image: -moz-linear-gradient(bottom, rgb(255,255,255) 9%, rgb(249,252,238) 23%, rgb(195,228,95) 79%);
	background-image: -webkit-linear-gradient(bottom, rgb(255,255,255) 9%, rgb(249,252,238) 23%, rgb(195,228,95) 79%);
	background-image: -ms-linear-gradient(bottom, rgb(255,255,255) 9%, rgb(249,252,238) 23%, rgb(195,228,95) 79%);
	behavior: url(http://carolinewozniacki.com/wp-content/themes/caro/images/PIE.htc);
}
.gallerythumbnail {
	float: left;
	margin: 0 20px 0 20px;
	padding: 0;
	border: 0 none;
}
.gallerythumbnail a img {
	border: 1px solid #999;
}
.gallerybox {
	margin: 0;
	padding: 0;
	float: left;
	margin-right: 20px;
	width: 133px;
	height: 75px;
	margin-bottom: 20px;
}
.gallerybox a img {
	clip: rect(0pt, 134px, 76px, 0px);
	position: absolute;
}
.gallerybox a {
	border: 1px solid #999999;
	height: 76px;
	position: absolute;
	width: 134px;
}
#topcontrol {
	color: #000000;
	cursor: pointer;
	float: left;
	font-family: Helvetica_cyr-Bold, Helvetica, Arial, sans-serif;
	font-size: 10px;
	letter-spacing: 0.7px;
	margin-left: 10px;
	opacity: 1;
	text-transform: uppercase;
	width: 100px;
	position: relative;
	top: -30px;
	left: 10px;
}
#main .widget-area {
	/*float:right;
	overflow:hidden;*/
	width: 220px;
}
footer {
	background-color: #012E45;
	bottom: 0;
	display: block;
	height: 75px;
	padding-top: 25px;
	width: 100%;
	min-width: 1230px;
	/*text-align: center;*/
}
#foot {
	/*margin-left: 20%;*/
	/*float: left;
	margin-left: auto;
	margin-right: auto;*/
	padding: 0;
	text-align: center;
}
#foot .menu {
	color:rgb(103, 166, 198);
	margin-top: 16px;
	padding: 0;
	width: 100%;
}
#foot .menu a {
	margin: 10px;
}
#foot .menu a:link {
	color: rgb(86, 156, 182);
}
#foot .menu a:visited {
	color: rgb(86, 156, 182);
}
#foot .menu a:hover {
	color: rgb(58, 180, 226);
}
#foot .menu a:active {
	color: rgb(86, 156, 182);
}
#foot li {
	color: #FFFFFF;
	display: block;
	float: left;
	list-style: none outside none;
	margin: 0 10px 0 0;
	padding: 0;
	cursor: hand;
}
.ie7 #foot li {
	list-style: none;
}
#foot .navline {
	background-color: #7DCEF7;
	float: right;
	height: 10px;
	margin-left: 8px;
	margin-top: 1px;
	padding: 0;
	width: 1px;
}
#foot h1, #foot h2 {
	display: inline;
}
#foot h1 a {
	background: url("images/caro_logo.png") no-repeat scroll left top transparent;
	display: block;
	float: left;
	height: 46px;
	margin: 0 auto;
	text-indent: -999em;
	width: 156px;
}
#foot h2 a {
	background: url("images/serum_logo.png") no-repeat scroll left top transparent;
	display: block;
	float: right;
	height: 46px;
	margin: 0 auto;
	text-indent: -999em;
	width: 241px;
}
#foot li a {
	color: #7DCEF7;
	display: block;
	float: left;
	font-family: Helvetica-Normal, Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: center;
	text-decoration: none;
	width: 57px;
	cursor: hand;
}
#foot li a:hover {
	color: #fff;
	text-decoration: underline;
}
/*Sections */
section#content {
	left: -10px;
	margin: 0 auto;
	position: relative;
	float: left;
}
section#signup {
	background: url("images/signup_bg.jpg") no-repeat scroll 0 0 transparent;
	height: 250px;
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}
/*Signup */
section#signup .contact {
	height: 250px;
	padding-top: 100px;
	padding-left: 35px;
}
section#signup .contactformfield {
	resize: none;
	width: 855px;
	margin-left: 33px;
	margin-top: 6px;

}
section#signup .contact li {
	list-style: none;
	font-family: Cabin Condensed, Helvetica, Arial, sans-serif;
	font-size: 12px;
	letter-spacing: 0.3px;
	color: #7104aa;
	text-transform: uppercase;
}
div.wpcf7-validation-errors {
	border: 0px solid #fff;
}
div.wpcf7 {
}
div.wpcf7-response-output {
}
/* Forms - Class for labelling required form items */
.required {
	color: #cc0033;
	margin-right: 10px
}
.wpcf7-text {
	background-color: #FFFFFF;
	border: 0 none;
	height: 30px;
	margin: -5px 10px 0 0;
	padding: 0 0 0 3px;


	width: 350px;
}
div.wpcf7-mail-sent-ok {
	background: url("images/thank_you.jpg") no-repeat scroll 0 0 transparent;
	height: 142px;
	position: relative;
	top: -100px;
	width: 960px;
	z-index: 999;
}
div.wpcf7-mail-sent-ng {
	border: 0 solid none;
}
div.wpcf7-spam-blocked {
	border: 0 solid none;
}
div.wpcf7-validation-errors {
	border: 0 solid none;
}
span.wpcf7-form-control-wrap {
}
span.wpcf7-not-valid-tip {
	background-color: transparent !important;
	border: 0 none !important;
	color: #7104AA;
	font-family: Cabin Condensed, Helvetica, Arial, sans-serif;
	font-size: 18px;
	left: 2px;
	letter-spacing: 0.3px;
	padding: 2px;
	position: absolute;
	width: 280px;
	z-index: 999;
	top: 10% !important;
}
span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 10pt;
	display: block;
}
span.wpcf7-list-item {
}
.wpcf7-display-none {
	display: none;
}
div.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 4px;
	display: none;
}
div.wpcf7 .watermark {
	color: #888;
}
.wpcf7-submit {
	background: url("images/go.png") no-repeat scroll 0 0 transparent;
	border: none;
	width: 100px;
	height: 41px;
}
.wpcf7-form-control {
}
/* Increase the size of the content area for templates without sidebars */
.full-width #content, .image-attachment #content, .error404 #content {
	margin: 0;
}
/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* * * Header * */
header#home {
	background: url("images/top_bg_update.jpg") repeat-x scroll 0 0 transparent;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 134px;
	background-size: 1230px 134px;
}
header#home .headcontainer {
	background-color: #000000;
	height: 134px;
	margin: 0 auto;
	padding: 0;
	width: 1230px;
	background: url("images/head_top_bg_2_update.jpg") no-repeat scroll center top transparent;
	background-size: 1230px 133px;
}
.time {
	font-family: Ruda, Helvetica, Arial, sans-serif;
	font-size: 12px;
	background: url("images/time_bg.png") no-repeat scroll 0 0 transparent;
	float: right;
	height: 72px;
	left: -111px;
	margin-top: 40px;
	padding: 0;
	position: relative;
	width: 117px;
	display: none;
}
.time div {
	color: #cfcfcf;
	text-transform: uppercase;
	text-shadow: 0.1em 0.1em 0.1em #333;
}
.time span {
	color: #FFFFFF;
	letter-spacing: 1px;
	text-align: right;
	width: 40px;
	margin-right: 6px;
	display: inline-block;
	text-shadow: none;
}
.wimtimeContainer {
	margin-top: 42px;
	height: 13px;
}
.wimtimeYourTime {
}
#site-title {
	font-size: 2em;
	font-weight: bold;
	margin: .67em 0;
}
#site-description {
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 1em;
}
/* * * Menu * */
nav {
	background: url("images/nav_bg_line_sm.jpg") repeat scroll 0 123px transparent;
	display: block;
	float: left;
	height: 41px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 100%;
	z-index: 99;
	min-width: 1230px;
}
nav .container {
	background: url("images/nav_bg_sm.jpg") no-repeat scroll center top transparent;
	float: left;
	height: 41px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	width: 100%;
	min-width: 1230px;
}
nav .menu {
	margin: 0 auto;
	padding: 10px 0 0;
	width: 1000px;
}
.ie7 nav li {
	list-style: none;
}
nav li a:nth-child(2) {
	width: 150px;
}
nav li {
	color: #B7B7B7;
	display: block;
	list-style: none;
}
.ie7 nav li {
	float: left;
}
nav li a {
	color: #88bfdc;
	display: block;
	float: left;
	font-family: Ruda, Helvetica, Arial, sans-serif;
	font-size: 14px;
	letter-spacing: .5px;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 2px 0 #000000;
	text-transform: uppercase;
	cursor: pointer;
	padding-left: 12px;
	margin-left: 12px;
}
.background {
	background: url("images/nav_highlight.png") no-repeat scroll center 0 transparent;
	height: 31px;
	margin-top: -7px;
}
.background90 {
	background: url("images/nav_highlight_90w.png") no-repeat scroll center 0 transparent;
	height: 31px;
	margin-top: -7px;
}
nav .navline {
	background: url("images/nav_divider_line.png") no-repeat scroll 0 0 transparent;
	float: right;
	height: 7px;
	margin: 5px 0 0 25px;
	padding: 0;
	width: 1px;
	opacity: .5;
}
.ie7 .navline {
	margin-top: -13px
}
/*nav .socialheader {
	background: url("images/social_bg.png") no-repeat scroll 0 0 transparent;
	height: 20px;
	margin: 0;
	padding: 0;
	width: 120px;
	float: left;
}*/
.menu .sharetitle {
	margin-left: -16px;
}
.menu .socialheader {

}
.sharetitle {
	color: #A8A8A8;
	float: left;
	font-family: Cabin Condensed, Helvetica, Arial, sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
	margin: 0;
	padding: 3px 0 0 50px;
	text-shadow: 1px 2px 0 #000000;
	width: 120px;
}
nav .socialheader ul {
	margin: 0;
	padding: 0;
}
nav .socialheader li {
	display: block;
	text-indent: -999px;
	border: 0 none;
}
.socialheader li a {
	border: 0 none;
	float: left;
	height: 20px;
	margin-right: 3px;
	position: relative;
	text-indent: -9999px;
	top: 1px;
	width: 3px;
}
/* * * Temp Feature * * */
div#tempfeature {
	background: #000000 url('images/slideshow/Img1-weclome-bg.jpg');
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center 130px;
	background-size: auto 275px;
	height: 398px;
}
secondtempfeature
/* * * Main Wrapper * */
#main {
	clear: both;
	display: block;
	float: left;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	padding-bottom: 100px;
	background: url("images/dots.png") repeat scroll 0 0 transparent;
	min-width: 1230px;
}
/* * * Content * */
article {
	clear: both;
	float: left;
	height: auto;
	margin-top: 15px;
	width: 738px;
	padding: 0;
	background: url(images/post_bg.png) no-repeat scroll 0 0 #012e45;
}
article#about {
	background: url("images/abt_bg.jpg") no-repeat scroll 0 0 transparent;
	clear: both;
	float: left;
	height: 1270px;
	margin: 0;
	padding: 0;
	width: 1020px;
}
article#team {
	background: url("images/abt_team_tour_bg.jpg") no-repeat scroll 0 0 transparent;
	clear: both;
	float: left;
	height: 1507px;
	margin: 0;
	padding: 0;
	width: 1020px;
}
article#career_bg {
	background: url("images/career_bg.jpg") no-repeat scroll 0 0 transparent;
	clear: both;
	float: left;
	height: 800px;
	margin: 0;
	padding: 0;
	width: 1020px;
}
article#fan {
	background: url("images/fan_bg.jpg") no-repeat scroll 0 0 transparent;
	clear: both;
	float: left;
	height: 634px;
	margin: 20px 0 0;
	padding: 0;
	width: 1020px;
}
article#tourp {
	background: url("images/tour12_bg.jpg") no-repeat scroll 0 0 transparent;
	clear: both;
	float: left;
	height: 760px;
	margin: 20px 0 0;
	padding: 0;
	width: 1020px;
}
article#sponsor {
	background: url("images/sponsor_bg.jpg") no-repeat scroll 0 0 transparent;
	clear: both;
	float: left;
	height: 670px;
	margin: 20px 0 0;
	padding: 0;
	width: 1020px;
}
article#team aside.lt {
	background: url("images/lt_logo.jpg") no-repeat scroll 0 0 transparent;
	float: right;
	height: 70px;
	left: -40px;
	margin: 0;
	padding: 0;
	position: relative;
	top: -100px;
	width: 146px;
}
article#shop {
	background: url("images/proshop_bg.jpg") no-repeat scroll 0 0 transparent;
	clear: both;
	float: left;
	height: 1185px;
	margin: 20px 0 0;
	padding: 0;
	width: 1020px;
}
article .born {
	color: #DFA6F3;
	float: left;
	font-family: Helvetica-Normal, Helvetica, Arial, sans-serif;
	font-size: 12px;
	letter-spacing: 0.7px;
	line-height: 20px;
	margin: 20px 0px 0px 35px;
	padding: 0px;
	text-decoration: none;
	text-transform: uppercase;
}
article .born ul li {
	background-color: rgba(0,0,0,0.25);
	height: 25px;
	list-style: none outside none;
	margin: 0px 0px 3px;
	padding: 0px 0px 0px 10px;
	width: 195px;
}
article .borninfo {
	color: #FFFFFF;
	float: left;
	font-family: Helvetica-Normal, Helvetica, Arial, sans-serif;
	font-size: 12px;
	letter-spacing: 0.7px;
	line-height: 28px;
	margin: 20px 0px 20px;
	padding: 0px;
	text-decoration: none;
	text-transform: uppercase;
	z-index:1000;
}
article .borninfo ul li {
	background-color: rgba(175,57,212,0.25);
	height: 25px;
	list-style: none outside none;
	margin: 0px 0px 3px;
	padding: 0px 0px 0px 10px;
	width: 380px;
}
article .abtcaroright {
	background:url("images/caro_abt_left.png") no-repeat scroll 0 0 transparent;
	height:550px;
	position:absolute;
	width:650px;
	left: 400px;
	top:70px;
	z-index:0;
}
article .abtcaroleft {
	background: url("images/caro_btm_lft.png") no-repeat scroll 0 0 transparent;
	float: left;
	height: 505px;
	left: 0px;
	padding: 0px;
	position: relative;
	top: -220px;
	width: 461px;
}
.fblike {
	float: left;
	left: -30px;
	margin: 0;
	padding: 0;
	position: relative;
	top: 387px;
}
article .abtbodycopy {
	color: #FFFFFF;
	float: left;
	font-family: Helvetica-Normal, Helvetica, Arial, sans-serif;
	font-size: 12px;
	height: 200px;
	letter-spacing: 0.7px;
	line-height: 21px;
	margin-left: 30px;
	padding: 0px;
	text-align: left;
	width: 930px;
	padding-top: 30px;
}
article .abtbodycopybtm {
	color: #FFFFFF;
	float: right;
	font-family: Helvetica-Normal, Helvetica, Arial, sans-serif;
	font-size: 12px;
	height: 230px;
	left: -33px;
	letter-spacing: 0.7px;
	line-height: 21px;
	margin-left: 30px;
	padding: 0;
	position: relative;
	text-align: left;
	top: 40px;
	width: 544px;
}
.lu {
	background-color: rgba(0,0,0,0.2);
	color: #FFFFFF;
	font-family: Helvetica-Normal, Helvetica, Arial, sans-serif;
	font-size: 12px;
	letter-spacing: 0.7px;
	line-height: 22px;
	margin-left: 30px;
	padding: 10px;
	text-align: left;
	width: 930px;
}
.jb {
	background-color: rgba(0,0,0,0.2);
	clear: both;
	color: #FFFFFF;
	float: left;
	font-family: Helvetica-Normal, Helvetica, Arial, sans-serif;
	font-size: 12px;
	letter-spacing: 0.7px;
	line-height: 22px;
	margin-left: 30px;
	margin-top: 30px;
	padding: 10px;
	text-align: left;
	width: 930px;
}
/*my pretty photo button for slider*/
#startPrettyPhoto {
	background: none;
	height: 397px;
	left: 90px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 940px;
	z-index: 1;
	display: none;
	cursor: pointer;
	text-indent: -999em;
}
.dl {
	background: url("images/dl.png") no-repeat scroll 0 0 transparent;
	height: 1px;
	margin-left: 30px;
	margin-top: 30px;
	width: 950px;
}
.timage {
	background-color: #000000;
	float: left;
	height: 163px;
	margin: 30px 0 0 30px;
	padding: 0;
	width: 161px;
}
.card {
	background: url("images/fan_sign.png") no-repeat scroll 0 0 transparent;
	float: left;
	height: 537px;
	margin: -88px 0 0 70px;
	padding: 0;
	width: 932px;
}
.photoside {
	background: url("images/photo_side.png") no-repeat scroll 0 0 transparent;
	float: right;
	height: 352px;
	left: 80px;
	position: relative;
	top: 84px;
	width: 80px;
}
.fancopy {
	color: #FFFFFF;
	font-family: Helvetica-Normal, Helvetica, Arial, sans-serif;
	font-size: 12px;
	letter-spacing: 0.7px;
	line-height: 22px;
	margin-left: 30px;
	position: relative;
	text-align: left;
	top: 200px;
	width: 400px;
}
.emailinfo {
	color: #FFFFFF;
	float: left;
	font-family: Helvetica-Normal, Helvetica, Arial, sans-serif;
	font-size: 12px;
	letter-spacing: 0.7px;
	line-height: 22px;
	margin-left: 30px;
	position: relative;
	text-align: left;
	top: 150px;
	width: 920px;
}
.emailinfo li {
	float: left;
	list-style: none outside none;
	margin: 0px 60px 0px 0px;
	padding: 0px;
}
.highlight {
	clear: both;
	float: left;
	margin: 40px 0px 0px 40px;
	padding: 0px;
	width: 900px;
}
.highlight li {
	height: 22px;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
	margin: 8px 0px 0px 30px;
	text-decoration: none;
}
.highlight li a {
	background-color: rgba(0, 0, 0, 0.2);
	color: #FFFFFF;
	font-family: Helvetica-Normal, Helvetica, Arial, sans-serif;
	font-size: 12px;
	height: 29px;
	letter-spacing: 0.7px;
	line-height: 28px;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
	margin: 5px 0px 0px 30px;
	padding: 6px 10px;
	text-decoration: none;
}
.carot {
	background: url("images/carot.png") no-repeat scroll 0 0 transparent;
	float: left;
	height: 719px;
	left: 600px;
	position: absolute;
	top: 50px;
	width: 524px;
	z-index: 9;
}
.strong {
	background: url("images/caro_img_shop.png") no-repeat scroll 0 0 transparent;
	float: left;
	height: 659px;
	left: -25px;
	position: absolute;
	top: -10px;
	width: 629px;
}
.toura {
	background-color: rgba(2, 22, 25, 0.3);
	border-top: 1px solid #063A45;
	clear: both;
	float: left;
	height: 27px;
	left: 31px;
	margin: 0;
	padding: 0;
	position: relative;
	top: 121px;
	width: 900px;
	cursor: pointer
}
.toura li {
	float: left;
	height: 22px;
	list-style: none outside none;
	margin: 0;
	padding-left: 10px;
	text-decoration: none;
	width: 129px;
}
.toura li a {
	color: #FFFFFF;
	font-family: Helvetica-Normal, Helvetica, Arial, sans-serif;
	font-size: 12px;
	height: 29px;
	letter-spacing: 0.7px;
	line-height: 28px;
	list-style: none outside none;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
#plus {
	background: url("images/plus.png") no-repeat scroll 0 0 transparent;
	float: left;
	height: 22px;
	left: 46px;
	position: relative;
	text-indent: -45px;
	width: 22px;
}
#minus {
	background: url("images/minus.png") no-repeat scroll 0 0 transparent;
	float: left;
	height: 22px;
	left: 46px;
	position: relative;
	text-indent: -45px;
	width: 22px;
}
.tourahighlight {
	background-color: rgba(2, 22, 25, 0.6);
	border-top: 1px solid #063A45;
	clear: both;
	display: none;
	float: left;
	left: 31px;
	margin: 0;
	padding: 0 0 10px;
	position: relative;
	top: 121px;
	width: 900px;
}
.tourahighlight li {
	float: left;
	list-style: none outside none;
	margin: 0;
	padding-left: 10px;
	text-decoration: none;
	width: 130px;
	padding-top: 10px;
}
.tourahighlight li a {
	color: #FFFFFF;
	font-family: Helvetica-Normal, Helvetica, Arial, sans-serif;
	font-size: 12px;
	height: 29px;
	letter-spacing: 0.7px;
	line-height: 20px;
	list-style: none outside none;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
#d0, #d1, #d2, #d3, #d4, #d5, #d6 {
	display: none;
}
.datesmenu {
	float: left;
	margin: 20px 0 0 30px;
	padding: 0;
}
.datesmenu li {
	color: #FFFFFF;
	float: left;
	font-family: Helvetica-Normal, Helvetica, Arial, sans-serif;
	font-size: 32px;
	letter-spacing: -1px;
	list-style: none outside none;
	margin: 0 30px 0 0;
	padding: 0;
	cursor: pointer;
}
.sponsors {
	clear: both;
	float: left;
	height: 488px;
	margin: 90px 0 0 20px;
	padding: 0;
	width: 980px;
}
.sponsors li {
	background-color: #fff;
	float: left;
	height: 150px;
	list-style: none outside none;
	margin: 8px 0 0 9px;
	text-decoration: none;
	width: 150px;
}
.sponsors a img {

}
.sponsors li a {

}
.shops {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	position: relative;
	top: 485px;
	width: 85%;
}
.shops li {
	float: left;
	height: 304px;
	list-style: none outside none;
	margin: 0;
	text-decoration: none;
	width: 201px;
}
.shops a img {
	margin-left: 8px;
	margin-top: 7px;
	padding: 0;
}
.shops li a {
	list-style: none outside none;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
.datesmenu li a {
	margin: 0;
	padding: 0;
}
.details {
	float: left;
	margin: 29px 0 0 10px;
	padding: 0;
}
.details h1 {
	color: #DFA6F3;
	font-family: Helvetica-Normal, Helvetica, Arial, sans-serif;
	font-size: 25px;
	font-weight: 700;
	height: 25px;
	letter-spacing: 0.7px;
	margin: 0;
	padding: 10px 0 0 14px;
	text-transform: uppercase;
	width: 400px;
}
.details p {
	color: #FFFFFF;
	float: left;
	font-family: Helvetica-Normal, Helvetica, Arial, sans-serif;
	font-size: 12px;
	height: 15px;
	letter-spacing: 0.7px;
	margin: 0;
	padding: 10px 0 0 15px;
	width: 400px;
}
.details a {
	clear: both;
	color: #6AB1FA;
	float: left;
	font-family: Helvetica-Normal, Helvetica, Arial, sans-serif;
	font-size: 12px;
	height: 25px;
	letter-spacing: 0.7px;
	margin-top: 12px;
	padding: 0 0 0 15px;
	text-decoration: none;
	width: 390px;
}
header#abt {
	background: url("images/about_hd.png") no-repeat scroll 0 0 transparent;
	height: 84px;
	margin: 30px 0 15px 33px;
	padding: 0;
	width: 226px;
}
header#abtteam {
	background: url("images/caro_team_header.png") no-repeat scroll 0 0 transparent;
	height: 86px;
	margin: 30px 0 15px 33px;
	padding: 0;
	width: 164px;
}
header#career {
	background: url("images/career_hdr.png") no-repeat scroll 0 0 transparent;
	height: 83px;
	margin: 30px 0 15px 33px;
	padding: 0;
	width: 232px;
}
header#fanhead {
	background: url("images/fan_head.png") no-repeat scroll 0 0 transparent;
	height: 43px;
	margin: 30px 0 15px 33px;
	padding: 0;
	width: 164px;
}
header#sendhdr {
	background: url("images/send_hdr.png") no-repeat scroll 0 0 transparent;
	height: 37px;
	margin: 30px 0 15px 33px;
	padding: 0;
	position: relative;
	top: 280px;
	width: 339px;
}
#nav-above {
	float: left;
	margin: 0 0 15px;
	padding: 0;
	width: 725px;
}
#nav-above a {
	color: #88BFDC;
	float: right;
	font-family: Cabin Condensed, sans-serif, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.7px;
	margin: 0 5px 0 0;
	padding: 0;
	text-decoration: none;
	text-transform: uppercase;
}
#nav-above a:hover {
	color: #fff;
}
.thumbnail {
	float: left;
	margin: 0 20px 0 20px;
	padding: 0;
	border: 0 none;
}
.thumbnail li {
	margin: 0;
	padding: 0;
	border: 0 none;
	list-style: none;
}
.thumbnail a img {
	border: 1px solid #999999;
}
.contentbox {
	background-color: #000000;
	border: 1px solid #787D84;
	float: left;
	height: 80px;
	margin-bottom: 0;
	margin-right: 20px;
	margin-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-top: 0;
	width: 80px;
}
.post-title {
	background: url(images/post_title_bg.jpg) no-repeat scroll 0 0 transparent;
	height: 74px;
	width: 738px;
	margin: 0 0 15px;
	padding: 0;
}
.short-title {
	color: #FFFFFF;
	font-family: Cabin Condensed, Helvetica, Arial, sans-serif;
	font-size: 26px;
	letter-spacing: 0px;
	padding-left: 20px;
	padding-top: 10px;
	text-shadow: 1px 2px 0 #000000;
}
.posted {
	color: #88BFDC;
	font-family: Cabin Condensed, Helvetica, Arial, sans-serif;
	font-size: 10px;
	letter-spacing: .7px;
	padding-left: 20px;
	float: left;
	clear: both;
	text-transform: uppercase;
}
.comments a {
	color: #C6E3F2;
	float: right;
	font-family: Cabin Condensed, Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.7px;
	margin: 10px 0 0;
	padding: 0;
	position: relative;
	right: 300px;
	text-transform: uppercase;
	text-decoration: none;
}
.comments .fb_comments_count {
	float: right;
	margin: 0 0 0 3px;
	padding: 0;
}
.filed {
	clear: both;
	color: #c6e3f2;
	float: left;
	font-family: Cabin Condensed, Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 10px;
	letter-spacing: 0.7px;
	margin: 10px 0 10px 20px;
	padding: 0;
}
.filed a {
	color: #c6e3f2;
	font-family: Cabin Condensed, Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 10px;
	letter-spacing: 0.7px;
	padding-left: 5px;
	text-decoration: none;
	text-transform: uppercase;
	float: right
}
.ie7 .filed a {
	float: left;
}
.postwrap {
	background: url("images/post_wrap.png") no-repeat scroll 0 0 transparent;
	clear: both;
	float: left;
	height: 11px;
	width: 10px;
	margin: 0 0 0 0;
	padding: 0;
}
.postwrapright {
	background: url("images/post_wrap_r.png") no-repeat scroll 0 0 transparent;
	clear: both;
	float: right;
	height: 11px;
	margin: -11px 0 0;
	padding: 0;
	width: 10px;
	display: inline;
}
.nocopythumb {
	float: left;
	height: 100px;
	margin: 0 0 30px;
	padding: 0;
	position: relative;
	top: 55px;
	width: 440px;
}
.copythumb {
	float: left;
	height: 100px;
	margin: -5px 0 30px;
	padding: 0;
	width: 440px;
}
.intcopy {
	float: left;
	margin: 0 0 30px;
	padding: 0;
	width: 405px;
	line-height: 20px;
}
.intnocopy {
	float: left;
	margin: 0 0 30px 20px;
	padding: 0;
	width: 700px;
	line-height: 20px;
}
.copythumb p, .nocopythumb p, .intcopy p {
	font-family: Helvetica-Normal, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	line-height: 21px;
}
.copy {
	float: left;
	margin: 0;
	padding: 0;
}
.copy p {
	color: #FFFFFF;
	font-family: Helvetica-Normal, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 21px;
	margin-left: 20px;
}
.filed a:hover {
	color: #fff;

}
.readmore {
	float: right;
	left: 70px;
	margin: 6px 20px 0 0;
	padding: 0;
	position: relative;
}
.readmore a {
	font-family: Helvetica_cyr-Bold, Helvetica, Arial, sans-serif;
	font-size: 13px;
	letter-spacing: 0.3px;
	color: #88BFDC;

}
.readmore a:hover {
	color: #fff;

}
.social {
	/*background: url("images/social_bg.png") no-repeat scroll 0 0 transparent;*/
	float: left;
	height: 25px;
	left: 400px;
	margin: -15px 20px 0 0;
	padding: 0;
	position: relative;
	width: 120px;
}
.social li {
	display: inline-block;
	border: 0 none;
}
.social li a {
	border: 0 none;
	float: left;
	margin-right: 3px;
	position: relative;
	top: -10px;
}
/* * * SideBar Selectors * */
#sidebar {
	background: url("images/tour_bg.jpg") no-repeat scroll 0 0 transparent;
	float: left;
	height: 1000px;
	left: -7px;
	margin: 0;
	padding: 0;
	position: relative;
	top: -9px;
	width: 251px;
}
.tracker {
	margin: 0;
	padding: 0;
	float: left;
}
.tracker li {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	font-weight: 700;
	letter-spacing: 0.3px;
}
.featuretitle {
	color: #C6E3F2;
	float: left;
	font-family: Helvetica_cyr-Bold, Helvetica, Arial, sans-serif;
	font-size: 12px;
	letter-spacing: 0.7px;
	margin: 5px 0 0;
	padding: 0 0 0 10px;
}
.tourtitle {
	color: #C6E3F2;
	float: left;
	font-family: Helvetica_cyr-Bold, Helvetica, Arial, sans-serif;
	font-size: 12px;
	letter-spacing: 0.7px;
	margin: 32px 0 5px;
	padding: 0 0 0 12px;
}
.tourcontent {
	clear: both;
	color: #88BFDC;
	font-family: Helvetica_cyr-Bold, Helvetica, Arial, sans-serif;
	font-size: 11px;
	letter-spacing: 0.4px;
	margin: 0;
	min-height: 14px;
	padding: 2px 0 0 11px;
}
.sidebardivder {
	background: url("images/sidebar_divder.png") no-repeat scroll 0 0 transparent;
	float: left;
	height: 944px;
	left: -2px;
	margin: 0;
	padding: 0;
	position: relative;
	top: -11px;
	width: 5px;
}
.divder {
	background: url("images/divider.png") no-repeat scroll 0 0 transparent;
	float: left;
	height: 944px;
	left: -10px;
	margin: 0;
	padding: 0;
	position: relative;
	top: -11px;
	width: 5px;
}
.sidehtitle {
	background: url("images/tour_title.jpg") no-repeat scroll 0 0 transparent;
	float: left;
	height: 67px;
	margin: 0 0 0 0;
	padding: 0;
	width: 251px;
}
.calloutsbox {
	/*position: relative;*/
	background: url("images/sidebar2.png") no-repeat scroll 0 0 transparent;
	float: left;
	height: 900px;
	margin-top: 20px;
	padding: 0;
	width: 251px;
	display: block;
}
.calloutsbox li {
	clear: both;
	float: left;
	list-style: none outside none;
	margin-bottom: 5px;
}
.calloutsbox li a {
	clear: both;
	float: left;
	text-indent: -999em;
	width: 250px;
}
.contactm {
	background: url("images/contact.png") no-repeat scroll 0 0 transparent;
	height: 315px;
	position: absolute;
	top: 120px;
	left: 550px;
	width: 432px;
}
.contactdetails {
	float: left;
	margin: 80px 0 0 15px;
	padding: 0;
	width: 400px;
}
.contactdetails h1 {
	color: #FFFFFF;
	float: left;
	font-family: Cabin Condensed, Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0.7px;
	text-transform: uppercase;
	text-shadow: 1px 2px 0 #000000;
}
.contactdetails p {
	color: #FFFFFF;
	font-family: Cabin Condensed, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	text-transform: uppercase;
	text-shadow: 1px 2px 0 #000000;
		pointer-events: grab;
}
/* * * pagination * */
.pagwrapper {
	font-size: 11px;
	left: 590px;
	line-height: 13px;
	padding: 20px 0;
	position: relative;
	top: -15px;
	width: 140px;
}
.pagination {
	float: right;
	font-size: 11px;
	line-height: 13px;
	padding: 0;
	position: relative;
}
.pagination span, .pagination a {
	color: #007AB8;
	display: block;
	float: left;
	font-family: Helvetica_cyr-Bold, Helvetica, Arial, sans-serif;
	font-size: 12px;
	letter-spacing: 0.7px;
	margin: 0;
	padding: 6px 4px 0;
	text-decoration: none;
	width: auto;
}
.pagination a:hover {
	color: #012e45;
}
.pagination .current {
	color: #012E45;
	padding: 6px 4px 0;
}
.pagileftarr {
	background: url("images/pagi_left_arw.png") no-repeat scroll 0 0 transparent;
	float: left;
	height: 11px;
	margin-top: 2px;
	width: 8px;
}
.pagirightarr {
	background: url("images/pagi_right_arw.png") no-repeat scroll 0 0 transparent;
	float: left;
	height: 11px;
	margin-top: 2px;
	width: 8px;
}
/**** Rolex Clock ****/


/* * * Images * */
/*Resize images to fit the main content area.- Applies only to images uploaded via WordPress by targeting size-* classes.- Other images will be left alone. Use "size-auto" class to apply to other images.*/
img.size-auto, img.size-full, img.size-large, img.size-medium, .attachment img, .widget-area img {
	max-width: 100%;
	/* When images are too wide for containing element,force them to fit. */
	height: auto;/* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
	margin-right: 1em;
}
img.alignright {
	margin-left: 1em;
}
.wp-caption {
	padding: .5em;
	text-align: center;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption .wp-caption-text {
	margin: .5em;
}
/* * * Slideshow * */
section#slideshow {
	float: left;
	height: 398px;
	padding: 0;
	width: 100%;
	background: url("images/slideshow/Img1-weclome-bg.jpg") no-repeat scroll center 0 #000;
	min-width: 1230px;
}
.showcase-load {
	height: 470px;
	overflow: hidden;
}
.showcase {
	display: none;
	margin: auto;
	position: relative;
	top: -314px;
}
.showcase-arrow-next_blk {
	position: relative;
	margin: auto;
}
.showcase-arrow-previous, .showcase-arrow-next {
	position: absolute;
	background: url(images/arrows.png);
	width: 34px;
	height: 99px;
	top: 130px;
	cursor: pointer;
}
.showcase-arrow-previous {
	left: 30px;
	z-index: 999;
}
.showcase-arrow-previous:hover {
	background-position: 0 -107px;
 */
}
.showcase-arrow-next {
	background-position: -37px 0;
	right: 30px;
	z-index: 999;
}
.showcase-arrow-next:hover {
	background-position: -37px -107px;
 */
}
.showcase-content {
	background-color: transparent;
	text-align: center;
}
.showcase-content-wrapper {
	text-align: center;
	height: 470px;
	width: 700px;
	display: table-cell;
	vertical-align: middle;
}
.showcase-plus-anchor {
	background-image: url(images/plus.png);
	background: url(images/arrows.png);
	background-repeat: no-repeat;
}
.showcase-plus-anchor:hover {
	background-position: -32px 0;
}
div.showcase-tooltip {
	background-color: #fff;
	color: #000;
	text-align: left;
	background-image: url(images/white-opacity-80.png);
	padding: 5px 8px;
}
.showcase-caption {
	color: #fff;
	text-align: left;
	position: absolute;
	bottom: 10px;
	left: 10px;
	right: 10px;
	display: none;
	padding: 8px 15px;
}
.showcase-button-wrapper {
	background-color: rgba(60,60,60,0.5);
	border: 0 solid maroon;
	border-radius: 5px 5px 5px 5px;
	clear: both;
	height: 20px;
	left: 1030px;
	margin-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	position: absolute;
	text-align: center;
	top: 330px;
	z-index: 999;
}
.showcase-button-wrapper span {
	color: #000;
	cursor: pointer;
	font-size: 14px;
	padding: 0 2px;
}
.showcase-button-wrapper span.active {
	color: #94ce3e;
}
.showcase-thumbnail {
	width: 120px;
	height: 90px;
	cursor: pointer;
	border: solid 1px #333;
	position: relative;
}
.showcase-thumbnail-caption {
	position: absolute;
	bottom: 2px;
	padding-left: 10px;
	padding-bottom: 5px;
}
.showcase-thumbnail-content {
	text-align: center;
	padding: 25px 10px 10px;
}
.showcase-thumbnail-cover {
	background-image: url(images/black-opacity-40.png);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.showcase-thumbnail-wrapper-horizontal .showcase-thumbnail {
	margin-right: 10px;
	width: 116px;
}
.showcase-thumbnail-button-backward, .showcase-thumbnail-button-forward {
	cursor: pointer;
	padding: 7px;
}
.showcase-thumbnail-button-backward {
	padding-bottom: 0;
	padding-right: 0;
}
.showcase-thumbnail-button-backward .showcase-thumbnail-vertical, .showcase-thumbnail-button-forward .showcase-thumbnail-vertical, .showcase-thumbnail-button-forward .showcase-thumbnail-horizontal, .showcase-thumbnail-button-backward .showcase-thumbnail-horizontal {
	background-image: url(images/arrows-small.png);
	background-repeat: no-repeat;
	display: block;
	width: 17px;
	height: 17px;
}
.showcase-thumbnail-button-backward .showcase-thumbnail-vertical {
	background-position: 0 -51px;
	margin-left: 55px;
}
.showcase-thumbnail-button-backward:hover .showcase-thumbnail-vertical {
	background-position: -17px -51px;
}
.showcase-thumbnail-button-forward .showcase-thumbnail-vertical {
	background-position: 0 -34px;
	margin-left: 55px;
}
.showcase-thumbnail-button-forward:hover .showcase-thumbnail-vertical {
	background-position: -17px -34px;
}
.showcase-thumbnail-button-backward .showcase-thumbnail-horizontal {
	background-position: 0 -17px;
	margin-top: 40px;
	margin-bottom: 40px;
}
.showcase-thumbnail-button-backward:hover .showcase-thumbnail-horizontal {
	background-position: -17px -17px;
}
.showcase-thumbnail-button-forward .showcase-thumbnail-horizontal {
	background-position: 0 0;
	margin-top: 40px;
	margin-bottom: 40px;
}
.showcase-thumbnail-button-forward:hover .showcase-thumbnail-horizontal {
	background-position: -17px 0;
}

/* Gallery Page Grid */
#gallerygrid {
	display:block;
/*	height:30px;*/
	width:auto;
}

/* * *  Twitter Gallery * */
.follow-button {
	margin-left: -12px;
	padding: 0px;
}
.tbird {
	margin: 0;
	padding: 0;
	float: left
}
.bluebg {
	background: none repeat scroll 0 0 #012e45;
	float: left;
	min-height: 440px;
	margin: 0;
	padding: 0;
	width: 251px;
}
#twitbar {
	background-color: #FFFFFF;
	float: left;
	min-height: 408px;
	margin: 8px 0 0 8px;
	padding: 15px 15px 0;
	width: 208px;
}
.time-meta a {
	clear: both;
	color: #999;
	display: block;
	font-family: Helvetica-Normal, Helvetica, Arial, sans-serif;
	font-size: 9px;
	margin: 3px 0 0;
	padding: 0;
	text-decoration: none;
}
.entry-content {
	margin: 0;
	padding: 0;
	color: #7C7A7A;
	font-family: Helvetica-Normal, Helvetica, Arial, sans-serif;
	font-size: 12px;
}
.entry-content a {
	margin: 0;
	padding: 0;
	color: #000000;
	text-decoration: none;
}
.twitterwidget-title {
	color: #000000;
	float: left;
	font: bold 18px arial;
	height: 25px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
.attitle a {
	color: #7C7A7A;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
.widget a:hover, .attitle a:hover {
	text-underline: none;
}
.twitter-avatar {
	margin: 0;
	padding: 0 0 15px;
}
.widgettitle {
	float: right;
	margin: 0;
	padding: 0;
	width: 150px;
	padding-top: 5px;
}
.twit-content li {
	margin: 0 0 25px;
	padding: 0;
}
/* * *  NextGen Gallery * */

article#gallery {
	clear: both;
	float: left;
	margin-left: 0;
	margin-right: 0;
	margin-top: 20px;
	padding: 0;
	width: 1020px;
}

.slideshowlink a {
	color: #ffffff;
}
a.current, a.prev, a.next {
	color: #ffffff;
}
a.page-numbers {
	color: rgb(136, 191, 220);
}
body div#shDisplay img#shTopImg {
	border: none;
}
/* * * Comments * */
article.comment {
	display: block;
}
#respond input[type=text] {
	float: left;
	margin: 0 1em 0 0;
	width: 60%;
}
#respond .comment-form-comment label {
	display: none;
}
#respond textarea {
	margin: 0 1em 1em 0;
	float: left;
	width: 80%;
}
#respond .form-allowed-tags {
	clear: both;
	width: 80%;
}
#respond .form-allowed-tags code {
	display: block;
}
/* * * Footer * */
#colophon {
	padding: 1em 0 0;
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width :768px) and (max-device-width :1024px) {
/* Styles */
#wrapper {
	min-width: 1230px;
}
#main {
	background: url("images/dots.png") repeat scroll 0 0 transparent;
	clear: both;
	display: block;
	float: left;
	height: 100%;
	margin: 0 auto;
	padding: 0 0 100px;
	min-width: 1230px
}
nav {
	background: url("images/nav_bg_line_sm.jpg") repeat scroll 0 123px transparent;
	display: block;
	float: left;
	height: 41px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	min-width: 1230px
}
nav .container {
	background: url("images/nav_bg_sm.jpg") no-repeat scroll center top transparent;
	float: left;
	height: 41px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	min-width: 1230px;
}
footer {
	background-color: #012E45;
	bottom: 0;
	display: block;
	float: left;
	height: 75px;
	padding-top: 25px;
	min-width: 1230px
}
section#slideshow {
	background: url("images/slideshow/Img1-weclome-bg.jpg") no-repeat scroll center 0 #000000;
	float: left;
	height: 398px;
	padding: 0;
	min-width: 1230px;
	margin: 0;
}
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width :768px) and (max-device-width :1024px) and (orientation :landscape) {
/* Styles */
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width :768px) and (max-device-width :1024px) and (orientation :portrait) {
/* Styles */
}

@media screen and (max-device-width:480px) {
#wrapper {
	min-width: 1230px;
	margin: 0 auto;
}
#main {
	background: url("images/dots.png") repeat scroll 0 0 transparent;
	clear: both;
	display: block;
	float: left;
	height: 100%;
	margin: 0 auto;
	padding: 0 0 100px;
	min-width: 1230px
}
nav {
	background: url("images/nav_bg_line_sm.jpg") repeat scroll 0 123px transparent;
	display: block;
	float: left;
	height: 41px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	min-width: 1230px
}
nav .container {
	background: url("images/nav_bg_sm.jpg") no-repeat scroll center top transparent;
	float: left;
	height: 41px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	min-width: 1230px;
}
footer {
	background-color: #012E45;
	bottom: 0;
	display: block;
	float: left;
	height: 75px;
	padding-top: 25px;
	min-width: 1230px
}
section#slideshow {
	background: url("images/slideshow/Img1-weclome-bg.jpg") no-repeat scroll center 0 #000000;
	float: left;
	height: 398px;
	padding: 0;
	min-width: 1230px;
	margin: 0;
}
}

@media screen and (max-device-width:320px) {
#wrapper {
	min-width: 1230px;
	margin: 0 auto;
}
#main {
	background: url("images/dots.png") repeat scroll 0 0 transparent;
	clear: both;
	display: block;
	float: left;
	height: 100%;
	margin: 0 auto;
	padding: 0 0 100px;
	min-width: 1230px
}
nav {
	background: url("images/nav_bg_line_sm.jpg") repeat scroll 0 123px transparent;
	display: block;
	float: left;
	height: 41px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	min-width: 1230px
}
nav .container {
	background: url("images/nav_bg_sm.jpg") no-repeat scroll center top transparent;
	float: left;
	height: 41px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	min-width: 1230px;
}
footer {
	background-color: #012E45;
	bottom: 0;
	display: block;
	float: left;
	height: 75px;
	padding-top: 25px;
	min-width: 1230px
}
section#slideshow {
	background: url("images/slideshow/Img1-weclome-bg.jpg") no-repeat scroll center 0 #000000;
	float: left;
	height: 398px;
	padding: 0;
	min-width: 1230px;
	margin: 0;
	z-index: -1;
}
}
.js .tmce-active .wp-editor-area {
	color: #333 !important;
}
/* Twitter Link Color */
.post-body .copy > a {
	color: #a7d942
}