/*  
Theme Name: Hossein-Askari.com
Theme URI: http://hossein-askari.com
Description: Custom Wordpress theme for Dr. Hossein Askari.
Version: 1.0
Author: Jeanna Riley
Author URI: http://jlriley.com
*/

/***** WHITESPACE RESET *****/

html,body {
	margin: 0;
	padding: 0;
}

/***** STRUCTURAL ELEMENTS *****/

body {
	font: 12px Georgia, "Times New Roman", serif;
	text-align: center;
	background: #669933 url(images/bg.gif);
}
div#container {
	width: 800px;
	margin: 20px auto;
	text-align: left;
	border: 1px solid #000;
	background-color: #273A13;
	padding: 10px;
}
div#header {
	height: 60px;
	margin: 0;
	margin-bottom: 0;
	padding: 0;
	background: #38551C url(images/banner_bg.png);
	border-bottom: 1px solid #273A13;
}
div#content {
	background-color: #CDCDC1;
	padding: 2px;
}
div#wrapper {
	margin: 0;
	background-color: #ccc;
}
div#footer {
	clear: both;
	width: 100%;
	background: #333 url(images/footer_bg.png);
	height: 25px;
	border-top: 1px solid #273A13;
	color: #fff;
}

/***** NAVIGATION *****/

#navcontainer ul {
	padding-left: 0;
	margin: 0 0 15px 0;
	list-style-type: none;
	background-color: #38551C;
	color: #fff;
	width: 100%;
	float: left;
	font: 11px Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #273A13;
}
#navcontainer li {
	display: inline;
}
#navcontainer li a {
	text-decoration: none;
	background-color: #38551C;
	float: left;
	color: #fff;
	padding: 0.5em 1em;
	border-right: 1px solid #fff;
}
#navcontainer li a:hover {
	background-color: #669933;
	color: #fff;
}

/***** TEXT POSITIONING *****/

h1,h2,h3,h4,h5,h6,p,blockquote {
	margin: 5px;
	padding: 5px;
}

/***** HEADERS *****/

h1,h2,h3,h4,h5,h6 {
	color: #476A23;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 24px;
	color: #eee;
	padding: 16px 5px;
	letter-spacing: -1px;
}
h2 {
	font-size: 11px;
	border-bottom: 1px solid #476A23;
	text-transform: uppercase;
	padding-bottom: 1px;
	margin-top: 10px;
}
h3 {
	font-size: 20px;
	line-height: 21px;
	font-weight: bold;
	letter-spacing: -1px;
}

/***** TYPOGRAPHY *****/

div#footer p {
	margin: 0;
	text-align: center;
	color: #fff;
}
div#content p {
	line-height: 17px;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.underline {
	text-decoration: underline;
}

/***** LINKS *****/

a {
	color: #476A23;
}
a:visited {
	color: #546B3C;
}
a:hover {
	color: #619031;
}
a:active {
	color: #619031;
}
#footer a {
	color: #fff;
}

/***** IMAGES *****/

#content img {
	padding: 5px;
	border: 1px solid #666;
	margin: 5px 10px 5px 0;
}
#content div.photos img {
	float: left;
	display: inline;
}
#content img.icon {
	padding: 1px 3px 1px 1px;
	margin: 0;
	float: left;
	display: inline;
	border: 0;
}

/***** LIST ITEMS *****/

div#content ul {
	margin-left: 20px;
	padding-left: 0;
	list-style: none;
}
div#content li {
	padding-left: 15px;
	line-height: 1.4;
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	background-position: 1px 2px 1px 1px;
}