@charset "utf-8";

body {
    font-family: 'Droid Sans Mono', sans-serif;
    font-size: 1em;
	background: rgb(255,255,255);    
    -webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgb(255,255,0);
	color:black;
	margin:0;
	padding:0;
}            

::selection 	 	{background: rgb(255,255,0);}
::-moz-selection 	{background: rgb(255,255,0);}
img::selection 		{background: transparent;}
img::-moz-selection {background: transparent;}

	
#social { background: transparent; width:900px; padding:0; margin:0; } 
#social .sbutton {
	width:90px; float:left;margin:0px 5px 0 0px;
} 

.smover {
	border: 0px solid lightgrey;
	width: 900px;
	padding: 0px;
	color:black;
	font-family: 'Amatic SC', 'Dawning of a New Day', cursive;
	text-transform: lowercase;					
	font-weight:400;
}


.smover ul {
	list-style: none;
	margin-top: 10px;
	margin: 0;
	overflow: hidden;
}

.smover li {
	display:inline;
}

.smover ul li a {
	display: block;
	display:inline;	
	margin-top: 5px;
	padding: 5px 5px 0;
}


#header{ 
	width:960px; margin:20px 0 0 10px; padding:5px			
	color:black;
	font-family: 'Amatic SC', 'Dawning of a New Day', cursive;
	text-transform: lowercase;					
	font-weight:400;				
}

#header ul {
  float:left;
  padding: 0 0 0 0;
  margin: 0;
  list-style: none;
}				

#header li {
	display:inline;
	padding:0 10px 0 0;
}				


#header a {
	font-size: 1em;
	color:black;
	font-family: 'Amatic SC', 'Dawning of a New Day', cursive;
}

#header a:hover {
	font-size: 1em;
	color:black;
	font-family: 'Amatic SC', 'Dawning of a New Day', cursive;	
	text-decoration:underline;
}
	
	
a:link, a:visited {
    color:black;
    color:rgba(0,0,0,0.3);    
    text-decoration:none;    
}

a:hover {
    text-decoration:none;
    color:black;
}

button {
  -webkit-appearance: push-button;
}

#container {
  background: #FFF;
  padding: 5px;
  margin-bottom: 20px;
  border-radius: 5px;
  clear: both;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.box {
  margin: 5px 3px 5px 3px;
  padding: 5px 3px 5px 3px;
  background: #D8D5D2;
  background: #fff;  
  font-size: 11px;
  line-height: 1.4em;
  float: left;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
	border-radius: 0px;
	border:1px solid #ddd;
}

.col1 { width: 80px; }
.col2 { width: 180px; }
.col3 { width: 280px; }
.col4 { width: 380px; }
.col5 { width: 480px; }
.col6 { width: 580px; }
.col7 { width: 680px; }
.col8 { width: 780px; }


.col1 img { max-width: 80px; }
.col2 img { max-width: 180px; }
.col3 img { max-width: 280px; }
.col4 img { max-width: 380px; }
.col5 img { max-width: 480px; }
.col6 img { max-width: 580px; }
.col7 img { max-width: 680px; }
.col8 img { max-width: 780px; }

/**** Gutters ****/

.has-gutters .box {
  margin: 5px 0;
}

.has-gutters .col1 { width: 90px; }
.has-gutters .col2 { width: 230px; }
.has-gutters .col3 { width: 370px; }
.has-gutters .col4 { width: 550px; }

/**** Clearfix ****/
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
