
/** Documentation **/
/*______________________________________________________________________________

flametag.home.css

Last Update: $date$
Author: Tom at klenwell@gmail.com

NOTES
A basic template for stylesheets.

______________________________________________________________________________*/

/* dynamic core */
table#dynamic-core { width:100%; }
table#dynamic-core td { padding:10px; vertical-align:middle; }


/* Core Left */
table#dynamic-core td.left_cell { width:60%; }
table#dynamic-core td.left_cell .wrapper { 
 width:440px; 
 margin:0 auto;
 background-color:#cc6600;
 background-image:url('/img/home/feature_upper.png');
 background-repeat:no-repeat;
 background-position:center top;
}
table#dynamic-core td.left_cell .round_upper {
 padding:48px 10px 10px;
 background-image:url('/img/home/feature_bg.png');
 background-repeat:no-repeat;
 background-position:16px 0px;
}
table#dynamic-core td.left_cell .round_lower {
 background-image:url('/img/home/feature_lower.png');
 background-repeat:no-repeat;
 background-position:center bottom;
}
table#dynamic-core td.left_cell h3 {
 margin:0 0 0px;
 font-size:1.6em;
 font-family:"Trebuchet MS", Helvetica, sans-serif;
 font-weight:normal;
 font-style:italic;
} 
table#dynamic-core td.left_cell p
{
 font-family:Georgia,serif;
 font-size:1.1em;
 line-height:1.25em;
}

/* Event Boxes */
#event_boxes { margin:16px auto 0; text-align:center; }
div#ad { float:right; }

#wtf_box {
 float:left; margin-left:8px;
}
#wtf_box a {
 display:block;
 margin:0; padding:100px;
 background: transparent url('/img/home/wtf1.png') no-repeat center;
}
#wtf_box a:hover {
 background-image: url('/img/home/wtf2.png');
}

#flame_box {
 float:right; margin-right:8px;
}
#flame_box a {
 display:block;
 margin:0; padding:100px;
 background: transparent url('/img/home/flameex1.png') no-repeat center;
}
#flame_box a:hover {
 background-image: url('/img/home/flameex2.png');
}


/* Core Right */
table#dynamic-core td.right_cell { width:40%; vertical-align:top; }
table#dynamic-core td.right_cell .wrapper {
 width:300px;
 padding:50px 0px 0px;
 background-color:#cc6600;
 background-image:url('/img/home/shorttag_upper.png');
 background-repeat:no-repeat;
 background-position:center top;
}
table#dynamic-core td.right_cell .round_lower {
 padding:0 10px 10px;
 background-image:url('/img/home/shorttag_lower.png');
 background-repeat:no-repeat;
 background-position:center bottom;
}



/* New Tags */
td.right_cell .new_tag {
 margin:0px 0px 10px;
 color:#660000;
 border:0px solid #993300;
 border-width:0px 0;
}
td.right_cell .new_tag h3 {
 margin-bottom:0px;
 padding:4px 2px 4px 24px;
 font-size:11px;
 font-weight:normal;
 color:#cc6600;
 background:#993300;
 background-position:3px center;
 background-repeat:no-repeat;
}
td.right_cell .new_tag h3.male {  background-image:url('/img/home/new2.png'); }
td.right_cell .new_tag h3.female {  background-image:url('/img/home/new1.png'); }
td.right_cell .new_tag h3 span { margin-right:4px; }
td.right_cell .new_tag h3 span.icon { margin-right:0px; }
td.right_cell .new_tag h3 img { vertical-align:top; }
table#dynamic-core td.right_cell .tagmeta_right { 
 visibility:hidden;
 float:right; 
}
td.right_cell .new_tag h2  {
 margin:0px; padding:3px 3px 0px;
 font-size:14px;
 font-family:"Trebuchet MS", Helvetica, sans-serif;
 font-weight:bold;
 color:#660000;
 background:#bb5500;
}
td.right_cell .new_tag h4 {
 margin:0px; padding:0px 3px 3px;
 font-family: Arial, sans-serif;
 font-size:12px;
 font-weight:normal;
 color:#660000;
 background:#bb5500;
}
td.right_cell .new_tag h5 {
 margin:0;
 padding:2px 4px;
 font-size:11px;
 font-weight:normal;
 color:#cc6600;
 background:#993300;
}
td.right_cell a { color:#330000; }
td.right_cell a:hover { color:#660000; }


/* Feature Tag */
#feature_tag { }
#feature_tag a { color:#882200; }
#feature_tag a:hover { color:#660000; }
#feature_tag .round_lower {padding:0px 8px;}

#feature_tag h2.exhort {
 padding: 8px 1em 4px;
 font-family:Georgia,serif;
 font-style:italic;
 font-weight:bold;
}

#feature_tag h2.tagline {
 margin:0px;
 font-family:"Trebuchet MS",Helvetica,sans-serif;
 font-size:1.6em;
 font-style:italic;
 font-weight:normal;
}
#feature_tag p {
 margin:0;
 font-family:Georgia,serif;
 font-size:1.1em;
 line-height:1.25em;
}
#feature_tag p br {
 line-height:.5em;
}
#feature_tag h4.taglink {
 margin:4px 0px;
 font-weight:normal;
}

