html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}

.menulink{
	font-family: "MisoRegular";
	font-size: 16px;
	font-weight: normal;
	margin-right: 15px;
	color: #777777;
}
.menulink:hover {
	color: #000000;
	text-decoration: none;
}
.mlactive{
	color: #000000 !important;
}

.iblogitem {
  float: left; width: 448px; margin-right: 15px; margin-bottom: 15px;
}
.iblogitem h3 {
  background: #fefefe;
  padding: 5px;
}
.iblogmore{
  margin-top: 0.5em;
  font-size: 0.9em;
  border: solid 1px #eeeeee;
  padding: 2px 5px;
  text-align: right;
  background: #fefefe;
  -moz-border-radius: 3px 3px;
	-webkit-border-radius: 3px 3px;
	border-radius: 3px 3px;
}
.iblogmore a{
  display: inline-block;
  width: 100%;
}
.iblogcont {
  line-height: 1.5em;
	font-size: 0.8em;
	padding: 5px;
}
.iblogcont ul {
  -webkit-padding-start: 40px;
  display: block;
  list-style-type: disc;
  margin: 1em 0px;
}
.iblogcont ol {
  -webkit-padding-start: 40px;
  display: block;
  list-style-type: decimal;
  margin: 1em 0px;
}
.iblogcont li {

}

html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background: #ffffff url('/images/athm/bg.png?cseed=1') repeat;
	/*font-family: "Century Schoolbook", Century, Georgia, serif;*/
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 15px;
	color: #666666;
}

textarea {
	padding: 5px;
	/*font-family: "Century Schoolbook", Century, Georgia, serif;*/
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 15px;
}
h1, h2, h3, h4 {
	font-family: Verdana, Helvetica, sans-serif;
	margin-bottom: 0.3em;
}

h1{
	font-size: 1.8em;
}

h2{
	font-size: 1.5em;
}

h3{
	font-size: 1.3em;
}

h4{
	font-size: 1.2em;
}

h5{
	font-size: 1em;
}


a {
	outline: none;
	color: #000000;
	text-decoration: none;
}

a:hover {
	outline: none;
	color: #000000;
	text-decoration: underline;
}

textarea { 
     resize: none; 
}


a.abutton
{
	display: inline-block;
	 -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-border-radius: 5px 5px;
    -webkit-border-radius: 5px 5px;
    border-radius: 5px 5px;
    
	line-height: 25px;
	height: 25px;
	padding: 0 5px;
	background: #d7d7d7 url('/images/athm/btn_fade.png?cseed=1') repeat-x;
	border: solid 1px #aaaaaa;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
}

a.abutton:hover, a.abutton:focus
{
	background: #e9e9e9 url('/images/athm/btn_fade_a.png?cseed=1') repeat-x;
	text-decoration: none;
}

/* Layout */

div.mnc {
	position: relative;
	margin: 0 auto;
	width:100%;
	/*background main image here*/
	height:auto !important;
	height:100%;
	min-height:100%;
	font-size: 1.0em;
}

div.mnch {
	width: 980px;
	height: 99px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

div.mncc {
	width: 980px;
	margin: 0 auto;
}

div.mncf {
	width: 980px;
	margin: 0 auto;
	color: #777777;
}
div.mncf a.connect{
	-moz-opacity:.50; 
	filter:alpha(opacity=50); 
	opacity:.50;
}
div.mncf a.connect:hover{
	-moz-opacity:1.0; 
	filter:alpha(opacity=100); 
	opacity:1.0;
}

div.mncfcont {
}

div.mncfcontcopy {
	padding: 10px 10px;
	padding-bottom: 50px;
	font-size: 11px;
	font-weight: normal;
	color: #aaaaaa;
}
div.mncfcontcopy a{
	color: #666666;
}

div.mncc_defmain {
	width: 940px;
	margin: 0 auto;
	padding: 20px;
	background: url('/images/athm/bg_black03.png?cseed=1');
	-moz-border-radius: 7px 7px;
	-webkit-border-radius: 7px 7px;
	border-radius: 7px 7px;
}
div.mncc_defcont {
	width: 900px;
	padding: 20px;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	border: solid 1px #cccccc;
	background: #ffffff;
}

div.mncc_postcont {
  float: left;
	width: 550px;
	padding: 20px;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	border: solid 1px #cccccc;
	background: #ffffff;
	
}

div.mncc_postcont img { 
	border: solid 1px #cccccc; 
	margin: 10px 0;
}

div.mncc_postcont2 {
  float: left;
	width: 346px;
	padding: 0px;

	margin: 0;
	margin-left: auto;
	margin-right: auto;
	border: none;
}

div.mncc_homemain {
	width: 940px;
	margin: 0 auto;
	padding: 20px;
	background: url('/images/athm/bg_black03.png?cseed=1');
	-moz-border-radius: 7px 7px;
	-webkit-border-radius: 7px 7px;
	border-radius: 7px 7px;
}
div.mncc_homecont {
	width: 900px;
	height: 550px;
	padding: 20px;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	border: solid 1px #cccccc;
	background: #ffffff;
}
div.mncc_homecont img { 
	border: solid 1px #cccccc; 
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

div.mncc_maintab {
	width: 950px;
	height: 600px;
	margin: 0 auto;
	overflow: hidden;
	padding: 15px;
	padding-top: 10px;
	background: url('/images/athm/bg_black03.png?cseed=1');
	-moz-border-radius: 7px 7px;
	-webkit-border-radius: 7px 7px;
	border-radius: 7px 7px;
}

div.mncc_mainxtab {
	width: 950px;
	margin: 0 auto;
	padding: 15px;
	padding-top: 10px;
	background: url('/images/athm/bg_black03.png?cseed=1');
	-moz-border-radius: 7px 7px;
	-webkit-border-radius: 7px 7px;
	border-radius: 7px 7px;
}

a.mncc_tab {
  display: inline-block;
  padding: 0;
  padding-right: 25px;
	-moz-border-radius-topleft: 5px 5px;
	-webkit-border-top-left-radius: 5px 5px;
	border-top-left-radius: 5px 5px;
	-moz-border-radius-topright: 5px 5px;
	-webkit-border-top-right-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
  color: #666666;
  text-transform: uppercase;
  background: #dddddd url('/images/athm/drop_arrow.png?cseed=1') no-repeat center right;
  border: solid 1px #cccccc;
	border-bottom: none;
}
a.mncc_tab span{
  display: inline-block;
  padding: 5px;
  padding-left: 10px;
  font-size: 0.9em;
  background: #ffffff;
  color: #666666;
  -moz-border-radius-topleft: 3px 3px;
	-webkit-border-top-left-radius: 3px 3px;
	border-top-left-radius: 3px 3px;
	
}
a.mncc_tab:hover {
  display: inline-block;
  text-shadow: none;
  text-decoration: none;
  background: #3f3f3f url('/images/athm/drop_arrow_w.png?cseed=1') no-repeat center right;
}
a.mncc_tabactive {
  background: #3f3f3f url('/images/athm/drop_arrow_w.png?cseed=1') no-repeat center right;
  color: #ffffff;
}

a.mncc_thumbback {
  display: inline-block;
  padding: 5px;
  padding-left: 10px;
  padding-right: 25px;
  color: #666666;
  background: transparent url('/images/athm/drop_arrowup.png?cseed=1') no-repeat center right;
}
a.mncc_thumbback span{
  display: inline-block;
  padding-left: 20px;
  background: transparent url('/images/athm/icon_thumbnails.png?cseed=1') no-repeat center left;
}
a.mncc_thumbback:hover {
  background-color: #dddddd;
}

a.mncc_thumbnext {
  display: inline-block;
  padding: 5px;
  padding-left: 10px;
  padding-right: 25px;
  color: #666666;
  background: transparent url('/images/athm/drop_arrowright.png?cseed=1') no-repeat center right;
}
a.mncc_thumbnext:hover {
  background-color: #dddddd;
}
a.mncc_thumbprev {
  display: inline-block;
  padding: 5px;
  padding-left: 25px;
  padding-right: 10px;
  color: #666666;
  background: transparent url('/images/athm/drop_arrowleft.png?cseed=1') no-repeat center left;
}
span.mncc_thumbpg{
  display: inline-block;
}
a.mncc_thumbprev:hover {
  background-color: #dddddd;
}

a.bDisabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
}

div.mncc_tabcont1 {
	width: 933px;
	height: 555px;
	padding: 15px;
	margin-bottom: 30px;
	padding-bottom: 0px;
	padding-right: 0px;
	border: solid 1px #cccccc;
	background: #ffffff;
}
div.mncc_xtabcont1 {
	width: 933px;
	padding: 15px;
	padding-bottom: 0px;
	padding-right: 0px;
	border: solid 1px #cccccc;
	background: #ffffff;
}
div.mncc_tabc_menu_bg {
  width: 933px; 
  height: 555px; 
  padding: 15px;
	padding-bottom: 0px;
	padding-right: 0px;
  background: #333333;
  border: solid 1px #333333;
  position: absolute; 
  z-index: 2;
  overflow: hidden;
  filter:alpha(opacity=94);
  -moz-opacity:0.94;
  opacity: 0.94;
}
div.mncc_tabc_menu {
  width: 923px; 
  height: 545px; 
  padding: 20px;
  padding-left: 25px;
	padding-bottom: 0px;
	padding-right: 0px;
  position: absolute; 
  z-index: 2;
  overflow: hidden;
}


div.mncc_tabc_content {
  height: 528px; 
  overflow: hidden;
}
div.mncc_tabc_paging {
  height: 22px; 
  padding-bottom: 10px;
  text-align: center;
}
div.mncc_tabc_menu a{
  color: #dddddd;
}
div.mncc_tabc_menu a:hover{
  color: #000000;
  text-decoration: none;
}
div.mncc_tabc_menu ul{
  margin: 0;
  padding: 0;
  width: 270px;
  margin-right: 20px;
  font-family: "MisoLight";
  letter-spacing: 1.6px;
}
div.mncc_tabc_menu li{
  margin: 0;
  padding: 0;
  padding-bottom: 4px;
  width: 270px;
  overflow: hidden;
  text-transform: uppercase;
}
div.mncc_tabc_menu li a:hover{
  color: #ffffff !important;
}
ul.menu_cattype{
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  font-size: 22px;
}
ul.menu_catreg{
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  font-size: 18px;
}
ul.menu_catreg li{
 padding-bottom: 2px;
}

.micount {
  font-size: 0.9em;
  padding-left: 4px;
}
.miheading {
    font-size: 22px;
    color: #aaaaaa;
}



a.lightItem {
  line-height: 1px;
}
img.itemthumb {
  width: 200px;
  height: 200px;
  overflow: hidden;
}

.btnzoom {
  display: inline-block;
  line-height: 1.65em;
  padding: 0 0.7em;
  font-size: 0.9em;
  border: solid 1px #cccccc;
  background: #e7e6e7 url('/images/athm/btn_fade.png?cseed=1') repeat-x;
  color: #666;
}

.btnzoom.plus {
  padding-left: 0.4em;
}

.btnzoom.plus span {
	background: url('/images/athm/i_mag_plus.png?cseed=1') no-repeat;
	padding-left: 20px;
}

.btnzoom.minus {
  padding-left: 0.4em;
}

.btnzoom.minus span {
	background: url('/images/athm/i_mag_min.png?cseed=1') no-repeat;
	padding-left: 20px;
}

div.mncc_imain {
	width: 950px;
	margin: 0 auto;
	padding: 15px;
	float: left;
	background: url('/images/athm/bg_black03.png?cseed=1');
  -moz-border-radius: 7px 7px;
	-webkit-border-radius: 7px 7px;
	border-radius: 7px 7px;
}

div.mncc_icont {
	width: 918px;
	padding: 15px;
	border: solid 1px #cccccc;
	background: #ffffff;
	float: left;
}

div.mncc_icont_events {
	width: 948px;
	padding: 0px;
	border: none;
	background: transparent;
	float: left;
}


.pgBtn {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: solid 1px #eeeeee;
  font-size: 0.9em;
  padding: 0 3px;
  margin-left: -1px;

  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-border-radius: 2px 2px 2px 2px;
  -webkit-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  
	
	background: #d7d7d7 url('/images/athm/btn_fade.png?cseed=1') repeat-x;
	border: solid 1px #aaaaaa;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	
}

span.pgBtn, .pgBtn:hover {
	background: #e9e9e9 url('/images/athm/btn_fade_a.png?cseed=1') repeat-x;
}


#recaptcha_div{
  background: #fff;
}



div.sideitem_I {
	margin-bottom: 4px;
}

div.sideitem_A {
	margin-bottom: 4px;
}


div.blogitem {
	width: 686px;
}

div.blogcont {
	width: 600px; 
	overflow: hidden;
	margin-right: 15px; 
	float: left; 
	border-bottom: solid 1px #cccccc; 
	margin-bottom: 15px;
}

div.blogcont img { 
	border: solid 1px #cccccc; 
}

div.blogcontside {
	float: left;
	width: 71px;
	padding: 0px;
	overflow: hidden;
	
}

div.blogdate {
	width: 65px;
	padding-right: 6px;
	height: 92px;
	margin: 0px;
	overflow: hidden;
	background: url(../images/athm/flag_date.png) no-repeat top left;
	color: #ffffff;
	
}

div.blogdate_day {
	height: 30px;
	margin-top: 5px;
	text-align: center;
	font-size: 24px;
	font-weight: normal;
}
div.blogdate_month {
	margin-top: 2px;
	text-align: center;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	font-family: 'Lucida Grande', Helvetica, Verdana, sans-serif;
}
div.blogdate_year {
	margin-top: 3px;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	font-family: 'Lucida Grande', Helvetica, Verdana, sans-serif;
}


div.blogcomments {
	width: 66px;
	padding-right: 5px;
	padding-top: 6px;
	height: 92px;
	margin: 0px;
	margin-top: 7px;
	font-size: 18px;
	font-weight: bolder;
	text-align: center;
	overflow: hidden;
	background: url(../images/athm/flag_comment.png) no-repeat top left;
	color: #777777;
}


div.clear {
	clear: both;
}

/*clearfix*/
.cfix { display: inline-block; }
.cfix:after { content:"."; display:block; clear:both; visibility:hidden; line-height:0; height:0; }
html[xmlns] .cfix { display: block; }
* html .cfix { height: 1%; }

input.emailinput {
	font-size:16px; 
	color:#aaaaaa; 
	height: 22px;
	width: 200px;
	border: solid 1px #dddddd;  
	background: #ffffff;
}


.detailthumb {
	display: inline-block;
	overflow:hidden;
	margin: 2px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 3px;
	font-size: 0.1em;
	border: solid 1px #cccccc;
	-moz-border-radius: 3px 3px;
	-webkit-border-radius: 3px 3px;
	border-radius: 3px 3px;
	-moz-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0px 2px rgba(0, 0, 0, 0.2);
}
.detailthumbActive{
	border: solid 1px #999999;
	-moz-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0px 2px rgba(0, 0, 0, 0.4);
}

.commentContain {

}

.commentContain2 {

}

.commentContainHead {

background: #bbbbbb;
padding: 5px;
color: #ffffff;
}

.commentContainBody {
padding: 5px;
margin-bottom: 10px;
}


.worklist_item {
	margin-right: 6px; 
	margin-bottom: 6px;
	float: left; 
	border: solid 1px #cccccc; 
	color: #666666; 
	font-size: 0.90em;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	-moz-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 px 2px rgba(0, 0, 0, 0.2);
	overflow: hidden;
}

.worklist_item img {
	width: 124px;
	height: 124px;
}

.worklist_itemtxt {
  display: none;
	margin: 5px 5px; 
	height: 16px;
	width: 90px; 
	overflow: hidden;
 	white-space: nowrap;
 	text-overflow: ellipsis;
 	font-size: 0.9em;
}

ul.bullet li {
  margin: 0;
  padding: 0;
 margin-left: 1.5em;
}









/* */


.lynocol {
	width: 948px;
	margin-top: 20px;
	margin-bottom: 20px;
}


.lycol_c2eq.c1-2 {
	float: left;
	width: 474px;
}
.lycol_c2eq.c2-2 {
	float: left;
	width: 474px;
}
.lycol.ly_2eq {
	margin: 20px 0;
	background: url('/images/athm/divide_eq.png?cseed=1');
}

.lycol_chomea.c1-2 {
	float: left;
	width: 621px;
}
.lycol_chomea.c2-2 {
	float: right;
	width: 345px;
}
.lycol.ly_home_a {
	margin: 20px 0;
	background: url('/images/athm/divide_homea.png?cseed=1');
}

.lycol_chomeb.c1-3 {
	float: left;
	width: 318px;
}
.lycol_chomeb.c2-3 {
	float: left;
	width: 307px;
	margin-left: 2px;
}
.lycol_chomeb.c3-3 {
	float: right;
	width: 339px;
	margin-left: 2px;
}
.lycol.ly_home_b {
	margin: 20px 0;
	background: url('/images/athm/divide_homeb.png?cseed=1');
}

.lycol_cgen.c1-2 {
	float: left;
	width: 621px;
}
.lycol_cgen.c2-2 {
	float: right;
	width: 345px;
}
.lycol.ly_gen {
	margin: 20px 0;
	background: url('/images/athm/divide_gen.png?cseed=1');
}

.lycol_centry.c1-2 {
	float: left;
	width: 686px;
}
.lycol_centry.c2-2 {
	float: right;
	width: 280px;
}
.lycol.ly_entry {
	margin: 20px 0;
	background: url('/images/athm/divide_entry.png?cseed=1');
}



.lyspaceme {
	padding-left: 15px;
	padding-right: 20px;
}
.lyspacevert {
	padding-top: 10px;
	padding-bottom: 10px;
}
.lyspace_homeblog{
	padding: 0px 10px;
}
.lyaddbib {
	margin-bottom: 15px;
}

img.iHead {
	margin-bottom: 10px;
}

.colorlinks_event a {
	color: #ff6600;
}
.colorlinks_blog a {
	color: #cc0066;
}
.colorlinks_music a {
	color: #990099;
}
.colorlinks_bio a {
	color: #99cc00;
	text-shadow: 0px 1px 1px #fff;
}





li.eventlist {
	display: block;
	width: 290px;
	overflow: hidden;
	background: #ffffff url('/images/athm/fade_light.png?cseed=1') repeat-x;
	border-bottom: solid 1px #dddddd;
	padding-left: 15px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 6px;
}

li.eventlist.faded {
	color: #bbbbbb;
	background: #ffffff;
}
li.eventlist.faded a {
	color: #999999;
}

.eventitem_date a{
	font-size: 1.1em;
	text-transform: ;
}

.etlable{
	display: inline-block;
	width: 30px;
	text-align: left;
	font-size: 0.6em;
	line-height: 1em;
}
.ettime{
	font-size: 0.8em;
	line-height: 1em;
}

sup{
	font-size: 0.7em;
	line-height: 1.4em;
	vertical-align:super;
}

.eventitem_title {
	padding-top: 4px;
	font-size: 0.9em;
	text-transform: uppercase;
}


.eventitem_time {
	font-size: 0.9em;
}


.eventitem_timecover {
	font-size: 0.9em;
	color: #999999;
}

.eventitem_more {
	font-size: 0.9em;
	text-align: right;
	padding-bottom: 4px;
}


.eventinfo {
	font-size: 0.85em;
	font-weight: light;
}
.eventmore {
	font-size: 1.1em;
}



.event_cal_c{
	
}

.event_cal_c_arrow{
	float: left;
	width: 40px;
	margin: 1px 0px;
}
.event_cal_c_arrow a{
	display: block;
	width: 40px;
	font-size: 2em;
	text-align: center;
	height: 105px;
	padding-top: 80px;
	background: #ffffff;
	border-bottom: solid 1px #bbbbbb;
}
.event_cal_c_arrow span{
	display: block;
	width: 40px;
	font-size: 2em;
	text-align: center;
	height: 105px;
	padding-top: 80px;
	color: #cccccc;
	background: #f3f3f3;
	border-bottom: solid 1px #bbbbbb;
}

.event_cal_c_main{
	background: #ffffff;
	float: left;
	width: 432px;
	margin: 1px 1px;
}
.event_cal_c_maincal{
	height: 185px;
	border-bottom: solid 1px #bbbbbb;
}

.eventactive {
  display: inline-block;
  color: #000000;
  width: 18px;
  height: 16px;
  line-height: 16px;
  padding: 1px;
  background: #acdefb;
  -moz-border-radius: 3px 3px;
  -webkit-border-radius: 3px 3px;
  border-radius: 3px 3px;
}
.eventregular{
  display: inline-block;
  color: #000000;
  width: 18px;
  height: 16px;
  line-height: 16px;
  padding: 1px;
  background: #efefef;
  -moz-border-radius: 3px 3px;
  -webkit-border-radius: 3px 3px;
  border-radius: 3px 3px;
}
ul.maineventlist{
  margin: 0;
  padding: 0;
}
ul.maineventlist li.eventlist {
	margin: 0;
    padding: 0;
	width: 390px;
	padding-left: 20px;
	padding-right: 20px;
}

.event_cal_c_maincal_month{
	float: left;
	padding-left: 15px;
}
.event_cal_c_maincal_monthM{
	display: block;
	font-size: 3em;
	line-height: 1.5em;
}
.event_cal_c_maincal_monthI{
	display: block;
	font-size: 1.3em;
	line-height: 1.2em;
}

.tbl_cal{
	border-collapse: collapse;
	float: right;
	margin: 5px 10px;
}
.tbl_cal td {
	color: #aaaaaa;
	background: #ffffff;
	width: 26px;
	border: solid 1px #ffffff;
	text-align: right;
	font-size: 0.7em;
}

.tbl_calday td {
	font-size: 0.6em;
}


.blogitem_date {
  display: block;
  height: 1.3em;
  margin: 1px;
  margin-top: -1px;
  margin-bottom: -1.3em;
  padding: 0 0.5em;
  position: relative;
  background: black;
  color: #ffffff;
  top: -1.3em;
  -moz-opacity:.50; 
	filter:alpha(opacity=50); 
	opacity:.50;
}
.blogitem_date div{
  padding-top: 0.2em;
  font-size: 0.7em;
  float: right;
  color: #ffffff !important;
}


div.blogdate {
    width: 65px;
    padding-right: 6px;
    height: 92px;
    margin: 0px;
    overflow: hidden;
    background: url(../images/athm/flag_date.png) no-repeat top left;
    color: #ffffff;
    margin-left: 0px;
    float: left;
}

div.blogdate_day {
    height: 25px;
    margin-top: 2px;
    text-align: center;
    font-size: 24px;
    font-weight: normal;
}
div.blogdate_month {
    margin-top: 8px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    font-family: 'Lucida Grande', Helvetica, Verdana, sans-serif;
}
div.blogdate_year {
    margin-top: 8px;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    font-family: 'Lucida Grande', Helvetica, Verdana, sans-serif;
}

div.blogsocial {
  float: right;
  width: 250px;
  padding: 0px;
}

.blogcomms{
  margin-top: 30px;
}


.blog_commentbox {
    margin-left: 30px;
    margin-bottom: 10px;
    background: #ffffff;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    -moz-border-radius: 5px 5px;
    -webkit-border-radius: 5px 5px;
    border-radius: 5px 5px;
    padding: 8px;
    font-size: 0.9em;
    color: #777777;
}

.comm_head{
  font-size: 0.9em;
  font-weight: bold;
  color: #666666;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.comm_date{
  font-size: 0.9em;

  color: #999999;
}


.box_bubble {
    position: absolute;
    margin-left: -23px;
    width: 20px;
    height: 24px;
    background: blue;
    z-index: 990;
    background: url('../images/athm/box_bubble2.png?cseed=1') no-repeat top left;
    background: none;
}

.commform {
  margin-left: 30px;
  margin-top: 20px;
}
.commform h4{
  font-size: 0.9em;
  text-transform: uppercase;
}

.commform div.error {
  border: solid 1px #de8181;
  background: #fcf7f7;
  -moz-border-radius: 3px 3px;
  -webkit-border-radius: 3px 3px;
  border-radius: 3px 3px;
  font-size: 0.8em;
  color: #444444;
  line-height: 1.3em;
  padding: 4px;
}

.commform_form{
  margin-top: 10px;
}

.commform_head{
  font-size: 0.8em;
  color: #888888;
  margin-bottom: 2px;
}
.commform_field{
  margin-bottom: 5px;
}

.commform_field input {
  outline: none;
  -moz-box-shadow: 0 1px 4px rgba(100, 100, 100, 0.1);
  -webkit-box-shadow: 0 1px 4px rgba(100, 100, 100, 0.1);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-border-radius: 3px 3px;
  -webkit-border-radius: 3px 3px;
  border-radius: 3px 3px;
  border: solid 1px #cccccc;
  font-size: 0.9em;
  height: 20px;
  width: 200px;
  padding: 4px;
  background: #ffffff url('../images/athm/field_back.png?cseed=1') repeat-x;
}
.commform_field input:focus{
  border: solid 1px #555555;
}

.commform_field textarea {
  outline: none;
  -moz-box-shadow: 0 1px 4px rgba(100, 100, 100, 0.1);
  -webkit-box-shadow: 0 1px 4px rgba(100, 100, 100, 0.1);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-border-radius: 3px 3px;
  -webkit-border-radius: 3px 3px;
  border-radius: 3px 3px;
  border: solid 1px #cccccc;
  font-size: 0.9em;
  height: 20px;
  padding: 4px;
  width: 290px;
  height: 80px;
  background: #ffffff url('../images/athm/field_back.png?cseed=1') repeat-x;
}
.commform_field textarea:focus{
  border: solid 1px #555555;
}

.commform_field div.fauxfield {
  -moz-box-shadow: 0 1px 4px rgba(100, 100, 100, 0.1);
  -webkit-box-shadow: 0 1px 4px rgba(100, 100, 100, 0.1);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-border-radius: 3px 3px;
  -webkit-border-radius: 3px 3px;
  border-radius: 3px 3px;
  border: solid 1px #cccccc;
  font-size: 0.9em;
  width: 302px;
  padding: 4px 0;
  background: #ffffff url('../images/athm/field_back.png?cseed=1') repeat-x;
}

.recap_another{
  display: block;
  float: right;
  font-size: 0.9em;
  margin-top: 5px;
  margin-right:10px;
}
.recaptcha_only_if_image{
  color: #888888;
  margin-bottom: 2px;
  margin-left: 10px;
}
#recaptcha_response_field{
  width: 250px;
  margin-left: 10px;
}

