/* 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-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 */

@font-face {
font-family: "Segoe WPC";
src: url("http://cdn-resources.windowsphone.com/Resources/Fonts/SegoeWPCRegular/Latin1_1252/87c56796-f4c3-4861-9f31-035d303c63ce-1.ttf") format("truetype");
font-style: normal;
font-weight: normal;
}
@font-face {
font-family: "Segoe WPC Light";
src: url("http://cdn-resources.windowsphone.com/Resources/Fonts/SegoeWPCLight/Latin1_1252/bd84c8dc-054a-427a-9fde-3ebb63965f38-1.ttf") format("truetype");
font-style: normal;
font-weight: normal;
}
@font-face {
font-family: "Segoe WPC Black";
src: url("http://cdn-resources.windowsphone.com/Resources/Fonts/SegoeWPCBlack/Latin1_1252/f513a30a-82ae-4466-acac-96337207a433-1.ttf") format("truetype");
font-style: normal;
font-weight: bold;
}
/* LAYOUT */
/* ----------------------------------------- */

/* You might find the following useful */
/* div, ul, li { position:relative } This will save you having to declare each div / ul / li's position as 'relative' and allows you to absolutely position elements inside them */
br.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* Use this br class to clear your floated columns */
li#theme-switcher { background:#fff; border:10px solid red; padding:20px; position:fixed; top:0; right:0 } /* Use this if you have the Theme Switcher Reloaded plugin (http://themebot.com/webmaster-tools/1-wordpress-theme-switcher-reloaded) installed and want to make it nice and obvious */
body {
font-family: "Segoe UI",Segoe,Arial,Verdana,sans-serif;
}
blockquote, cite {
margin: 1em 0;
width: 97%;
background: #ddd;
padding: 0.1em 0 0.1em 0.8em;
font-style: italic;
border-left: 4px solid #0072C6;
}
code, pre {
margin: 1em 0;
width: 95%;
padding-left: 0.8em;
border-left: 4px solid #0072C6;
}
iframe, object, embed{
	max-width: 100%;
}
.content {
padding: 0 0 2%;
color: #666;
}
.content_index {
padding: 3% 0 2%;
}
footer {
background: #3A3A3A;
color: #ccc;
padding: 2% 0 1%;
overflow: auto;
}
.wrapper_container {
background: #E9E9E9;
height: 250px;
}
.wrapper {
width: 95%;
margin-left: auto;
margin-right: auto;
max-width: 1180px;
height: 30%
}
.wrapper_content h2 {
margin-bottom: 2%;
}
.wrapper_content a {
font-family: 'Segoe WPC Light';
font-size: 1.2em;
color: #fff;
text-decoration: none;
}
.container {
width: 95%;
margin-left: auto;
margin-right: auto;
max-width: 1180px;
overflow: auto;
}
footer .container .xoxo {
font-size: .9em;
}
footer .container h3 {
color: #fff;
font-size: 1.1em !important;
margin-bottom: .5em;
font: inherit;
-webkit-font-smoothing: subpixel-antialiased;
}
.sidebar h3 {
font-size: 1.4em;
font-family: 'Segoe WPC Light';
-webkit-font-smoothing: subpixel-antialiased;
margin-bottom: 2%;
background: #0072C6 url(../images/arrow_sidebar.png) no-repeat right bottom;
padding: 2% 3% 3% 3%;
color: #fff;
}
.sidebar ul {
margin-bottom: 3%;
}
.sidebar ul li {
margin-bottom: 1.5%;
}
.sidebar a {
color: #0072C6;
text-decoration: none;
}
.sidebar a:hover {
text-decoration: underline;
}
.article_container a {
color: #00487E;
text-decoration: none;
}
.article_container a:hover {
color: #0072C6;
}
.article_title h2 {
font-family: 'Segoe WPC Light';
font-size: 1.5em;
font-weight: bold;
}
footer .container .xoxo a {
color: #A4A4A4;
text-decoration: none;
font-size: .9em;
}
footer .container .xoxo li {
margin-bottom: .3em;
}
footer .container .xoxo a:hover {
color: #A4A4A4;
text-decoration: underline;
}
.arrows_container {
width: 100%;
float: left;
}
.left_arrow {
float: left;
width: 150px;
height: 40px;
background: url(../images/left_arrow_i.png);
overflow: auto;
}
.left_arrow:hover {
background: url(../images/left_arrow_a.png);
}
.right_arrow {
float: right;
width: 150px;
height: 40px;
background: url(../images/right_arrow_i.png);
overflow: auto;
}
.right_arrow:hover {
background: url(../images/right_arrow_a.png);
}
.arrow_more {
background: url(../images/arrow_more.png);
overflow:auto;
height:21px;
width:100px;
}
.copyright a {
color: #fff;
text-decoration: none;
}
.copyright a:hover {
text-decoration: underline;
}
/* ------------------- !MOBILE ----------------------- */
@media screen and (max-width: 899px) {
	nav {
	margin-top: 1em;
	width: 99%;
	height: 60px;
	float: left;
	font-size: 0.8em;
	}
	.navPrev {
	width: auto;
	}
	.navNext {
	text-align: left;
	margin: 3% 0;
	display: inline-block;
	}
	footer .container .xoxo {
	float: left;
	width: 50%;
	}
	.sidebar {
	margin-top: 2%;
	width: 100%;
	font-size: .9em;
	float: left;
	}
	article {
	height: auto;
	margin-bottom: 5%
	}
	.article_container {
	width: auto;
	margin: 2% auto;
	float: left;
	font-size: .9em;
	}
	.wrapper_image {
	width: 100%;
	float: left;
	}
	.wrapper_content {
	margin-top: 10%;
	width: 100%;
	float: left;
	}
	.main h1 {
	font-size: 1.4em;
	font-family: 'Segoe WPC Light';
	-webkit-font-smoothing: subpixel-antialiased;
	margin-bottom: 2%;
	background: 
	#0072C6 url(../images/arrow_sidebar.png) no-repeat right bottom;
	padding: 2% 3% 3% 3%;
	color: #fff;
	}
	.main h1 a {
	color: #fff;
	}
	h1#main_post {
	font-size: 1.4em;
	font-family: 'Segoe WPC Light';
	-webkit-font-smoothing: subpixel-antialiased;
	background: 
	#0072C6 url(../images/post_icon.png) no-repeat right bottom;
	padding: 0.65% 1% 0.65% 1.8%;
	color: #fff;
	width: 96.2%;
	}
	h1#main_comments {
	font-size: 1.4em;
	font-family: 'Segoe WPC Light';
	-webkit-font-smoothing: subpixel-antialiased;
	margin-bottom: 2%;
	background: #0072C6 url(../images/comm_icon.png) no-repeat right bottom;
	padding: 0.65% 1% 0.65% 1.8%;
	color: #fff;
	width: 96.2%;
	}
	h1#main_replies {
	font-size: 1.4em;
	font-family: 'Segoe WPC Light';
	-webkit-font-smoothing: subpixel-antialiased;
	margin: 2% 0;
	background: #0072C6 url(../images/arrow_sidebar.png) no-repeat right bottom;
	padding: 0.65% 1% 0.65% 1.8%;
	color: #fff;
	width: 96.2%;	
	}
	.twitter, .facebook, .googleplus, .rss {
	width: 44% !important;
	}
	.first_footer {
	overflow:auto;
	}
	.second_footer {
	margin-top: 3%;
	overflow:auto;
	}
	.copyright {
	margin-top: 3%;
	width: 100%;
	color: #A4A4A4;
	font-size: 0.9em;
	}
	/* Meniu */
	.menu_container {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1180px;
	overflow: auto;
	}
	#access {
	text-rendering: optimizeLegibility;
	display: block;
	float: left;
	margin: 0 auto;
	width: 100%;
	}
	#access .menu-header,
	div.menu {
	font-size: 1.1em;
	}
	#access .menu-header ul,
	div.menu ul {
	list-style: none;
	margin: 0;
	}
	#access .menu-header li,
	div.menu li {
	margin-top: 10px;
	}
	#access a {
	color: #aaa;
	display: block;
	margin: -3px 20px 0 0;
	text-decoration: none;
	border-bottom: 3px solid #fff;
	}
	#access ul ul {
	font-size: 1em;
	min-width: 180px;
	margin-left: 5%;
	}
	#access ul ul li {
	min-width: 100px;
	margin-top: 0;
	background: #fff;
	padding: 5px 0 0 0;
	}
	#access ul ul ul {
	left: 100%;
	top: 0;
	}
	#access ul ul a {
	line-height: 1em;
	padding: 5px 10px 10px 10px;
	margin-right: 0;
	min-width: 180px;
	height: auto;
	}
	#access li:hover > a,
	#access ul ul :hover > a {
	-webkit-transition:color 0.3s ease-in; 
	o-transition:color 0.3s ease-in; 
	-moz-transition:color 0.3s ease-in;
	-ms-transition:color 0.3s ease-in;
	color: #666;
	border-bottom: 3px solid #ccc;
	-webkit-transition: border .2s ease-in-out, color .2s ease-in-out;
	-moz-transition: border .2s ease-in-out, color .2s ease-in-out;
	-ms-transition: border .2s ease-in-out, color .2s ease-in-out;
	transition: border .2s ease-in-out, color .2s ease-in-out;
	}
	#access ul li:hover > ul {
	display: block;
	}
	#access ul li.current_page_item > a,
	#access ul li.current-menu-ancestor > a,
	#access ul li.current-menu-item > a,
	#access ul li.current-menu-parent > a {
	color: #000;
	-webkit-transition: border .2s ease-in-out, color .2s ease-in-out;
	-moz-transition: border .2s ease-in-out, color .2s ease-in-out;
	-ms-transition: border .2s ease-in-out, color .2s ease-in-out;
	transition: border .2s ease-in-out, color .2s ease-in-out;
	border-bottom: 3px solid #0072C6;
	}
	* html #access ul li.current_page_item a,
	* html #access ul li.current-menu-ancestor a,
	* html #access ul li.current-menu-item a,
	* html #access ul li.current-menu-parent a,
	* html #access ul li a:hover {
		color: #fff;
	}
}
/* ------------------- !DESKTOP ----------------------- */
@media all and (min-width:768px) {
	nav {
	margin-top: 1em;
	width: 99%;
	height: 20px;
	float: left;
	font-size: 0.8em;
	}
	.navPrev {
	float: left;
	width: auto;
	}
	.navNext {
	float: right;
	text-align: right;
	width: 50%;
	}
	footer .container .xoxo {
	float: left;
	width: 23%;
	margin: 0 1% 1em;
	}
	.main, .main_post {
	width: 73%;
	float: left;
	margin-right: 2%;
	color: #3e3e3e;
	}
	article {
	height: 100px;
	}
	.sidebar {
	width: 23%;
	float: left;
	font-size: .9em;
	}
	.article_container {
	width: 47%;
	height: 160px;
	margin: 0 3% 2% 0;
	float: left;
	font-size: .9em;
	}
	.wrapper_image {
	width: 72.1%;
	float: left;
	}
	.wrapper_content {
	width: 25%;
	float: left;
	margin: auto 0 auto 2.8%;
	font-size: .9em;
	}
	.main h1 {
	font-size: 1.4em;
	font-family: 'Segoe WPC Light';
	-webkit-font-smoothing: subpixel-antialiased;
	margin-bottom: 2%;
	background: 
	#0072C6 url(../images/arrow_sidebar.png) no-repeat right bottom;
	padding: 0.7% 1% 0.6% 1.8%;
	color: #fff;
	width: 96.2%;
	}
	.main h1 a {
	color: #fff;
	}
	.copyright {
	margin: 0 1%;
	width: 98%;
	color: #A4A4A4;
	font-size: 0.9em;
	}
	h1#main_post {
	font-size: 1.4em;
	font-family: 'Segoe WPC Light';
	-webkit-font-smoothing: subpixel-antialiased;
	background: 
	#0072C6 url(../images/post_icon.png) no-repeat right bottom;
	padding: 0.65% 1% 0.65% 1.8%;
	color: #fff;
	width: 96.2%;
	}
	h1#main_comments {
	font-size: 1.4em;
	font-family: 'Segoe WPC Light';
	-webkit-font-smoothing: subpixel-antialiased;
	margin-bottom: 2%;
	background: 
	#0072C6 url(../images/comm_icon.png) no-repeat right bottom;
	padding: 0.65% 1% 0.65% 1.8%;
	color: #fff;
	width: 96.2%;
	}
	h1#main_replies {
	font-size: 1.4em;
	font-family: 'Segoe WPC Light';
	-webkit-font-smoothing: subpixel-antialiased;
	margin: 2% 0;
	background: #0072C6 url(../images/arrow_sidebar.png) no-repeat right bottom;
	padding: 0.65% 1% 0.65% 1.8%;
	color: #fff;
	width: 96.2%;	
	}
	/* Meniu */
	.menu_container {
	height: 49px;
	width: 95%;
	margin: 10px auto 0 auto;
	max-width: 1180px;
	}
	#access {
	text-rendering: optimizeLegibility;
	display: block;
	float: left;
	margin: 0 auto;
	width: 100%;
	}
	#access .menu-header,
	div.menu {
	font-size: 1.1em;
	}
	#access .menu-header ul,
	div.menu ul {
	list-style: none;
	margin: 0;
	}
	#access .menu-header li,
	div.menu li {
	float: left;
	position: relative;
	margin-top: 10px;
	}
	#access a {
	color: #aaa;
	display: block;
	line-height: 38px;
	margin: -3px 20px 0 0;
	text-decoration: none;
	border-bottom: 3px solid #fff;
	}
	#access ul ul {
	font-size: 14px;
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	min-width: 180px;
	z-index: 99999;
	border: 1px solid #f6f6f6;
	}
	#access ul ul li {
	min-width: 100px;
	margin-top: 0;
	background: #fff;
	padding: 5px 0 0 0;
	}
	#access ul ul ul {
	left: 100%;
	top: 0;
	}
	#access ul ul a {
	line-height: 1em;
	padding: 5px 10px 10px 10px;
	margin-right: 0;
	min-width: 180px;
	height: auto;
	}
	#access li:hover > a,
	#access ul ul :hover > a {
	-webkit-transition:color 0.3s ease-in; 
	o-transition:color 0.3s ease-in; 
	-moz-transition:color 0.3s ease-in;
	-ms-transition:color 0.3s ease-in;
	color: #666;
	border-bottom: 3px solid #ccc;
	-webkit-transition: border .2s ease-in-out, color .2s ease-in-out;
	-moz-transition: border .2s ease-in-out, color .2s ease-in-out;
	-ms-transition: border .2s ease-in-out, color .2s ease-in-out;
	transition: border .2s ease-in-out, color .2s ease-in-out;
	}
	#access ul li:hover > ul {
	display: block;
	}
	#access ul li.current_page_item > a,
	#access ul li.current-menu-ancestor > a,
	#access ul li.current-menu-item > a,
	#access ul li.current-menu-parent > a {
	color: #000;
	-webkit-transition: border .2s ease-in-out, color .2s ease-in-out;
	-moz-transition: border .2s ease-in-out, color .2s ease-in-out;
	-ms-transition: border .2s ease-in-out, color .2s ease-in-out;
	transition: border .2s ease-in-out, color .2s ease-in-out;
	border-bottom: 3px solid #0072C6;
	}
	* html #access ul li.current_page_item a,
	* html #access ul li.current-menu-ancestor a,
	* html #access ul li.current-menu-item a,
	* html #access ul li.current-menu-parent a,
	* html #access ul li a:hover {
		color: #fff;
	}
}
.header h1 {
display:inline-block;
font-size: 2.1em;
font-family: 'Segoe WPC Light';
}
.header a {
color: #000;
text-decoration: none;
}
.header_description {
color: #666;
}
.main_post p {
margin: 1em 0;
}
.main_post a {
color: #000;
text-decoration: none;
}
.main_post a:hover {
text-decoration: underline;
}
.main_post ul, .main_post ol {
margin: 1em 0 18px 1.5em;
}
.main_post ol li {
list-style: decimal;
}
.main_post ul li {
list-style: square;
}
p.wp-caption-text {
margin-bottom: 1em;
}
.twitter {
float: left;
height: 120px;
width: 41%;
margin: 0 2% 4% 0;
padding: 0 2%;
background: #0072C6 url(../images/twitter.png) no-repeat bottom left;
-webkit-transition:background 0.3s linear; 
-moz-transition:background 0.3s linear;
-o-transition:background 0.3s linear;
-ms-transition:background 0.3s linear;
}
.twitter:hover  {
background: #21b9eb url(../images/twitter.png) no-repeat bottom left;
}
.facebook {
float: left;
height: 120px;
width: 41%;
margin: 0 0 4% 2%;
padding: 0 2%;
background: #0072C6  url(../images/facebook.png) no-repeat bottom left;
-webkit-transition:background 0.3s linear; 
-moz-transition:background 0.3s linear;
-o-transition:background 0.3s linear;
-ms-transition:background 0.3s linear;
}
.facebook:hover {
background: #005391 url(../images/facebook.png) no-repeat bottom left;
}
.googleplus {
float: left;
height: 119px;
width: 41%;
margin: 0 2% 2% 0;
padding: 0 2%;
background: #0072C6  url(../images/googleplus.png) no-repeat bottom left;
-webkit-transition:background 0.3s linear; 
-moz-transition:background 0.3s linear;
-o-transition:background 0.3s linear;
-ms-transition:background 0.3s linear;
}
.googleplus:hover {
background: #E51400 url(../images/googleplus.png) no-repeat bottom left;
}
.rss {
float: left;
height: 119px;
width: 41%;
margin: 0 0 2% 2%;
padding: 0 2%;
background: #0072C6  url(../images/rss.png) no-repeat bottom left;
-webkit-transition:background 0.3s linear; 
-moz-transition:background 0.3s linear;
-o-transition:background 0.3s linear;
-ms-transition:background 0.3s linear;
}
.rss:hover {
background: #E55E1E url(../images/rss.png) no-repeat bottom left;
}
#comments {
width: 100%;
float: left;
}
#comments ul, #comments li {
list-style: none;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .children {
margin-left: 50px;
}
#comments .comment  {
margin: 0 0 5px 0;
}
#comments .comment-body {
border-left: 3px solid #CCC;
padding-left: 5px;
color: #555;
font-size: 0.9em;
}
.author_name {
margin: 0 0 5px 0px;
padding: 10px 0 9px 6px;
border-left: 4px solid #0072C6;
width: 70%;
float: left;
display: inline-block;
}
.comments_header {
width: 100%;
overflow: auto;
}
.comment_date {

}
#comments .says {

}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
display: inline-block;
float: left;
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 5px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #0072C6;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 10px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #0072C6;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}
/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
#respond .form-submit input {
font-size: 14px;
width: 100%;
padding:5px;
border:5px solid #DDD;
background: #fff;
}
#respond .form-submit input:hover {
border:5px solid #0072C6 ;
background: #0072C6 ;
color:#fff;
}
#respond .form-submit input:active {
border:5px solid #00487E ;
background: #00487E ;
color:#fff;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #0072C6;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	width: 97%;
	padding: 1%;
	outline: 0;
}
#respond textarea {
	width: 97%;
	padding: 1%;
	outline: 0;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.wp-caption {
text-align: center;
background: #ddd;
margin: 0.5% 0;
}
.wp-caption{
padding: 0px;
width: 99% !important;
}
.wp-caption img {
width: 98%;
height: 98%;
margin-top: 1%;
}
.wp-caption.alignnone{
	clear: both;
}
.wp-caption-text {
padding-bottom: 1%;
}
img.size-auto, img.size-full, img.size-large, img.size-medium, .attachment img {
max-width: 100%;
height: auto;
margin: 5px 0;
}
.gallery {
margin: 5px 0;
}
.gallery .gallery-item {
float: left;
margin-top: 0;
width: 25%;
}
.gallery img {
border: 10px solid #F1F1F1;
}
.gallery img:hover {
border: 10px solid #DDD;
}
nav a {
background: #b9b9b9;
color: #000;
padding: 5px;
}
nav a:hover {
background: #0072C6;
color: #fff;
}
.navPrev a {
background: #DDD url(../images/arrow_left_b.png) no-repeat top left;
color: #000;
padding-left: 30px;
text-decoration: none;
}
.navPrev a:hover {
background: #0072C6  url(../images/arrow_left.png) no-repeat top left;
color: #fff;
text-decoration: none;
}
.navNext a {
background: #DDD url(../images/arrow_right_b.png) no-repeat top right;
color: #000;
padding-right:30px;
text-decoration: none;
}
.navNext a:hover {
background: #0072C6  url(../images/arrow_right.png) no-repeat top right;
color: #fff;
text-decoration: none;
}
.posted_on {
padding: 1%;
background: #666;
color: white;
display: inline-block;
font-size: 0.8em;
text-transform: uppercase;
}
.posted_on a {
color: #fff;
text-decoration: none;
font-weight: bold;
}
.posted_on a:hover {
text-decoration: underline;
}
.uppercase {
text-transform: uppercase;
font-size: 0.8em;
color: #888;
}
.uppercase a {
color:#666;
text-decoration: none;
font-weight: bold;
}
.uppercase a:hover {
color: #0072C6;
}

/* Tipsy */

.tipsy { padding: 5px; font-size: 11px; position: absolute; z-index: 100000; font-family: Verdana, Tahoma, Arial, sans-serif;}

.tipsy-arrow { position: absolute; width: 9px; height: 5px; }
.tipsy-n .tipsy-arrow { top: 0; left: 50%; margin-left: -4px; }
.tipsy-w .tipsy-arrow { top: 50%; margin-top: -4px; left: 0; width: 5px; height: 9px; }

.tipsy-inner { padding: 5px 8px 4px 8px; background-color: #fff; color: #666;  border: 2px solid #000;}
.tipsy strong { color: #000; }
.tipsy despartitor { margin: 5px 0 0 -8px; border-top: 1px solid #ddd; width: 216px; height: 2px; display: block;}
.tipsy votes { color: #000; }
.tipsy genres { color: #000; }

#WSBubble{display:none;overflow:hidden;position:absolute;}
#WSBubble img{margin:9px;}
#WSBubble.small{width:220px;height:170px;background:url(images/wsbg.png);}

/*
 * jQuery FlexSlider v1.8
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

/* Browser Resets */
.flex-container a,
.flexslider a,
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none; color: #fff; text-decoration: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}


/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {background: #fff; position: relative; zoom: 1;}
.flexslider .slides {zoom: 1;}
.flexslider .slides > li {position: relative;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {zoom: 1; position: relative;}

/* Caption style */
/* IE rgba() hack */
.flex-caption {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;}
.flex-caption {width: 96%; padding: 2%; margin: 0; position: absolute; left: 0; bottom: 0; background: rgba(0,0,0,.3); color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.3); font-size: 14px; line-height: 18px;}

/* Direction Nav */
.flex-direction-nav { height: 0; }
.flex-direction-nav a {width: 52px; height: 52px; margin: -23px 0 0; display: block; background: url(../images/bg_direction_nav.png) no-repeat; position: absolute; top: 50%; cursor: pointer; text-indent: -999em;}
.flex-direction-nav .flex-next {background-position: -52px 0; right: 15px;}
.flex-direction-nav .flex-prev {left: 15px;}
.flex-direction-nav .flex-disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -30px; text-align: center;}
.flex-control-nav li {margin: 0 0 0 5px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav a {width: 13px; height: 13px; display: block; background: url(../images/bg_control_nav.png) no-repeat; cursor: pointer; text-indent: -999em;}
.flex-control-nav a:hover {background-position: 0 -13px;}
.flex-control-nav a.flex-active {background-position: 0 -26px; cursor: default;}