/* Master styles for PIM_home template
Author: denise@go9media.com
*/

html {
	background: url('../images/bkgrd_globe.gif') repeat left top;
}

body {
	background: url('../images/bkgrd_header.gif') repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
	text-align: center;
	height: 155px;
	}



/* links 
- - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

a {
	text-decoration: none;	
}
a,
.custom.graybox a:hover,
.secondaryside li.active a:hover,
#sidemenu li.current a:hover {
	color: #002f60;
}
a:hover {
	color: #a12a1d;
}
.custom.graybox a {
	color: #a12a1d;
	text-decoration: underline;
}
#maincenter a {
	text-decoration: underline;
}

/* text & headings 
- - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

h1 {
	font-family: 'Lato', Arial, sans-serif;
    font-size: 1.125em;
    color: #002f60;
}

h2,
.cbUserListTitle,
#cb_cb_comp_login .componentheading,
#maincenter .componentheading,
#maincenter .contentheading {
   font-family: 'Lato', Arial, sans-serif;
   font-size: 1.125em;
   font-weight: 600;
   line-height: 1.25em;
   color: #002f60;
   margin-bottom: 15px;
}

.blog h2 {
	font-size: 0.9em;
	color: #a12a1d;
}
h3 {
	font-family: 'Lato', Arial, sans-serif;
   	font-size: 1.2em;
   	font-weight: 600;
   	color: #002f60;
}
h5 {
	font-family: 'Lato', Arial, sans-serif;
   	font-size: 0.9em;
   	font-weight: 600;
   	line-height: 1.25em;
   	color: #a12a1d;
   	margin-bottom: 10px;
}
p, .pagenav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.5em;
}
p.intro {
	font-family: 'Lato', Arial, sans-serif;
	text-transform: uppercase;
	color: #435164;
}
#maincenter p {
	margin-bottom: 20px;
}

/* page structure
- - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

#wrapper {
	margin: 0 auto;
	width: 1024px;
	padding: 0;
}
#container {   
    width: 1024px;
    float: left;
    text-align: left;
    position: relative;
    height: 500px;
}
#homebanner {
	width: 100%;
	background: #d1d3d4;
	clear: both;
	height: 250px;
}
#maincontent {
	width: 100%;
	float: left;
	background: #fff;
	min-height: 500px;
}
#sideleft {
	float: left;
	width: 250px;
	min-height: 200px;
	padding: 15px 20px;	
}
#maincenter {
	float: left;
	width: 510px;	
	padding: 15px 10px;
}
#sideright {
	float: right;
	width: 204px;
}
#footer {
	clear: both;
	float: left;
	width: 100%;
	height: 30px;
	background: #435164;
	border-top: 10px solid #d1d3d4;
}
.breadcrumbs {
	padding: 10px 0 0 300px;
	font-size: 0.7em;
	background: #fff;
	float: left;
	width: 724px;
	line-height: 1.25em;
}

/* header styles 
- - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

#header {
	width: 100%;
	background: #fff;
    height: 125px;
    float: left;
}
#header img {	
	margin-right: 10px;
	float: left;
}
#header h1 {	
    margin: 94px 0 0 0;
}
/* navigation bar styles 
- - - - - - - - - - - - - - - - - - - - - - - - - - - -
  all nav bar styles are located at /modules/mod_superfishmenu/tmpl/css/superfish.css */
  

/* side right menu styles 
- - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
#sidemenu {
	margin: 15px 0 0 0;
	border-right: #d1d3d4 solid 20px;
	padding: 10px 10px 0 0;
	text-align: right;
	float: right;
	width: 100px;
	font-family: 'Lato', Arial, sans-serif;
	font-size: 0.75em;
	line-height: 1.25em;
	text-transform: uppercase;	
}
#sidemenu li {
	padding-bottom: 10px;
}
#sidemenu li#current {
	font-weight: 600;
}
#sidemenu li.item97 {
	text-transform: none;
}
.userlinks #sidemenu {
	margin: 0;
	padding-top: 15px;
}


/* side right login styles 
- - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

.loginpim {
	margin: 25px 0 0 0;
	border-right: #d1d3d4 solid 20px;
	padding: 10px 6px 0 0;
	text-align: right;
	float: right;
	width: 100px;
}
.moduletable.moderator {
	clear: both;
	padding-top: 40px;
}

/* sideleft styles 
- - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
.moduletable.homeleft {
	background: #e6e6e6;
	width: 210px;
	margin: 0 0 20px 10px;
	position: relative;
	float: left;
	padding: 50px 10px 15px 10px;
	font-size: 0.75em;	
}
.moduletable.homeleft h3 {
	font-family: 'Lato', Arial, sans-serif;
   	font-size: 1.25em;
   	font-weight: 600;
   	line-height: 1.25em;
   	color: #fff;
   	background: #002f60;
   	width: 220px;
   	position: absolute;
   	top: 0;
   	left: -10px;
   	padding: 5px 10px 5px 20px;
}
.homeleft p {
	font-size: 1em;
	margin-top: 20px;
}
.homeleft.forum p {
	margin-top: 0;
}
.homeleft ul {
	list-style: square outside;
	margin-left: 15px;
	line-height: 1.25em;	
}
.homeleft li,
.secondaryside li {
	margin-bottom: 10px;
}
.menu.secondaryside {
	background: #ffefc9;
	width: 210px;
	margin: 0 0 20px 10px;
	position: relative;
	float: left;
	padding: 15px 10px 10px 10px;
	font-family: 'Lato', Arial, sans-serif;
	font-size: 0.75em;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 1.25em;
}
.secondaryside li {
	background: url('../../../images/gray-arrow-bullet.png') no-repeat left top;
	padding-left: 16px;
	min-height: 14px;
}
.secondaryside li.active {
	background: url('../../../images/blue-arrow-bullet.png') no-repeat left top;
}

/* maincenter styles
- - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
#maincenter ul {
	list-style: square outside;
	font-size: 0.75em;
	margin: 0 0 15px 15px;
	line-height: 1.25em;
}
#maincenter ol {
	font-size: 0.75em;
	margin: 0 0 25px 40px;
	line-height: 1.25em;
}
#maincenter li {
	margin-bottom: 10px;
}
#maincenter ul ul {
	list-style: circle outside;
}
#maincenter .pagination ul {
	list-style: none;
	margin-left: 0;
}
#maincenter .pagination li {
	display: inline;
	float: left;
	margin-right: 5px;
}
#maincenter p.counter {
	margin-bottom: 5px;
}
#maincenter .docman ul {
	margin: 0 0 30px 40px;
}
#maincenter .edit form fieldset {
	font-size: 0.75em;
	margin: 20px 0;

}
#maincenter .edit .formelm {
	margin-top: 10px;
}
#maincenter .edit .formelm label {
	padding-right: 10px;
}

/* secondary page styles
- - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

.bannertitle {
	width: 724px;
	height: 30px;
	padding: 10px 0 0 300px;
	background: #fdb913;
	float: left;
}
.register {
	font-family: 'Lato', Arial, sans-serif;
	font-weight: 600;
	padding-left: 20px;
}
.register p,
.register img {
	float: left;
}
.register p {
	line-height: 1.25em;
	padding: 0 2px;
}
.graybox {
	clear: both;
	background: #e6e6e6;
	width: 210px;
	margin: 25px 0 20px 10px;
	position: relative;
	float: left;
	padding: 10px;
	color: #a12a1d;
}
.graybox li {
	float: left;
	display: inline;
	font-size: 0.75em;
	margin:  5px 10px 0 0;
}

/* directory table styles 
- - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

.directory td {
	padding-bottom: 5px;
	vertical-align: top;
	font-size: 0.8em;
}
.directory td.label {
	width: 80px;
}
.directory img {
	padding: 0 30px 20px 0;
}
.directory td.subtitle {
	font-size: 0.875em;
	font-weight: 600;
	padding-bottom: 15px;
	color: #a12a1d;
}

/* login form styles 
- - - - - - - - - - - - - - - - - - - - - - - - - - - -*/ 
table.mod_login {
	line-height: 2em;
}
table.mod_login input.inputbox {
	width: 150px;
}
#maincenter ul.cbLoginLinksList {
	float: left;
	margin-top: 20px;
}
input#mod_login_remember {
	margin: 6px 0 0 0;
}
table.mod_login .button {
	float: left;
	margin: 10px 0 20px 0;
}
/* search results styles 
- - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
table.contentpaneopen.search,
form#searchForm {
	font-size: 0.75em;
	line-height: 1.25em;
} 
form#searchForm table.contentpaneopen.search {
	font-size: 1em;
	line-height: 1.25em;
}
table.contentpaneopen.search td {
	padding: 0 0 10px 0;
}
table.contentpaneopen.search fieldset {
	padding: 0 0 15px 0;
}
table.contentpaneopen.search strong,
form#searchForm strong {
	color: #002f60;
}

/* Kunena forum styles 
- - - - - - - - - - - - - - - - - - - - - - - - - - - -*/   
#maincenter #Kunena .kblock div.kheader {
	border-bottom:2px solid;
	padding:0 10px 0 10px;
	background: #002f60 !important;
}
#maincenter #Kunena #ktop {
	border-color: #002f60 !important;
}
#maincenter #Kunena #ktop span.ktoggler {
	background: #002f60 !important;
}
#maincenter #Kunena #ktab ul.menu li.active a,
#maincenter #Kunena #ktab ul.menu li.active a:hover {
	background-color: #002f60 !important;
}
#maincenter #Kunena #ktab ul.menu li a:hover {
	background-color: #a12a1d !important;
}


/* CB profile styles 
- - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

	/*all CB styles can be found at /components/com_comprofiler/plugin/templates/default/template.css*/

/* miscellaneous 
- - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.center {
    text-align: center;
}
strong {
	font-weight: 600;
}
em {
	font-style: italic;
}