/*
Theme Name: NetScouts Basketball Theme by Lowgravity.pl
Theme URI: 
Description: The 2011 NetScoutsBasketball Theme by LowGravity team - Kamil Grzegorczyk and Dariusz Ejkiewicz
Author: Kamil Grzegorczyk - kgrzegorczyk@lowgravity.pl
Version: 1.0
*/

/* HTML5 ✰ Boilerplate
 * ==|== normalize ==========================================================
 */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }

::-moz-selection { background:#bb0000; color: #fff; text-shadow: none; }
::selection { background:#bb0000; color: #fff; text-shadow: none; }

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }



/*----------------------------------------------------------------------*/

/*
 * LAYOUT
 */ 
body {
	background:white url('images/backgrounds/body_background.jpg') repeat-x center top;
	color:#4c585c;
	font-size:12px;
	font-family:verdana;
}
.container {
	width:980px;
	margin:0 auto;
	position:relative;
}
.browsererror {
	font-weight:bold;
	color:#ee0000;
	font-size:1.2em;
	background-color:black;
	text-align:center;
	padding:15px;
	position:fixed;
	width:100%;
}
/* COMMON STYLES */
a, a:visited {
	color:#027bb3;
	text-decoration:none;
}
a:hover {
	color:#027bb3;
	text-decoration:underline;
}
.button {
	display:block;
	border-bottom:2px solid #ff6000;
	background-color:#333333;
	color:white;
	font-size:13px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	font-family:georgia;
}
.cufon-active h1 {
	font-size:40px;
	margin-top:0;
}
h1{
	font-size:30px;
	color:#027bb3;
	margin-top:10px;
	margin-bottom:10px;
	padding-bottom:7px;
	background:transparent url('images/backgrounds/heading_blue_line.jpg') no-repeat bottom;
}
h1.title a {
	color:#027bb3;
}
h1.title a:hover {
	text-decoration:none;
}
h2.title {
	font-size:23px;
	line-height:28px;
	margin:15px 0 12px;
	color:#464646;
}
h2.title a {
	color:#464646;
}
h2 {
	color:#464646;
	font-size:20px;
	margin:13px 0 7px;
}
h3 {
	font-size:18px;
	color:#464646;
	margin:12px 0 7px;
}

h4 {
	font-size:15px;
	color:#5e5e5e;
	margin:11px 0 5px;
}
h5 {
	font-size:13px;
	color:#5e5e5e;
	margin:7px 0 4px;
}
h6 {
	font-size:12px;
	color:#7a7a7a;
	margin:6px 0 4px;
}
ul {
	list-style-type:disc;
}
ol {
	list-style-type:decimal;
}
dl {
	margin: 5px 10px;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 10px;
}
address {
	display: block;
	margin: 0 0 10px;
	font-size:13px;
	line-height:17px;
}
blockquote {
	line-height:23px;
	font-size:15px;
	color:#313131;
	padding:5px 10px 5px 30px;
	margin:10px 0;
	background:url('images/backgrounds/blockquote.png') no-repeat;
	font-family:georgia;
	font-style:italic;
}
blockquote p {
	font-size:15px !important;
	line-height:23px !important;
}
pre {
	font-size:13px;
	line-height:19px;
}
sup, sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
table {
	font-size:12px;
	line-height:17px;
	margin:10px 0;
	width:98%;
	border:5px solid #f1f1f1;
}
th {
	color:#4c585c;
	padding:10px;
	text-align:left;
	font-weight:bold;
	font-size:14px;
	border:1px solid #fff;
	background:#a7c7ec url('images/backgrounds/table_head.jpg') repeat-x;
}
.vertically_centered td, .vertically_centered {
	vertical-align:middle;
}
.centered {
	text-align:center;
}
td {
	border:1px solid #c8cbcd;
    background-color:#f5f5f5;
    padding:10px;
}
tr.odd td {
	background-color:#ebebeb;
}
.first {
	margin-left:0 !important;
}
.last {
	margin-right:0 !important;
}
.alignright {
	float:right;
	margin:5px 0 5px 10px;
}
.alignleft {
	float:left;
	margin:5px 10px 5px 0
}
.aligncenter {
	clear:both;
	display: block;
	margin-left: auto;
	margin-right: auto
}
.wp-caption {
	background-color:#161616;
	border:1px solid #000;
	padding-top:4px;
	text-align:center;
	color:#fff;
	margin-bottom:5px;	
	
	-webkit-border-radius: 3px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
    -moz-border-radius: 3px; /* FF1-3.6 */
    border-radius: 3px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
}
.wp-caption-text {
	font-size:12px !important;
	padding:7px 0 !important;
}
img.bordered {
	border-bottom:3px solid #b00;
}
#nav {
	clear:both;
	padding-top:20px;
}
.navigation ol {
	margin-left:0px;
	text-align:center;
	font-family:georgia;
	font-size:12px;
	line-height:12px;
}
.navigation .wp-paginate .current {
	background-color:#636363;
	-webkit-border-radius: 3px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
    -moz-border-radius: 3px; /* FF1-3.6 */
    border-radius: 3px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
   	border:1px solid #afafaf;
   	padding:4px 10px 6px;
}
.navigation .wp-paginate a {
	background-color:#f5f5f5;
	border:1px solid #afafaf;
	-webkit-border-radius: 3px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
    -moz-border-radius: 3px; /* FF1-3.6 */
    border-radius: 3px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
   padding:4px 10px 6px;
}
#content p {
	padding-bottom: 10px;
	margin:0px;
}
#content ul, #content ol {
	margin:5px 0 5px 25px ;
	padding:0px;
}
#content p, #content ol, #content ul, #content dd {
	font-size:13px;
	line-height:24px;
}

/**
 * FORMS
**/
#content label {
	display:block;
	font-size:13px;
	padding:3px 0;
	color:#616161;
	font-weight:bold;
	margin-top:4px;
}
#content label span {
	font-size:10px;
	color:#9d9d9d;
}
#content input[type="text"], #content input[type="password"], #content input[type="file"], #content input.file {
	border:1px solid #8c8c8c;
	background-color:#f2f2f2;
	height:18px;
	margin:3px 0;
	padding:5px;
	width:242px;
}
#content select {
	background-color:#f2f2f2;
	border:1px solid #8c8c8c;
	height:31px;
	margin:3px 0;
	padding:5px;
	width:253px;
}
#content button, #content input[type="submit"] {
	height:27px;
	border:0px;
	margin:4px 0;
	cursor: pointer;
	color:#FFF;
	border-bottom:2px solid #ff6000;
	background-color:#333333;
	color:white;
	font-size:13px;
}
#content textarea {
	border:1px solid #8c8c8c;
	background-color:#f2f2f2;
	height:152px;
	padding:5px;
	width:98%;
}
#content form ul {
	margin-left:0px;
}
#content form ul li{
	margin:0px;
}
.wpcf7 {
	font-size:10px;
}

input::-moz-focus-inner /*Remove button padding in FF*/
{ 
    border: 0;
    padding: 0;
}

/* LAYOUT */

/* TOP */
#top {
	height:175px;
	padding:0;
	width:980px;
}
#site_logo {
	position:absolute;
	top:35px;
	left:10px;
}
#user_dashboard {
	position:absolute;
	top:0px; 
	right:0px;
	width:159px;
	height:39px;
	background:transparent url('images/backgrounds/dashboard.png') no-repeat;
}
#user_dashboard a {
	color:white;
	display:block;
	margin:10px 0 0 40px;
}
#top_social_linkage {
	position:absolute;
	top:35px;
	left:800px;
	padding-left:0px;
	width:202px;
}
#bottom_social_linkage {
	position:absolute;
	top:35px;
	left:400px;
	padding-left:0px;
}
.social_linkage li {
	float:left;
	list-style-type:none;
	margin:0 8px;
}

/*MENU */
#menu_bar {
	background:transparent url('images/backgrounds/menu_bar.png') no-repeat;
	width:988px;
	height:59px;
	margin-bottom: 10px;
	padding:0;
	z-index: 15;
}
#menu_bar.with_breadcrumbs {
	background:transparent url('images/backgrounds/menu_breadcrumbs.png') no-repeat;
	height:87px;
}
#primary_menu ul{
	padding:0 0 0 12px; 
	margin:0px;
	font-family:arial;
}
#primary_menu ul li {
	float:left;
	list-style-type:none;
	font-size:12px;
	line-height:12px;
	font-weight:bold;
	text-transform:uppercase;
	
	position:relative;
	text-align:center;
	z-index:14;

}
#primary_menu > ul li a {
	color:#939799;
	text-decoration:none;
	display:block;
	padding:21px 11px 18px;
}
#primary_menu ul li a:hover {
	color:#000;
} 
#primary_menu ul li ul {
	display:none;
	position:absolute;
	top:30px;
	width:152px;
	padding:5px 15px;
	background-color:#ececec;
	margin-top:20px;
	z-index:13;
	border:1px solid #bfbfbf;
	font-family:tahoma;
	font-size:11px;
	background:#ececec url('images/backgrounds/dropdown_gradient.jpg') repeat-y;
	
	-webkit-border-radius: 10px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
    -moz-border-radius: 10px; /* FF1-3.6 */
    border-radius: 10px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
}
#primary_menu ul li:hover ul, #primary_menu ul li:focus ul {display: block}

#primary_menu ul li ul li {
	border-bottom:1px solid #bfbfbf;
	display:block;
	width:152px;
	text-align:center;
	text-transform: none;
}
#primary_menu ul li ul li a {
	display:block;
	padding:10px 0;
}

/* SEARCH BOX */
#search_box {
	position:absolute;
	top:12px;
	right:13px;
	z-index:100;
	text-align:left;
	width:248px;
}
#search_box input[type="text"] {
	background:#fafafa url('images/backgrounds/search_zoom.jpg') no-repeat 10px 9px;
	border:1px solid #bbb;
	height:28px;
	width:142px;
	padding-left:28px;
	color:#565656;
	
	
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
#search_box input[type="submit"] {
	background:#65ace2 url('images/backgrounds/search_submit.jpg') repeat-x;
	color:#fff;
	text-align:center;
	font-weight:bold;
	font-size:13px;
	border:1px solid #2779c6;
	height:32px;
	position:absolute;
	padding:0 13px;
	
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

/* BREADCRUMBS */
#breadcrumbs {
	width:958px;
	padding:0 15px;
	height:30px;
	position:absolute;
	bottom:0;
	left:0;
	font-size:12px;
	line-height:12px;
	font-weight:bold;
	color:#7c7c7c;
	font-family:georgia;
}
#breadcrumbs .sep {
	text-align:center;
	padding:0 7px;
}
#breadcrumbs .breadcrumbs {
	height:30px;
}
img.home_breadcrumb {
	margin-top:-2px;
}

#content {
	float:left;
	width:720px;
	margin-right:10px;
	padding-bottom:20px;
}
#sidebar {
	float:right;
	width:240px;
	margin:3px 0 15px 10px;
}
#footer_bar {
	background:transparent url('images/backgrounds/footer_bar.jpg') repeat-x center top;
	height:81px;
}
#footer {
	width:980px;
	padding:0;
}
#footer_site_logo {
	position:absolute;
	top:4px;
}
#copyright {
	position:absolute;
	top:5px;
	left:275px;
	height:36px;
	width:430px;
	text-align:center;
}
#lowgravity_footer_logo {
	position:absolute;
	right:5px;
	top:4px;
}

/* SIDEBAR */
#sidebar h4 {
	font-size:18px;
	border-bottom:1px solid #cbcbcb;
	padding-bottom: 5px;
	text-align: center;
	font-family: Georgia;
	margin-top:7px;
}
.cufon-active #sidebar h4 {
	font-size:30px;
}
#sidebar ul {
	padding-left: 0;
	margin: 5px 0;
}
#sidebar .widget {
	margin-bottom:10px;
}
#sidebar select {
	width:100%;
	border-top:2px solid #ff6000 !important;
	border-bottom:1px solid #fff;
	background:#333333 none;
	color:#fff;
	height:30px;
	padding:5px;
}
.widget_recent_entries ul li, .widget_categories ul li {
	list-style-type:none;
	background: url("images/common/icon_arrow.png") no-repeat scroll left 6px transparent;
	padding: 6px 0 10px 15px;
	border-bottom:1px solid #9da0a4;
	font-size:11px;
	font-weight:bold;
}

/* HOME */
.home .container 
{
	width:960px;
	padding:10px 0px;
}
.home #main {
	padding-top:0;
}
.home h3, .grid_vertical_box h3 {
	color:black;
	font-weight:bold;
	font-size:12px;
	padding-top:5px;
	margin:3px 0;
}
.home h3 a, .grid_vertical_box h3 a {
	color:black;
}
#featured_services_description {
	float: left;
	width: 50%;
	color: #000;
	font-size: 15px;
	text-align: center;
	line-height: 22px;
	font-family:georgia;
}
#featured_services_description h2 {
	margin:0px;
}
#featured_services_description p {
	margin:0;
	padding:0 10px 12px;
}
#featured_services_slider {
	float: right;
	width: 49%;
    position:relative;
    height:330px; /* Change this to your images height */
    background:url('images/common/loading.gif') no-repeat 50% 50%;
    overflow:hidden;
}
.#featured_services_slider img{
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
#featured_services_slider  a {
    border:0;
    display:block;
}
#featured_services_buttons {
	background:url('images/backgrounds/thin_line.jpg') no-repeat top center;
	padding-top:15px;
}
.action_button {
	display:block;
	background:transparent url('images/common/action_button.png') no-repeat center;
	width:240px;
	height:44px;
	padding-top:5px;
	color:white;
	font-size:14px;
	line-height:17px;
	font-family:georgia;
	font-style: italic;
	text-align:center;
	float:left;
	text-shadow: 1px 1px 1px #333333;
}
.action_button span {
	font-weight:bold;
	font-style:normal;
	text-transform:uppercase;
	display:block;
}
.action_button:hover, .action_button:visited {
	color:white;
}

.light_box_shadow {
	border:1px solid #b3b3b3;
	
	-webkit-box-shadow: 0px 0px 3px #333; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 0px 0px 3px #333; /* FF3.5 - 3.6 */
    box-shadow: 0px 0px 3px #333; /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
}
.grid_vertical_box {
	width:230px;
	float:left;
	margin:0 5px 15px;
	position:relative;
	padding-bottom:15px;
	background: none repeat scroll 0 0 #f1f1f1;
}
.grid_vertical_thumbnail {
	width:225px;
	height:134px;
	background:url('images/backgrounds/grid_thumbnail.png') no-repeat;
	padding: 5px 0 0 5px;
}
.grid_vertical_text {
	padding: 0 10px 10px; 
	font-size:12px;
	line-height:20px;
	color:#666;
}
.grid_vertical_meta {
	border-bottom:2px solid #ff6000;
	background-color:#333333;
	color:white;
	font-size:11px;
	padding:6px 0;
	height:14px;
	width:210px;
	text-align:center;
	margin:0 10px;
	position:absolute;
	bottom:-12px;
}

.grid_vertical_meta a {
	text-decoration:none;
	color:white;
}
.grid_vertical_meta .grid_comments {
	float:left;
	width:117px;
	padding-left:8px;
	text-align:left;
}
.grid_vertical_meta .grid_read_more {
	float:right;
	border-left:1px solid #f1f1f1;
	width:84px;
	text-align:center;
}
.posts_grid .grid_vertical_box {
	height:325px;
	margin-top:10px;	
}
.posts_grid .grid_vertical_meta {
	padding:0;
	border-bottom:0;
	height:26px;
}
.posts_grid .grid_vertical_meta div {
	padding-top:6px;
	padding-bottom:6px;
	height:14px;
	border-bottom:2px solid #ff6000;
}
/* SECONDARY SERVICES */
.services_box {
	width:450px;
	height:102px;
	padding:70px 10px 0;
	text-align:center;
	color:white;
	font-size:12px;
	line-height:19px;
	font-family:tahoma;
}
#profiles_box {
	background:transparent url('images/backgrounds/profiles_box_background.jpg') no-repeat center top;
	float:left;
}
#camps_box {
	background:transparent url('images/backgrounds/camps_box_background.jpg') no-repeat center top;
	float:right;	
}
.services_box a, .services_box a:hover{
	color:white;
	text-decoration:none;
}
/* Other Services */
#featured_social {
	width:210px;
	height:134px;
	float:left;
	padding: 5px 10px 10px 250px;
	text-align:justify;
	position:relative;
	font-family:verdana;
	font-size:12px;
	line-height:19px;
	color:#464646;
	margin:0 5px 13px;
	background: #f1f1f1;
}
#social_thumbnail {
	width:225px;
	height:136px;
	position:absolute;
	top:8px; left:7px;
	background: url('images/backgrounds/grid_thumbnail.png');
	padding: 5px 0 0 5px;
}
#featured_social p {
	margin-top:0;
}
#partners_showcase {
	width:470px;
	height:200px;
	float:left;
	margin:0 5px 13px;
	position:relative;
	background: #f1f1f1 url('images/backgrounds/preffered_partners.jpg') no-repeat;
	position:relative;
}
#partners_showcase .partner_logos {
	padding:0;
	position:absolute;
	top:10px;
	left:10px;
}
#partners_showcase .partner_logos li {
	float:left;
	width:80px;
	height:110px;
	margin:0 5px;
	list-style-type: none;
}
#partners_showcase .partner_logos li.active {
	background: url('images/common/partners_triangle.png') no-repeat center bottom;
}
#partners_showcase .partner_description {
	position:absolute;
	top:142px;
	left:50px;
	width:370px;
}
#partners_showcase .partner_description p {
	position:absolute;
	padding:0; margin:0;
	display:none;
}
#partners_showcase .partner_description p.active {
	display:block;
}
#partners_showcase .partners_prev, #partners_showcase .partners_next {
	cursor:pointer;
	position:absolute; 
	top:130px;
	left:5px;
	display:none;
} 
#partners_showcase .partners_next {
	left:auto;
	right:5px;
}
#partners_showcase .grid_vertical_meta {
	margin: 0 130px;
}
#featured_testimonial {
	width:230px;
	height:350px;
	background: url('images/backgrounds/testimonial_box_background.jpg');
	float:right;
	margin:0 5px 13px;
	color:white;
}
#testimonial_content{
	line-height:20px;
	font-size:12px;
	text-align:justify;
	padding-bottom:5px;
	font-family:georgia;
	padding:10px;
}
#testimonial_content p {
	margin:0 0 10px;
}
#testimonial_from  {
	text-align:left;
	font-size:10px;
	line-height:15px;
	position: absolute;
	bottom: 23px;
	left:10px;
	width: 210px;
	padding:5px 0;
	border-bottom: 1px solid #4F4F4F;
	border-top: 1px solid #4F4F4F;
}
#testimonial_from span { 
	color:#868d99;
	font-size:13px;
	font-weight:bold;
	display:block;
	margin-bottom:2px;
}
#last_news {
	float:right;
	height:350px;
}
#last_news ul {
	padding-left: 0;
	margin: 5px 10px;
	border-top:1px solid #9da0a4;
}
#last_news ul li {
	list-style-type:none;
	background: url("images/common/icon_arrow.png") no-repeat scroll left 10px transparent;
	padding-left: 15px;
	padding: 2px 0 5px 15px;
	border-bottom:1px solid #9da0a4;
	font-size:11px;
}
#last_news ul h3 {
	font-size:11px;
}
/* BLOG */
.post {
	margin-bottom:10px;
}
.post_meta {
	background:transparent url('images/backgrounds/post_meta.jpg') repeat-x;
	height:25px;
	line-height:17px;
	font-family:georgia;
	font-weight:bold;
	font-size:12px;
	border:1px solid #b9b9b9;
	margin-bottom:10px;
	width:720px;
}
.post_meta img {
	vertical-align:bottom;
	margin-right:5px;
}
.post_meta > div {
	width:160px;
	padding:4px 10px;
	float:left;
}
.post_meta .post_comments {
	background:#333333;
	font-size:11px;
	font-weight:normal;
	font-family:verdana; 
	border-bottom:3px solid #ff6000;
}
.post_meta .post_comments a {
	color:white;
}
.post_share {
	padding-bottom:15px;
}
.post_share div span {
	display:block;
	float:left;
	width:80px;
	overflow:hidden;
	height:64px !important;
	border:1px solid #dcdbd8;
	text-align:center;
	margin:5px 30px !important;
	padding:10px 0 !important;
	-webkit-box-shadow: 3px 3px 0px 0px #c1c1c1;
	-moz-box-shadow: 3px 3px 0px 0px #c1c1c1;
	box-shadow: 3px 3px 0px 0px #c1c1c1; 
}
.post_pages {
	margin:10px 0;
}
.back_to_top {
	text-align:right;
	height:16px;
	padding-top:6px;
	background:transparent url('images/backgrounds/back_to_top_line.jpg') no-repeat;
	margin:25px 0 5px;
}
.back_to_top a {
	color:#999;
}
/* TESTIMONIALS */

.testimonials {
	border-bottom:1px dashed #999;
	padding:5px 10px;
}
.testimonials h2 {
	font-size:17px;
	margin-bottom:0px;
}
.testimonials > p {
	padding-bottom:2px !important;
}
.testimonials > blockquote {
	min-height:60px;
}

/**
 ** COMMENTS
**/
#comments, #respond {
	margin-top:25px;
}
#comments h2, #respond h2 {
	padding-bottom:7px;
	background: url('images/common/hr.jpg') no-repeat left bottom;
	margin-bottom:5px;
}
#comments ol.comment-list {
	margin-left:0px;
	list-style-type:none;
	margin-bottom:20px;
	padding:0px;
}
#comments ol.comment-list li {
	list-style-type:none;
}
#content ol.comment-list li .comment-body p {
	font-size:12px;
	line-height:18px;
}
#content ol.comment-list li .comment-body .reply a {
	display:block;
	height:18px;
	border-bottom:2px solid #ff6000;
	background-color:#333333;
	color:white;
	font-size:13px;
	line-height:18px;
	padding:4px 15px;
	position:absolute;
	bottom:10px;
	right:15px;
}
#comments ul.children {
	margin-left:25px;
}
ol.comment-list li .comment-body {
	margin:10px 0;
	padding:7px 7px 12px 0px;
	border:1px solid #8c8c8c;
	background-color:#f4f4f4;
	background-image:url('images/backgrounds/comment.jpg');
	background-repeat:repeat-y;
	position:relative;
}
ol.comment-list li.bypostauthor > .comment-body {
	background-color:#fff;
	border:1px solid #1b88ba;
}
ol.comment-list li .comment-body .comment-author {
	float:left;
	width:94px;
	padding-right:5px;
	text-align:center;

}
ol.comment-list li .comment-body .comment-author img{
	background-color:white;
	padding:3px;
	border:1px solid gray;
	margin:6% 0 0 6%;
	-webkit-box-shadow: 3px 3px 0px 0px #c1c1c1;
	-moz-box-shadow: 3px 3px 0px 0px #c1c1c1;
	box-shadow: 3px 3px 0px 0px #c1c1c1; 
}
ol.comment-list li .comment-body .comment-content, ol.comment-list li .comment-body .comment_meta {
	padding:0 10px 0 110px ;
	
	text-align:justify;	
}
#content ol.comment-list li .comment-body h4 {
	font-size:13px;
}
#content ol.comment-list li .comment-body h4, #content ol.comment-list li .comment-body h4 a {
	color:#3d3d3d;
	margin-bottom:1px;
	font-family:verdana;
}
ol.comment-list li .comment-body .comment-date, ol.comment-list li .comment-body .comment-date a {
	font-size:12px;
	color:#b4b4b4 !important;
	line-height:12px;
	text-decoration:none;
}
#comment-form {
	margin-top:5px;
}
#comment-form #submit {
	margin-top:10px;
}
/* CONTACT */
#content .fm-form input.submit {
	float:none;
	padding:0 4px;
}

/* reg form */

#content .fm-form td, #content .fm-form .odd td {
	background-color:transparent;
}
#content .fm-form ul li {
	padding:7px 0;
}
#content .fm-form label {
	font-weight:normal;
	font-size:12px;
}
#content .fm-form td {
	text-align:justify;
}

/* WIDGETS */ 
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0;}
.ui-tabs .ui-tabs-hide { display: none !important; }

.lg_tabbed_widget .ui-tabs-nav {
	margin:0;
	padding:0;
	width:240px
}
.lg_tabbed_widget .ui-tabs-nav li {
	display:block;
	float:left;

	border-top:2px solid #ff6000 !important;
	border-bottom:1px solid #fff;
	background:#333333 none;
	color:#fff;
	font-size:11px;
	text-align:center;
	font-family:georgia;
}
.lg_tabbed_widget .ui-tabs-nav li.ui-tabs-selected {
	border-bottom:1px solid #000000;
	background:#eaeaea;
	color:#000;
}
.lg_tabbed_widget .ui-tabs-nav li a {
	color: #fff;
	text-decoration:none;
	display:block;
	width:78px;
	padding:7px 0;
}
.lg_tabbed_widget .ui-tabs-nav li.ui-tabs-selected a {
	color:#000;
}
.lg_tabbed_widget .ui-tabs-panel {
	padding:30px 0 5px;
	background:#eaeaea;
	width:240px;
	font-size:11px;
}
.lg_tabbed_widget .wp-tag-cloud {
	padding:5px 10px !important;
}
.lg_tabbed_widget .wp-tag-cloud li {
	float:left;
	background:#027bb3 none;
	margin:3px !important;
	list-style:none;
	padding:4px 10px 1px;
	font-size:9px;
	height:12px;
	color:white;
	-webkit-border-radius: 5px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
    -moz-border-radius: 5px; /* FF1-3.6 */
    border-radius: 5px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
}
.lg_tabbed_widget .wp-tag-cloud li a {
	color:white;
}
.lg_tabbed_widget h5 {
	font-weight:bold;
	font-size:12px;
	margin-top:0;
}
.lg_tabbed_widget .ui-tabs-panel ul {
	list-style-type:none;
}
.lg_tabbed_widget .ui-tabs-panel ul li {
	padding:5px 10px 8px;	
	border-bottom:1px solid #cbcbcb;
}
.lg_tabbed_widget .ui-tabs-panel ul li.last {
	border-bottom:0px solid red;
}
.lg_tabbed_widget .ui-tabs-panel ul li .thumb {
	float:left;
	width:60px;
	text-align:center;
	margin-right:5px;
}
.lg_tabbed_widget .ui-tabs-panel ul li .thumb img
{
	background-color:white;
	padding:3px;
	border:1px solid gray;
	-webkit-box-shadow: 3px 3px 0px 0px #c1c1c1;
	-moz-box-shadow: 3px 3px 0px 0px #c1c1c1;
	box-shadow: 3px 3px 0px 0px #c1c1c1; 
}
.lg_tabbed_widget .ui-tabs-panel ul li .text {
	float:right;
	width:150px;
	margin-left:5px;
}
.lg_advertisement_widget {
	text-align:center;
}
.lg_advertisement_widget a {
	display:block;
	margin:10px 0;
}

/*SCOUTING REPORTS */
.grid_list .grid_vertical_box {
	margin-top:10px;
	margin-bottom:25px;
}
#scouting_reports .grid_vertical_box {
	height:260px;
}
#scouting_reports .grid_vertical_text ul{
	font-size:12px;
	line-height:19px;
}
.grid_filter {
	padding:0;
	margin:5px 0 !important;
}
.grid_filter li {
	float:left;
	list-style-type:none;
}
.grid_filter li a {
	display:block;
	padding:2px 8px;
	border:1px solid #C3C3C3;
	margin:0 3px;
	text-decoration:none;
	background:#f6f6f6;
	color:black;
	text-align:center;
	
	-webkit-border-radius: 3px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
    -moz-border-radius: 3px; /* FF1-3.6 */
    border-radius: 3px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
}
.grid_filter li a.active {
	background:#ccc;
}


#content.profiles .grid_vertical_thumbnail {
	float:left;
}
#content.profiles .person_details {
	float:right;
	width:490px;
	margin:0 ;
}
.person_details li {
	float:left;
	width:150px;
	padding:10px 5px;
	text-align:center;
	list-style-type:none;
	font-family:georgia;
	font-size:16px;
}
#content.profiles .other_details {
	clear:both;
	margin:20px 0;
	border-top:1px dashed #aaa;
	border-bottom:1px dashed #aaa;
	line-height:17px;

}
.other_details li {
	float:left;
	width:224px;
	padding:7px 0 7px 15px;
	font-size:13px;
	line-height:19px;
	list-style-type:none;
}
#content.profiles h3 {
	clear:both;
}
#content.profiles .reported_by {
	clear:both;
	padding:5px 0 0 0;
}
#content.profiles .detailed_information {
	font-size:13px;
	line-height:22px;
	text-align:justify;
}
.profiles .tabs_container {
	margin-top:20px;
}

/* AUTHOR DETAILS TEMPLATE */
#author_details {
	margin:15px 0;
	padding:10px;
	background-color:#ededed;
	border:1px solid #cacaca;
}
#author_details img {
	float:left;
	border:1px solid #cacaca;
	background-color:white;
	padding:3px;
	-webkit-box-shadow: 3px 3px 0px 0px #c1c1c1;
	-moz-box-shadow: 3px 3px 0px 0px #c1c1c1;
	box-shadow: 3px 3px 0px 0px #c1c1c1; 
}
#author_details div {
	padding-left:130px;
}
#author_details div p {
	font-size:12px;
	line-height:21px;	
	text-align:justify;
}
#author_details div p.more_posts {
	font-size:10px;
	padding:0;
}
#author_details h4 {
	margin:0 0 6px;
	font-size:18px;
	font-family:georgia;
	font-weight:normal;
}

/* SLIDER */
.nivo-controlNav {
	position:absolute;
	left:50%;
	bottom:-4px;
    margin-left:-40px; /* Tweak this to center bullets */
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url('images/common/bullets.png') no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:35px;
	height:35px;
	text-indent:-9999px;
	border:0;
	position:absolute;
}
a.nivo-nextNav {
	background:url('images/common/slider_next.png') no-repeat;
	right:5px;
}
a.nivo-prevNav {
	background:url('images/common/slider_prev.png') no-repeat;
	left:5px;
}

/* SHORTCODES */
.partners_list {
	list-style-type:none;
}
.partners_list li {
	padding:10px 0;
	border-bottom:1px dashed #999;
}
.partners_list img {
	margin:5px 10px 5px 0;
}
.partners_list .left {
	float:left;
	width:48%;
}
.partners_list .right {
	float:right;
	width:48%;
}
.toggle {
	padding:5px 5px 10px;
	background-color:#333333;
	background-image:url('images/backgrounds/toggle_background.jpg');
	background-repeat:repeat-x;
	background-position:bottom;
	color:#fff;
	margin-bottom:4px;
}
.toggle h3 {
	cursor:pointer;
	font-size:15px !important;
	margin:5px !important;
	font-family:georgia;
	color:#fff;
}
.toggle h3 img {
	vertical-align:middle;
	margin-top:-2px;
}
.toggle_content {
	padding:0px 15px;
	text-align:justify;	
	font-size:13px;
	line-height:22px;
}
.tabs_container {
	margin:10px 0;
}
.tabs_container ul {
	margin:0 !important;
	padding:0 !important;
}
.tabs_container .tabs_navigation li {
	display:block;
	float:left;

	border-top:2px solid #ff6000 !important;
	border-bottom:1px solid #fff;
	background:#333333 none;
	color:#fff;
	font-size:10px;
	text-align:center;
	font-family:verdana;
}
.tabs_container .ui-tabs-nav li.ui-tabs-selected {
	border-bottom:1px solid #000000;
	background:#eaeaea;
	color:#000;
}
.tabs_container .ui-tabs-nav li a {
	color: #fff;
	text-decoration:none;
	display:block;
	padding:3px 15px;
}
.tabs_container .ui-tabs-panel {
	clear:both;
	padding:10px;
	background:#eaeaea;
	color:#000;
}
.tabs_container .ui-tabs-nav li.ui-tabs-selected a {
	color:#000;
}

.one_half{ width:48%; }
.one_third{ width:30.66%; }
.two_third{ width:65.33%; }
.one_fourth{ width:22%; }
.three_fourth{ width:74%; }
.one_fifth{ width:16.8%; }
.two_fifth{ width:37.6%; }
.three_fifth{ width:58.4%; }
.four_fifth{ width:67.2%; }
.one_sixth{ width:13.33%; }
.five_sixth{ width:82.67%; }
.one_half,.one_third,.two_third,.three_fourth,.one_fourth,.one_fifth,.two_fifth,.three_fifth,.four_fifth,.one_sixth,.five_sixth{ position:relative; margin-right:4%; float:left; }
.last{ margin-right:0 !important; clear:right; }
.clearboth {clear:both;}


/* COMPATIBILITY FIXES */
.ie7 #search_box input[type="text"] {
	padding-top:7px;
	height:21px;
	margin-right:0;
}
.ie7 #search_box input[type="submit"] {
	margin-left:0;
	width:60px;
	text-align:center;
	padding-left:5px;
}

/* ==|== non-semantic helper classes ======================================== */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* ==|== media queries ====================================================== */

@media only screen and (min-width: 480px) {


}

@media only screen and (min-width: 768px) {

}



/* ==|== print styles ======================================================= */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
  #menu_bar, #top_social_linkage, #user_dashboard, #sidebar, #footer_bar, #report-tab-Videos,#report-tab-Family,#report-tab-Health, .profiles .tabs_navigation { display:none; }
  #content {width:100%;}
  .profiles .tabs_container {margin:0;}
  .profiles .ui-tabs-panel {padding:0;}
  
}
