/* @override http://localhost:8888/workspace/rokwebify/templates/rt_rokwebify/css/template_css.css */

/* @group Main */

html {
  /* this is a hack to force scrollbars on at 
     all times so that the page does not jump
     when going from short to long pages */
  height: 100%;
  margin-bottom: 1px;
  background: #fff;
}

body {
	margin: 0;
	padding: 0;
}

p {
  /* setup some more readable paragraph spacing */
  margin-top: .75em; margin-bottom: 1em; text-align:justify; line-height:1.5em; 
}

h1, h2, h3, h4, h4 {
	/* setup some more readable header spacing */
	padding-bottom: 5px;
	margin: 15px 0; line-height:1.2em;
}

/* @group Fonts */

/* @group Sizes */


body {
	font-size: 12px;
}
td.right {font-size:90%;}
h1 {
	font-size: 160%; letter-spacing:.15em; font-weight:bold; line-height:1.5em; 
	color: #99CC66; 
}

h2 {
	font-size: 120%; line-height:1.2em; letter-spacing:.15em; font-weight:normal;
}

h3 { 
   font-size: 120%;
}

h4 {
	font-size:  110%;
}

.small,
.modifydate,
.createdate,
div.mosimage_caption {
	font-size: 90%;
}

div.moduletable h3,
.componentheading {
	font-size: 120%; letter-spacing:.15em; font-weight:bold; line-height:1.5em; 
}

div.moduletable h2 { color: #993300; line-height:1.75em; letter-spacing:.15em; }
.contentheading {
	font-size: 160%;
}

.componentheading {
 margin-bottom: 15px;
}

td.componentheading {
	padding-bottom: 15px;
}

/* @end */

/* @group Family */

body {
		line-height: 135%;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		color: #666666;
}

div#top {
	color: #666666; font-weight:bold; text-align:right;
}

.contentheading,
.componentheading {
	font-weight: bold;
}

div.moduletable h3,
div.moduletable-hilite1 h3,
div.mdouletable-hilite2 h3,
.contentheading {
	/* see style css */
}

table.headlines div.moduletable h3,
.componentheading { 
	/* see style css */
}

a:link,
a:visited {
	/* color: see style css */
	color: #993300;
	text-decoration: none;
}

div#bottom a:link,
div#bottom a:visited {
	color: #99CC66;
}

a:hover {

	text-decoration: underline;
}

img {border:0;}
/* @end */

/* @end */

/* @end */

/* @group Structure */

html {
	background: #999999 url(../images/design/bg.png) 0 0 repeat-x;
}

div#wrapper {
	margin: 0 auto;
	width: 92%;
	padding-top: 18px;
}

div#header {
	background: url(../images/design/header-bg.png) 0 0 repeat-x;
}

div#header .rk-1 {
	background:  url(../images/design/header-r.png) 100% 0 no-repeat;
}

div#header .rk-2 {
	background:  url(../images/design/header-l.png) 0 0 no-repeat;
	height: 153px;
	overflow: hidden;
}

img#logo {
	float:  left;
	margin-left: 38px;
	width: 469px;
	height: 138px;
	background: url(../images/design/logo.png) 0 0 no-repeat;
}

div#top {
	margin-left:  520px; height:150px;
	font-style: italic; 
}

div#top .padding {
	padding: 2em 3em 1em 0;
}

div#horiz-menu {
	background: url(../images/design/menu-bg.png) 0 0 repeat-x;
	height: 36px;
}

table.mainbody,
table.usermodules {
	width: 100%;
	padding: 0;
}

td.mainbody {
	background: #F4FFE4;
}

td.usermodules {
	padding: 0 10px;
}

td.mainbody .padding,
td.left .padding, 
td.right .padding { padding: 15px 12px;}
td.mainbody .padding {
	padding: 15px 25px;
}

td.left {
	background: #F4FFE4 url(../images/design/col-divider.png) right repeat-y;
	width: 240px;
}
td.right { background: #F4FFE4 url(../images/design/col-divider.png) 0 0 repeat-y; width: 20%; }

div#bottom {
	background: #5C743D url(../images/design/bottom-bg.png) 0 0 repeat-x; 
}

div#footer {
	background: url(../images/design/footer-bg.png) 0 0 repeat-x;
}

div#footer .rk-1 {
	background: url(../images/design/footer-r.png) 100% 0 no-repeat;
}

div#footer .rk-2 {
	background: url(../images/design/footer-l.png) 0 0 no-repeat;
	height: 105px;
	overflow: hidden;
}

div#the-footer {
	background: url(../images/design/footer-rocket.png) 50% 0 no-repeat;
	text-align: center; color:#D5EDB3; line-height:3em; font-size:x-small; 
}

img#rocket {
	width: 150px;
	height: 50px;
}


/* My Comment */



/* @group menus */

div#horiz-menu ul {
	margin: 0;
	padding: 6px 0 0 0;
}

div#horiz-menu li {
	margin: 0;
	padding: 0;
	padding-right: 2px;
	float: left;
	list-style: none;
	background: url(../images/design/menu-divider.png) 100% 0 no-repeat;
}

div#horiz-menu a:link,
div#horiz-menu a:visited {
	display: block;
	float: left;
	padding: 0 12px; margin:0 0 5px;
	height: 25px;
	line-height: 25px;
	font-weight: bold;
	color: #993300;
	text-decoration: none;
}

div#horiz-menu a:hover {
	background: #5C743D; color:#D5EDB3;
}

/* My Comment */

/* My Comment */

/* @end */

/* @group content */

.hide {
	display: none;
}

form {
	border: 0;
	margin: 0;
	padding: 0;
}

table.blog span.article_seperator {
	display: block;
	height: 20px;
}

.highlight {
  background-color: #ffc;
}

/* @end */

/* @end */

/* @group Joomla Core */

/* @group modules */

div.moduletable h3 {
	color: #5C743D;
	border-bottom: 3px solid #5C743D;
	padding: 3px 0;
}

td.left div.moduletable,
td.right div.moduletable {
	color: #666666;
}

td.left div.moduletable h3, 
td.right div.moduletable h3 {
	color:#993300; font-size:95%;
	border-bottom: 2px solid #993300;
}

div#bottom div.moduletable {
	color: #D5EDB3;
}

div#bottom div.moduletable h3 {
	border-bottom: 3px solid #6A8545;
	color: #fff;
}

/* @end */

/* @group content */

.contentheading {
	padding: 10px 0;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height:1.5em; font-weight:bold;
	letter-spacing:.15em; 
}

td.buttonheading {
 	vertical-align: middle;
}

td.buttonheading img {
	margin-right: 5px;
}

table.contentpaneopen, table.contentpane {
  border-collapse: collapse;
  padding: 0;
  margin: 0;
  width: 100%;
}

div.contentpane, div.contentpaneopen {
  width: 100%;
}

.clr {
	clear: both;
}

div.mosimage {
  margin: 5px;
}

a.readon {
	display: block;
	float: left;
	padding-left: 20px;
	margin-top: 10px;
	line-height: 14px;
	height: 16px;
	/* background: see style css */
}

.small { color:#999999; }

.modifydate {
	height: 20px;
	vertical-align: bottom;
	color: #999999;
}

.createdate {
	height: 20px;
	vertical-align: top;
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 0px;
	color: #999999;
}

table.contenttoc {
  margin: 5px;
  padding: 5px;
}

table.contenttoc td {
  padding: 0 5px;
}

/* @end */

/* @group pathway */

span.pathway {
	display: block;
	height: 16px;
	line-height: 16px;
	vertical-align: middle;
	margin-top: 5px;
	margin-bottom: 20px;
	font-weight: bold;
}

span.pathway img {
	margin: 0px 10px;
	vertical-align: middle;
}

div#pathway {
	margin-bottom: 10px;
	padding-left: 8px;
}

/* @end */

/* @group sections */

table.mainbody td.mainbody td.sectiontableheader {
  font-weight: bold;
  padding: 4px;
  line-height: 20px;
  background: #f6f6f6;
  border-bottom: 1px solid #ddd;
}

tr.sectiontableentry1 td,
tr.sectiontableentry2 td,
td.sectiontableentry1,
td.sectiontableentry2 {
  padding: 5px;
  border-top: 1px #fff;
  border-bottom: 1px solid #efefef;	
}

tr.sectiontableentry2 td,
td.sectiontableentry1 {
	background: #fcfcfc;
}

/* @group My Group */

/* @end */

.pollstableborder .sectiontableentry1,
.pollstableborder .sectiontableentry2 {
	background: none;
	border:  0;
}


/* @end */

/* @group mainmenu */

a.mainlevel:link,
a.mainlevel:visited {
	text-decoration: none;
}

a.mainlevel {
	display: block;
	padding: 4px 0 2px 28px;
	margin-bottom: 3px;
	background: url(../images/design/menu-bullet.png) 0 0 no-repeat;
}

a.sublevel:link,
a.sublevel:visited {
	text-decoration: none;
}

a.mainlevel:hover {
	text-decoration: underline;
}

a.sublevel:hover {
	text-decoration: none;
}


a#active_menu:link,
a#active_menu:visited {
	color: #666666;
}


li.active_menu a:link,
li.active_menu a:visited {
  color: #666666;
}

.third { width:33%;}


div.module-hilite,
.module-hilite3a div div div,
.module-hilite3b div div div,
.module-hilite3c div div div,
.module-hilite4a div div div,
.module-hilite4b div div div,
.module-hilite4c div div div  {
margin: 1px 0;
line-height: 100%;
height: auto; 
}

div.module-hilite div div div {
padding: 15px 15px;
}

.module-hilite3a div div div,
.module-hilite3b div div div,
.module-hilite3c div div div,
.module-hilite4a div div div,
.module-hilite4b div div div,
.module-hilite4c div div div {
	padding: 15px 15px;
	color: #eee;
}

.module-hilite3a div div div div,
.module-hilite3b div div div div,
.module-hilite3c div div div div,
.module-hilite4a div div div div,
.module-hilite4b div div div div,
.module-hilite4c div div div div {
	background: none;
}

.module-hilite3a h3,
.module-hilite3b h3,
.module-hilite3c h3,
.module-hilite4a h3,
.module-hilite4b h3,
.module-hilite4c h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0 15px 0;
	padding: 0 0 0 35px;
	height: 32px;
	line-height: 32px;
}

/* @end */

/* @end */
