/* Copyright 2011 Justin Manweiler */

/* --- Links --- */

a:link, a:visited  {
  /*color: #973100;*/
  color: #585858;
  text-decoration: underline;
}

a:hover {
  color: #973100;
  text-decoration: none;
}

/* --- Main Body and Content Pane --- */

body {
  margin: 0px;
  background-color: #282828;
  color: #000000;
  font-family: "Gill Sans", "Gill Sans MT", "trebuchet ms", helvetica, verdana, arial, sans-serif;
  font-size: .9em;
  line-height: 1.4em;
  text-align: left;
}

.main 
{
  background-image: url(mobihoc_banner.jpg);
  background-repeat: no-repeat;
  margin-top: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
  margin-right:auto;
  width: 900px;
  border: 0px #667983 solid;
  border-top: 0px;
  padding: 0px;
  padding-top: 170px;
  /*padding-bottom: 0px;*/
}

.content 
{
  margin: 0px;
  margin-left: 200px;
    margin-top: 70px;
  padding: 0px;
  padding-left: 70px;
  padding-right: 27px;
  min-height: 575px;
  padding-right: 0px;
}

br.clear {
  display: block;
  clear: both;
}

.whiteonly { color:White; }
.whiteonly > li > a { color:White; }
.whiteonly > a { color:White; }
.whiteonly > li { color:White; }
.whiteonly > h1 { color:White; }
.whiteonly > h2 { color:White; }
.whiteonly > h3 { color:White; }
.whiteonly > h4 { color:White; }

/* --- Navigation Bar --- */

.sidenav {
  margin: 0px;
  padding: 0px;
  padding-left:21px;
  width: 200px;
  float:left;
  text-align: center;
  font-weight: bold; 
  margin-top: 96px;
  padding-left:31px;
}

.sidenav > ul {
  margin: 0px;
  padding: 0px;
  padding-top: 8px;
  list-style-type: none;
}

.sidenav a {
  text-decoration: none;
  color: #282828 ;
}

.sidenav li {
  margin: 0px;
  margin-bottom: 4px;
  border: 0px;
  border-left: 12px #A2A2A2  solid;
  background-color: #E8E8E8 ;
  padding: 4px;
  padding-left: 8px;
  padding-top: 7px;
  padding-bottom: 7px;
  color: #282828 ;
  font-size: 1em;
  text-align: left;
}

.sidenav li.current {
  border: 3px #E8E8E8 solid;
  border-left: 0px;
  border-right: 0px;
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: #A2A2A2;
  text-align: center;
  font-style: italic;
  font-weight: bold; 
  color: #ffffff;
}

div.credit {
	color: #555555;
	font-size: 0.7em;
    text-align : center;
}

div.credit  a 
{
	color: #555555;
}


/* --- Group Boxes --- */

.groupbox 
{
  margin: 0px;
  background-color: #E8E8E8;
  border:  10px #282828  solid;
  border-right: 0px;
}

/* --- Item Boxes --- */

div.itembox {
  padding: 20px;
}

/* --- 2-column List ---- */

td.lefthalf 
{
	width: 50%;
	padding: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	vertical-align: text-top;
}


td.righthalf
{
	width: 50%;
	padding: 0px;
	padding-left: 10px;
	padding-bottom: 10px;
	vertical-align: text-top;
	border-left: 2px #585858 solid;
}

.pubstrong
{
	color: rgb(220, 20, 20);
	font-weight: bold;
}

.pubaward   
{
        color: rgb(10, 150, 10);
        font-weight: bold;
} 

.gallerytable 
{
  width: 0%;
}

table.gallerytable td
{
  padding: 0px;
  padding-right: 15px;
  padding-top: 10px;
}

table.gallerytable img
{
  border: 4px #585858 solid;
}


div.itembox > span.heading {
  font-weight: bold;
}

hr {
  border: 3px #585858 double;
  margin-bottom: 15px;
}

ul {
  list-style-position: outside;
  list-style-type: square;
  margin:0px;
  margin-left:15px;
  padding:0px;
}

table {
  margin: 0px;
  width: 100%;
  border-spacing: 0px;
  font-size: 1em;
  padding:0px;
}

td.heading {
  font-weight: bold;
  width: 150px;
}

tr {
  margin:0px;
  padding:0px;
  border-spacing: 0px;
}

td {
  margin:0px;
  padding:0px;
  border-spacing: 0px;
}

span.member_name {
  color: #515151;
  font-size: 1.1em;
  font-weight: bold;
  text-align: left;
}

span.member_position{
  font-weight: bold;
}

table.roles {
	width: 100%;
	
	font-size: 0.9em;
  margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 25px;
  margin-right: 0px;
	border-spacing: 0px;
}

td.name 
{
	width: 40%
}

td.place 
{
	width: 60%
}

/* --- Images --- */

img.photo {
  border: #cccccc solid;
  border-width: 1px;
  margin: 5px;
}

img.borderless {
  border-width: 0px;
}

img.icon {
  float: right;
  margin-top: 0px;
  border-width: 0px;
}

img.oldphoto {
  float: right;
  border: #cccccc double;
  background-color: #505050;
  padding: 4px;
}

img.sponsor {
	margin-left: 10px;
  margin-right: 10px;
}

br.clearphoto {
  clear: right;
  display: block
}

/* --- Headings --- */

h1 { /* Heading for a groupbox */
  margin-top: 5px;
  margin-bottom: 15px;
  color: #E8E8E8;
  font-size: 2.5em;
  font-weight: bold;
  text-align: center;
  text-shadow: -1px 0 #282828, 0 1px #282828,
      1px 0 #282828, 0 -1px #282828
}

h2 { /* Major heading for an itembox. */
  /*margin: -20px;*/
  margin-top: 0px;
  margin-bottom: 15px;
  color: #585858;
  font-size: 1.4em;
  font-weight: bold;
  text-align: left;
  font-variant:small-caps;
}

h3 { /* Major subheading for an itembox. */
  margin: 0px;
  margin-left: -0px;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #515151;
  font-size: 1.1em;
  font-weight: bold;
  text-align: left;
}

h4 { /* Minor heading for an itembox. */
  margin: 0px;
  margin-left: -10px;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #515151;
  font-size: 1em;
  font-weight: bold;
  text-align: left;
}

h5 { /* Minor subheading for an itembox. */
  margin: 0px;
  margin-left: -10px;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #515151;
  font-size: .9em;
  font-style: italic;
  font-weight: normal;
  text-align: left;
}

li { margin-top: 0.75em; }

li.none {
  list-style-type: square;
  padding 0px;
  margin-left: 40px;*/
}

li.mobile {
  /*margin-top: -16px;
  list-style-image: url(../images/phone.png);*/
  list-style-type: none;
  padding 0px;
  background: url(../images/phone.png) no-repeat 1px 2px;
  padding-left: 40px;*/
}

li.wireless {
  /*margin-top: -16px;
  list-style-image: url(../images/wireless.png);
  */
  list-style-type: none;
  padding 0px;
  background: url(../images/wireless.png) no-repeat 1px 2px;
  padding-left: 40px;*/
}

