/* style.css - stylesheet for callen.me */

/*clearfix to better support two-column display format 
  (from http://nicolasgallagher.com/micro-clearfix-hack/) */
.cf { zoom: 1; }
.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }


body {
  width: 840px;
  font-family: serif;
  font-size: 14px;
  letter-spacing: 0.6px;
  line-height: 18px;
  margin: auto;
  -webkit-text-size-adjust: 100%;
  
  background-image: url("bg.png");
}


a { 
  text-decoration: none; 
}
a:link { 
	color: #933;
	font-weight: bold;
}
a:visited { 
	color: #933;
}
a:hover { 
	color: #411;
	background-color: #FDD;
	text-decoration: underline overline;
}
a:active { 
	color: #100;
}


b{
  font-weight: bold;
}


p {
  margin: 4px 0px 12px 2px;
}


ul {
  list-style: none;
  margin: 0px;
  padding: 8px 0px 0px 0px;
}
ul ul {
  margin: 0px 0px 4px 0px;
}


h1, h2{
  font-family: sans-serif;
  margin: 0px 0px 4px 0px;
}

h1 { 
  font-size: 22px;
}
h1 > i {
  font-weight: normal; 
  font-size: 12px;
  padding: 0px 6px;
}

h2 {
  font-size: 16px;
  line-height: 12px;
  margin: 10px 0px 0px 20px;
}


h1.callen{
  display: inline;
  font-size: 32px;
  font-weight: bold;
  margin: 0px 0px 0px -4px;
}


div.contact{
  float: right; 
  height: 80px;
  line-height: 15px;
  padding: 4px;
  margin: 5px 8px 0px 8px;
}
div.contact div{
  min-height: 6px;
}
div.contact a{
  font-size: 20px;
}


div.header{
 margin: 8px 0px 0px 4px;
}


div.section {
  padding: 3px 2px 0px 4px;
  margin: 8px 2px;
  border-width: 2px 1px 0px 1px;
  border-color: #411;
  border-style: solid dotted none dotted;
  page-break-inside: avoid;
}
div.topsection{
  padding: 8px 2px 2px 8px;
}

div.infosect{
  margin: 2px 0px 0px 0px;
  line-height: 13px;
}

.infolist{
  float: left;
  width: 240px;
  list-style-type: none;
  letter-spacing: 0.4px;
  margin: 0px 4px;
}
.infolist li{
  margin: 0px;
  padding: 0px;
}
.infolist > :nth-child(1){
  font-size: 14px;
  font-weight: bold;
}
.infolist > :nth-child(2){
  font-style: italic;
}
.infolist > :nth-child(n+2){
  font-size: 11px;
}
.descript{
  font-family: sans-serif;
  font-size: 10px;
  font-weight: normal;
  padding: 6px 8px 0px 12px;
  color: #555;
}

.rfloat {
  float: right;
  margin: 0px 2px 0px 8px;
}
.lfloat {
  float: left;
  margin: 0px 8px 0px 2px;
}

.gameimg {
  width: 125px;
  height: 70px;
  padding: 2px;
}
.gameimg img {
  width: 100%;
  height: 100%;
}


.sideimg{
  float: right;
  width: 11%;
  font-size: 9px;
}
.sideimg img{
  width: 100%;
  display: block;
  border:none;
}


div.footer{
  width: 98%;
  color: #CCC;
  font-family: monospace;
  font-size: 9px;
  letter-spacing: 0px;
  margin: 0px auto 10px auto;
}
div.footer hr {
  width: 100%;
  border: 1px solid #BBB;
}


.width_sm{
  width: 170px;
}




