/*
Theme Name: Get Set Mobile
Theme URI: http://vortexmobile.ca
Description: Theme for Vortex Mobile
Author: Vortex Mobile
Version: 0.1
*/


/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: "Century Gothic", Arial, Sans-serif;
	clear: both;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }

/** START: Global Styles **/
.screen-reader-text { position: absolute; left: -9000px; }
.clear { clear: both; }
.left { float: left; }
.right { float: right; }
.hide-if-no-js { display: none; }
.hide-if-js { }
.text-replace { text-indent: -9999px; }

.required { color: red; }

.inline-label { color: #888; }
.inline-label.active { color: #333; }

a, a:visited { color: #00d5ff; text-decoration: none; }
a:hover, a:active { color: #FEBE00; text-decoration: underline; }

p {
	margin: 10px 0;
}

h2 {
	font-size: 42px;
	line-height: 48px;
	font-weight: bold;
	text-transform: uppercase;
	color: #808080;
	margin-bottom: 15px;
}
	h2 span {
		display: block;
		font-size: 32px;
		line-height: 35px;
		color: #fff;
	}
		h2 span span {
			color:#FEBE00;
			display: inline;
		}
	h2 .vmEntryDate {
		color:#FEBE00;
		font-size:24px;
		font-weight:bold;
		text-transform:none;
	}

h3 {
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	text-transform: uppercase;
	color: #808080;
	margin-bottom: 7px;
}
	h3 a, 
	h3 a:visited {
		text-decoration: none;
	}
	h3 a:hover, 
	h3 a:active {
		text-decoration: underline;
	}
	.vmContentBg h3 {
		color: #FEBE00;
		line-height: 24px; 
	}
h4 {
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	margin: 3px 0 5px;
	text-transform: uppercase;
}
	h4 a, 
	h4 a:visited {
		text-decoration: none;
	}
	h4 a:hover, 
	h4 a:active {
		text-decoration: underline;
	}
h5 {
	font-size: 13px;
	font-weight: bold;
	margin: 3px 0 3px;
}
h6 {
	font-size: 12px;
	font-style: italic;
	margin: 3px 0 3px;
}

/** START: Main Layout **/
body {
	background: #000;
	font-family: Arial, Sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #fff;
	text-align: center;	
}

#vmPage {
	/*background: #000 url(images/bg_content_clean.jpg) no-repeat 30% top;*/
	background: url("images/bg_content_clean.jpg") no-repeat center -100px #000000;
}
	.vmContent {
		width: 840px;
		padding: 10px;
		margin: 0 auto;
		text-align: left;
	}
	#vmContainer {
		overflow: hidden;
	}
		/*
		#vmContainer.vmLayout1column .vmContentBox.vmContentBg,
		#vmContainer.vmLayout1column .vmContentFull.vmContentBg {
			padding: 25px;
		}
		*/
		#vmContainer.vmLayout2column {
		}
			#vmContainer.vmLayout2column .vmContentBox {
				width: 370px;
				/*padding: 20px;*/
				margin: 0 20px 20px;
				
				float: left;
			}
				#vmContainer.vmLayout2column .vmContentBox1 {
					margin-right: 20px;
				}
			#vmContainer.vmLayout2column .vmContentFull {
				clear: both;
			}
		#vmContainer.vmLayoutStandard {
		}
			#vmContainer.vmLayoutStandard .vmContentBox {
				margin-right: 10px;
				width: 470px;
				float: left;
			}
			#vmContainer.vmLayoutStandard .vmContentSidebar {
				width: 340px;
				float: right;
				
			}
		#vmContainer.vmLayoutStandardThin {
		}
			#vmContainer.vmLayoutStandardThin .vmContentBox {
				margin-right: 10px;
				width: 340px;
				float: left;
			}
			#vmContainer.vmLayoutStandardThin .vmContentSidebar {
				width: 470px;
				float: right;
			}
		
		.vmContentBg {
			background: url(images/bg_content_transparency.png) left top;
			padding: 15px;
			margin-bottom: 15px;
		}
	
/** Navigation **/
.vmNav {
}
	.vmNav li {
		display: inline;
	}

/** START: Header **/
#vmHeader {
	overflow: hidden;
	background: transparent url(images/bg_socialbookmark.png) no-repeat right top;
}
	#vmHeader.vmContent {
		padding-top: 0;
	}
	#vmHeader .vmLogo {
		float: left;
		margin-right: 10px;
	}
	#vmHeader #vmHeaderSocial {
		float: right;
		margin-right: 45px;
		padding-top: 10px;
		width: 400px;
		text-align: right;
		height: 30px;
	}
		#vmHeader #vmHeaderSocial span {
			font-weight: bold;
			font-style: italic;
		}
		#vmHeader #vmHeaderSocial img {
			vertical-align: middle;
			height: 22px;
			padding: 2px;
		}
		#vmHeader #vmHeaderSocial a:hover img,
		#vmHeader #vmHeaderSocial a:active img {
			height: 26px;
			padding: 0;
		}
	#vmHeader #vmHeaderNav {
		background: url(images/bg_nav.png) no-repeat right 27px; 
		padding: 5px 5px 15px 110px;
		clear: right;
		overflow: hidden;
		position: relative;
		height: 65px;
	}
		#vmHeader #vmHeaderNav .vmNav {
			overflow: hidden;
		}
		#vmHeader #vmHeaderNav a,
		#vmHeader #vmHeaderNav a:visited {
			color: #fff;
			font-family: "Century Gothic", Arial, Sans-serif;
			font-weight: bold;
			font-size: 15px;
			text-transform: uppercase;
			text-decoration: none;
			outline: none;
			
			padding: 15px 12px 5px 12px;
			display: block;
			float: left;
		}
		
		#vmHeader #vmHeaderNav .current_page_item > a,
		#vmHeader #vmHeaderNav .current_page_parent > a,
		#vmHeader #vmHeaderNav a:hover,
		#vmHeader #vmHeaderNav a:active {
			color: #FEBE00;
			background: url(images/bg_nav_active.png) no-repeat center bottom; 
		}
		/* show menu on hover
		#vmHeader #vmHeaderNav a:hover + .sub-menu,
		#vmHeader #vmHeaderNav a:active + .sub-menu {
			display: block;
		}
		*/
		#vmHeader #vmHeaderNav .sub-menu {
			display: none;
			position: absolute;
			left: 220px;
			top: 43px;
		}
			#vmHeader #vmHeaderNav .current_page_item > a + .sub-menu,
			#vmHeader #vmHeaderNav .current_page_parent > a + .sub-menu {
				display: block;
			}
			#vmHeader #vmHeaderNav .sub-menu a,
			#vmHeader #vmHeaderNav .sub-menu a:visited {
				font-size: 13px;
				padding: 7px 20px 20px;
			}
			#vmHeader #vmHeaderNav .sub-menu .current_page_item > a,
			#vmHeader #vmHeaderNav .sub-menu a:hover,
			#vmHeader #vmHeaderNav .sub-menu a:active {
				color: #FEBE00;
				background: url(images/bg_subnav_active.png) no-repeat center -5px; 
			}
/** START: Footer **/
#vmFooter {
	background: #7c7c7c url(images/bg_footer.png) repeat-x left -1px;
	color: #efefef;
	margin-top: 20px;
}
	#vmFooterBody {
		background: transparent url(images/logo_vortex_footer.png) no-repeat -50px top;
		padding-top: 0;
		text-align: center;
		overflow: hidden;
	}
		#vmFooter .vmFooterLogo {
			display: block;
			width: 250px;
			height: 109px;
			float: left;
		}
		#vmFooter #vmFooterLegal {
			color: #bebebe;
		}
	#vmFooter #vmFooterNav {
		padding: 30px 0;
	}
		#vmFooter #vmFooterNav a,
		#vmFooter #vmFooterNav a:visited {
			color: #fff;
			font-weight: bold;
			padding: 0 17px 0 15px; 
			border-right: 2px solid #fff;
			text-decoration: none;
		}
		#vmFooter #vmFooterNav a:hover,
		#vmFooter #vmFooterNav a:active {
			text-decoration: underline;
		}

/** Page Styling **/
.vmEntryPreview {
	margin-bottom: 25px;
}

.vmPageIntro {
	font-family: "Century Gothic", Arial, Sans-serif;
	font-weight: bold;
	font-size: 13px;
	line-height: 18px;
}

.vmEntryCaseStudyPreview {
	overflow: hidden;
}

.vmEntryThumb {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
	.vmEntryThumb img,
	img.vmEntryThumb {
		border: 1px solid #777;
		padding: 5px;
	}
	
	.vmEntryThumb + .vmEntrySummary {
	}
	
	.vmEntryThumb + .vmEntrySummary h3,
	.vmEntryThumb + .vmEntrySummary h4 {
		clear: none;
	}

/** START: Entry **/
.vmEntrySummary p {
	margin-top: 0;
}
.vmEntryDate {
	text-transform: uppercase;
	font-weight: bold;
	color: #ccc;
}

.vmEntry hr { 
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}
.vmEntry ol {
	list-style: decimal;
	margin-left: 20px;
}
.vmEntry ul {
	list-style: disc;
	margin-left: 20px;
}
	.vmEntry li {
		margin-bottom: 5px;
	}
.vmEntry blockquote {
	padding-left: 25px;
	font-style: italic;
}

#nav-below {
	overflow: hidden;
	margin: 0 0 10px 0;
}
	#nav-below .nav-previous {
		float: left;
		margin-bottom: 7px;
	}
	#nav-below .nav-next {
		float: right;
	}

.post,
.press-release,
.newsletter,
.case-study {
	margin-bottom: 10px;
}

/** Home Page**/
#vmHomeIntro {
	padding-left: 15px;
	font-family: "Century Gothic", Arial, Sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
}

/** Management Team Page **/
.vmTeamSingle {
	overflow: hidden;
	margin-bottom: 15px;
}
	.vmTeamSingle h3 {
		clear: none;
		color: #fff;
	}
		.vmTeamSingle h3 span {
			font-size: 14px;
			color: #e5e5e5;
			/*text-transform: none;*/
		}
		.vmTeamSingle .vmTeamSingleEmail {
			float: right;
		}
	.vmTeamSingle img {
		float: left;
		margin-right: 25px;
		margin-bottom: 10px;
		padding: 5px;
		border: 1px solid #808080;
	}
	.vmTeamSingleInfo {
		margin-left: 240px;
		padding: 10px 0 0;
		/*border-bottom: 1px solid #808080;*/
	}
	
/** Contact Us **/
.vmContactUs {
}
    .vmContactUs .vm-contact_col {
        width: 220px;
        margin-right: 20px;
        float: left;
    }
    .vmContactUs .vm-last {
        margin-right: 0;
    }

/** START: Widgets **/
.vmWidgetCompetency {
	width: 400px;
	float: left;
	position: relative;
	background: url(images/bg_widget_competency.png) no-repeat center center;
	margin-top: 15px;
	padding: 0;
	height: 160px;
}
	.vmWidgetCompetencyImage {
		/*position: absolute;*/
		float: left;
	}
	.vmWidgetCompetencyCopy {
		/*float: right;*/
		left: 210px;
		position: absolute;
		
		width: 195px;
		padding-top: 12px;
		font-weight: bold;
		font-size: 11px;
	}
		.vmWidgetCompetencyCopy h3 {
			margin-bottom: 0;
		}

.vmWidgetContainer {
	background: url(images/bg_sidebar.png) no-repeat center top;
	padding: 15px 65px 20px 65px;
}
	.vmWidgetContainer h3 {
		color: #fff;
	}
	.vmWidgetContainer ul ul {
		padding: 0 12px;
	}
	
	.vmWidgetContainer.widget_subscribe {
		text-align: center;
		padding-left: 45px;
		padding-right: 55px;
	}
		.vmWidgetContainer.widget_subscribe input {
			margin-bottom: 5px;
		}
	
.vmFormSubscribe {
}
	.vmFormSubscribe img,
	.vmFormSubscribe input[type=image] {
		vertical-align: middle;
	}
.vmContentFull .vmFormSubscribe {
	text-align: center;
	background: #222222;;
	border: 1px solid #565656;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.vmCompanyList {
	overflow: hidden;
}
	.vmCompanyList li {
		text-align: center;
		display: block;
		float: left;
		
	}
	
	.vmCompanyList a,
	.vmCompanyList a:visited {
	}
	.vmCompanyList a:hover,
	.vmCompanyList a:active {
		outline: none;
	}
	.vmCompanyLogo {
		text-align: center;
		vertical-align: middle;
		margin-right: 25px;
		margin-bottom: 10px;
		width: 80px;
		height: 115px;
	}
	.vmPagePartners .vmCompanyLogo {
		width: 75px;
		margin-right: 25px;
		margin-left: 15px;
	}
		.vmCompanyLogo span {
			padding: 10px 0;
			display: block;
		}
		.vmCompanyLogo img {
			width: 65px;
			padding: 3px;
			border: 1px solid #e5e5e5;
			background: #fff;
		}
	.vmCompanyLogo_large {
		margin: 0 15px 10px 20px
	}
		.vmCompanyLogo_large span {
			font-size: 18px;
		}
		.vmCompanyLogo_large img {
			width: 150px;
		}

/** Comments **/
.comment-author {
	overflow: hidden;
}
	.comment-author img {
		float: left;
		margin-right: 5px;
	}
.comment-body {
	
}
.comment-meta {
	display: block;
}
#respond {
	margin-top: 20px;
}
	#respond input {
		display: block;
	}
	
	
/** Share Toolbar **/
.vmShareToolbar {
	margin-bottom: 10px;
}
	.vmShareToolbar ul {
		list-style: none;
		height: 20px;
	}
		.vmShareToolbar li {
		}
			.vmShareToolbar li.header {
				float: left;
			}
				.vmShareToolbar li.header h4 {
					line-height: 16px; margin: 0 10px 0 0;
				}
		.vmShareToolbar a,
		.vmShareToolbar a:visited {
			float: left;
			margin: 0 10px 0 0;
		}
		
/** Slideshow **/
.slideshow {
	position: relative;
	width: 412px;
	margin: 0px auto;
}
	.slideshow-single-text {
		padding: 35px 10px 10px;
		background: url(images/bg_carousel.png) no-repeat left top;
	}
	.slideshow-nav {
		position: absolute;
		width: 412px;
		top: 150px;
		z-index: 999;
	}
		.slideshow-prev {
			display: block;
			background: url(images/img_carousel_arrow_left.png) no-repeat left top;
			width: 26px;
			height: 26px;
			float: left;
		}
		.slideshow-next {
			display: block;
			background: url(images/img_carousel_arrow_right.png) no-repeat left top;
			width: 26px;
			height: 26px;
			float: right;
		}
	.slideshow-pager-container {
		width: 412px;
		position: absolute;
		top: 293px;
		text-align: center;
		background: url(images/bg_carousel_position.png) repeat-x left top;
		padding: 10px 0;
		overflow: hidden;
		z-index: 998;
	}
		.slideshow-pager {
			margin: 0 auto;
		}
		.slideshow-pager li {
			float: left;
		}
		.slideshow-anchor {
			display: block;
			background: url(images/img_dot.png) no-repeat center center;
			width: 27px;
			height: 27px;
		}
			.active .slideshow-anchor {
				background: url(images/img_dot_active.png) no-repeat center center;
			}

/** START: Misc **/
.vmTitleArrow {
	background: url(images/img_arrow_title.png) no-repeat right 7px;
	padding-right: 17px;
	line-height: 30px;
}
.vmTitleBlog {
	background: url(images/logo_rss_grey.png) no-repeat top left;
	padding-left: 35px;
	line-height: 30px;
}
.vmTitleNewsletters {
	background: url(images/logo_newsletter_grey.png) no-repeat top left;
	padding-left: 35px;
	line-height: 30px;
}
.vmTitlePressreleases {
	background: url(images/logo_pressrelease_grey.png) no-repeat top left;
	padding-left: 35px;
	line-height: 30px;
}
.vmImgRss {
	background: url(images/logo_rss_grey.png) no-repeat center center;
	width: 30px;
	height: 30px;
	display: block;
	float: left;
}