/*  
	Theme Name:		Second Wind Network
	Theme URI:		http://www.secondwindnetwork.com.au
	Description:	Second Wind Network
	Version: 1.1
	Author: Caimes Web
	Author URI: http://www.caimesweb.com

	http://meyerweb.com/eric/tools/css/reset/ 
	v2.0 | 20110126
	License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	/* vertical-align: baseline; */
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* REQUIRED CSS */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.wp-caption {
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* optional rounded corners for browsers that support it */
	margin: 10px;
	padding-top: 4px;
	text-align: center;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}


/* BACKGROUND */
html {
	background: #003b59 url(images/bg-body-top-repeat.png) repeat-x top;
}

body {
	background: url(images/bg-body-top-center.png) no-repeat top center;
	
	font-family: Verdana, Geneva, sans-serif !important;
	font-size: 13px;
}

/*	-------------------------------------------------------------
	LINKS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

a {
	margin: 0;
	outline: 0;
    color: #7A0000; }
 
a, a:visited {

    }
 
a:hover, a:active {
	color: #3f3f3f;}
  
/*	-------------------------------------------------------------
	TYPOGRAPHY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

p {
	line-height: 1.5;
	font-size:12px;
	margin: 15px 0 12px 0; }
 
h1 {
	font-weight: normal;
	margin: 15px 0 10px; }
 
h2 {
    font-size:18px;
	font-weight: normal;
	margin: 15px 0 10px;
    color: #434343;  }
 
h3 {
	font-weight:bold;
	font-size:1.7em;
	margin:0;
	padding: 0 0 5px 0;}

h4 {
	font-weight:bold;
	font-size:1.5em;
	margin: 0;}
	
ol {
	list-style: decimal !important;
}
ol li {
	line-height: 1.5 !important;
}
em {
	font-style: italic !important;
}
/*	-------------------------------------------------------------
	COMMON
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.clear {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
	position: relative; }
 
.clearandspace {
	clear: both;
	font-size: 0;
	height: 20px;
	line-height: 0;
	position: relative; }

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden; }

.clearfix { display:inline-block; }
	
/* Hide from IE Mac \*/
	.clearfix { display:block; }
/* End hide from IE Mac */
 
.error, .notice, .success {
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
	-moz-border-radius: 3px;F
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px; }
	
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}

/*	-------------------------------------------------------------
	BLOG COMPONENT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

div.blog {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%; }

div.blog div.left {
	width: 190px;
	float: left; }

	div.post div.left h3 {
		padding:2px 0 0 0;
		font-weight:normal; }

div.blog div.left ul.meta {
	margin: 5px 0 0 0;
	padding: 0;
	list-style: none; }

div.left li.category, div.left li.comments {
	padding:0 0 0 0px; }

div.left li.category {
	background: transparent url("images/icon_tag.gif") no-repeat 0 3px; }

div.left li.comments {
	background: transparent url("images/icon_comment.gif") no-repeat 0 3px; }

div.blog div.right {
	margin: 0;
	padding:0;
	float: left; }

/* Posts */
div.post {
	padding:0 0 10px 0;
	margin:0 0 20px 0; }

div.the-content ul {
	list-style: disc;
	margin-left:30px; }
    
div.the-content ul li {
    }

div.the-content ol {
	list-style: decimal;
	margin-left:30px; }

div.the-content img.alignright {
	float:right;
	margin:0 0 20px 20px; }

div.the-content img.alignleft {
	float:left;
	margin:0 30px 20px 0; }

div.post-archive { 
    border-bottom:1px solid #ddd;
	padding:0 0 0px 0;
    margin: 0; }

	div.post-archive div.left h3 {
		font-weight:normal; }

	div.post-archive .left h3, div.post-archive .right h3  { 
		padding:8px 0;}

div.the-content div.postmetadata {
    margin:0;
	padding:10px;
	clear:both; 
	font-style:normal;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px; }

	div.the-content div.postmetadata p {
	    margin:0;
		padding:0; }
		
/*	-------------------------------------------------------------
	COMMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

div.content-comments {
	margin:20px 0 0 0;}

div.content-comments .commentarea {
	width: 100%;
	margin:20px 0 20px 0; }

div.content-comments .commentarea ul {
	margin: 20px 0 20px 0;
	list-style:none;
	padding:0; }

div.content-comments .commentarea ul li {
	overflow: hidden;
	margin:0 0 20px 0;
	padding:0;
	border:1px solid #e0e0e0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	background:transparent url("images/bg_comments.gif") repeat-y 0 0; }

div.content-comments .commentarea .meta {
	width: 140px;
	padding:20px;
	float: left;
	overflow:visible;
	height:100%;
	text-align: left;
	background:transparent url("images/bg_comments_top.gif") no-repeat 0 0; }

div.content-comments .commentarea .meta cite, div.content-comments .commentarea .meta cite a  {
	font-style: normal;
	font-size:14px;
	font-weight: bold; }

div.content-comments .commentarea .meta span {
	display: block;
	font-size: 9px;
	color: #656565;
	padding: 0;}

div.content-comments .commentarea .comment {
	width: 410px;
	padding: 0;
	font-size:10px;
	float: right;
	margin: 20px 20px 5px 0;
	position: relative; }

div.content-comments .commentarea ul li ul {
	display:none; }

/* Comment form */
div.content-comments  .commentarea h3 {
	margin:0;
	padding:0; }

	div.content-comments .commentarea h3#reply-title {
		margin:0;
		padding:0 0 20px 0; }

.comment-notes, .form-allowed-tags, .logged-in-as  {
	display: none; }

div.content-comments .commentarea form span.required {
	display:none;}

div.content-comments .commentarea form label {
	margin: 7px 0 0 0;
	width:166px;
	font-weight:bold;
	display:block;
	float:left; }

div.content-comments .commentarea form input[type=text] {
	padding: 10px 15px;
	border:1px solid #e0e0e0;
	color: #363636;
	margin: 0 0 14px 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;  }

div.content-comments .commentarea form textarea {
	width: 432px;
	padding: 15px;
	font-size:12px;
	border:1px solid #e0e0e0;
	line-height:150%;
	margin: 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px; }

div.content-comments .commentarea form input[type=submit]  {
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	padding:8px 6px;
	margin:0 5px 0 166px;
	background:#99989d;
	border:none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px; }

	div.content-comments .commentarea form input[type=submit]:hover  {
		text-shadow: 0 1px 0 #fff;
		border-top: 1px solid #adadad;
		border-left:1px solid #adadad;
		border-right:1px solid #fff;
		border-bottom:1px solid #fff;
		background:#fff;
		cursor:pointer; }

/*	-------------------------------------------------------------
	PAGINATION
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

ul.pagination {
	list-style: none;
	margin: 0;
	float:right;
	padding: 0 0 20px 0; }

ul.pagination li {
	margin: 0 0 0 7px;
	padding: 0;
	float: left; }

ul.pagination li a {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	font-weight:bold;
	padding: 4px 10px;
	text-transform: uppercase; }
	
/*	-------------------------------------------------------------  
    CUSTOM CODE
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.top-bar
{
    width: 960px;
    height: 113px;
    margin: 0 auto;
}

.logo
{
    width: 250px;
    height: 82px;
    background: transparent url("images/swn-logo.png") no-repeat center;
    display: block;
    float: left;
    margin-left: -7px;
    margin-top: -2px;
    z-index: 5000;
}

.tagline
{
	position: absolute;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-style: italic;
    color: #fff;
    float: right;
	margin: 15px -15px 0 0;
    /*margin-top: 57px;
    margin-right: 145px;*/
}
    

.vision
{
    margin-top: 2px;
   width: 234px;
   height: 69px;
   background: transparent url("images/qrp-quote-big.png") no-repeat center;
   background-position: 0px 0px;
   display: block;
   float: right; 
}

.vision:hover
{
    background-position: 0px -69px;
}

.supporters
{
    clear: both;
    margin: 0 auto;
    padding-top: 10px;
    text-align: center;
     padding-bottom: 50px;      
    
}
    
.free-quote
{
    width: 861px;
    height: 61px;
    margin: 0 auto;
    background: transparent url("images/qrp-call-v1.gif") center no-repeat;
    
}

.news-bullet
{
    width: 240px;
}

.news-bullet, .news-bullet a, .news-bullet a:visited, .news-bullet a:link
{
    font-family: verdana;
	font-size: 11px; 
	font-weight:normal; 
	color: #484848;
	margin-bottom:5px;
}



.news-bullet a:hover

{

	color: #000;

}

.archive-headline
{
    font-size: 24px;
}

.sml-top-margin
{
    margin-top: 5px;
}
			

#container {
	width: 960px;
	margin: 0 auto;
	background-color: #fff;
	
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
	
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	
	-webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0px 5px rgba(0, 0, 0, 0.3);
	
}

#header {
	position: relative;
	width: 960px;
	margin: 0 auto;	
	height: 140px;
}

#logo {
	position: absolute;
	top: 17px;
}

.tagline
{
	position: absolute;
    font-size: 18px;
    font-style: italic;
    color: #fff;
    top: 57px;
    right: 145px;
}


/* MENU */
#menu {
	background: #ffcc33;
}


/* TOOLBOX */
#toolbar {
	background: #fff;
	border-top: 1px solid #00517a;
}

#breadcrumbs {
	padding: 12px 0 0 20px;
	float: left;
	font-size: 12px;
	color: #383837;
}


#search-box {
	float: right;
	background: #006191 url(images/bg-search.png) repeat-x top;
	padding: 5px;
	width: 244px;
}

#search-box form, #search-box input {
	margin: 0;
}

#search-box input {
	padding: 2px;
	width: 165px;
	height: 24px;
	background: url(images/bg-search-input.png) no-repeat center center;
	border: none;
	font-style: italic;
}

#search-box a {
	color: #fff;
	text-decoration: none;
	outline: none;
}

#main {
	float: left;
	width: 706px;
	background: url(images/bg-maincontent.png) no-repeat top left;
}
.container {
	padding: 35px;
}

#sidebar {
	float: right;
	width: 254px;
	background: url(images/bg-homepage-sidebar.png) no-repeat top left;
}

#sidebar a {
    color: #a50a0a;
}

     
#sidebar .eletter {
	width: 172px;
	height: 84px;
	border: 1px solid #fcdf87;
	background-color: #ffefc0;
	
	padding-left: 46px;
	padding-top: 13px;
	
	margin-top: 17px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

#sidebar .eletter .title {
	display: block;
	width: auto;
	padding-left: 30px;
	margin-left: -30px;
	background: #ffefc0 url(images/subscribe-arrow.png) no-repeat left top;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #7a0000;
	line-height: 1.2em;
	margin-bottom: 10px;
} 

#sidebar .button {
	display: block;
	width: 180px;
	height: 28px;
	margin-top: 11px;
	padding-left: 38px;
	padding-top: 8px;
	background: transparent url(images/sidebar-button.png) no-repeat center top;
	font-family: arial, helvetica, sans-serif;
	font-size: 18px;
	color: #7a0000;
	text-decoration: none;
}
 
#sidebar .button-na {
	display: block;
	width: 203px;
	height: 28px;
	margin-top: 11px;
	margin-bottom: 10px;
	padding-left: 15px;
	padding-top: 8px;
	background: transparent url(images/sidebar-button-na.png) no-repeat center top;
	font-family: arial, helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	text-decoration: none;
} 
 
#sidebar p {
	padding-left: 15px;
	width: 200px;
	margin: 9px 0px;
}

#sidebar .news li {
    margin-left: 20px; 
}

#sidebar .news li a {
	text-decoration: none;
}

#footer {
	margin: 0 auto;
	width: 970px;
	font-size: 0.9em ;
	text-align: center;
    color: #fff;
	line-height: 1.5;
}

#footer .leftbox, 
#footer .rightbox {
	padding-bottom: 30px;
}
 
#footer .leftbox {
    float: left;
	text-align: left;
}
 
#footer .rightbox {
    float: right;
    text-align: right;
}
    
 
#footer a, 
#footer a:hover, 
#footer a:visited, 
#footer a:active {
	color: #fff;
}

.addthis_container
{
    display: none !important;
}

.post-line
{
    padding-top: 0; 
    margin-top: -10px;
    font-size: 0.8em;
    font-style: italic;
}

/* SHORTCODES - COLUMNS */
.one_half, .one_third, .two_third, .three_fourth, .one_fourth {float:left; position:relative;}
.one_third	{ width:30%; margin-right:5%;}
.one_half{width:48%; margin-right:4%;}
.one_third{width:30%; margin-right:5%;}
.two_third{width:65%; margin-right:5%;}
.one_fourth{width:22%; margin-right:4%;}
.three_fourth{width:74%; margin-right:4%;}
.last	{margin-right:0 !important;}
.divider	{ display:block; width:100%; clear:both;}

/* SHORTCODES - CHECK LIST WITH ARROW*/
.checklist	{ margin:0; padding-bottom:23px;}
.checklist li	{ background:url(images/arrow.png) no-repeat 0 4px; list-style:none; margin:0; padding:1px 0 1px 25px;}

/* SHORTCODES - BOXES */
.box_download, .box_info, .box_warning, .box_note	{-moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; margin:0 0 23px 0; line-height: 1.5;}
.box_download	{ background:url(images/arrow_down.png) no-repeat 15px 20px #e3f4de; padding:25px 25px 25px 63px; border:1px solid #a2d392; color:#599847;}
.box_info	{ background:url(images/info_button_32.png) no-repeat 15px 20px #deeef7; padding:25px 25px 25px 63px; border:1px solid #82c3e6; color:#2f81b0;}
.box_warning	{ background:url(images/close_32.png) no-repeat 15px 20px #f8e4e2; padding:25px 25px 25px 63px; border:1px solid #e69d94; color:#bb5a4d;}
.box_note	{ background:url(images/notebook.png) no-repeat 15px 20px #f7f3de; padding:25px 25px 25px 63px; border:1px solid #e1ca59; color:#955d0d;}

/* SHORTCODES - DROPCAP */
.dropcap	{ display:block; float:left; font-size:44px; line-height:44px; margin:0 5px 0 0;}

/* SHORTCODES - PULLQUOTES */
.pullquote_left	{ float:left; margin:22px 22px 22px 0; padding:0 0 0 15px; font-size:15px; line-height:22px; width:33%; border-left:6px solid #DDDDDD;}
.pullquote_right	{ float:right; margin:22px 0 22px 22px; padding:0 15px 0 0; font-size:15px; line-height:22px; width:33%; border-right:6px solid #DDDDDD;}

/* SHORTCODES - HIGHLIGHTS */
.highlight1	{ background:#FFFF80;}
.highlight2	{ border-bottom:1px dotted #888;}

/* SHORTCODES - HIGHLIGHTS */
.sc_divider	{ display:block; width:100%; height:23px; border-top:1px solid #DDD; clear:both; position:relative;}
.top a	{ position:absolute; top:-12px; right:0; background:#F4F4F4; color:#A9A9A9; font-size:10px; text-decoration:none; padding:0 0 0 5px;}
.top a:hover	{ color:#555;}

/* SHORTCODES - TABS */
.sc_tabs	{ width:100%; padding:0 0 23px 0;}

.sc_tabs_header	{ width:100%; position:relative; top:1px;}
.sc_tab	{ padding:3px 13px 3px 13px; font-size:12px; font-weight:bold; float:left; margin:0 4px 0 0; background:#EAEAEA; border:1px solid #CCC; border-bottom:nones; border-top:1px solid #DDD; text-shadow:0 1px 0 #FFF; -moz-border-radius:5px 5px 0 0; -webkit-border-radius:5px 5px 0 0; border-radius:5px 5px 0 0; background: -moz-linear-gradient(top, #F0F0F0, #DDDDDD); background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F0F0F0), color-stop(1, #DDDDDD)); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#F0F0F0', EndColorStr='#DDDDDD')"; /* IE8 only */ filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#F0F0F0', EndColorStr='#DDDDDD'); /* IE6,IE7 only */}
.sc_tab:hover	{cursor:pointer;}

.sc_tabs_body	{width:98%; padding:1%; background:#EAEAEA; border:1px solid #CCC; -moz-border-radius:0 5px 5px 5px; -webkit-border-radius:0 5px 5px 5px; border-radius:0 5px 5px 5px;}
.sc_tab_single_box	{ float:left; width:96%; padding:2%; background:#FEFEFE; border:1px solid #CCC; display:none; }
.sc_tabs_box_first	{ display:block;}

/* SHORTCODES - TOGGLE */
.toggle	{ padding:15px 0 15px 25px; background:url(images/toggle.png) no-repeat -29px 20px; }
.toggle_active	{ background:url(images/toggle.png) no-repeat 0 -39px;}
.toggle_body .block	{ margin-left:25px; padding:20px; background:#EEE; border:1px solid #DDD; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;}
.toggle_body {
	display: none;
	line-height: 1.5;
}
h4.toggle { font-size: 14px; }

div.projects-row {
    display: block;
    margin: 20px 0 0 0;
    width: 100%; }

div.projects-row ul.block {
	padding:0;
	margin:0 0 20px 0; }

	div.projects-row ul.block li {
		position: relative;
		padding: 12px;
		margin:12px 12px 0 0;
		display:inline-block;
		vertical-align:top;
		width:275px;
		height:175px;
		background:#fff;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
		border-radius: 3px;
		-moz-box-shadow: 0 0px 5px rgba(0,0,0,0.2);
		-webkit-box-shadow: 0 0px 5px rgba(0,0,0,0.2);
		box-shadow:0 0px 5px rgba(0,0,0,0.2); }

		div.projects-row ul.block li:nth-child(2n+2) {
			margin-right:0; }

		div.projects-row ul.block li h3 {
			width:125px;
			text-transform:none;
			font-size:2.5em;
			margin:0;
			padding:0;
			line-height:88%; }

		div.projects-row ul.block li p {
			font-size:11px; }

		div.projects-row ul.block li a.thumb {
			position: absolute;
			margin:0;
			padding:0;
			height:207px;
			width:275px;
			z-index:10; }

		div.projects-row ul.block li a.thumb img {
			border: 0; }
			
		div.projects-row ul.block li a.thumb:hover img {
			display:none;
			background-color:transparent; }

		div.projects-row ul.block li a.thumb:hover {
			background-color:transparent; }

#main h1 {
	font-size:24px;
    line-height: normal;
	display:block;
    font-weight: bold;
    font-style: italic;
	color: #034a75;
    padding: 0;
    margin: 0;
    margin-bottom: 23px; }

#main h2{
	font-size:18px;
	font-weight:normal;
    line-height: normal;
	margin:30px 0 18px 0; 
    font-weight: bold;
    font-style: italic;
    color: #034a75;
    }
	
#main h2 a
{
    color: #034a75;
}
#main h3 {
	font-size:14px;
    line-height: normal;
    margin: 20px 0px 16px 0px;
	display:block;
    font-weight: bold;
    font-style: italic;
	color: #034a75; }

#main p {
    font-size: 12px;
    color: #484848;
	line-height: 1.5;
}

#main ul, #main ol {
    color: #484848;
	list-style: disc;
	margin-left:30px; }
}

#main ol {
	list-style: decimal;
}

#main ul li {
	line-height: 1.5 !important;
}

#main a {
    color: #003a80;
}

#main a:hover {
	color: #7A0000;
}

.fullwidth {
	background: url(images/bg-maincontent-fullwidth.png) no-repeat top right !important;
	width: 100% !important;
}

.fullwidth .container {
	padding-left: 100px;
	padding-right: 100px;
}

.subpages {
	
}

.subpages h2 {
	color: #7a0000;
	font-style: italic;
	padding: 0 0 10px 0;
	margin: 0;
}

.subpages ul {
	list-style: url(images/tri.png);
	padding: 0 10px 0 20px;
}

.subpages ul li {
	display: list-item;
	padding: 0 0 5px 0;
	line-height: 1.5;
	font-size: 12px;
}

.subpages ul li a {
	text-decoration: none;
}

strong, b {
	font-weight: bold !important;
}

italic {
	font-style: italic !important;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 

	.sf-menu a.sf-with-ul {
		padding-right: .75em !important;
	}
}