/*
Theme Name: Strategy Team
Theme URI: http://www.bigevilbrain.com/
Description: Strategy Team theme
Version: 2.0
Author: Alexander Palmo
Author URI: http://www.bigevilbrain.com/
Tags: widgets, sidebar
This theme was designed and developed by Alexander Palmo. All rights reserved.
*/


/* ---------- Reset ---------- */

html, body, div,
ul, ol, li,
dl, dt, dd,
form, fieldset, legend, input, textarea, select {
	border: 0;
	margin: 0;
	padding: 0;
	}
	
/* ---------- Body / HTML ---------- */

html {}
	
body {
	font-size: .80em;
	line-height: 1.4em;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	}
	
/* ---------- Links ---------- */

a {	text-decoration: underline; }
	a:hover { text-decoration: none; }
	a, a:active, a:focus { outline: none; }
	a img { border: 0 none; }

/* ---------- Headlines ---------- */

h1, h2, h3, h4, h5, h6 {
	font-family: Palatino, "Palatino Linotype", "Hoefler Text", Times, "Times New Roman", serif;
	padding: 0;
	margin: 0 0 .6em 0;
	font-weight: normal;
	line-height: 1.2em;
	}	
	h1 { font-size: 1.7em; }
	h2 { font-size: 1.6em; }
	h3 { font-size: 1.5em; font-weight: bold; }
	h4 { font-size: 1.4em; }
	h5 { font-size: 1.3em; margin-top: 2.0em; }
	h6 { font-size: 1.2em; margin-top: 1.0em; font-weight: bold; }
	
	h3 { overflow: hidden; border-bottom:1px dotted #bfbfbf; padding-bottom:0.2em; margin-bottom: .4em; line-height: 1.1em; }

/* ---------- Type ---------- */

.big				{ font-size: 1.2em; line-height: 1.4em; }
.small				{ font-size: 0.9em; line-height: 1.1em; }
.text-left			{ text-align: left; }
.text-right			{ text-align: right; }
.text-center		{ text-align: center; }
.text-justify		{ text-align: justify; }

/* ---------- Block Text ---------- */

p {	margin: 0 0 .8em 0; }
	
blockquote {
	font-style: italic;
	font-size: 1.1em;
	padding: 13px 15px;
	margin: 1.2em 1.6em;
	quotes: none;
	}
	q {
		font-style: italic;
		}

hr {
	clear: both;
	margin: 10px 0;
	padding: 0;
	border: 0 none;
	border-top: 1px solid #cccccc;
	height: 1px;
	}

/* ---------- Lists ---------- */

ul, ol, dl, li {}
	ul li, ol li {
		margin-bottom: .8em;
		margin-left: 2em;
		padding: 0;
		line-height: 1.2em;
		}
	ul ul, ol ol, ul ol, ol ul {
		margin-bottom: 0; /* So nested lists don't have extra spacing */
		}
	dt {
		font-weight: bold;
		margin-bottom: 0.2em;
		}
		dd {
			font-weight: normal;
			margin-bottom: 0.4em;
			}
	dl.tabbed dt {
		font-size: .8em;
		font-weight: bold;
		text-transform: uppercase;
		width: 60px;
		margin-right: 10px;
		float: left;
		text-align: right;
		clear: left;
		margin-bottom: .3em;
		}
		dl.tabbed dd {
			float: left;
			overflow: hidden;
			margin-bottom: .3em;
			}

/* ---------- Tables ---------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: .4em;
	/* border-top: 1px solid #ccc; */
	/* border-left: 1px solid #ccc; */
	}
	th, td {
		padding: .6em .8em;
		text-align: left;
		vertical-align: top;
		/* border-bottom: 1px solid #ddd; */
		/* border-right: 1px solid #ccc; */
		}
	caption {
		padding: .6em .8em;
		text-align: left;
		vertical-align: top;
		}


/* ---------- Code / Mono ---------- */

code, kbd, samp, pre, tt, var {
	font-size: 92%;
	font-family: monaco, "Lucida Console", courier, mono-space;
	}

/* ---------- Forms ---------- */

form {}		
	fieldset {
		margin-top: 10px;
		margin-bottom: 10px;
		padding: 5px 15px;
		border: 1px solid black;
		}	
	legend {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 1.1em;
		}
		input, select { cursor: pointer; }
		
		/* IE doesn't like psuedo selectors */
		input,
		textarea {
			cursor: text;
			padding: 4px 4px;
			background: #ffffff;
			color: #7f828d;
			border: 1px solid #DADADB;
			}
			input:focus,
			textarea:focus {
				background: white;
				}
			select {
				vertical-align: middle;
				}
		
		 /* IE doesn't like psuedo selectors */
		input[type='text'],
		input[type='password'] {
			}
			input[type='text']:focus,
			input[type='password']:focus {
				}
			input[type='button'],
			input[type='submit'] {
				vertical-align: middle;
				}
			input[type='checkbox'] {
				vertical-align: bottom;
				}

/* ---------- Images / Captions ---------- */
	
.wp-caption {
		margin: 5px 0 10px;
		padding: 10px 10px 0;
		text-align: center;
		}
		.wp-caption img { /* images with captions */
			margin: 0;
			padding: 0;
			}
		.wp-caption p.wp-caption-text {
			padding: 5px 10px;
			margin: 0;
			}

.left, .alignleft {	float: left; position: relative; }
.right, .alignright { float: right; position: relative; }
.center, .aligncenter { display: block; margin-left: auto; margin-right: auto; }

img.alignleft { display: inline; margin: 0 15px 5px 0; }
img.alignright { display: inline; margin: 0 0 5px 15px; }
img.aligncenter { margin-bottom: 10px; }
	
.wp-caption.alignleft { display: inline; margin: 0 15px 5px 0; }
.wp-caption.alignright { display: inline; margin: 0 0 5px 15px; }
.wp-caption.aligncenter { margin-bottom: 10px; }

/* ---------- Floats ---------- */

.end, .clear		{ clear:both; }

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

/* ---------- Rarely Used ---------- */	

del 				{ text-decoration: line-through; }
ins, dfn 			{ text-decoration: none; border-bottom: 1px solid #ccc; }
abbr, acronym 		{ text-transform: uppercase; font-size: 85%; letter-spacing: .1em; }
a abbr, a acronym 	{ border: none; }
abbr[title], acronym[title], dfn[title]		{ cursor: help; border-bottom: 1px solid #ccc; }
address 			{ font-style: normal; display: inline; margin: 0; padding: 0; }
abbr 				{ border: none; }

/* ---------- Utility ---------- */

.hidden				{ visibility: hidden; }
.nopadding			{ padding: 0; }
.noindent			{ margin-left: 0; padding-left: 0; }
.nobullet			{ list-style:none; list-style-image:none; }

/* ---------- Tweaks ---------- */

font { /* disables some nasty font attributes in standard browsers */
	color: inherit !important;
	font: inherit !important;
	}