/*------------------------------------------------------------------------
# CD Friends - July, 2008
# ------------------------------------------------------------------------
# Copyright (C) 2005-2008 Cybizz Template Club. All Rights Reserved.
# @license - Copyrighted Commercial Software
# Author: www.jforjoomla.com
# Websites http://www.jforjoomla.com
-------------------------------------------------------------------------*/


/* COMMON STYLE
--------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

body {
	color: #484848;
	background: none;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
}

body#bd {
	background:url(../images/bg.jpg) /* a trick to stick the footer at the bottom :) */
}

body.contentpane { /* Printable Page */
	width: auto;
	margin: 1em 2em;
	color: #000000;
	font-size: 12pt;
	font-family: serif;
	line-height: 140%;
}

body.fs1{
	font-size: 10px;
}

body.fs2{
	font-size: 11px;
}

body.fs3{
	font-size: 12px;
}

body.fs4{
	font-size: 13px;
}

body.fs5{
	font-size: 14px;
}

body.fs6{
	font-size: 15px;
}

/* Normal link */
a {
	color: #6dae0f;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	color: #484848;
	text-decoration: underline;
}

/* Small text */
.small, .smalldark, .createdate, .modifydate, .mosimage_caption,
.back_button, .pagenavcounter, .pagenav, .pagenavbar {
	font-size: 0.89em;
}

/* Heading */
h1 {
	font-size: 1.7em;
	font-weight: normal;
}

h2 {
	font-size: 1.5em;
	font-weight: normal;
}

h3 {
	font-size: 1.35em;
}

h4 {
	font-size: 1em;
	text-transform: uppercase;
}

p {
	margin: 5px 0 15px;
}

ul {
	margin-top: 5px;
	margin-bottom: 15px;
	list-style: none;
}

ul li {
	padding-left:5px;
	margin:0px;
/*	padding-left: 35px;
	background: url(../images/bullet-list.gif) no-repeat 22px 6px;*/
}

ol {
	margin-top: 5px;
	margin-bottom: 15px;
}

ol li {
	margin-left: 35px;
}

th {
	padding: 4px;
	font-weight: bold;
	text-align: left;
}

fieldset {
	border: none;
}

fieldset a {
	font-weight: bold;
}

hr {
	border-top: 1px solid #D1D1C7;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}

a img {
	border: none;
}

td, div {
	font-size: 1em;
}

/* Code text */
pre, .code {
	padding: 10px 15px;
	margin: 5px 0 15px;
	border-left: 5px solid #DDDAB5;
	background: #F5F3DE;
	font: 1em/1.5 "Courier News", monospace;
}

blockquote {
	padding: 15px 40px;
	background: url(../images/quote.gif) 10px 10px no-repeat;
	font: italic 1em/1.5 Georgia, Times, serif;
}
 
.dropcap {
	float: left;
	padding: 3px 3px 0 0;
	display: block;
	color: #484848;
	font: 50px/40px Georgia, Times, serif;
}

/* Tips, Error, Message, Hightlight*/
.error {
	padding-left: 22px;
	color: #CC0000;
	background: url(../images/bullet-error.gif) no-repeat top left;
}

.message {
	padding-left: 22px;
	color: #4D84A7;
	background: url(../images/bullet-info.gif) no-repeat top left;
}

.tips {
	padding-left: 22px;
	color: #CC7400;
	background: url(../images/bullet-tips.gif) no-repeat top left;
}

.highlight {
	border-bottom: 1px dotted;
	background: #F5F3DE;
	font-weight: bold;
}

/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

input, select {
	font: 12px/normal Arial, Helvetica, sans-serif;
}

select, .inputbox {
	padding: 2px;
}

textarea {
	padding-left: 2px;
}

.button {
	border: 1px solid #D1D1C7;
	padding: 1px 8px;

	background: url(../images/button-bg.gif) repeat-x top;
	color: #d7d6d6;
}

.button:hover, .button:focus {
	border: 1px solid #cf0808;
	color: #ffffff;
}

.inputbox {
	border: 1px solid #429dd0;
	background: #f5f5f5;
}

.inputbox:hover, .inputbox:focus {
	border: 1px solid #00649c;
	background: #ffffff;
}

/* MODULE
--------------------------------------------------------- */

div.moduletable h3 {
	margin: 0px;
	padding:4px 5px;
	font-size: 15px;
	color:#ffffff;
	height:100%;
	overflow:hidden;
}

div.moduletable {
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 8px 8px;
	float: left;
	width: 96%;
	background: url(../images/right-moduleh3-bg.gif) repeat-x top left #ffffff;
	border:1px solid #37aee6;
}

div.moduletable ul {
	padding: 0;
	margin: 0px 5px 5px 0px!important;
}

div.moduletable li {
	padding: 0;
	margin: 0;
	background: none;
	background: url(../images/bullet-list.gif) no-repeat 5px 10px;
}

div.moduletable li a {
	padding: 4px;
	border-bottom: 1px solid #D1D1C7;
	width: 95%; /*This is required for IE6*/
	display: block;
	text-decoration: none;
	color: #999999;
}

div.moduletable li a:hover,
div.moduletable li a:active,
div.moduletable li a:focus {
	background: url(../images/rightmodule-arrow.gif) no-repeat center left #ecf9ff; 
	text-decoration: none;
	color: #666666;
	width:90%;
	padding-left:15px;
}








#cd-content div.moduletable h3 {
	margin: 0px;
	padding:4px 5px;
	font-size: 16px;
	color:#333333;
	height:100%;
	overflow:hidden;
}

#cd-content div.moduletable {
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 8px 8px;
	float: left;
	width: 98%;
	background: #ffffff;
	color:#000000;
	border:1px solid #37aee6;
}

#cd-content div.moduletable ul {
	padding: 0;
	margin: 0px 5px 5px 0px!important;
}

#cd-content div.moduletable ul li {
	padding: 0;
	margin: 0;
	background: none;
	background: url(../images/bullet-list.gif) no-repeat 5px 10px;
}

#cd-content div.moduletable li a {
	padding: 4px;
	border-bottom: 1px solid #D1D1C7;
	width: 97%; /*This is required for IE6*/
	display: block;
	text-decoration: none;
	color: #999999;
}

#cd-content div.moduletable li a:hover,
#cd-content div.moduletable li a:active,
#cd-content div.moduletable li a:focus {
	background: url(../images/rightmodule-arrow.gif) no-repeat center left #ecf9ff; 
	text-decoration: none;
	color: #666666;
	width:95%;
	padding-left:15px;
}





/* For Module Bluebg */

#blue-all	
	{
	float:left;
	width:100%;
	margin-right:0px;
	margin-top:5px!important;
	margin-top:2px;
	margin-bottom:5px;
	}

#cd-bluebg1 {
	float: left;
	overflow: hidden;
	margin-right:5px;
	width: 49.5%;
}

#cd-bluebg2	{
	float: left;
	overflow: hidden;
	width: 49.5%;
		}

div.moduletable-bluebg h3 {
	margin: -5px 0px 0px -5px;
	padding:4px 10px;
	font-size: 15px;
	color:#ffffff;
	height:42px;
	background: url(../images/bluebg-top.gif) no-repeat top left;
}

div.moduletable-bluebg {
	margin: 0px;
	padding: 5px;
	float: left;
	background: url(../images/bluebg-bottom.gif) repeat-x top left #32b0e9;
	height:200px;
	width:100%;
}


div.moduletable-bluebg ul {
	padding: 0;
	margin: 5px 5px 10px 5px;
}

div.moduletable-bluebg li {
	padding: 0;
	margin: 0;
	background: none;
}

div.moduletable-bluebg li a {
	padding: 4px;
	border-bottom: 1px solid #27a9ed;
	width: 95%; /*This is required for IE6*/
	display: block;
	text-decoration: none;
	color:#ffffff;
}

div.moduletable-bluebg li a:hover,
div.moduletable-bluebg li a:active,
div.moduletable-bluebg li a:focus {
	background: url(../images/bluebg-arrow.gif) no-repeat center right #4dbaeb;
	text-decoration: none;
	color: #5b5b5b;
}

div.moduletable-bluebg td {
	padding: 0;
}

div.moduletable-bluebg  .article_seperator {
	display: none;
}

div.moduletable-bluebg div.moduletable {
	margin-right: 0;
}


/* For Login Module */

div.moduletable-login h3 {
	margin-bottom: 0px;
	padding:4px 0px 4px 5px;
	font-size: 16px;
	color:#ffffff;
}

div.moduletable-login {
	margin-bottom: 10px;
	padding: 0px 10px;
	float: left;
	}

#login {
	float: left;
	background: url(../images/login-bg.gif) no-repeat top left;
	margin-bottom:8px;
	width:251px;
	height:198px;
	}

#login a {
	color:#cb0808;
	}

#login a:hover, a:active, a:focus{
	color:#ffffff;
}

#login .button {
	padding-left: 0px;
	background: url(../images/red-button.gif) no-repeat top left;
	height:32px;
	width:49px;
	border:none;
	float: left;
	margin-top:-10px!important;
	margin-top:-15px;
	margin-left:170px;
	color: #e4e4e4;
	cursor:pointer;
}

#login .button:hover, .button:focus {
	color: #ffffff;
}


div.module h3 {
	margin: 0px 1px 10px 130px;
	padding:5px 10px 4px 5px!important;
	padding:2px 10px 2px 5px;
	line-height:25px;
	font-size: 15px;
	text-align:right;
	color:#ffffff;
	height:20px;
	background:#cd0808;
}

div.module {
	margin: 0px 0px 8px 0px;
	padding:0;
	float: left;
	width: 100%;
}

div.module div {
	padding: 0;
	background: url(../images/right-module-middle.gif) repeat-y left;
}

div.module div div {
	padding: 0;
	background: url(../images/right-module-bottom.gif) no-repeat bottom left;
}

div.module div div div {
	padding: 0px 0px 10px 10px;
	background: url(../images/right-module-top.gif) no-repeat top left;
}

div.module div div div div {
	margin: 0;
	padding: 0;
	background: none;
}

div.module ul {
	padding: 0;
	margin: 0px 0px 0px 0px!important;
}

div.module li {
	padding: 0px;
	margin: 0;
	background: none;
	width:98%;
}

div.module li a {
	padding: 4px;
	border-bottom: 1px solid #D1D1C7; 
	width: 95%; /*This is required for IE6*/
	display: block;
	text-decoration: none;
	color: #999999;
}

div.module li a:hover,
div.module li a:active,
div.module li a:focus {
	background: url(../images/rightmodule-arrow.gif) no-repeat center left #ecf9ff;
	text-decoration: none;
	color: #666666;
	font-weight:bold;
	width:90%;
	padding-left:15px;
}



/* For Community Modules */

#community	
	{
	float:left;
	width:100%;
	margin-bottom:2px;
	}

#community-module1	
	{
	float:left;
	width: 47.7%;
	height:240px;
	background: #403f3f;
	padding:0px 5px 5px 5px;
	margin-right:5px;
	color:#eeeeee;
	}
	
#community-module2	
	{
	float: left;
	width: 47.7%;
	height:240px;
	padding:0px 5px 5px 5px;
	background: url(../images/grow-community-photo.gif) no-repeat 5px 5px #e2c60d;
	}	



/* For CD Banner Module */


#cd-user8 {
	margin-bottom: 10px;
	float:left;
	width:98%;
}

#cd-user8 ul li {
	list-style:none;
}

#cd-user9 {
	margin-top:4px;
	margin-bottom: 5px;
	float:left;
	width:99.8%;
}

#cd-user9 ul li {
	list-style:none;
}


#cd-banner {
	margin-bottom: 7px;
}


#get-connected {
	position:relative!important;
	position:inherit;
	float:right;
	margin-top:-180px!important;
	margin-top:-183px;
	margin-right:5px!important;
	margin-right:2px;
}

#cd-banner-container {
	overflow: hidden;
	margin-right: 0%;
}

#cd-banner-container div.moduletable {
	overflow: hidden;
}


/* JOOMLA STYLE
--------------------------------------------------------- */
table.blog {
}

table.blog .article_seperator {
	display: block;
	height: 30px;
	background: url(../images/seperator.gif) repeat-x center;
}

.article_seperator, #cd-rightcol .article_seperator {
	display: none;
}

table.contentpane {
	border: none;
	width: 100%;
}

table.contentpaneopen {
	border: none;
}

table.contenttoc {
	margin: 0 0 10px 10px;
	padding: 0;
	width: 35%;
}

table.contenttoc a {
	text-decoration: none;
}

table.contenttoc td {
	padding: 1px 5px 1px 18px;
	background: url(../images/arrow-off.gif) no-repeat 7px 7px;
}

table.contenttoc th {
	padding: 1px 4px;
	border-bottom: 1px solid #D1D1C7;
	color: #877D58;
	text-indent: 5px;
}

table.poll {
	padding: 0;
	width: 100%;
	border-collapse: collapse;
}

table.pollstableborder {
	padding: 0;
	width: 100%;
	border: none;
	text-align: left;
}

table.pollstableborder img {
	vertical-align: baseline;
}

table.pollstableborder td {
	padding: 2px!important;
}

table.searchintro {
	padding: 10px 0;
	width: 100%;
}

table.searchintro td {
	padding: 5px!important;
}

.adminform textarea {
	width: auto; /*Control the Frontend Editor area width*/
}

.adminform textarea.inputbox {
}

.blog_more {
	margin: 10px 0;
}

.blog_more strong {
	margin: 0 0 5px;
	padding-left: 13px;
	display: block;
	color: #666666;
	text-transform: uppercase;
}

td.buttonheading {
	padding: 0 3px!important;
	text-align: center;
}

.category {
	font-weight: bold;
}

.clr {
	clear: both;
}

.componentheading {
	margin: 0 0 15px;
	font-size: 2em;
	line-height: normal;
	color:#3bade5;
	padding: 2px 0 3px;
	border-bottom: 1px solid #D1D1C7;
}

.contentdescription {
	padding-bottom: 30px;
}

table.blog .contentheading {
	font-size: 1.5em;
	color:#6dae0f;
	
}

.contentheading {
	font-size: 2em;
	color:#6dae0f;
}

a.contentpagetitle,
a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
	text-decoration: none!important;
}

a.readon {
	text-decoration: none;
	display: block;
	float: right;
	font-weight: bold;
}

a.readon:hover, a.readon:active, a.readon:focus {
	text-decoration: none!important;
}

table.contentpaneopen td, table.contentpane td {
}

table.contentpaneopen, table.contentpane, table.blog {
	width: 99%;
}

.createdate {
	padding-bottom: 10px;
	color: #918E7F;
	font-weight: bold;
	line-height: 10px;
}

.modifydate {
	color: #918E7F;
	height: 15px;
}

.moduletable {
	padding: 0;
}

.mosimage {
	padding: 0;
	margin: 8px 15px 0 0!important;
	margin: 8px 5px 0 0;
}

.mosimage img {
	padding: 0;
	margin: 0!important;
}

.mosimage_caption {
	margin-top: 2px;
	padding: 1px 2px;
	color: #918E7F;
}

a.pagenav,
.pagenav_prev a,
.pagenav_next a,
.pagenavbar a {
	padding: 2px 5px 2px;
	border: 1px solid #D1D1C7;
	background: url(../images/button-bg.gif) top #EDEDE1;
	text-decoration: none;
	color: #e3e3e3;
}

a.pagenav:hover, a.pagenav:active, a.pagenav:focus,
.pagenav_prev a:hover, .pagenav_prev a:active, .pagenav_prev a:focus,
.pagenav_next a:hover, .pagenav_next a:active, .pagenav_next a:focus,
.pagenavbar a:hover, .pagenavbar a:active, .pagenavbar a:focus {
	border: 1px solid #A7A79F;
	text-decoration: none;
	color: #ffffff;
}

.pagenavbar {
	padding-left: 14px;
	background: url(../images/pages.gif) no-repeat center left;
}

.pagenavcounter {
	padding: 8px 14px 0 14px;
	background: url(../images/pages.gif) no-repeat 0 11px;
}

.sectiontableheader {
	padding: 5px;
	background: #EDEDE1;
	font-weight: bold;
}

tr.sectiontableentry1 td {
	padding: 5px;
}

tr.sectiontableentry2 td {
	padding: 5px;
}

.small {
	color: #918E7F;
}

.smalldark {
	text-align: left;
}

div.syndicate div {
	border: 1px solid #FFFFFF;
	text-align: center;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#cd-headerwrap,
#cd-subnavwrap,
#cd-containerwrap,
#cd-footerwrap {
	text-align: center;
	

 	
}

#cd-header,
#cd-subnav,
#cd-container,
#cd-footer {
	margin: 0 auto;
	width: 850px;
	text-align: left;
	}

#cd-containerwrap {
	background:url(../images/containerwrap-middle.gif) repeat-y center;
}


#cd-containerwrap_top {
	background:url(../images/containerwrap-top.gif) top center no-repeat;
	height:32px;
}

#cd-container {
	padding:0px;
}

div.cd-container_inner
{
	padding:0px 10px 0px 10px;
}


/* HEADER
--------------------------------------------------------- */
#cd-headerwrap {
	background:url(../images/header-bg.gif) no-repeat center top;
	height:70px;
}

#cd-header {
	text-align: left;
	line-height: normal;
	
}

#cd-header h1 {
	font-size: 2em;
	height: 70px;
}

#cd-header h1 img {
	float: left;
}


#cd-search {
	width: 250px;
	height:23px;
	float: right;
	margin-top:10px;
	margin-right:10px;
	display: block;
}
 
#cd-search div.search {
	padding: 0px 0px;
}


#cd-search div.search .button{
	padding:1px 5px;
	border:none;
}

#cd-search div.search input.button{
	position:absolute;
	top:15px;
}


#cd-search .inputbox {
	border:none;
	background: url(../images/searchbg.png) no-repeat left;
	height:23px;
	width:170px;
	margin-bottom:4px!important;
	margin-bottom:-4px;
	margin-right:0px;
	color: #918E7F;
	line-height:150%;
}

#cd-search .inputbox:hover, .inputbox:focus {
	border:none;
}



/* MAIN NAVIGATION
--------------------------------------------------------- */
#cd-mainnav {
	font-size: 1em;
	font-weight: bold;
	line-height: normal;
	clear: both;
	float:left;
	margin-left:21px;
	margin-right:21px;
}

#move-all
	{
	margin-top:0px;
	position: absolute;
	top:40px;
	margin-left:175px;
	margin-right:30px;
	}

#cd-leftcorner
	{
	background:url(../images/menu-left.gif) no-repeat left bottom;
	margin-left:0px;
	height:30px;
	}

#cd-rightcorner
	{
	background:url(../images/menu-right.gif) no-repeat right bottom;
	height:30px;
	}

#cd-subnavwrap 
	{
	width: 100%;
	float: left;
	margin-bottom:20px;
	margin-top:-20px;
	}


/* Default Joomla! Menu */
a.mainlevel {
	padding: 4px;
	margin-right:10px;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #D1D1C7;
	border-left: none;
	display: block;
	color: #484848;
	text-decoration: none;
	}

a.mainlevel:hover,
a.mainlevel:active,
a.mainlevel:focus,
a.mainlevel#active_menu {
	background: url(../images/rightmodule-arrow.gif) no-repeat center left #ecf9ff;
	text-decoration: none;
	color: #666666;
	font-weight:bold;
	width:88%;
	padding-left:15px;
}

a.sublevel {
	padding: 3px 4px 3px 20px;
	color:#3aade5;
	display: block;
	width:85%;
	text-decoration: none;
	background: url(../images/rightmodule-subarrow.gif) no-repeat 5% 50%;
}

a.sublevel:hover,
a.sublevel:active,
a.sublevel:focus {
	font-weight:bold;
	color:#3aade5;
	text-decoration:none;
	background: url(../images/rightmodule-subarrow.gif) no-repeat 5% 50%;
	}
	
a.sublevel#active_menu
	{
	background: url(../images/rightmodule-subarrow.gif) no-repeat 5% 50% #ebecec;
	color:#4c4b4b;
	}
	

/*End: Default Joomla! Menu  */


/* PATHWAY
---------------------------------------------------------*/
#cd-pathway {
	margin-left: 3px;
	color: #4b788f;
}

#cd-pathway img {
	display: none; /* DO NOT SHOW PATHWAY DEFAULT ARROW */
}

#cd-pathway a {
	padding-right: 20px;
	background: url(../images/slash.gif) no-repeat center right;
	font-size: 0.89em;
	color:#7b7b7b;
}

#cd-pathway a:hover, #cd-pathway a:active {
	color:#222222;
}

/* CONTENT COLUMN
--------------------------------------------------------- */
#cd-mainbody, #cd-mainbody-fl, #cd-mainbody-fr, #cd-mainbody-f {
	margin: 0px 0px 25px 0;
}

#cd-mainbody {
	float: left;
	width: 80%;
}

#cd-mainbody #cd-content {
	float: right;
	width: 70%;
	padding-right: 2.5%;
}

/* At this time, this is mainbody -fl */
#cd-mainbody-fl {
	float: left;
	width: 67.5%;
}

#cd-mainbody-fl #cd-content {
	float: left;
	width: 100%;
	background:#eeeeee;
	padding:5px;
	margin-bottom:0px!important;
	margin-bottom:15px;
}

#cd-mainbody-fr{
	float: left;
	width: 100%;
}

#cd-mainbody-fr #cd-content {
	float: right;
	width: 77.5%;
}


#cd-mainbody-f {
	float: left;
	width: 100%;
}


/* RIGHT COLUMN
--------------------------------------------------------- */
#cd-rightcol {
	float: right;
	width: 30.2%;
	margin: 0px 0;
	background:#FFFFFF;
}

/* FOOTER
--------------------------------------------------------- */
#cd-footerwrap {
	clear: both;
	position:relative;
	bottom:0px;
	margin-right:0px;
}

#cd-footer {
	padding: 0px;
}

#cd-bottomline {
	padding: 10px 0px 0px 20px;
	color: #999999;
	text-align:center;
}

#cd-bottomline a {
	color: #3aade5;
}

#cd-bottomline a:hover, a:active, a:focus  {
	color: #ffffff;
}

#cd-certwrap	{
	padding: 0px;
	background: url(../images/footer-bg.png) no-repeat bottom center;
	height:66px;
	margin-top:0px;
	}


#cd-cert {
	padding: 22px 10px 0px 0px;
	float: right;
}

#cd-cert a {
	padding-right: 5px;
}

/* MISCELLANOUS
----------------------------------------------------------- */
div.back_button a,
div.back_button a:hover,
div.back_button a:active {
	margin: 10px 0;
	display: block;
	color: #918E7F;
	background: none!important;
	text-decoration: none!important;
}

#mod_login_password, #mod_login_username {
	width: 90%;
}

#mod_login_password {
}

#mod_login_username {
}

#mod_login_remember {
	border: none;
	background: none;
}

/* Clearfix */
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	width: 100%;
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* Firefox Scrollbar Hack - Do not remove */
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}

