/*   
Theme Name: AAANZ Theme
Theme URI: http://aaanz.org
Description: AAANZ WordPress Theme
Author: Kamal Khan
Author URI: http://aaanz.org
Version: 1
*/

div {
	overflow: hidden;
}
.font-museo {
	font-family: "Museo-700";
}
.font-cartogothic {
	font-family: "CartoGothic Std";
}
.imgborder {
	border: 8px solid #000;
}
strong {
	font-weight:bold;
}
h1 {
    font-family: "Museo-700";
}
h3, h4 {
	text-transform:uppercase;
	font-family: "CartoGothic Std";
}

#page {
	width: 964px;
	/*
	margin-right: auto;
	margin-left: auto;
	*/
	color: #1d1d1b;
	font-size: 12px;
}
#logo {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	height: 44px;
	margin-top: 50px;
	margin-bottom: 50px;
	font-family: "Museo-700";
	font-size: 14px;
	padding-left: 237px;
	padding-top: 3px;
	text-indent: 14px;
	line-height: 15px;
	position:relative;
}
#logo a{
	position:absolute;
	top:0px;
	left:0px;
	width:400px;
	height:44px;
}
#container {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
}
#container a:hover {
	font-weight: bold;
}

#container .nav-about:hover {
	color: #f6a133 !important;
}
#container .nav-membership:hover {
	color: #eb571f !important;
}
#container .nav-conferences:hover {
	color: #ce1c44 !important;
}
#container .nav-journal:hover {
	color: #843189 !important;
}
#container .nav-prizes:hover {
	color: #356798 !important;
}
#container .nav-news:hover {
	color: #398283 !important;
}
#container .nav-links:hover {
	color: #8fa62e !important;
}

#container #sidebar {
	float: left;
	width: 320px;
	margin-left: 35px;
}
#container #sidebar #navigation li{
	padding-bottom: 5px;
}
#container #sidebar #navigation li a{
	color: #1d1d1b;
	text-decoration: none;
	font-size: 36px;
	font-family: "Museo-700";
	font-weight: 700;
}
#container #sidebar #search {
	margin-top: 20px;
	height: 30px;
	width: 190px;
}
#container #sidebar #search #searchform #s {
	width: 190px;
	background-color: #1d1d1b;
	color: #FFF;
	border: 0px none #FFF;
	font-family: "Arial";
	font-size: 14px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#container #sidebar #links {
	margin-top: 20px;
}
#container #sidebar #links ul {
	float: left;
	width: 100px;
}
#container #sidebar #links ul li  {
	padding-bottom: 10px;
}
#container #sidebar #links ul li.title {
	font-size: 15px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	font-family: "CartoGothic Std";
}
#container #sidebar #links ul li a {
	text-decoration: none;
	color: #000;
	font-family: "CartoGothic Std";
}


#container #content {
	width: 520px;
	float: right;
}
#container #content .button {
	background-color: #1D1D1B;
	color: #FFF;
	line-height: 35px;
	text-align: center;
	display: block;
	width: 80px;
	font-size: 16px;
	font-family: "CartoGothic Std";
	margin-top: 15px;
	text-decoration: none;
}
#container #content p {
    font-family: "CartoGothic Std";
}
#container #content em {
    font-family: "CartoGothic Std";
	font-style:italic;
}
#container #content a {
	color: #000;
}
#content ul {
	list-style:disc inside !important;
	padding: 5px !important;
	margin: 5px !important;
}
#content ol {
	list-style:decimal inside !important;
	padding: 5px !important;
	margin: 5px !important;
}

#container #content h2 {
	font-size: 36px;
	line-height: 35px;
	
	margin-bottom: 10px;
	font-family: "Museo-700";
	color: #1d1d1b;
	/*margin-bottom:-10px;*/
}
#container #content h2 a {
	color: #1d1d1b;
	text-decoration:none;
}
#container #content h3 {
	font-size: 15px;
	font-weight: bold;
	color: #1d1d1b;
	line-height: 20px;
	/*margin-bottom:-10px;*/
}
#container #content h4 {
	font-weight: bold;
	color: #1d1d1b;
	
	/*margin-bottom:-10px;*/
}
#container #content p {
	/*
	margin-top: 3px;
	margin-bottom: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	*/
	margin-top: 10px;
	margin-bottom:20px;
}
#container #content .box {
	margin-top: 30px;
	clear: both;
}
#container #content .box img, #container #content .box .img {
	float: left;
}
#container #content .box .info {
	float: right;
	width: 340px;
	color: #000;
}
#footer {
	margin-right: auto;
	margin-left: auto;
	color: #000;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #000;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 60px;
	line-height: 20px;
	font-size: 10px;
font-family: "CartoGothic Std";
        
}
#footer a {
	color: #000;
	font-size: 10px;
font-family: "CartoGothic Std";
}

#container #content a .cufon {border-bottom: solid 1px #000000}
#container #content a:hover .cufon {border-bottom: none}
