/****
Ghana Association of RI
*****/

/*** GLOBAL ***/

body { 
	background: #bbb;
	font-family: arial, sans-serif;
	font-size: .8em;
	line-height: 1.3;
	margin: 0;
	background:url(../images/1894501.jpg) no-repeat center center fixed;
}

/**** NOTIFICATIONS ****/

#mini-notification {
    display: none;
    position: fixed;
    cursor: pointer;
    width: 990px; /* 100 */
    background: #fff;
    font-size: 14px;
    text-align: center;
    border-top: 2px solid #fff;
    z-index:9999;
    color: #3C3C3C;
	opacity:0.2;
    -moz-box-shadow:0 0em 0.5em rgba(0, 0, 0, 0.3);
    -webkit-box-shadow:0 0em 0.5em rgba(0, 0, 0, 0.3);
    box-shadow:0 0em 0.5em rgba(0, 0, 0, 0.3);
}

#mini-notification .inner {
    position: relative;
    width: 990px; /* 800 */
    margin:  0 auto;

}

#mini-notification .close {
    position: absolute;
    color: #000;
   	top: 18px;
	right: 0;
	padding-right: 40px; /* 60 */
}

#mini-notification a.close:hover {
    text-decoration: underline;
}

/**** GLOBAL SETTINGS ****/

a { color: #21699a; text-decoration: none; }
a:hover, a:focus, a:active { text-decoration: underline; }
a:focus, a:active { outline: 0; }

#container { 
	width: 990px; 
	background: #fff;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	top: -12px;
	-moz-box-shadow: 0 0 5px 5px #888;
	-webkit-box-shadow: 0 0 5px 5px#888;
	-ms-box-shadow: 0 0 5px 5px#888;
	box-shadow: 0 0 5px 5px #888;
}

.clear { clear: both; }

/**** TOP BAR ****/

#topbar { 
	/*height: 45px;*/
	height: 38px;
	background-image: url(../images/topbar-bg.png);
	background-repeat: repeat-x;
	display: block;
	position: relative; 
	text-align: right; 
	z-index: 10;
}

#topbar, #topbar a { color: #006699; /*color: #747474;*/text-decoration: none; }
#topbar a:hover, #topbar a:active { text-decoration: underline; }

#topbar p { 
	font-family:arial, sans-serif; /*gill sans, */
	font-size: .8em; 
	position: relative; 
 	 top: .9em;
	right: 206px;
}

#topbar p a { border-right: 1px solid #747474; padding: 0 .4em; }
#topbar p a:last-child { border: 0; }
#topbar #search { position: absolute; top: 5px; right: 0; }

/***** HEADER *****/

#header { 
	/*width: 100%;
	height: 100px;
	height: 156px;*/
	width: 990px;
	height: 72px;
	background: #FBF3E0;
	background: /*url(../images/header.png) 0 100%,*/ url(../images/header.png) repeat-x 0 0;
	background-repeat: repeat-x;
	display: block;
	position: relative; 	
	/*top: -10px;
	z-index: 9;*/
}

#logo {
	width: 391px;
	height: 40px;
	background-image: url(../images/gari_logo01.png);
	background-repeat: none;	
	display: block;
	position: absolute;
	top: .35em;
	left: 7.0em;
}

/**** OVERLAY SIDEBAR ADS  ****/

div#background-overlay-left {
    left: -130px;
    position: absolute;
    top: 180px;
    width: 200px;
}

div#background-overlay-right {
    right: 130px;
    position: absolute;
    top: 180px;
    width: 200px;
}

/**** MAIN CONTENT ****/

#mainContent { padding: .5em .6em .6em; }

h1, h2 {
	width: 100%;
	border: 0;
	border-bottom: 1px dotted #60472f; 
	font-weight: 400;
	padding: .5em 0 .2em;
}

h1 {
	color: #805329;
	font-size: 1.7em;
	padding-top: .1em;
}

.content h1:first-child { padding-top: 0; } 
	
h2 {
	color: #805329;
	font-size: 1.4em;
}
h4 {
	width: 100%;
	border: 0;
	border-bottom: 1px dotted #60472f; 
	font-weight: 400;
	padding: .1em 0 .1em;
}
h4 {
	color: #805329;
	font-size: 1.0em;
}

.redtext { color: #8c0000; }
.greytext { color:#666; }

#contentContainer { 
	width: 680px;
	background: #fff;
	float: left;	
	position: relative;
	
}

#mainContent {
	width: 660px;    
 	float: left;
}

/* two columns */

.main-right-col, .main-left-col {
	width: 318px;
	float: left;
}

.main-right-col { padding-left: 10px; }
.main-left-col { background: url(../images/two-col-bg.png) repeat-y 100% 0; padding-right: 10px; }

.main-right-col h2, .main-left-col h2 { width: auto; border: 0; }

.main-bottom {
	width: 660px;
	float:left;
	padding-left: 10px;
	padding-bottom: 10px; 
}

/**** SIDEBAR ****/

#sidebarContent {
	width: 100%;
	background: #eee url(../images/sidebar-bg.png) repeat-y 0 0;	
	float: right;
	position: relative;
	top: -10px;
}

#right-col {
	width: 280px;
	float: right;
	font-size: .9em;
	margin: 0 auto;	
    position: relative;
	right: 12px;
}

#right-col h2 { font-size: 1.7em; }

ul#latestnews { list-style-type: none; margin: 0; padding: 0; }
ul#latestnews li { background-image: url(../images/newspaper.png); padding-bottom: 1em; }

.textItem, .photo, #twitter_update_list li, ul#latestnews li {
	padding-left: 24px;
	background-repeat: no-repeat;
	background-position: 0 0;	
}

/**** FORM BUTTONS ****/

.formbuttons {
	-moz-box-shadow:inset 0px 1px 0px 0px #fceaca;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fceaca;
	box-shadow:inset 0px 1px 0px 0px #fceaca;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f1f1f1), color-stop(1, #e1e1e1) );
	background:-moz-linear-gradient( center top, #f1f1f1 5%, #e1e1e1 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#e1e1e1');
	background-color:#f1f1f1;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #bbb;
	display:inline-block;
	color:#000;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #bbb;
}.formbuttons:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e1e1e1), color-stop(1, #f1f1f1) );
	background:-moz-linear-gradient( center top, #e1e1e1 5%, #f1f1f1 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1e1e1', endColorstr='#f1f1f1');
	background-color:#f37521;
}.formbuttons:active {
	position:relative;
	top:1px;
}

/**** TABLES - GRID CLE ****/

table.grid_cle {
	border-width: thin;
	border-spacing: 0px;
	border-style: solid;
	border-color: rgb(153, 153, 153);
	border-collapse: collapse;
	background-color: transparent;
}
table.grid_cle th {
	border-width: thin;
	padding: 4px;
	border-style: solid;
	border-color: rgb(153, 153, 153);
	background-color:  transparent;
	-moz-border-radius: ;
}
table.grid_cle td {
	border-width: thin;
	padding: 4px;
	border-style: solid;
	border-color: rgb(153, 153, 153);
	background-color: transparent;
	-moz-border-radius: ;
}

/**** MAP BORDER ****/

.maps {
	border-width: thin;
  	border-style: solid;
	border-color: rgb(0, 0, 0);
	border-collapse: collapse;
	background-color: transparent;
}

/**** SPONSORS ****/
 
#sponsors { 
	width: 990px;
	height: 60px;
	background: url(../images/sponsors-shadow.png) repeat-x 0 100%, url(../images/sponsors-bg-03.png) repeat-x 0 0;
	border: 0px solid #000; /* Control the border around the Strategic Sponsors Section */
	border-bottom: 0;
	display: block;	
	margin-top: -6px;
	position: relative;
	text-align: center;
	z-index: 8;
} 

#sponsors p { margin: 0; }
#sponsors img { padding: .3em .6em 0; vertical-align: middle;  }
#sponsors a img { border: 0; } 


/***** FOOTER *****/

#footer { 
	background: #60472f;
	border: 0px solid #000; 
	color: #fff;
	font-family: arial, sans-serif; /*'gill sans', */
	font-size: 1.0em;
	margin-top: -9px;
	padding: 1em;
	position: relative;
	z-index: 7;
	text-shadow: black 0.1em 0.1em 0.2em
}

#footer ul { 
	list-style-type: none; 	
	margin: 0;
	padding: 0;
}

#footer ul li, #footer ul li a { color: #fff; text-decoration: none; }
#footer ul li a:hover, #footer ul li a:active, #footer ul li a:focus { color: #ffe599; text-decoration: none;}

#footer-logo { 
	position: absolute;
	top: 10px;
	/*top: 40px;*/
	left: 20px;		
}

#footer-logo,
#footer-logo a { 	
	width: 265px;
	height: 72px; 
	display: block;	
}

#footer-logo a { 
	background: url(../images/gari_footer01.png) no-repeat;
	border: 0;
}

#footer-nav {
	width: 410px;
	position: absolute;
	top: 20px;	
	left: 305px;
}
#footer-nav ul { 
	width: 100px;
	border-left: 1px solid black;
	float: left; 
	margin: 0 1% 0 0;
	padding: 0 0 0 2em;	
}

#footer-nav ul li { text-indent: -10px; }
#footer-nav ul:last-child { border-right: 1px solid #000; padding-right: 1%; }

#footer-socialmedia {
	width: 200px;
	float: right;
	/*margin-top: 5px;*/
}

#footer-socialmedia h2 { color: #fff; font-size: 1em; font-weight: 400; margin: 0; padding: 0; }

#footer-socialmedia p { margin: 0 5% 0 0; float: left; }
#footer-socialmedia img { border: 0; padding: 0em 0; }

#footer-socialmedia a img { opacity: .9; }
#footer-socialmedia a:hover img,
#footer-socialmedia a:active img,
#footer-socialmedia a:focus img { opacity: 1; }

#footer-socialmedia ul li { float: left; border-right: 1px solid #fff; padding: 0 1.4em;  }
#footer-socialmedia ul li:last-child { border: 0; }

#footer-meta { 
	width: 100%; 
	font-family: arial, sans-serif;
	padding: 1em 1em 1em 1em; /* 2em */
	text-align: center;	
	position: absolute;
	font-size: .8em;
	top: 5px;
	
}

#footer-meta img { width: 414px; height: 20px;}
#footer-meta ul { 
	width: 90%;
	margin: 0 auto; 
}

#footer-meta ul li { 
	border-right: 1px solid #fff; 
	color: #cacad8; 	
	display: inline; 
	font-size: .9em; 
	padding: 0 .6em 0 .3em;
}
#footer-meta ul li:last-child { border-right: 0; }

/* DEFAULT CE STYLE */

.appTitle1 {
	width: 100%;
	border: 0;
	border-bottom: 1px dotted #60472f; 
	font-weight: 400;
	padding: .5em 0 .2em;
	color: #805329;
	font-size: 1.4em;
}