/* Start of CMSMS style sheet 'theme : cmg content css' */
/*
  @Stylesheet by [Mete Cem Kuzu]

  @Based on :
  -  icms.info/
 
  --------------------------------------------------------------- 
*/
* {
	margin:0;
	padding:0;
	outline:0
}
body {
	font:13px/165% "Lucida Grande",sans-serif;
        _font:13px sans-serif;
	color:#393939;
	margin:0;
	padding:0 0 50px 0;
        background: #dbdada;
}
/* Links */
a {
	text-decoration:none;
	color:#A56F38;
}
a:hover {
	background:#F0f0f0;
	color:#000;
	border-bottom: 1px dotted #000;
}
/* Headers */
h1,h2,h3, h4 {
clear: both;
	font: 1em/1.5em "Trebuchet MS",Tahoma,Arial,Sans-serif;
	color:#5f1213;
	padding:15px 10px 5px 10px;
	margin:0;
}
h1 {
	font-size:345%;
	font-weight:normal;
	letter-spacing:-2px;
}
h2 {
	font-size:200%;
	color:#663333;
}
h3 {
	font-size:170%;
	font-weight:normal;
}
h4{
font-size: 150%;
font-weight: normal;
}
p,dl {
	padding:10px;
	margin:0;
}
ul,ol {
	margin:10px 20px;
	padding:0 20px;
}
ul {
	list-style-type:disc;
}
dt {
	font-weight:bold;
	color:#895F30;
}
dd {
	padding-left: 25px;
}
/* Images */
img {

}
img.float-right {
	margin:5px 0px 10px 10px;
}
img.float-left {
	margin: 15px 10px 10px 0px;
}
code {
	background: none;
    border: none;
    display: block;
    font: 500 1.3em/1.2em 'Lucida console','courier new',monospace;
    margin: 5px 0;
    overflow: auto;
    padding: 15px;
    text-align: left;
    width: 453px;
}
acronym {
	cursor:help;
	border-bottom:1px dotted #895F30;
}
blockquote {
	margin:15px 10px;
	padding:10px 10px 10px 35px;
	border:1px solid #F0F0F0;
	background:#F0F0F0 url(/uploads/theme/quote.jpg) no-repeat 10px 10px;
	font-weight:normal;
	font-size:17px;
	line-height:1.5em;
	font-style:italic;
	font-family:'Lucida Grande', Arial, sans-serif;
	color: #555;
}
/* start - table */
table {
	border-collapse:collapse;
	margin:15px 10px;
}
th {
	color:#555;
	background:#E6E6E6;
	height:38px;
	padding-left:12px;
	padding-right:12px;
	text-align:left;
	border-width:1px;
	border-style:solid;
	border-color:#ebebeb #d4d4d4 #d4d4d4 #ebebeb;
}
tr {
	height:34px;
	background:#fff;
}
td {
	padding-left:11px;
	padding-right:11px;
	border: 1px solid #ECECEC;
}
/* end - table */
/* form elements */
form {
	margin:15px 10px;
	padding:5px 10px 20px 10px;
	border:1px solid #f1f1f1;
	background:#fdfdfd;
}
label {
	display:block;
	font-weight:bold;
	margin:8px 0 5px 0;
	color:#895F30;
}
input,select {
	padding:4px;
	font:normal 1em Verdana,sans-serif;
	color:#666666;
	background:#fff;
}
textarea {
	width:350px;
	padding:4px;
	font:normal 1em Verdana,sans-serif;
	height:100px;
	display:block;
	color:#666666;
}
input,textarea,select {
	background:#fff;
	border-width:1px;
	border-style:solid;
	border-color:#D4D4D4 #ebebeb #ebebeb #d4d4d4;
}
input.button {
	font:bold 12px Arial,Sans-serif;
	height:30px;
	margin:0;
	padding:2px 3px;
	color:#555;
	background:#E6E6E6;
	border-width:1px;
	border-style:solid;
	border-color: #ebebeb #d4d4d4 #d4d4d4 #ebebeb;
}
/* search form */
div.searchform form {
	background-color:transparent;
	border:none;
	margin:0;
	padding:12px 0 15px 8px;
	width:190px;
}
div.searchform form p {
	margin:0;
	padding:0 0 10px 0;
}
div.searchform form input.textbox, div.searchform form input {
	width:115px;
	color:#666666;
	height:18px;
	padding:2px;
	vertical-align:top;
}
div.searchform form input.button, div.searchform form input[type=submit] {
	width:60px;
	height:24px;
	padding:2px 5px;
	vertical-align:top;
}

/* ------------------------------------------ LAYOUT------------------------------------------- */ 
#wrappermain{
margin: 0 auto;
width: 1060px;
}

#secondwrapper{
background: #EEEDEE;
_float: left;
}

#logopic{
    background: none repeat scroll 0 0 #DBDADA;
    float: left;
    height: 70px;
    padding: 20px 0;
    position: relative;
    _width: 1064px;
}

#logopic img{
border: none;
padding: 0;
}

#logopic a{
text-decoration: none;
border: none;
outline: none;
}

#reg_teaser{
float: right;
}


#main-wrapper{
        clear: both;
        float: left;
        background: #eeedee url("/uploads/unbound/bg_ghanacolors.jpg") repeat-x bottom;
        border-top: 1px solid #c0c0c0;
        border-right: 1px solid #c0c0c0;
        border-left: 1px solid #c0c0c0;
        padding-bottom: 15px;
        _width: 1046px;
}


.shop{
width: 140px;
height: 20px;
float:right; 
padding: 2px 10px; 
background: red; 
margin-right: 15px; 
color: white;
}

.shop a{
text-decoration: none;
color: white;
align: right;
}

.shop a:hover{
text-decoration: none;
color: black;
}



*+html #main-wrapper{
width: 1060px;
background: #eeedee url("/uploads/unbound/bg_ghanacolors.jpg") repeat-x bottom;
}

#header-wrap {
	float: left;
        background: #eeedee;
	height:300px;
	text-align:left;
}
#header-photo {
	padding-top:20px;
        padding-left: 17px;
	height:234px;
	clear:both;
}


#header-photo img {
	border:1px solid #d8d7d7;
	margin:0;
	padding: 0;
}

/* Navigation */

#nav {
         float: left;
         width: 100%;
         _width: 1047px;
         height: 65px;
         background: transparent url("/uploads/unbound/bg_ghanacolors.jpg") repeat-x bottom ;
}

*+html #nav{
width: 1050px;
}


#nav ul {
	float:left;
	list-style:none;
	width:100%;
	height:40px;
	margin-left: -5px;
	padding:0;
	display:inline;
}
#nav ul li {
	display:inline;
	margin:0;
	padding:0;
}
#nav ul li a {
	float:left;
	margin:0;
	padding:11px 11px 0 23px;
	font: 14px/35px 'Lucida Grande', Arial, sans-serif;
        text-transform: uppercase;
	color:#070000;
}
#nav ul li a:hover,#nav ul li a:active {
	color:#663333;
	background:none;
	border:none;
}
#nav ul li#current a {
	color:#000;
	background:#d5d3d6 url(/uploads/theme/nav-current.jpg) repeat-x;
	border-bottom: 1px solid #CECECE;
}

#nav ul li a.currentpage{
color: #5F1213;
font-weight: bold;
}

#innerwrapper{
float: left;
width: 100%;
padding-top: 15px;
}

#secondnavi{
background: goldenRod;
    border-left: 1px solid #C0C0C0;
    float: left;
    margin-left: -2px;
    margin-right: 2px;
    margin-top: 16px;
    width: 160px;
}

#content-wrapper{
float: left;
width: 868px;
padding-left: 12px;
}



#header-wrap h1#logo-text a {
	position:absolute;
	margin:0;
	padding:0;
	font:normal 62px 'Lucida Grande', Arial, sans-serif;
	letter-spacing:-1.5px;
	color:#070000;
	text-decoration:none;
	/* change the values of top and left to adjust the position of the logo*/
	top:135px;
	left:48px;
}
#header-wrap h1#logo-text a:hover {
	background:none;
	border: none;
}
#header-wrap p#intro {
	position:absolute;
	margin:0;
	padding:0;
	font-family: 'Lucida Grande', Arial, sans-serif;
	font-weight:normal;
	font-size:18px;
	line-height:1.6em;
	font-style:italic;
	text-transform:none;
	color:#663333;
	width:400px;
	/* change the values of top and left to adjust the position */
	top:205px;
	left:60px;
}
/* header quick search */
#header-wrap div#quick-search form {
	position:absolute;
	top:25px;
	right:25px;
	padding:0;
	margin:0;
	width:260px;
	height:26px;
	background:#fff;
	z-index:999999;
	border:1px solid #D8D8D8;
}
#header-wrap div#quick-search form p {
	margin:0;
	padding:0;
}
#header-wrap div#quick-search form input {
	margin:2px 0 0 4px;
	width:210px;
	background:none;
	border:none;
	color:#ABABAB;
}
#header-wrap div#quick-search form label, #header-wrap div#quick-search form .btn,
#header-wrap div#quick-search form input[type=submit] {
	display:none;
}


/* MEDAL LISTING*/

#medaldef_copper{
    background: url("/uploads/images/medals_commitment.jpg") no-repeat scroll left top transparent;
    float: left;
    height: 215px;
    padding-left: 292px;
    padding-top: 40px;
    margin-bottom: 10px;
}

#medaldef_red{
    background: url("/uploads/images/medal_love.jpg") no-repeat scroll left top transparent;
    float: left;
    height: 215px;
    padding-left: 292px;
    padding-top: 40px;
    margin-bottom: 10px;
}

#medaldef_green{
    background: url("/uploads/images/medal_hope.jpg") no-repeat scroll left top transparent;
    float: left;
    height: 215px;
    padding-left: 292px;
    padding-top: 40px;
    margin-bottom: 10px;
}

#medaldef_blue{
    background: url("/uploads/images/medal_loyalty.jpg") no-repeat scroll left top transparent;
    float: left;
    height: 215px;
    padding-left: 292px;
    padding-top: 40px;
    margin-bottom: 10px;
    _clear: both;
}

*+html #medaldef_blue{
clear: both;
}

#medaldef_lifetime{
    background: url("/uploads/images/medal_lifetime.jpg") no-repeat scroll left top transparent;
    float: left;
    height: 215px;
    padding-left: 292px;
    padding-top: 40px;
    margin-bottom: 10px;
}

#medaldef_believe{
    background: url("/uploads/images/medal_believe.jpg") no-repeat scroll left top transparent;
    float: left;
    height: 215px;
    padding-left: 292px;
    padding-top: 40px;
    margin-bottom: 10px;
}


#medaldef_trust{
    background: url("/uploads/images/medal_trust.jpg") no-repeat scroll left top transparent;
    float: left;
    height: 215px;
    padding-left: 292px;
    padding-top: 40px;
    margin-bottom: 10px;
}

#medaldef_unity{
    background: url("/uploads/images/medal_unity.jpg") no-repeat scroll left top transparent;
    float: left;
    height: 215px;
    padding-left: 292px;
    padding-top: 40px;
    margin-bottom: 10px;
}


/* sidebar menu */
div.sidemenu ul {
	text-align:left;
	margin:7px 5px 8px 0px;
	padding-left:9px;
	text-decoration:none;
}
div.sidemenu ul li {
	list-style:none;
	background:url(/uploads/theme/dots.gif) repeat-x left bottom;
	padding:6px 10px;
	margin:0;
}
* html body div.sidemenu ul li {
	height:1%;
}
div.sidemenu ul li a {
	text-decoration:none;
	background-image:none;
	background-color:transparent;
	border:none;
	color:#000;
        font-weight: bold;
}
div.sidemenu ul li a span {
	color:#989898;
	font-family:'Lucida Grande', Arial, sans-serif;
	font-style:italic;
	font-weight:normal;
	font-size:1em;
}
div.sidemenu ul li a:hover {
	color:#fff;
	background:none;
	border:none;
}
div.sidemenu ul ul {
	margin:0 0 0 5px;
	padding:0;
}
div.sidemenu ul ul li {
	background: none;
}

/* footer */




#footer {
    clear: both;
    color: #7B7B7A;
    font-size: 10px;
    margin: 0 auto;
    padding: 0;
    text-align: right;
    width: 1058px;
}

#footer p{
padding-right: 0;
}

/* postmeta */

.postmeta {
	padding:5px;
	margin:20px 10px 15px 10px;
	font-size:1em;
	color:#777;
	border:1px solid #EBEBEB;
	background:#F5F5F5;
}
.postmeta a {
	background:transparent;
}
.postmeta .date {
	margin:0 10px 0 5px;
}
.postmeta a.comments {
	margin:0 10px 0 5px;
}
.postmeta a.readmore {
	margin:0 10px 0 5px;
}
.post-info, #NewsPostDetailDate {
	font-size:.95em;
	padding-top:3px;
	margin-left:5px;
	color:#bababa;
}
.post-info a {
	color: #000;
}

/* thumbnails */

p.thumbs {
	padding:12px 0 0 10px;
}
.thumbs img {
	position:relative;
	padding:4px;
	margin:5px;
	background:#fafafa;
	border:1px solid #dcdcdc;
}
.thumbs img:hover {
	border:1px solid #8E8E8E;
	background:#8E8E8E;
}
.thumbs a:hover {
	background-color:transparent;
	border: none
}
/* alignment classes */
.float-left {
	float:left;
}
.float-right {
	float:right;
}
.align-left {
	text-align:left;
}
.align-right {
	text-align: right;
}
/* clearing */
.clearer {
	clear:both;
}
.clear {
	display:inline-block;
}
.clear:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content: ".";
}

.NewsSummaryCategory,  .NewsSummaryAuthor, .NewsSummaryContent, #NewsPostDetailCategory,
#NewsPostDetailAuthor, #NewsPostDetailContent,  #NewsPostDetailPrintLink, #NewsPostDetailReturnLink, .NewsSummarySummary, .NewsSummaryMorelink {
        padding: 0 10px;
}
#NewsPostDetailHorizRule {
         display: none;
}
 
/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}
/* end wiki style external links */
/* End of 'theme : cmg content css' */

