/*

Theme Name: MaxMag Modified (Home Site)

Description: Main theme for AttorneyAtLawMagazine.com

Author: Search Control

Author URI: http: //searchcontrol.com

Template: maxmag

Version: 0.1

*/

@import url("../maxmag/style.css");

.edition_selection_container h2{

	padding:10px;

	font-size:1.1em;

}

.edition_selection_container h5 {

	padding-bottom:10px;

}

.edition_selection_lightbox {

	display:none;

	position:fixed;

	top:0%;

	left:0%;

	width:100%;

	height:100%;

	background-color:white;

	z-index:10001;

	-moz-opacity:0.8;

	opacity:.80;

	filter:alpha(opacity=80);

}

.edition_selection_container {

	display:none;

	position:fixed;

	top:25%;

	left:25%;

	width:50%;

	height:50%;

	padding:16px;

	border: 4px solid #3F9DD4;

	background-color:white;

	z-index:10002;

	border-radius:12px;

    text-align:center;

	box-shadow:0 0 1em #3F9DD4;

}

.edition_selection_close {

	font-size:22px;

	font-weight:bold;

	border:3px solid #3F9DD4;

	color:#3F9DD4;

	box-shadow:0 0 0.5em #3F9DD4;

	border-radius:16px;

	padding:4px;

	position:absolute;

	top:-16px;

	right:-16px;

	background-color:white;

	cursor:pointer;

}

#home-right {

  border-right-color:#CCCCCC;

  border-right-style:dotted;

  border-right-width:1px;

  float:left;

  margin-bottom:10px;

  padding-right:19px;

  width:100%;

}

#content-top {

        background-color: #ECECEC;

	border:1px dotted #cccccc;

}



#content-top h1 {

	color: #3F9DD4;

	text-align:center;

        margin: 15px 0;

	font-size: 16px;

        line-height:1.3em;

}



#content-top h1 span{

        color: #999999;

}
.related-text {
  max-height: 30px;
  overflow: hidden;
}

#featured-container { 
	margin-top:30px; 
}
.category .featured-box h2 a {  
	font: 700 20px/20px 'Open Sans Condensed',sans-serif !important;
}
sup { position: relative; top: -0.5em; font-size: 80%; }

form#header-search {
display: none!important;
}