/*
Theme Name: Writers Diet
Theme URI: http://wordpress.org/
Description: The Writers diet theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Tony Chung
Tags: custom header, fixed width, two columns, widget

*/



/* Begin Typography & Colors */
@font-face {
	font-family: National Bold;
	src: url(../font/National-Bold.otf);
}

@font-face {
	font-family: National Bold;
	src: url(../font/National-BoldItalic.otf);
	font-style: italic;
}

@font-face {
	font-family: National Extrabold;
	src: url(../font/National-Extrabold.otf);
}	

@font-face {
	font-family: National Book;
	src: url(../font/National-Book.otf);
}


@font-face {
	font-family: National Book;
	src: url(../font/National-BookItalic.otf);
	font-style: italic;
}

@font-face {
	font-family: National Light;
	src: url(../font/National-Light.otf);
}


@font-face {
	font-family: National Light;
	src: url(../font/National-LightItalic.otf);
	font-style: italic;
}


@font-face {
	font-family: National Medium;
	src: url(../font/National-Medium.otf);
}


@font-face {
	font-family: National Medium;
	src: url(../font/National-MediumItalic.otf);
	font-style: italic;
}

@font-face {
	font-family: Pitch;
	src: url(../font/Pitch-Regular.otf);
}
/* End typography & colours */


body {
	margin: 0;
	font-family: 'National Light', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 1.2em;
}

a, a:visited {
    font-family: 'National bold', 'Lucida Grande', Verdana, Sans-Serif;
    font-style: italic;
    text-decoration: underline;
    color: #5396cc;
}

a:hover {
	color: #06c;
}

button {
	font-family: 'National Bold';
    font-size: 0.9em;
    font-style: italic;
	-moz-box-shadow: 3px 3px 5px 0px #c7c7c7;
	-webkit-box-shadow: 3px 3px 5px 0px #c7c7c7;
	box-shadow: 3px 3px 5px 0px #c7c7c7;
	background-color:#ffffff;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:4px solid #ff3eb2;
	display:inline-block;
	cursor:pointer;
	color:#ff3eb2;
	padding:4px 8px;
	margin-bottom: 9px;
	min-width: 200px;
	text-decoration:none;
	text-align: left;
	clear: both;
}

button:hover, input.button:hover {
	color: #000;
	background: url(../images/button_highlight.png) no-repeat 3px 2px;
}

h1, h2, h3 {
	font-family: 'National Medium', 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin-bottom: 0;
}

h1 {
	margin-top: 60px;
	font-size: 2.6em;
	text-align: left;
	display: inline-block;	
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.4em;
}

p {
	margin-top: 0;	
}

#wrapper {
	position: relative;
	margin: 20px auto;
	max-width: 1100px;
	background-color: #f3f3ee;
}

#leftShadow {
	top: 10px;
	right: 7px;
	height: 500px;
	width: 0px;
	-ms-transform: rotate(0.6deg); /* IE 9 */
	-webkit-transform: rotate(0.6deg); /* Safari */
	transform: rotate(0.6deg);
}

#bottomShadow {
	bottom: 8px;
	left: 10px;
	height: 0px;
	width: 90%;
	-ms-transform: rotate(-0.6deg); /* IE 9 */
	-webkit-transform: rotate(-0.6deg); /* Safari */
	transform: rotate(-0.6deg);
}

.shadow {
	position: absolute;
	box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
	-moz-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
	-webkit-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
	z-index: -1;
}


#page {
	max-width: 1060px;
	margin-top: 20px;
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
}

#content {
	clear: both;
	font-size: 1.2em;
	padding-bottom: 20px;
	min-height: 300px;
}

#content p.nomargin {
	margin: 0;
}

/* Begin header navigation styles */
#nav {
	margin-right: 10px;
	margin-top: 75px;
	float: right;
	display: block;
}

#nav > ul {
	padding: 0;
}

.current_page_item {
	background: url('../images/page_highlight.png') no-repeat;
}

#header {
	/*background-color: #73a0c5;*/
	margin: 0 0 40px 1px;
	padding: 0;
	height: 120px;
	width: 100%;
	border-top: 4px #000000 solid;
	border-bottom: 1px #000000 solid;
}

#header ul {
	margin: 0;
}

#header li {
	font-family: 'National Bold', "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	list-style: none;
	float: left;
	text-transform: lowercase;
	width: 97px;
	height: 34px;
	text-align: center;
}

#header a {
	color: black;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

#header h1 a {
	font-family: Pitch, "Courier New", Courier, monospace;
	font-weight: 100;
	margin-left: 10px;
}

#mobileNav {
	margin: 5px;
	display: none;
}

a.current_page {
	color: #87b1eb !important;
	text-decoration: underline !important;
}

/* End header navigation styles */

.alignright {
    float: right;
}

/* Begin footer styles */
#footer {
	padding: 20px 0;
	margin-top: 20px;
	width: 100%;
	clear: both;
	font-size: 1.2em;
	border-top: 1px #000000 solid;
	border-bottom: 4px #000000 solid;
}

#footer a {
	text-decoration: none;
}

#footer div {
	display: inline-block;
	height: 30px;
}

#footer #subscribe {
	font-family: 'National Medium', 'Lucida Grande', Verdana, Sans-Serif;
	font-style: italic;
}

#footer #subscription input {
	float: left;
	height: 24px;
}

#footer input[type="text"] {
	font-family: 'National Medium', 'Lucida Grande', Verdana, Sans-Serif;
	font-style: italic;
	font-size: 0.8em;
	margin-left: 0.2em;
	border: 1px #cfd1d2 solid;
	padding: 0 5px;
	color: #808080;
	width: 110px;
}

#footer p.baselink {
	font-family: "National Medium", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.5em;
	font-style: normal;
	color: white;
	margin: 5px 0 0 0;
	float: left;
	line-height: 1em;
}

#footer .icon{
	width: 30px;
	height: 30px;
}

.footer_extraBold {
	font-family: 'National Extrabold', "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.ic_facebook {
	background: url(../images/icons.png) 0 0;
}

.ic_twitter {
	background: url(../images/icons.png) 0 -30px;
}

.ic_rss {
	background: url(../images/icons.png) 0 -60px;
}

.ic_facebook:hover {
	background: url(../images/icons.png) -30px 0;
}

.ic_twitter:hover {
	background: url(../images/icons.png) -30px -30px;
}

.ic_rss:hover {
	background: url(../images/icons.png) -30px -60px;
}

#footer input[type="image"] {
	border: none;
	float: right;
	margin-left: 10px;
}

.divider {
	padding: 0 15px;
	border-left: 1px #cfd1d2 dashed;
}

.link {
	font-family: "National Bold", "Trebuchet MS", Arial, Helvetica, sans-serif;
    	font-weight: bold;
    	border-radius: 5px;
    	padding: 3px 5px;
    	background: #ff3eb2;
    	border: none;
    	cursor: pointer;
}

.copyright {
	padding-right: 0;
	float: right;
	font-size: 0.8em;
	}
.copyright p {
	margin-top: 0.2em;
}

.spacer {
	display: block;
	width: 100%;
	clear: both;
	height: 0px;
}

/* End Footer styles */

/* Begin Home page styles */
img#cover {
	visibility: hidden;
}

a.buyTWD > img {
	float: right;
	margin: 0 0 20px 20px;
	width: 100%;
	height: auto;
	max-width: 530px;
}
/* End Home page styles */

/* Begin About page styles */

.circle {
	margin-top: 0.5em;
	margin-right: 0.5em;
	width: 1.2em;
	height: 1.2em;
	border-radius: 1.2em;
	color: #ffffff;
	font-family: 'National Extrabold', "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: bold;
	text-align: center;
	float: left;
}

.blue {
	background: #87b1eb;
}

.blueHeading {
	color: #87b1eb;
}

.yellow {
	background: #ffd600;
}

.yellowHeading {
	color: #ffd600;
}

.pink {
	background: #da44d6;
}

.pinkHeading {
	color: #da44d6;
}

.green {
	background: #00c200;
}

.greenHeading {
	color: #00c200;
}

.about_leftCol {
	float: left;
	width: calc(65% - 50px);
	padding-right: 50px;
}

.about_rightCol {
	float: right;
	width: calc(35% - 25px);
	padding-left: 20px;
	padding-bottom: 20px;
	border-left: 1px #e7e7e8 solid;
}

#accordion {
    font-family: 'National Book', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 1em;
    font-weight: normal;
}

.ui-accordion .ui-accordion-content {
    padding: 0.4em 0.8em;
    border-top: 0;
	border-bottom: 1px #e7e7e8 solid;
    margin-top: -2px;
    position: relative;
    top: 1px;
    margin-bottom: 2px;
    overflow: auto;
    zoom: 1;
}

.ui-accordion-header {
    border: none;
	border-bottom: 1px #e7e7e8 solid;
    border-radius: 0;
    background: none;
    font-weight: bold;
}

.ui-accordion-header a {
	font-family: 'National Extrabold', 'Lucida Grande', Verdana, Arial, Sans-Serif;
    font-size: 1.2em;
}

.ui-accordion-content {
    border: none;
    background: none;
}

.ui-icon {
	display: none;
}

/* End About page styles */

/*Begin Profiles page styles */

table.profiles {
	width: 100%;
}

table.profiles th {
	vertical-align: top;
	text-align: left;
	border-bottom: 1px #e7e7e8 solid;
	padding: 5px;
}

table.profiles th > .desc {
    font-weight: normal;
}

table.profiles td {
	vertical-align: middle;
	border-bottom: 1px #e7e7e8 solid;
	padding: 0 5px;
}

table.profiles tr > td:nth-child(2) {
	font-family: 'National Extrabold', "Trebuchet MS", Arial, Helvetica, sans-serif;
}

table.profiles tr > td:nth-child(3) {
	font-family: 'National Extrabold', "Trebuchet MS", Arial, Helvetica, sans-serif;
}
	
.desktopOnly {
	display: table-cell;
}

th.desktopOnly {
	padding: 5px 5px 5px 5% !important;
}

.mobileOnly {
	display: none;
}	

/* End Profiles page styles */

/* Begin Test page styles */
.testDesc {
	width:50%; 
	margin-bottom:-1em;
}

.sampleContainer {
	clear: both;
	background: #e6e6e7;
	padding: 20px;
}

.textSample {
	width: calc(100% - 10px);
	height: 200px;
}

.excludeWords {
	width: calc(100% - 10px);
	height: 100px;
}

ul.menu {
	position: relative;
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: right;
}

ul.menu img {
	position: absolute;
	left: 0;	
}

ul.menu {
	font-family: 'National Bold', 'Lucida Grande', Verdana, Sans-Serif;
	padding-left: 22px;
}

ul.menu li {
	cursor: pointer;
	padding: 6px 30px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

ul.menu li.selected {
	background-color: #e6e6e7;
	color: #000000;
	height: 25px;
	float: left;
}

ul.menu li.unselected {
	background-color: #cfd1d2;
	color: #a6a7a9;
	height: 25px;
	float: left;
}

ul.menu div {
	margin-left: 140px;
	width: 25px;
	height: 25px;
}

ul.menu div.selected {
	background-color: #e6e6e7;
	
}

ul.menu div.unselected {
	background-color: #cfd1d2;
	
}

li.page-item-87 {
	display: none;
} 
li.page-item-260{
	display: none;
}
/* below are the styles for the result categories */
.graph {
	width: 100%;
	max-width: 750px;
	height: 220px;
	/*background: url(../images/divisions.png) repeat-y;*/
}
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;	
}
.base {
	position: relative;
}
.divisions {
	position: relative;
	float: left;
	height: 220px;
	/*margin:0 0 0 calc(20% - 1px);*/
	width: 20%;
}
.divisions .bg {
	width: 100%;
	height: 220px;
	background-image: url(../images/graph_bg.png);
	opacity: 0;
	z-index: 1;
}

.divisions .line {
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background: #a5a6a9;
	z-index: 2;
}
.divisions .line:nth-child(2) {
	left: 0px;	
}
.divisions:nth-child(3) .bg {
	opacity: 0.08;
}
.divisions:nth-child(4) .bg {
	opacity: 0.12;
}
.divisions:nth-child(5) .bg {
	opacity: 0.16;
}
.cat0 {
	background: #e6371e;
	color: #000;
	text-decoration: none;
}

.cat1 {
	background: #dc8749;
	color: #000;
	text-decoration: none;
	top: 8px;
}

.cat2 {
	background: #97c6e9;
	color: #000;
	text-decoration: none;
	top: 51px;
}

.cat3 {
	background: #aac044;
	color: #000;
	text-decoration: none;
	top: 94px;
}

.cat4 {
	background: #f7e73f;
	color: #000;
	text-decoration: none;
	top: 137px;
}

.cat5 {
	background: #e6b5c4;
	color: #000;
	text-decoration: none;
	top: 180px;
}
.labels {
	width: 100%;
	max-width: 750px;
}
.labels .label {
	position: relative;
	float: left;
	width: 20%;
	height: 100%;
	text-align: center;
}
.labels .label .line {
	position: absolute;
	right: 0px;
	width: 1px;
	height: 100%;
	background: #a5a6a9;
}
.labels .line:nth-child(2) {
	left: 0px;	
}
.bar {
	height: 35px;
	position: absolute;
	left: 0px;
	background: none;
	z-index: 2;
	cursor: pointer;
}
.barlabel {
	position: absolute;
	padding: 0.40em 0 0 0.5em;
	z-index: 5;
	background: none;
	pointer-events: none;
	font-family: 'National Light', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 0.8em;
}
.leftCol {
	width: 100%;
	max-width: 750px;
}
.rightCol {
	margin-top: 0.5em;
	clear: both;
	width: 200px;
	float: right;
	border-top: 1px #000000 solid;
}
.resultBox {
	margin-top: 0.5em;
	font-size: 1.2em;
	width: 200px;
	height: 120px;
	background: #6d6d6f;
	color: #ffffff;
	text-align: center;
	padding: 0.6em 0 1.2em;
	cursor: pointer;
}

.resultBox p {
	margin-top: 0;
	line-height: 0.8em;
}

.result {
	font-family: National Bold;
	line-height: 0.8em;
	font-size: 1.8em;
}

.sample {
	border-top: 1px #000000 solid;
	font-size: 1.5em;
	padding-top: 0.5em;
	font-family: National Bold;
}

.textResult > a, .textResult > a:visited {
	font-family: 'National Light', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
/* End Test page styles*/

/* Begin popup styles */
#popup {
	position: absolute;
	z-index: 10;
	padding: 15px 0;
}

.bubblewrap {
	background-color: #ffffff;
	border: 1px #ccc solid;
	border-radius: 10px;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
	position: relative;
	padding: 20px;
}

.bubblewrap.topleft:before {
	top: -15px;
    bottom: auto;
    left: 25px;
    right: auto;
    border-width: 0 15px 15px;
	content: "";
    position: absolute;
    border-style: solid;
    border-color: #ccc transparent;
    display: block;
    width: 0;
}

.bubblewrap.topleft:after {
	top: -13px;
    bottom: auto;
    left: 27px;
    right: auto;
    border-width: 0 13px 13px;
    content: "";
    position: absolute;
    border-style: solid;
    border-color: #fff transparent;
    display: block;
    width: 0;
}

.bubblewrap.topright:before {
	top: -15px;
    bottom: auto;
    left: auto;
    right: 25px;
    border-width: 0 15px 15px;
	content: "";
    position: absolute;
    border-style: solid;
    border-color: #ccc transparent;
    display: block;
    width: 0;
}

.bubblewrap.topright:after {
	top: -13px;
    bottom: auto;
    left: auto;
    right: 27px;
    border-width: 0 13px 13px;
    content: "";
    position: absolute;
    border-style: solid;
    border-color: #fff transparent;
    display: block;
    width: 0;
}

.bubblewrap.bottomleft:before {
	top: auto;
    bottom: -15px;
    left: 25px;
    right: auto;
    border-width: 15px 15px 0;
	content: "";
    position: absolute;
    border-style: solid;
    border-color: #ccc transparent;
    display: block;
    width: 0;
}

.bubblewrap.bottomleft:after {
	top: auto;
    bottom: -13px;
    left: 27px;
    right: auto;
    border-width: 13px 13px 0;
    content: "";
    position: absolute;
    border-style: solid;
    border-color: #fff transparent;
    display: block;
    width: 0;
}

.bubblewrap.bottomright:before {
	top: auto;
    bottom: -15px;
    left: auto;
    right: 25px;
    border-width: 15px 15px 0;
	content: "";
    position: absolute;
    border-style: solid;
    border-color: #ccc transparent;
    display: block;
    width: 0;
}

.bubblewrap.bottomright:after {
	top: auto;
    bottom: -13px;
    left: auto;
    right: 27px;
    border-width: 13px 13px 0;
    content: "";
    position: absolute;
    border-style: solid;
    border-color: #fff transparent;
    display: block;
    width: 0;
}

.bubblewrap.centre:before {
	top: auto;
    bottom: -15px;
    left: auto;
    right: calc(50% - 10px);
    border-width: 15px 15px 0;
	content: "";
    position: absolute;
    border-style: solid;
    border-color: #ccc transparent;
    display: block;
    width: 0;
}

.bubblewrap.centre:after {
	top: auto;
    bottom: -13px;
    left: auto;
    right: calc(50% - 8px);
    border-width: 13px 13px 0;
    content: "";
    position: absolute;
    border-style: solid;
    border-color: #fff transparent;
    display: block;
    width: 0;
}

#popup h3 {
	font-size: 1.2em;
	margin-top: 0;
	text-align: left
}

#popup ul {
	margin-bottom: 0;	
}

.closeBtn {
	height: 25px;
	width: 25px;
	position: absolute;
	top: 5px;
	right: 20px;
	background: url(../images/close.png) no-repeat;
	z-index: 1;
	cursor: pointer;
}

.quote {
	display: block;
	margin-top: 40px;
	font-family: 'National Light', 'Lucida Grande', Verdana, Sans-Serif;
	font-style: italic;
}

.quoteDetails {
	font-family: 'National bold', 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 0.9em;
}

/* End popup styles */

/* Begin comment form styles*/

.contact_leftCol {
	float: left;
	width: calc(50% - 10px);
	padding-bottom: 20px;
}

.contact_rightCol {
	float: right;
	width: calc(50% - 10px);
	padding-bottom: 20px;
}

.contactForm label {
	font-size: 1em;
}

.contactForm textarea {
	height: 11em;
}

.contactForm input[type="text"], .contactForm select, .contactForm textarea {
	font: 0.8em 'National Bold', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 0.5em 0;
	border: none;
	width: calc(100% - 10px);
	background: #ffffff;
	padding: 5px;
}

.commentArea {
	width: 100%
}

.contactForm {
	font-size: 1.2em;
}

.contactForm label {
	font-size: 1em;
}

.contactForm textarea {
	padding: 0.25em;
	height: 11em;
}

.contactForm input[type="text"], .contactForm select, .contactForm textarea {
	font: 0.8em 'National Bold', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 0.5em 0;
	border: none;
	width: 510px;
}

.socialbar {
	float: right;
}

.fb_iframe_widget {
  float: left;
}

#twitter-widget-0 {
  float: left;
  margin: 8px 0 0 20px;
}

/* End comment form styles */

@media only screen and (max-width: 600px) { /* mobile & small tablet styles */
	body {
		font-size: 1em;
	}
	
	/* Begin header navigation mobile styles */
	#nav > ul {
		padding: 10px;
		margin: 0;
	}
	
	#nav > ul > li {
		margin: 0;
	}
	
	#header h1 {
		font-size: 1.2em;
		width: calc(100% - 60px);
	}
	
	#wrapper {
		width: calc(100% - 10px);
	}
	
	#mobileNav {
		display: inline;
		position: absolute;
		top: 60px;
		right: 10px;
	}
	
	#nav {
		display: none;
		position: absolute;
		top: 30px;
		right: 0;
		background-color: #f3f3ee;
		border: 1px #ccc solid;
		margin-left: 10px;
		width: 120px;
		z-index: 10;
		padding-bottom: 5px;
	}
	
	#base_header li {
		float: none;
		font-size: 1.6em;
		text-align: left;
	}
	
	#base_logo {
		height: 40px;
		width: auto;
	}
	/* End header navigation mobile styles */
	
	/* Begin Footer mobile styles */
	
	#footer {
		font-size: 1em;
	}
	
	.divider {
		float: none;
		padding: 0px 15px 0px 0px;
		border-left: none;
	}
	
	.copyright, .socialMedia {
		float: right;
	}
	
	.copyright p {
		float: left;
		margin-top: 0.5em;
	}
	
	#footer p.baselink {
		margin-top: 1em;
	}
	
	#footer input[type="text"] {
		width: calc(50% - 35px);
	}
	/* End Footer mobile styles */
	
	/* Begin popup mobile styles */
	#popup h3 {
		width: calc(100% - 50px);
	}	
	/* End popup  mobilestyles */
	
	/* Begin Test page mobile styles */
	.testDesc {
		width: auto; 
		margin-bottom: 1em;
	}
	
	ul.menu li {
		padding: 6px 20px;
	}
	
	.leftCol {
		float: none;
		width: 100%;
		padding: 0;
	}

	.rightCol {
		float: none;
		width: 100%;
		padding: 0;
		border-left: none;
		border-top: none;
	}
	/* End Test page mobile styles */
	
	/* Begin About page mobile styles */	
	.about_leftCol {
		float: none;
		width: 100%;
		padding: 0;
	}

	.about_rightCol {
		float: none;
		width: 100%;
		padding: 0;
		border-left: none;
		border-top: none;
	}
	/* End About page mobile styles */
	
	/* Begin Comment/Questions mobile styles */
	.contact_leftCol {
		float: none;
		width: 100%;
		padding-bottom: 20px;
	}

	.contact_rightCol {
		float: none;
		width: 100%;
	}
	/* End Comment/Questions mobile styles */
	
	.socialbar {
		float: none;
	}
	
	#twitter-widget-0 {
	  margin: 3px 0 0 10px;
	}
}

@media only screen and (max-width: 800px) { /* custom styles for home page */
	a.buyTWD > img {
		float: left;
		margin: 0 0 20px 0;
	}
	
	h2 {
		clear: both;
	}
}

@media only screen and (min-width: 601px) and (max-width: 990px) {	 /* large tablet & small laptop styles */
	#page {
		width: calc(100% - 40px);
	}
	
	/* Begin header navigation tablet styles */
	#base_header li {
		font-size: 1.8em;
	}
	
	#mobileNav {
		display: inline;
		position: absolute;
		top: 60px;
		right: 10px;
	}
	
	#nav {
		display: none;
		position: absolute;
		top: 30px;
		right: 0;
		background-color: #f3f3ee;
		border: 1px #ccc solid;
		margin-left: 10px;
		width: 120px;
		z-index: 10;
		padding-bottom: 5px;
	}
	/* End header navigation tablet styles */
	
	/* Begin Test page styles */
	.leftCol {
		float: none;
		width: 100%;
		padding: 0;
	}

	.rightCol {
		float: none;
		width: 100%;
		padding: 0;
		border-left: none;
		border-top: none;
	}
	/* End Test page styles */
	
	/* Begin About page styles */	
	.about_leftCol {
		float: none;
		width: 100%;
		padding: 0;
	}

	.about_rightCol {
		float: none;
		width: 100%;
		padding: 0;
		border-left: none;
	}
	/* End About page styles */
	
	/* Begin Profiles page tablet styles */
	th.desktopOnly {
		padding: 5px 5px 5px 2% !important;
	}
	
	table.profiles th > .desc {
		font-size: 0.8em;
	}
	/* End Profiles page tablet styles */
	
	.fb_iframe_widget {
	  float: left;
	}

	#twitter-widget-0 {
	  float: left;
	  margin: 8px 0 0 20px;
	}
}