﻿/*-------------------------------------------

           Project:  SWAT Magazine
             Usage:  Homepage
            Author:  Ian Yang
           Updated:  2008-10-18

---------------------------------------------*/


/*====================TOC====================

                1. Welcome
                2. Current Issue
                3. Tactic Tips
                4. Podcast
                5. Advertisment

=============================================*/



/* 1. Welcome
---------------------------------------------*/

.arialtwelveyellownormal, .arialfourteenyellowbolditalic {
	font-size: 10px;
}

#welcome {
	float: left;
	display: inline;
	margin-left: 14px;
	padding: 0 12px 47px;
	width: 434px;
	min-height: 360px;
	border-right: 3px solid #E7E7E7;
	background: url(../images/welcome_bg.jpg) no-repeat bottom right;
	}

* html #welcome {
	height: 260px;
	}

#content > /**/ #welcome {
	padding-bottom: 42px;
	}

#welcome h2 {
	margin: -4px 0 13px;
	font-weight: normal;
	font-size: 1.1em;
	}

#welcome p {
	margin-bottom: 58px;
	font: 0.8em/1.2em Verdana, sans-serif;
	text-align: justify;
	}


/* 2. Current Issue
---------------------------------------------*/
#current {
	float: right;
	display: inline;
	margin-right: 5px;
	padding: 3px 3px 3px 194px;
	width: 197px;
	height: auto;
	border: 3px solid #72674E;
	background: #151617 url(/archive_2009/img/aug09_cover_small.jpg) no-repeat 6px 5px;
	text-shadow: #151617 0 1px 1px;
	}

#current h3 {
	color: #F2D89A;
	font-weight: normal;
	font-size: 1.1em;
	}

#current p {
	margin: 3px 0 12px;
	width: 194px;
	color: white;
	font-size: 0.75em;
	line-height: 1.3em;
	text-align: left;
	}

#current a {
	color: white;
	font-size: 0.75em;
	}


/* 3. Tactic Tips
---------------------------------------------*/
#tips {
	padding: 11px 0 0 16px;
	width: 881px;
	color: #151617;
	}

#content > /**/ #tips {
	float: left;
	}

#tips h3 {
	float: left;
	}

#tips h4 {
	float: left;
	display: inline;
	margin: 13px 0 16px 30px;
	font-size: 0.95em;
	}

#tips ul {
	float: left;
	display: inline;
	width: 398px;
	margin-left: 31px;
	}

html:not(:first-of-type) #tips h4,
html:not(:first-of-type) #tips ul {
	margin-left: 26px;
	width: 405px;
	}

#tips ul li {
	float: left;
	width: 100%;
	margin-bottom: 15px;
	}

#tips ul li h5 {
	margin-bottom: -2px;
	font-weight: normal;
	font-size: 0.7em;
	}

#tips ul li cite {
	font-style: normal;
	font-weight: bold;
	font-size: 0.7em;
	}


/* 4. Podcast
---------------------------------------------*/
#podcast {
	float: left;
	display: inline;
	margin: 5px 0 0 16px;
	}

* + html #podcast {
	margin-top: 11px;
	}


/* 5. Advertisement
---------------------------------------------*/
#ad {
	float: right;
	display: inline;
	margin: 10px 10px 0 0;
	}
	
#adtxt {
	float: left;
	font-size: 14px;
	color: #333333;
	margin-left: 150px;
	margin-top: 22px;
	}

* + html #ad {
	margin-top: 46px;
	}
