@charset "utf-8";       
 /*
@font-face {
font-family: "Varela Round";
src: local("Varela Round"),local("VarelaRound"), 
url("Varela_Round.woff") format("woff");

}
*/
*{
	margin:0px;
	padding:0px;
}
html{
}
p.features_intro {
    font-family: 'Varela Round',Arial,Helvetica,sans-serif;
    background-color: #F2F1C5;
    font-size: 1.2em;
    font-weight: 600;
    width: 90%;
    padding: .5em;
    border: 1px solid #D1C82E;
    margin-bottom: 1em;
    margin-top: 1em;
    border-radius: 0.3em 0.3em 0.3em 0.3em;
    box-shadow: 2px 2px 2px #888888;
}
body {
	/* font-family: 'Varela Round', Arial, Helvetica, sans-serif;*/
	font-family: source-sans-pro, sans-serif;
	width:100%;
	margin:0;
	background-color: #ffffff;

}

/* layout */
#container {
	background-repeat:repeat-x;
	margin:0px;
    margin-top: 0px; 
	color : #333333;
}

.slideshow { 
    height:106px;
    max-height: 106px; 
    margin: auto; 
    overflow:hidden;
}

#sub-container {
	text-align : left;
	height:100%;
    clear:right;
	width : 100%;
	margin : 0;
	padding-top:5px;
	line-height:150%;
	background:linear-gradient(to right, #ffffff, #ededed) repeat scroll 0 0 rgba(0, 0, 0, 0)

}

/* center menu */


#left-col {
    display:none;
	width:15em;
	float:left;
	margin-left: 0.5em;
    margin-top:-1.1em;
}

#left-col h5 {
	display:block;
	margin:0px;
	padding:0px;

	font-size: smaller;
	font-weight: bold;

}
#centerbar{
    float:left;
    width:97%;
    height: auto;
    padding:1em;
    margin-left:auto;
    margin-right:auto;
}
.left-box {
	float:left;
    display:inline-block;
	width:98%;
}
.left-box > li{
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
    border: thin solid #D1C82E;
    border-radius: 0.5em;
    box-shadow: 5px 5px 5px #888888;
    display: inline-block;
    height: auto;
    min-height:10em;
    min-width: 19em;
    padding: 0.9em;
    vertical-align: top;
    width: 30%;
}
.left-box h2{
    font-size:1em;
}

div.menuhead{
	background-color: #FAF6D7;
	margin-top:.5em;
	height:1.1em;
	-moz-border-radius:.3em .3em 0em 0em;
	border-radius:.3em .3em 0em 0em;
}

/* header */
.header {
	text-align : left;
	width : 100%;
	height : 4.5em;
	margin:0px;
	background-color: transparent;
	border-bottom: 1px solid #D1C82E;
	background: linear-gradient(to right, #ffffff, #EDEDED); /* Standard syntax */
}
.header h1 {
	display:inline;
	color: #000000;
	font-size:x-large;
}


.header img{
	vertical-align: middle;

}

#logo-heading{
font-size:1em;
margin-left:.5em;
font-style:italic;
float:left;
clear:left;
text-transform:lowercase;
font-weight:100;
}
#login_form{
    text-align:right;
    display:inline;
    width:70%;
    white-space:nowrap;
    
}
#home-login div{
    display:inline;
}
/* top horizontal menu */

ul.navlist {
	/*display: inline;*/
	float:right;
	clear:right;
	padding-top: 0;
	margin-left: 0;
	width: auto;
	margin-top:1em;
	color: #000000;
	font-weight: bold;
}

ul.navlist li {
	list-style: none;
	display: inline;
	background-color: transparent;

	list-style: none;
	display: inline;
}

.navcontainer ul li a {
	margin-right:5px;
	color: #000000;
	padding: 0.2em 1em;
	text-decoration: none;
	float: left;
}

.navcontainer ul li a:hover, .navcontainer ul li a:active, .navcontainer ul li a:focus{ /*.navcontainer ul li a#active {*/
	background-color: white;
	color: #555;	
}


/* links */
a:link, a:visited  {
	color: #1A4A72;
}
a:hover, a:focus {
	/* background:#eeeeee; */
	color:#999999;
}

/* content tables */ 
/*
#main-col table {	
	margin:auto;
	margin-bottom:1em;
	border: 1px solid #BBB;
	padding:0px;
}

#main-col table th {
	color: black;
	font-weight: bold;
	background-color: #F6EAD6;
	text-align:center;
}
#main-col table td {
	padding:2px;
}
*/
.row0 {
	background-color: #F4F4F4;
	vertical-align:top;
}
.row1 {
	background-color: #FFFFFF;
}
/* inputs */
.input {
	border: 1px #595241 solid;
	-moz-border-radius:.3em .3em .3em .3em;
	border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 3px #ddd inset;
    box-sizing: border-box;
    display: inline-block;
    padding: 0.5em 0.6em;
    margin:.2em;
}

.submit {
	border: 1px solid #999999;
	-moz-border-radius:.3em .3em .3em .3em;
	border-radius:.3em .3em .3em .3em;
	padding: 1px;
	font-size: smaller;
}

ol{
	margin-left:1em;
}
.box {
	margin-top: 2em;
	text-align : left;
	margin : 0;
}
.homebox {
	margin-top: 2em;
	text-align : left;
	width:90%; 
	text-align:justify;
	margin-right:1em; 

}

.homeboxsm{
	text-align: left;
	margin:0;
	float:left;
	width:15em;
	min-width:5em;
	background-color:#FFF;
	margin-right:10px; 
	border: .05em solid #6F7172;
	width: 17em;
}

.homeboxsm h3 {
	background-color: #F6EAD6;
	border-bottom: .05em solid #6F7172;
	font-size: small;
	margin-left:1px;
	display:block;
	color:black;
	font-weight:600;	
	padding-left:0.5em;
}

.home_body {
	padding:3px;
	min-width:12em;


}

.rotating_image_box{

	height:21.9em; 
	width:11em;
	border:1px black solid;
	/* text-align:top; */
	float:left;
	clear:both;

}


.box_header {
	font-size: 1.5em;
	/*color: #6F7172;*/
	color: #000000;
	width: 100%;
	margin : 0;
	margin-top:-1em;
	text-align : left;
	font-weight: bold;
	padding-top: .3em;
	padding-bottom: .3em;
	padding-left: 1.33em;
	padding-right: 1.33em;
	background-color: #F6EAD6;
	border-left: .05em solid #592241;
	border-right: .05em solid #592241;
	border-top: .05em solid #592241;
	/*background-image:url(images/box_top.gif);
	background-position: left top;
	background-repeat: repeat-x;*/
}

.box_body {
	margin : 0;
	text-align : left;
	width:100%;
	padding-left: 2em;
	padding-right: 2em;
	padding-bottom: 1em;
	border-left: .05em solid #592241;
	border-right: .05em solid #592241;
	border-bottom: .05em solid #592241;
	background-color:#FFF;
	min-height:350px;
}
.module_box{
	border: 1px solid gray;  
	padding:1em; 
	font-size:small;
	line-height:1.3;
	margin-left: 1em; 
	width:75%
}


/* footer */
#footer {
	/*clear:both;
	text-align: center; */
	/*border-right: 1px solid black; 
	background-image: url('images/footer_right.gif');
	background-repeat: no-repeat;
	background-position: bottom right;*/
	float:left;
	clear:both;
	position:relative;    
	bottom:0;    
	width:100%;    
	height:19em;   /* Height of the footer */    
	background:#cccccc; 
	
}
#footer a{
    color:#ffffff;
}
#footer a:hover, #footer a:focus{
    color:#ffffff;
    background-color: #575656;
}
#footer ul {
	list-style: none;
	width:15em;
	margin-left:auto;
	margin-right:auto;
}
#footer ul li {
	font-size: smaller;
	display:inline-block;
}

#footer img{
	vertical-align: middle;
}

#footer-links{
    clear:both;
	padding-top:1.5em;
    background-color: #575656;
    min-height:12em;
	height:auto;
}
#footer-links-container{
    width:90%;
    margin-left:auto;
}
.footer-box {
    display:inline-block;
	width:98%;
}
.footer-box > li{
    display: inline-block;
    height: auto;
    min-height:10em;
    min-width: 13em;
    padding: 0.6em;
    vertical-align: top;
    width: 10%; 
}
/*
.footer-box{
    float:left;
    width:24%;
}
.footer-box ul{
    margin:0;
}
*/
.footer-box a{
    font-size:.9em;
    color:#ffffff;
    text-decoration:none;
}
.footer-box a:hover, .footer-box a:focus{
    color:#F2F1C5;
    background-color:#575656;
    text-decoration:underline;
}
#foot_count{
    color:#ffffff;
    font-size:.8em;
}

/* headers */
#main-col h2 {	
	color:#000000;
	width:90%;
	padding-left:.2em;
	margin-top: 1em;

}
div#terms{
    border:1px solid black;
    font-size:1em;
    padding:1em;
    border-radius:.5em;
    width:60%;
    margin-top:5em;
    margin-bottom:5em;
    margin-left:auto;
    margin-right:auto;
    background-color:rgba(255, 0, 0, .2);
    
}
h3 {	
	font-size: 1.25em;	
	color:#000000;
	margin-top: .2em;
	padding-left:.2em;
	width:90%;
}
h3.good{
	font-size: 1.15em;	
	width:60%;
	color: black;
}
h3.err{
	font-size: 1.15em;	
	width:60%;
	color: black;
}
h4 {	
	font-size: 1.05em;	
	color: #666666;
	width:90%;
	margin-top: .2em;
}
h5 {
	font-size: .9em;	
	width:90%;
	padding-left:.2em;

}

h2.sidemenu {
	padding:.1em;
	font-size: .9em;	
	color: #000000;
	display:inline;
}
.BulletBackgroundColor {
	color: #FFFFFF
	}
.DataColor {
	color: #DEDECA
	}

.FormBackgroundColor {
	color: #CCCCCC
	}
.ImageTitleColor {
	color: #CCCCCC
	}
.LabelColor {
	color: #CCCCCC
	}
.ListColorEven {
	color: #CCCCCC
	}
.ListFooterColor {
	color: #333333
	}
.ListHeaderColor {
	color: #333333
	}
.ListColorOdd {
	color: #DEDECA
	}
.ListTitleColor {
	color: #CCCCCC
	}
.NavigationBackgroundColor {
	color: #666666
	}
.NavigationColor {
	color: #CCCCCC
	}
.NewsDataColor {
	color: #DEDECA
	}
.StoryTitle {
	color: #000000;
	font-weight: bold
	}
.StoryContentColor {
	color: #000000
	}
.TitleColor {
	color: #000000
	}
tr.ListHeaderColor th {
	text-align: left;
	}

.small {
	font-size: 85%;
}
div.contents{
	float:right;
	clear:right;
	width: auto;
	height:auto;
	width:22%;
	overflow:hidden;
	margin-top:.5em;
	padding-bottom:1em;
	border: 1px solid #cccccc;
	-moz-border-radius: 1em 1em 1em 1em;
	border-radius: 1em 1em 1em 1em;
	padding:1em;
	box-shadow: 2px 2px 2px #888888;

}
div.contents_body{


}

.contents-head{
width:90%;
margin-left:auto;
margin-right:auto;
}
.contents ol, ul{
	list-style:none;
	font-size: small;
}
div.lang_pack_outer{
	width:47%;
	margin-right:1em;
	margin-bottom:1em;
	float:left;
	clear:left;
	vertical-align:top;
}
div.lang_pack{
	width:100%;
	margin-right:3em;
	margin-bottom:1em;
	vertical-align:top;
}

div.lang_pack_head{
	color:#000000;
	font-weight:600;
	background-color:#FAF6D7;
	padding-left:2em;
	border-left: .05em solid #cccccc;
	border-right: .05em solid #cccccc;
	border-top: .05em solid #cccccc;
-moz-border-radius:.5em .5em 0em 0em;
border-radius:.5em .5em 0em 0em;
}
.lang_pack_body{
	border-bottom:1px #1A4A72 solid;
	border-left:1px #1A4A72 solid;
	border-right:1px #1A4A72 solid;
	background-color:#ffffff;
	border-left: .05em solid #cccccc;
	border-right: .05em solid #cccccc;
	border-bottom: .05em solid #cccccc;
-moz-border-radius:0em 0em .5em .5em;
border-radius:0em 0em .5em .5em;
}
.all_langs{
border:thin #cccccc solid; 
width:47%; 
float:right;
padding:.5em;
-moz-border-radius:.5em .5em .5em .5em;
border-radius:.5em .5em .5em .5em;
}
div.download_box {
    width:100%;
    max-width:38em;
    min-width:20em;
	border:1px solid #cccccc;
	padding:5px;

	text-align: center;
	margin-top:10px;
	margin-bottom:10px;
	margin-right:2em;
	-moz-border-radius:.2em .2em .2em .2em;
	border-radius:.2em .2em .2em .2em;
	    box-shadow: 1px 1px 1px #888888;
}
div.download_box h5 {
	margin-right:5px;
}
.workshopdiv{
	border:1px solid #cccccc;
	padding:1em;
	-moz-border-radius:.5em .5em .5em .5em;
	border-radius:.5em .5em .5em .5em;
	box-shadow: 2px 2px 2px #888888;
	margin-bottom:.5em;
	margin-top:.5em;
}
.auditdiv{
	border:1px solid #cccccc;
	padding:1em;
	-moz-border-radius:.5em .5em .5em .5em;
	border-radius:.5em .5em .5em .5em;
	box-shadow: 2px 2px 2px #888888;
	margin-bottom:.5em;
	margin-top:.5em;
}
.theme_box{
	border: 1px solid gray;
	padding:1em;
}
.payments{
	border:1px  solid #cccccc; 
	background-color: #ffffff; 
	padding: 1em;  
	float:left;
	margin-left: auto; 
	margin-right: auto; 
	width: 70%;
	-moz-border-radius: .5em .5em .5em .5em;
	border-radius: .5em .5em .5em .5em;
}

.paysuccbox{
	border:3px solid green; 
	padding: 1em;
	width: 80%; 
	background-color: #e5ffe9;
}

.payerrbox{
	border:3px solid red; 
	padding: 1em;  
	width: 70%;
	background-color: #FBF4ED;
}

pre{
	margin-left:2em;
	background-color:#eeeeee;
	border:1px gray solid;
	padding:1em;
	width:95%;
	margin-left:auto;
	margin-right:auto;
}

#clustrMapsImg{
	height:6.63em;
	width:10em;
	margin-left:auto;
	margin-right:auto;
}

/*  /////////////////////    old styles from previous atutor.ca site  //////////////////////////// */
.ss {
	padding: 10px;
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	margin: 10px;
      -moz-border-radius: .3em .3em .3em .3em;
}
/* float right */
.r {
	float: right;
}
.l {
	float: left;
	clear: left;
}
#intro {
	/* border: gray dashed 1px; */
	padding: 5px;
	width:65%;

}
#forum_intro {
	border: gray solid 1px;
	padding: 5px;
	width:85%;
	margin:auto;

}

div.login{
	width:25em;
	margin-left:10%;
	float:left;
	clear:left;

}
div.login2{
    float:left;
    width:22em;
	margin-left:5%;
}
dl.login{
	margin:0;
}


.login_header{
	background-image:url('/images/tl.gif');
	background-repeat:no-repeat;
	background-position: top left;
	background-color:#CCE1E8;
	height:2em;
	color:black;
	padding-left:1em;
	font-weight:600;
}
.login_body{
	border-bottom:1px #CCE1E8 solid;
	border-left:1px #CCE1E8 solid;
	border-right:1px #CCE1E8 solid;
	padding:.5em;
	min-height: 13em;
}

.login_dt{
	float: left;
	font-weight: bold;
	text-align: right;
	padding: 5px;
	vertical-align: middle;
	width:10em;
height:1em;

}
.login_dd{
	margin-left:5em;
	margin-bottom: 5px;
	clear: right;
	padding: 5px 0px 5px 10px;
	text-align:left;
}

.login_bottom{
	width:18em;
	margin-left:auto;
	margin-right:auto;
}

ul {
	list-style-position: inside;
	list-style-type: circle;
	font-size:1em;
	margin-left:.5em;
}


/* myAtutor styles: */

div.manage{
	position: relative;
	width: 250px;
	border: rgb(204, 204, 204) 1px solid;
	border-radius:.2em;
	box-shadow: .1em .1em .1em #000;
	background-color: #FFFFFF;
	float: left;
	margin: 5px;
	padding: 5px;
}

div.manage h2, div.publish h2, div.translate h2, div.administer h2 {
	border: 0px;
	font-weight: normal;
}

div.manage:hover, div.publish:hover, div.translate:hover, div.administer:hover {
	background-color: #FFF8C8;
	border: #AAAAAA 1px solid;
}

div.manage a, div.publish a, div.translate a, div.administer a {
	text-decoration: none;
}

div.manage:hover a, div.publish:hover a, div.translate:hover a, div.administer:hover a {
	color: #1A4A72;
}


div.publish{
	position: relative;
	width: 250px;
	border: rgb(204, 204, 204) 1px solid;
	background-color: #FFFCE5;
	float: left;
	margin: 5px;
	padding: 5px;
}


div.translate{
	position: relative;
	width: 250px;
	border: rgb(204, 204, 204) 1px solid;
	background-color: #FFFCE5;
	float: left;
	margin: 5px;
	padding: 5px;
}

div.advertise{
	position: relative;
	width: 250px;
	border: rgb(204, 204, 204) 1px solid;
	background-color: #FFFCE5;
	float: left;
	margin: 5px;
	padding: 5px;
}
div.administer{
	width: 250px;
	border: rgb(204, 204, 204) 1px solid;
	background-color: #FFFCE5;
	margin-top: 20px;
	margin-left: 5px;
	padding: 5px;
	clear: left;
	float: left;
}
form {
	margin-bottom: 0px;
	margin-top: 0px;
}


.form {
	color: black;
	margin: 3px;
	font-weight: 600;
	vertical-align: top;
}


div.submenu {
	background-color: white;
	color: #3377aa;
	padding: 2px;
	margin-left: -4px;
	font-size: small;
	font-weight: bold;
	padding-right: 10px;
	text-align: center;
}
div.submenu a {
	color: #3377aa;
	text-decoration: none;
}
div.submenu a:hover {
	color: #3377aa;
	text-decoration: underline;
}
.spacer2 {
	color: black;
}

.spacer {
	/* color: #A7D2F8; */
	color: #006600;
	text-decoration: underline;
}
table.my_box {
	border: gray solid 1px;
	color: black;
	padding:1em;
	width:95%;
	margin-left:auto;
	margin-right:auto;
	font-weight: normal;
	background-color: white;
	-moz-border-radius:.5em .5em .5em .5em;
	border-radius:.5em .5em .5em .5em;
	box-shadow: 2px 2px 2px #888888;
	
}

table.my_box a {
	text-decoration: none;
}
table.my_box a:hover {
	text-decoration: underline;
}

table.my_box2 {
	color: black;
	font-weight: normal;
	background-color: white;
	font-size: small;	
}

table.my_box2 a {
	text-decoration: none;
}
table.my_box2 a:hover {
	text-decoration: underline;
}

table.my_box2 h2 {
	color: black;
	font-weight: normal;
	padding-left:5px;
	border-bottom: 0px;
}
.feedback{
	padding:.5em;
	border:1px solid green; 
	border-left:thick solid green; 
	background-color:#E6F7E9;
	width:75%;
	margin-left:auto;
	margin-right:auto;
	font-weight:bold;
	color:green;
	clear:both;
}
.errbox{
    padding:.5em;
	border:1px solid red; 
	border-left:thick solid red; 
	background-color:#F7E6E8;
    width:75%;
    margin-left:auto;
    margin-right:auto;
    font-weight:bold;
    clear:both;
}

.info{
    border:2px solid #cce1e8; 
    border-radius:.0 .5em .5em 0; 
    padding:1em; 
    border-left:6px solid #cce1e8;
}

/* //////////////////////////////////////////////////////////////////// */

.sizer {
	margin: 0;
	padding: 0;
	width: 100%;
	/* min-width: 700px; */ /* Critical Safari fix */
	/*max-width: 290px; */ /* version for IE is at the bottom of this style block */
}

.expander {
	background: white;
	width:100%;
	min-width: 700px;  /* Critical Safari fix */
}

/* Holly hack for IE \*/
* html #expander { height: 10px; }

ul.horizontal-list {
	display:inline;
	list-style:none;
	margin:0px;
}
ul.horizontal-list li{
	display:inline;
}

/* Forum styles */
#forum-thread li { clear:left; border:1px solid #eee; border-bottom: 1px solid #f0f0f0; float:left; width: 98%; list-style: none; }
#forum-thread li.even { background: #fdfdfd; border-top: none; }
#forum-thread li.odd { background: #fff; }
div.forum-post-author { float:left; width:150px; padding:8px 10px; }
div.forum-post-author a.title {	font-size: 1.1em; line-height: 1.2em; font-weight: bold; text-decoration:none; }	
div.forum-post-author img.profile-picture { border: 2px solid #f0f0f0; }
div.forum-post-content { margin-left: 150px; padding: 5px 0px 18px 18px; }
div.forum-post-content h3 { font-weight: 500; }
div.forum-post-ctrl { float: right; padding-right: 5px; color: #a1a1a1; }
div.forum-post-ctrl a { text-decoration: none; }
div.forum-post-ctrl span { color: black; background-color: #fefdc2; padding: 3px; }
div.forum-post-content p.date { color: #a1a1a1; border-bottom: 1px solid #f0f0f0; }
div.forum-post-content div.body p { margin-bottom:20px; }

code{
      background-color:#eeeeee;
      padding-left:.2em;
      padding-right:.2em;
}

.heading1{
      margin-top:1em;
      margin-left:22em;
      margin-bottom:-.5em;
      height:1.5em;
      margin-left:10em;
border:thin solid black;
}

.search_box{
      background-color:#eeeeee;
      padding-left:.5em;
}

#home-container{
      margin-top:-1.5em;
      width:100%;
}

#home-right{
    display:none;
      float:right;
      width:31%;
}

#home-left{
margin-top:2em;
      float:left;
      width:100%;
}
#standards_logos{
      border:1px solid #cccccc; 
      -moz-border-radius: .5em .5em .5em .5em;
      border-radius: .5em .5em .5em .5em;
}

table.support{
    width:90%;
    margin-left:auto;
    margin-right:auto;
}

.cd-container{
    width:95%;
    margin-left:auto;
    margin-right:auto;
    /*border:thin solid red;*/

    height:auto;
    padding:.2em;
}
.home-splash{ 
    height:auto;
    width:27vw;
    margin-left:.5vw;
    margin-right:.5vw;
    float:left;
    font-size: 1.3vw;
    /* border:thin solid black; */
}

.home-splash ul>li>ul>li> a:link {
    text-decoration: underline;
    color: #090A59;
    font-size:1.1em;
}
.home-splash > ul > li{
    vertical-align:top;
    display:inline-block;
    border:1px solid #eeeeee;
    border-radius:.2em;
    height:auto;
    min-height: 20vw;
    box-shadow: 1px 1px 1px #888888;
    padding: .6em;
    background: rgba(255, 255, 255, 0.95);
}
.home-splash h2{
    line-height: .5em;
    margin-bottom:.2em;
    border-bottom: .08em solid #1a4a72;
    height:.68em;
}
.home-line{
display:none;
  /*  border:1px solid #cccccc; */
}
.smallhome{
    font-size:.9em;
    color:black;
    white-space:nowrap;
    line-height:1.5em;
}
.splash-link{
    color: #039dff;
    text-decoration:none;
}
.home-splash .splash-link:link:hover, .splash-link:link:focus{
    color:  #cccccc;
    text-decoration:none;
}

ul.splash {
    color: #039dff;
    text-decoration:none;
}
.splash a:hover, .splash a:active, .splash a:focus{
    color: black;
    text-decoration:underline;
}

.newsblock{
background-image:url('images/atutor_head_sm1.jpg');
background-repeat:repeat-x;
border:1px solid #eeeeee;
padding:.5em;
-moz-border-radius:.3em .3em .3em .3em;
height:auto;
}

.newsheading{
    margin-top:2em;
}
.atutor_copy{
    color:#000000;
}

ul.footer-box{
    font-size:.8em;
    margin-left:auto;
    margin-right:auto;
    width:auto;
}
ul.footer-box > li{
    font-size:1.2em;
    padding:0;
    min-width:10em;
}
ul.footer-box > li:last-child{
    border-radius:.5em;
    padding:.3em;
    background-color:#F2F1C5;
    color:#575656;
}
ul.footer-box > li:last-child a{
    color:#575656;
}
ul.footer-box  li ul li {
    font-size:.8em;
}
span.user_online small{
    font-size:.6em;
}


.profile{
    text-align:center;
    width:95%;
    background-color: white;
    border: 1px solid gray;
    border-radius: 0.5em;
    color: black;
    font-weight: normal;
    margin-left: auto;
    margin-right: auto;
    padding: 1em;
}
.profile h3{
    float:left;
    clear:both;
    width:100%;
}
.profile dl {
width: 750px;
margin: 10px;
list-style-type: none;
}

.profile dt{
float:left;
clear:left;
text-align:right;
width: 300px;
}

.profile dd{
text-align:left;
float:left;
width: 350px;
}

.reglink{
width:6em;
float: right;
}
.reglink a{
    text-decoration:none;
    border-left: 1px solid #d1c82e;
    border-right: 1px solid #d1c82e;
    border-bottom: 1px solid #d1c82e;
    border-radius: 0 0 .3em .3em;
    padding-top:0;
    margin-top:-2em;
    margin-left:-5em;
    padding: .2em;
    background-color: #f2f1c5;
}
.reglink a:hover, reglink a:focus{
    background-color:#efefef;
}


/*** NEW STYLES ATUTOR 2016 ***/
body, html, main{
	/* important */
	font-family: source-sans-pro, sans-serif;
	margin:0;
	padding:0;
	font-size: .9em;
}
.pagewrapper, #pagewrapper{
    overflow:auto;
    margin-left:auto;
    margin-right:auto;  
    max-width:65em;
    background-color:rgba(255,255,255,0.95);
    padding: 0 0.5em 2em;
    padding-bottom:3em;
    position:relative;
    top:0;
}
.pagewrapper h2, #pagewrapper h2{
    color:black;
    margin-top:1em;
}
#head-logo{
    position:fixed;
    top:1.6em;
    right:1em;
}
#head-logo img{
    width: 8em;
}
#head-logo > a{
    float:left;
    clear:left;
    width:auto;
}
.responsive-menu{
    display:none;
    z-index: 10;
}
#navbar{
    position: fixed;
    z-index:12;
    left:0;
    width:100%;
    background-color:#dfe2e2;
    height:3em;
}
p a:link {
    text-decoration:underline;
}
/* breadcrumbs */
.breadcrumb{
    position:fixed;
    top:0;
    padding-bottom: .2em;
    background-color: #FFFFFF;
    background-image: linear-gradient(#fafafa, #eaeaea);
    height:1.5em;
    width:100%;
    float:left;
    clear:both;
    font-size:.9em;
    z-index:11;
}
.menu-btn div {
 padding-right: 8px;
 margin-top: .50em;
 line-height: 1.2;
 font-size: 18px;
 font-weight: 200;
 vertical-align: middle;
 z-index: 99;
}
.menu-btn span {
 display: block;
 width: 19px;
 height: 3px;
 margin: 4px 0;
 background: rgb(0,0,0);
 z-index: 99;
}
.close-btn div {
 padding-right: 8px;
 margin-top: 0.50em;
 line-height: 1.2;
 font-size: 18px;
 font-weight: 200;
 vertical-align: middle;
z-index: 99;
}
.close-btn span {
 display: block;
 width: 19px;
 height: 3px;
 margin: 4px 0;
 background: rgb(0,0,0);
 z-index: 99;
}
.responsive-menu{
 display: none;
 margin-top:0em;
}
 
.expand {
 display: block !important; 
}
main{
    margin-top:1.8em;
    overflow:visible;
 }
.parentelement::after {
    content: "";
    display: table;
    clear: both;
}
#splash-links{
    white-space:nowrap;
    font-size:1.2em;
    font-weight:700;
    color:#ffffff;
    width:26em;
    height:2.5 em;
    margin-left:auto;
    margin-right:auto;
}
#splash-links ul >li {
    display:inline;
}
#splash-links ul >li:first-child {
    margin-left:1em;
}
#splash-links a{
    color:#ffffaa;
    padding:.2em;
    background-color: rgba(255,255,255, 0.4);
    text-decoration:none;
    border-radius:.3em;
    border:1px solid rgba(255,255,255, 0.6);
    box-shadow: 1px 1px 1px #888888 inset;
    -webkit-box-shadow: 5px 10px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 5px 10px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 5px 10px 5px 0px rgba(0,0,0,0.75);
}
#splash-links a:hover, #splash-links a:focus{
    background-color: rgba(0,0,0, 0.5);
}
.tpbg{
    background-color:rgba(0, 0, 0, 0.5);
    background-position:center;
    height:35.5vw;
    width:92.2%;
    margin-left:auto;
    margin-right:auto;
    border:thick sold black;
 }
.tpbg h1{
    font-size:5em; 
    text-align:center; 
    font-weight:700;
}
.tpbg h2{
    font-size:3em; 
    text-align:center; 
    font-weight:700;
    color:white;
}
.clbg{
    background-color:rgba(255, 255, 255, 0.8);
    background-position:center;
    /* height:44.5vh; */
    min-height: 12vw;
    width:92.2%;
    margin-left:auto;
    margin-right:auto;
    padding-top:.5em;
    padding-bottom: .5em;
  overflow: auto; 
}
 .clbg h1{
    font-size:5em; 
    text-align:center; 
    font-weight:700;
}
.clbg h2{
    font-size:2.5em; 
    text-align:center; 
    font-weight:500;
}
.cd-fixed-bg {
    font-size:1.3vw;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	background-color:#eeeeee;
    min-height: 27vw;
     	
}

.cd-fixed-bg2 {
    width:100%;
    font-size:1.3vw;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	height:100%;
	
}
.cd-fixed-bg h2{
    font-size:3em; 
    font-weight:500; 
}



.cd-fixed-bg h1{
    margin:0;
    font-size:6em; 
    text-align:center; 
    font-weight:700;
}
.cd-fixed-bg.cd-bg-1 {
    background-image: url("images/backgrounds/cd-background-15.jpg");
    min-height:100%;
    
}
.cd-fixed-bg2.cd-bg-1 {
    background-image: url("images/backgrounds/cd-background-15.jpg");
        min-height:100%;
}
.cd-fixed-bg.cd-bg-1 h1{
    color:#ffffaa;
}
cd-fixed-bg.cd-bg-1 h2{
    color:#ffffff;
}

.cd-fixed-bg.cd-bg-2 {
    padding:0;
   background-image: url("images/backgrounds/cd-background-13.jpg");
} 
.cd-fixed-bg2.cd-bg-2 {
    padding:0;
    background-image: url("images/backgrounds/cd-background-13.jpg");
} 
.cd-fixed-bg.cd-bg-2 h1{
    color:#ffffaa;
}
.cd-fixed-bg.cd-bg-3{
    padding:0;
    background-image: url("images/backgrounds/cd-background-24.jpg");
}
.cd-fixed-bg2.cd-bg-3{
    padding:0;
    background-image: url("images/backgrounds/cd-background-24.jpg");
}
.cd-fixed-bg.cd-bg-3 h1{
    color:#ffffaa;
}
.cd-fixed-bg.cd-bg-4{
    padding:0;
     background-image: url("images/backgrounds/cd-background-11.jpg");
}
.cd-fixed-bg2.cd-bg-4{
    padding:0;
   background-image: url("images/backgrounds/cd-background-11.jpg"); 
}
.cd-fixed-bg.cd-bg-4 h3, .cd-fixed-bg.cd-bg-4 h1{
    color:#ffffaa;
}
.cd-scrolling-bg {
/*	min-height: 100%;
	min-height: 18em; 
	max-height:24em;
*/
    min-height: 100%;
	min-height: 6vw; 
	max-height:24vw;	
	display: table;
	width:100%;
	overflow: auto;
}
.cd-scrolling-bg.cd-color-2 {
	background-color:#CCCCCC;
}
.cd-color-3 {
	background-color:#CCCCCC;
}
.cd-color-4 {
	background-color:#CCCCCC;
}

nav.megamenu ol:first-child{
    background-repeat:no-repeat;
    background-position: right center;
    background-size: 10em 3em;
}
#login_form {
    display: inline;
    white-space: nowrap;
}
.to_top{
    width:3em;
    float:right;
    margin-right:1em;
}
.to_top a{
color:white;
}
/*
Styles for the down arrow that appears at the bottom of the viewport
*/
#downarrow{
    position:absolute;
    bottom:8em;
    left:0;
    width:100%;
    opacity:.5;
    height:.1em;
}
.top_arrow
{
    background: pink;
    height: 0px;
    position: relative;
}
.bottom_arrow
{
    background: rgba(0, 0, 0, 0); 
    height: 20px;
    width:2.5em;
}
.triangle-down:hover{
        cursor:pointer;
}
.triangle-down{
    width: 2.5%;
    height: 0;
    padding-left:2.5%;
    padding-top: 2.5%;
    overflow: hidden;
    position: absolute;
    left:0;right:0;  /* center the arrow */
    margin:auto;  /* center the arrow */
    top: 100px; /* height of top section */
    z-index:1;
}
.triangle-down:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    margin-left:-50px;
    margin-top:-50px;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 50px solid pink;
}

/* Go to top arrow */
.to_top a.up-arrow {
	display: inline-block;
	position: relative;
	background: white;
	color: #000;
	text-decoration: none;
	padding: 0 .2em 0 .2em;
	margin-right: 1em;
	border-radius: 0  0 .2em .2em; 
	font-size:.6em;
	padding-right: 0.3em;  
}
.to_top a:hover.up-arrow, .to_top a:focus.up-arrow {
	background: #ffffaa;
}
.to_top a.up-arrow:after {
	content: '';
	display: block;  
	position: absolute;
	left: 0px;
	bottom: 100%;
	width: 0;
	height: 0;
	border-bottom: 10px solid white;
	border-top: 10px solid transparent;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	
}
.to_top a:hover.up-arrow:after, .to_top a:focus.up-arrow:after {
	border-bottom-color: #ffffaa;
}

/* Megamenu customizations */
 ol.accessible-megamenu{
    z-index:12;
 }
.accessible-megamenu .accessible-megamenu-panel.cols-1 > ol > li {
    margin-top:.5em;
    width: 100%;
}
.accessible-megamenu-top-nav-item{
   /* background-color:#90C3D4; */
}
.accessible-megamenu h2, .accessible-megamenu h3, .accessible-megamenu h4 {
    padding-bottom:0;
}
.accessible-megamenu h2 > a{
    height:2.5em;
}

.accessible-megamenu .accessible-megamenu-top-nav-item a[aria-haspopup] {
   /*  line-height: 2.4em; */
}
.accessible-megamenu .accessible-megamenu-top-nav-item:first-child a.open[aria-haspopup] {
    border-bottom-left-radius: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.3);
    left: -1px;
    margin-right: -1px;
}
.accessible-megamenu .accessible-megamenu-top-nav-item a.open[aria-haspopup] {
   /* padding-bottom: 3px; */
}
.accessible-megamenu .accessible-megamenu-top-nav-item:first-child a.open[aria-haspopup] {
    border-bottom-left-radius: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.3);
    left: -1px;
    margin-right: -1px;
}
.accessible-megamenu .accessible-megamenu-top-nav-item a.open[aria-haspopup] {
    background: #f5f8fa none repeat scroll 0 0;
}
.accessible-megamenu .accessible-megamenu-top-nav-item {
    color: #454545 !important;
    list-style: outside none none;
    text-shadow: 0 1px 0 #fff;
}
.accessible-megamenu .accessible-megamenu-top-nav-item {
    height: 3em;
}
.accessible-megamenu .accessible-megamenu-top-nav-item h2{
    font-size:1em;
    
}
.accessible-megamenu .accessible-megamenu-top-nav-item a[aria-haspopup] {
    box-shadow: 1px 1px 0 #fff inset;
    color: #454545 !important;
    background-color:#BAE8F7;
    background: linear-gradient(#ccc, white);
    display: block;
    height: 2.9em;
    position: relative;
    text-decoration: none;
}
.accessible-megamenu{
    float:left;
    clear:left;
    background-color: #dfe2e2;
    border:0;
    padding:0;
    height:3em;
    margin-right: 1em;
}
.accessible-megamenu-panel{
    z-index:12;
}
accessible-megamenu ol>li{
        width: 18em;
        font-size:1.2em
        z-index:12;
}
#myatutor_div{
    display:none;
}
#home-loggedin{
    width:20em;
}
#home-loggedin a{
    text-decoration:underline;
}
#navlogin{
    float:left;
    width:14em;
}
.mobile-nav{
    float:left;
    clear:left;
    border-right: 1px solid rgba(0, 0, 0, 0.3);
    display:none;
}
.mobile-nav div>div{
    float:left; 
    margin-left:2em;
    font-size:.9em;
}
#cse-search-results{
    margin-left:-1em;
    width:90% !important;
    margin-left:auto;
    margin-right:auto;
}
.shadow {
    border: 1px solid #f0f0f0;
    border-bottom: 2px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
div.login{
	width:25em;
	margin-left:10%;
	float:left;
	clear:left;

}
div.login2{
    float:left;
    width:25em;
	margin-left:5%;
}
.forum_post{
    width:100%;
    border:0;
    border-spacing: 0;
}
.forum_body{
    vertical-align:top;
}
.forum_avatar{
    height:4.5em;
    width:4.5em;
}
.forum_quote{
    float:right;
    margin-right:1em;
    margin-top:.2em;
}
.forum_body{
    overflow-x:scroll;
    font-size:1.1em;
}
.color_box{
    height:1.5em;
    width:2em;
}
.smilie {
    height:1.2em;
    width:1.2em;
}
.gmatched_out{
    height:auto; 
    width:100%; 
    background-color:transparent;
    margin-top:0;
}
.gmatched_in{
    height:auto; 
    width:100%; 
    margin-left:auto; 
    margin-right:auto;
    max-width:66em;
    background-color:white;
}
@media screen and (min-width: 768px) and (max-width: 769px){
/* hack to fix the menu format when zooming from < 768px to higher */
.accessible-megamenu .accessible-megamenu-top-nav-item {
    box-shadow: 1px 1px 0 #fff inset;
    color: #454545 !important;
    display: block;
    height: 2.9em;
    position: relative;
    text-decoration: none;
    background-color:#BAE8F7;
    background: linear-gradient(#ccc, white);
}
.accessible-megamenu .accessible-megamenu-top-nav-item a{
padding:.1em;
}
}
@media (-webkit-min-device-pixel-ratio: 0){
    .accessible-megamenu {
        min-width: 250px;
    }
}
@media all and (max-width: 1024px) {
/*body{
 font-size:.5em;
}*/
    .home-splash {

    }
    div.download_box {
    width:90%;
    max-width:38em;
    min-width:10em;
	border:1px solid #cccccc;
	text-align: center;
	margin-top:1em;
	margin-bottom:1em;
	-moz-border-radius:.2em .2em .2em .2em;
	border-radius:.2em .2em .2em .2em;
	box-shadow: 1px 1px 1px #888888;
    }
}
@media only screen and (min-device-width : 320px) and (max-device-width : 1850px) {
.pagewrapper, #pagewrapper{
   /* font-size:3em; */
}

}


@media screen and (max-width: 768px) {
    .cd-fixed_bg .cd-bg-1{
        height:100%;
        width:90%;
    }
    .pagewrapper, #pagewrapper{
        overflow:hidden;
        position:relative;
        top:0em;
        left:0em;
        font-size:1.4em;
        margin-left:auto;
        margin-right:auto;
        padding-left: 1em;
        padding-right: 1em;
        background-color:rgba(255,255,255,0.9);
        height:100%;
    }
    .pagewrapper h2, #pagewrapper h2{
        color:black;
    }
    #navbar{
        border-bottom: 1px solid rgba(0,0,0,0.3);
        border-top: 1px solid rgba(0,0,0,0.3);
    }
    .mobile-nav{
        display:inline;
        padding: 0em;
    }
    #menu-btn{
        cursor:pointer;
        padding:.5em;
    }
    #menu-btn:focus, #menu-btn:focus{
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        padding:.5em;
    }
    .mobile-nav div>div{
        display:inline;
    }
    #myatutor_div{
    padding-left:2em;
    padding-right:2em;
    display:inline;
    width:16em;
    }
    #myatutor_div a{
    padding-left:2em;
    padding-right:2em;
    display:inline block;
    white-space:nowrap;
    }
    div.lang_pack_outer {
        clear: both;
        float: left;
        margin-bottom: 1em;
        vertical-align: top;
        width: 92%;
    }
    div.lang_pack {
        margin-bottom: 1em;
        vertical-align: top;
        width: 100%;
    }
    .all_langs {
        border: thin solid #cccccc;
        border-radius: 0.5em;
        float: left;
        padding: 0.5em;
        width: 90%;
    }
    .tpbg {
    width: 100%;
    }
    .tpbg h1{
        text-align:center; 
        font-weight:700;
    }
    .tpbg h2{
        text-align:center; 
        font-weight:700;
    }
    .tpbg a{

        text-align:center; 
        font-weight:700;
    }
     .clbg {
        width: 100%;
    }
    .cd-bg-1{
        
    }
    .cd-fixed-bg h1 {
        font-weight: 700;
        margin: 0;
        text-align: center;
    }
    .accessible-megamenu {
        width: 16em;
    }
    .accessible-megamenu .accessible-megamenu-panel > p {
        padding:.5em .5em 0em .5em;
    }
    .accessible-megamenu .accessible-megamenu-panel.cols-4, .accessible-megamenu .accessible-megamenu-panel.cols-4b, .accessible-megamenu .accessible-megamenu-panel.cols-3, .accessible-megamenu .accessible-megamenu-panel.cols-1 {
        position: relative;
        left: 0;
        top: 0;
        width: 18em;
        box-shadow: 1px 1px 3px #666;
    }
    .accessible-megamenu-panel-group{
        width:12em;
    }


    .accessible-megamenu .accessible-megamenu-top-nav-item a[aria-haspopup] {
        box-shadow: 1px 1px 0 #fff inset;
        color: #454545 !important;
        background-color:#BAE8F7;
        display: block;
        height: 2.5em;
        padding-left: 0.769em;
        padding-right: 0.769em;
        position: relative;
        text-decoration: none;
        
    }   
    .accessible-megamenu .accessible-megamenu-top-nav-item{
        height:1.6em;
        width:16em;
    } 
    ol.accessible-megamenu{
        font-size:1.2em;
        margin-top: 1.3em;

    }
    .responsive-menu li, .responsive-menu ol > li {
        border-bottom: thin solid #eeeeee;
        width: 18em;
        
    }
    #home-login{
    	margin-right:12em;
    }
    #navlogin {
        margin-top:.35em;
        float:left;
        margin-left:1em;
    }
    .home-splash {
        margin:0;
        padding:0;
        height: auto;
        width: 95%;
    }
    .home-splash{
        font-size:1.2em;
    }
    .home-splash h2 {
        font-weight: 600;
        font-size:1.3em;
        text-align: center;
    }
    .home-splash > ul > li{
        width:100%;
        margin:0;
        padding:.5em;
        border-radius:0 0 0 0;
        box-shadow: 0 0 0;

    }
    #head-logo {
        position: fixed;
        right: 1em;
        top:2em;
        width:6em;
    }
    #head-logo img {
        height:100%;
        width:100%;
    }
    div.login{
        width:25em;
        margin-left:.2em;
        float:left;
        clear:left;
    }
    div.login2{
        float:left;
        width:25em;
        margin-left:.2em;
    }
}
@media screen and (max-device-width: 678px) {
    body, html, main{

    }
    .pagewrapper, #pagewrapper{
        font-size:2em;
        margin-top:2em;
    }
}
@media only screen 
and (max-device-width: 580px) 
  and (max-device-width: 680px){
    .pagewrapper{
        font-size:4vw;
    }
    .cd-bg-1{
    margin-top:8em;
    }
}
@media only screen and (max-width: 640px) {
    /*.home-splash > ul > li {
        min-width: 100%;
    }
    */
    html{
        width:100%;
    }
    main{
    padding:0;
        margin-top:1em;
    }
    .pagewrapper{
    }
    .pagewrapper div{
        margin-left:.5em;
    }
    .cd-fixed-bg h1{
    
    }
    .cd-bg-1{
    }
    #splash-links{
        font-size:1.5em;
        width:26em;
        border:0;
    }
    #splash-links{
    font-size:2em;
    }
    #splash-links a{
        padding:.2em;
        background-color: rgba(255,255,255, 0.5);
        text-decoration:none;
    }
    #splash-links a:hover, #splash-links a:focus{
        background-color: rgba(0,0,0, 0.5);
    }
    #head-logo img {
        height:80%;
        width:80%;
    }
    #head-logo{
        position: fixed;
        right: 0;
        top: .5em;
        width:4.2em;
    }
    #navlogin {
        margin-left: 2vw;
        margin-top:.4vw;
        float:left;
        width:14vw;
    }
    
    #login-user label{
        display:none;
    } 
    .breadcrumb {
        display:none;
        margin-top:3.2em;
    }

    #navbar {
        height: 3em;
        margin-top:-1.8em;
    }
    .responsive-menu{
        margin-top:-1.8em;
    }
    .to_top a.up-arrow {
        font-size: 1.2em;
        padding: .1em .2em .1em .2em;
        background-color:white;
        border-radius: 0 0 .2em .2em;
    }
    .to_top a.up-arrow::after {
        border-width: 1em;
    }
    ol.accessible-megamenu {
        width: 0em;
        background-color:#fff;
    }
    div.login{
        width:95%;
        margin-left:0;
        margin-bottom:1em;
        float:left;
        clear:left;
    }
    div.login2{
        float:left;
        width:95%;
        margin-left:0;
    }
    .login_header {
        width:95.5%;
        margin:0;
    }
    .login_body {
        width:95%;
        padding: 0.5em;
    }
    .pagewrapper div.login, #pagewrapper div.login{
        margin-left:0;
    }
    .forum_table td.last, .forum_table th.last{
        display:none;
    }
    .forum_table{
        width:100%;
    }

}

@media only screen (max-width: 368px) {
    #head-logo{
        display:none;
    }
    #head-logo img{
        display:none;
    }
}



/* @media screen and (max-width: 480px) { */
@media only screen 
  and (min-device-width: 400px) 
  and (max-device-width: 580px)
  and (-webkit-min-device-pixel-ratio: 2){

    html,body,main{
        margin:0;
        padding:0;
    }
    .pagewrapper{
        font-size:5em;
        width:90%;
        padding:0;
    }
    #splash-links{
    font-size:3em;
    }
    #splash-links {
        border: 0 none;
    }
    #splash-links ul{
        width: 27em;
        margin-left:auto;
        margin-right:auto;
        font-size:5em;
    }
    #splash-links ul > li{

    }
    #splash-links  a{

    }
    .breadcrumb {
        height: 1.3em;
        font-size:.5em;
        margin-top:0;
        display:none;
    }
    #navbar {
        height: 2.8em;
    }
    table.forum_post{
        table-layout: fixed;
        width: 100%;
    }
    .forum_body{
        font-size:1.2em;
    }

 }
  /* iPhone4  */
 @media only screen (min-device-width: 320px) 
  and (max-device-width: 399px)
  and (-webkit-min-device-pixel-ratio: 3){
  .forum_post{
        margin-right:3em;
        font-size:.45em;
    }
    .forum_avatar{
        height:3em;
        width:3em;
    }
    #navlogin{
        
    }
    main{
        margin-top:-1.1em;
    }
    #head-logo{
        display:none;
    }
    .cd-fixed-bg cd-bg-1{
        margin-top:5em;
    }
    main{
        margin-top:-1.1em;
    }
}
 /* iPhone6 1440x900 */
 @media only screen and (max-device-width : 900px)and (orientation: portrait) {
    .pagewrapper, #pagewrapper{
        font-size:4em;
        margin-top:2.3em;
    }
    #navbar {
        font-size: 1.2em;
        padding-top: 0.2em;
    }
    #navlogin{
        margin-top:.5em;
        font-size: .9em;
    }
    ol.accessible-megamenu {
        padding-top:.2em;
        margin-top: 1.5em;
    }
    .cd-fixed-bg.cd-bg-1 h1{
        margin-top:.5em;
    }
    #head-logo img{
        height:70%;
        width:70%;
    }
     #head-logo {
        float:right;
        width:4.5em;
        margin-right:-1em;
    }

 }
 /* iPhone 5*/
 @media only screen and (max-device-width : 320px)and (orientation: portrait) {
      #head-logo {
        position: fixed;
        right:0
        float:right;
        width:3.5em;
    }


    .pagewrapper, #pagewrapper{
        font-size:5em;
        margin-left:-.5em;
        margin-top:-.5em;
    }
    table.forum_post{
        table-layout: fixed;
        width: 100%;
    }
    table.forum_post td, table.forum_post th{

    }
    table.forum_post tr td:first{
        width: 20%;
        border:thin solid black;
    }
    .forum_body{
        font-size:1.5em;
    }
    
    .box1.box_center{
        max-width:40%;
    }
    #.forum_avatar{
        height:2em;
        width:2em;
    }
    .gmatched_out{
    height:auto; 
    }
    .gmatched_in{
        height:auto; 
    }
 }
@media only screen and (max-device-width : 260px)and (orientation: portrait) {
      #head-logo {
        display:none;
    }
 }
