/*
  CSS for the Guns widget
*/

#status-box {
    background:#E5ECF3;
    border:0px solid #1B5790;
    padding:2px;
    width:200px;
}

#status-box textarea {
   width:130px;
}

#status-box h3 {
    padding:3px;
    font-size:12px;
    margin-bottom:5px;
}

#status-box h4 {
    font-size:14px;
    margin:0 0 0 4px;
}

#status-box p {
    font-size:1em;
    margin:0 0 0 4px;
}

#status-box a {
    margin-left:170px;
}

#status-box #gun-image {
   background:#333;
   display:block;
   margin:3px;
   text-align:center;
   border:1px solid #000;
}

#status-box #gun-image img {
    margin:3px;
    border:1px solid #000;
    background:#555;
    padding:1px;
}

/*
 * Generic comments CSS file
 *//*
myIchthus Elgg Theme
Updated 03.08.08
By Kristopher Powell
Kris@myichthus.com
*/

/*
   GLOBALS: used to set all the general elements
*/

body { 
	background:#688B9A;
color:#333; /*#697C83;*/
font-family:'Trebuchet MS','Lucida Grande', Arial, sans-serif;
text-align:left;
margin:0 auto;
padding:0;
font-size: 80%;
line-height:1.6em;
}

p {
  color:#333;
  margin:0 0 10px 0;
}

a {
  text-decoration:none;
  color:#336699;
}

ol, ul {
  color:#333;
}

h1 {
  font-size:130%;
}

h2, h3, h4, h5 {
   font-size:100%;wwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww
}

blockquote{
	background: #EEE url(http://www.myichthus.com/mod/template/templates/Default_Template/images/blockquote.png) no-repeat bottom left;
	padding: 10px;
	padding-bottom: 40px;
	margin: 1em;
}

/*
   TABLES IN ELGG
*/
.footer-inner td {
  border:0px solid #eee;
  padding:0;
  margin:0;
}

td {
  padding:0;
  margin:0;
}

td h4, h3, h5 {
  padding:0;
  margin:0;
}

/* 
   CONTAINER: WRAPS THE HEADER AND MAIN CONTENT AREA BELOW THE USER TOOLBAR
*/
div#splitpane-left {
    margin: 0;
    padding: 0 0 0 10px;
    width:300px;
    text-align: left;
    color:#000;
    float: left;
    overflow-x:auto;
    min-height:500px;
}
div#splitpane-right {
    margin: 0;
    padding: 0 0 0 10px;
    width:300px;
    text-align: left;
    color:#000;
    float: left;
    overflow-x:auto;
    min-height:500px;
}
div#container {
	width:940px;
	margin:0 auto 0 auto;
	padding:0;
	background:#fff;
	border:3px solid #536F7B;
	border-top:none;
	border-bottom:none;
}

/*
	Frontpage elements borrowed from edu style
*/

div#intro-message p {
    padding:0 0 0 0;
	font-size:1.6em;
}
   
div#interested h3 {
    padding:10px 0 10px 0;
	margin:10px 0 10px 0;
	font-size:1.3em;
}

/* 
     selected blogs for Front Page from edu style via
*/

.current-blogs {
   clear:both;
   margin:10px 0 10px 0;
   overflow:hidden;
   background:url(http://www.myichthus.com/mod/template/templates/Default_Template/images/shadow_bottom.gif) repeat-x bottom;
}

.current-blogs img {
   padding:2px;
   border:1px solid #efefef;
 }

.usericon {
  float:left;
  margin:5px 10px 30px 0;
}

/* selected blogs for front using the new execsumm tag*/



.frontpage-blog-executive-summary {
   clear:both;
   margin:10px 0 10px 0;
   overflow:hidden;
 background: none repeat-x;
	border-style: none;
	border-width: thin;
	padding-left: 3px;
	border-bottom-style: dotted;
	border-bottom-width: thin;
}

.frontpage-blog-executive-icon img {
   padding:2px;
   border: 1px dotted #efefef;

 }
/* 
   HEADER: THE HEADER INCLUDES THE LOGO AND SEARCH BAR
*/

div#header {
   margin:0;
   padding:0;
   text-align:left;
   background:url(http://www.myichthus.com/images/header.gif) repeat-x;
   position:relative;
vertical-align: top;
   width:100%;
   height:140px;
 }

/* 
   LOGO: LOCATED WITHIN HEADER
*/

div#header #logo{
	margin: 0px;
    padding:0px;
	float:left;
}

div#header #logo h1 {
   font-size:30px;
   padding:0;
   margin:10px 0 6px 0;
}

div#header #logo h1 a{
   color:#191970;
   font-family:Helvetica, "Myriad Web", Arial, sans-serif;
}

div#header #logo h2{
   color:#F17D00;
   padding:0;
   margin:0;
   font-size:1.2em;
}

/* 
   SEARCH BAR: LOCATED WITHIN HEADER
*/

div#header #search-header {
   float:right;
   background:url(http://www.myichthus.com/mod/template/templates/Default_Template/images/search_icon.gif) no-repeat left top;
   width:330px;
   margin:0;
   padding:0;
   position:absolute;
   top:15px;
   right:0;
}

div#header #search-header img {
   margin:0 0 0 10px;
}

div#header #search-header p {
   padding:0 0 0 15px;
   margin:0;
}

div#header #search-header span a {
   color:#000;
}

/* 
   CONTENT-HOLDER: WRAPS THE MAIN PAGE CONTENT. THIS CAN INCLUDE
   THE SINGLE PAGE LAYOUT AND THE SPLIT PANE (CONTENT AND SIDEBAR)
*/

#content-holder {
   padding:0px;
   margin:0px;
   width:100%;
   min-height:500px;
   overflow:hidden;
   position:relative;
 }

div#content-holder a:hover {
    text-decoration:underline;
}

div#content-holder h1 {
    font-size:150%;
}

div#content-holder h2 {
          border:0;
          border-bottom:1px solid #eee;
          padding:0;
          margin:0 0 10px 0;
         font-size:1.1em;
}

/* 
   VARIOUS LAYOUTS WITHIN CONTENT-HOLDER
*/

/* 
   THE MAIN CONTENT AREA WHEN IT IS A SINGLE PAGE, NO SIDEBAR
*/

div#single-page {
    margin: 0;
    padding: 0 15px 0 0;
    width:940px;
    text-align: left;
}

/* 
   THE MAIN CONTENT AREA WHEN THE SIDEBAR IS IN PLACE
*/

div#splitpane-content {
    margin: 0;
    padding: 0 0 0 10px;
    width:690px;
    text-align: left;
    color:#000;
    float: left;
    overflow-x:auto;
    min-height:500px;
}

/* used to display video in the blogs and forums */

 #splitpane-content #VideoPlayback { 
    height:3500px; 
    width:425px; 
 } 

/* 
   SIDEBAR: THIS IS ONLY PRESENT WHEN SPLITPANE-CONTENT IS IN USE
*/

div#splitpane-sidebar {
   width: 220px;
   margin:0;
   padding:0;
   background:#fff url(http://YOURSITENAME.com/mod/template/templates/Default_Template/images/side-back.gif) repeat-y;
   margin:0;
   float: right;
}

/* 
   THE SIDEBAR CONTENTS
*/

div#splitpane-sidebar td {
   width: 200px;
   margin:0 0 0 20px;
  }

div#splitpane-sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

div#splitpane-sidebar ul li {
    margin:10px 0;
    padding-left: 5px;
    border-bottom:1px dashed #eee;
}

div#splitpane-sidebar ul li ul li a {
     padding:0 0 0 5px;
}

div#splitpane-sidebar h2 {
    text-align:left;
    border-bottom:1px solid #ccc;
    color:#777;
    font-size:0.9em;
    width:200px;
}

/* 
   FOOTER 
*/
/* footer information */

 div#footer {
      background: #2C4384 url(http://www.myichthus.com.com/mod/template/templates/Default_Template/images/footer-bg.png) repeat-x top left;
      clear: both;
text-align: center;
      margin-top: 20px;
      padding: 10px 10px;
      color: #FFF;
    }
div#footer a{ 
color: #FFF;
}

/* frames the actual footer content, and centers it */

div#sub-footer {
	  margin:  0 auto;
text-align: center;
	  
}

.clear {
  height: 0px;
  clear: both;
}

/* lines up the five options contained in the footer */

.footer-options {
  width: 20%;
  padding: 1%;
  margin: 0 1%;
  float: left;
  text-align: left;
}

div#footer h2 a {
   color:#1E303E;
   font-size:130%;
}

div#footer ul {
	margin:0;
	padding:0;
}

div#footer ul li {
    list-style:none;
	margin:0;
	padding:0;
}

/*
   SYSTEM MESSAGES 
*/

div#system-message{ 
    border:1px solid #D3322A;
    background:#F7DAD8;
    color:#000;
    padding:3px 50px;
    margin:20px 20px 0 20px;
}

div#system-message p{
   padding:0px;
   margin:2px;
 }

/*
  WELCOME MESSAGE
*/

#welcome {
  border:1px solid #C3D9FF;
  background:#E8EEFA;
  padding:2px;
}

/*
   ACTUAL DOCUMENTATION
*/

#actual-documentation {
   background:#FDFFE3;
   padding:4px;
   border:1px solid #ccc;
   margin:10px 0 0 0;
}

#actual-documentation p, li {
   color:#000;
}

/* 
CLEAR BOTH
*/

.clearing {
    clear:both;
}

/* 
   THIS IS THE END OF THE MAIN PAGE COMPONENTS - EVERYTHING BELOW THIS IS ASSOCIATED WITH VARIOUS ELEMENTS
   WITHIN ZILLA, THIS INCLUDES THE BLOG CLASSESS, PROFILE, FILES, SIDEBAR WIDGETS, PROFILE WIDGETS ETC.
*/

/*
      BLOGGING ENGINE
*/

.weblog-post {
   margin:20px 0 10px 0;
   padding:10px 0 0 10px;
}

.user {
  float:left;
  margin:5px 10px 10px 0;
  height:120px;
  width:110px;
}

.user img {
   border:1px solid #eee;
   padding:2px;
}

#me {
  min-height:70px;
}

#me #icon {
  float:left;
  margin:0 10px 5px 0;
}

.weblog-keywords p a {
   margin:20px 0 0 0;
   padding:0;
   clear:both;
}

.weblog-title {
   font-size: 1.4em;
   margin: 0 0px 10px 115px;	
   letter-spacing:1px;
   font-weight:normal;
   color:#000;
}

.weblog-title a {
    color:#000;
}

.post {
   margin:0 5px 5px 115px;
    padding:0 10px 10px 10px;
    /*background-color:#EBEFF4;*/
	border:0px;
	border-style:solid;
	border-color:#777;
}

.weblog_keywords {
     font-weight:bold;
     margin:10px 5px 0 20px;
}

.info {
  border:1px solid #ccc;
  margin:10px 0 10px 105px;
  clear:both;
}

.info p { 
   padding:0 0 0 10px;
   margin:0;
   color:#990000;
}

.info p a { 
   font-size:0.9em;
   color:#555;
}

/* this is the thin line between the actual post and comments */

#comments-divide {
   height:1px;
   background:#ccc;
}

.comment-owner {
    border:1px solid #eee;
    background:#f2f7fb;
    padding:5px;
    margin:20px 0 5px 0;
    height:50px;
    width:550px;
}

.comment-owner img {
   margin:0px 5px 0px 0px;
   text-align:left;
}

.comment-owner a {
   background:#f2f7fb;
}

.comment-owner p {
  padding:0;
  margin:0;
}

/* END OF BLOGGING ENGINE */

/* 
   SUB MENU OPTIONS: THESE WILL BE MOVED TO THE NEW SIDEBAR SHORTLY
*/

div#sub-menu p {
  margin:10px 0 10px 0;
  padding:3px;
  background:#efefef;
  border:1px solid #ccc;
}

/* END OF SUB-MENU DIV */

/*
  INFOHOLDER: this holds profile data, account settings and administration content
*/

.infoholder {
   margin:10px 0 20px 0;
}

.infoholder p {
   padding:5px 0 5px 10px;
   background:url(http://YOURSITENAME.com/mod/template/templates/Default_Template/images/infoholder_bg.gif) left repeat-y;
}

/* the end of INFOHOLDER */

/* NEW CLASSES FOR YOURSITENAME.com */

#product_info {
  background:#fff url(http://www.myichthus.com/mod/template/templates/Default_Template/images/elgg-back1.jpg) no-repeat top right;
  height:230px;
  padding:0 0 0 20px;
  margin:0;
 text-align:left;
 }

#product_info p {
    line-height: 1.6em;
   color:#003366; 
  font-weight:bold;
  padding: 10px 300px 10px 10px;
  margin:0;
}

#product_info a {
    color:#003366;
    text-decoration:none;
   display:block;
  height:230px;
  width:100%; 
padding:0px;
margin:0px;
}

#front-page-options {
   margin:0 8px 0 8px;
}

.widget-container-main {
  width: 330px;
  padding:3px;
  margin: 6px 6px 0 0;
  float: left;
  height:200px;
  text-align: left;
  background:#CCDEAF url(http:/www.myichthus.com/mod/template/templates/Default_Template/images/widget-back.gif) repeat-x;
  border:1px solid #BCDE85;
  position:relative;
}

.widget-container-main h2 {
   padding:4px;
   margin:0;
   font-size:110%;
   color:#000;
 }

.widget-container-main p {
     padding:2px 2px 2px 10px;
     margin:0;
     background:#BCDE85;
     position:absolute;
     bottom:0;
     left:0;
     font-weight:bold;
     display:block;
     width: 212px;
}
.widget-container {
  width: 217px;
  padding:3px;
  margin: 0 6px 0 0;
  float: left;
  height:160px;
  text-align: left;
  background:#CCDEAF url(http:/www.myichthus.com/mod/template/templates/Default_Template/images/widget-back.gif) repeat-x;
  border:1px solid #BCDE85;
  position:relative;
}

.widget-container h2 {
   padding:4px;
   margin:0;
   font-size:110%;
   color:#000;
 }

.widget-container p {
     padding:2px 2px 2px 10px;
     margin:0;
     background:#BCDE85;
     position:absolute;
     bottom:0;
     left:0;
     font-weight:bold;
     display:block;
     width: 212px;
}

div#latest-news {
   float:left;
   width:300px;
   margin:20px 0 0 10px;
   border-right:1px solid #efefef;
}

div#latest-news h3 {
   font-size:130%;
   padding:0;
}

div#latest-news h3 img {
     margin:0 5px 0 0;
}

div#latest-news h4 {
  padding:0;
  margin:0;
  font-size:100%;
}

div#latest-news p {
    margin:10px 0 10px 0;
    font-size:1em;
}

 div#frontpage-discussions {
   width:300px;
   float:left;
   margin:20px 0 0 40px;
}

div#frontpage-discussions h3 {
   font-size:130%;
   padding:0;
   margin:0 0 10px 0;
}

div#frontpage-discussions h3 img {
     margin:0 5px 0 0;
}

div#frontpage-discussions h4 {
  padding:0;
  margin:0;
  font-size:100%;
}

.frontpage-blog-contents {
   border-bottom:1px dashed #ccc;
   margin:10px 0 0 0;
	border-style: none;
	border-width: thin;
}

.frontpage-blog-contents h4 {
  padding:0;
  margin:0;
  font-size:100%;
}

.frontpage-blog-contents p {
   padding:0;
   margin:0;
	border-style: dotted;
	border-width: thin;
}

/* used when videos are displayed to the frontpage */

.frontpage-blog-contents #VideoPlayback {
    height:320px;
    width:280px;
    margin:0;
    padding:0;
}

#latest-news p.frontpage-blog-date {
   padding:0;
   margin:0;
   font-size:10px;
   font-style:italic;
}

div#site-members {
  float:right;
  width:27%;
  margin:20px 10px 0 0;
  padding:2px;
  background:#efefef;
  border:1px solid #ccc;
  text-align:center;
}

div#site-members h3 {
   font-size:110%;
   padding:0;
   margin:0 0 10px 0;
   background:#ccc;
}

div#site-members img {
   border:1px solid #eee;
   padding:2px;
   background:#fff;
}

div#partner-ads {
  float:right;
  width:27%;
  margin:20px 10px 0 0;
  background:#E8EEFA;
  padding:2px;
  border:1px solid #C3D9FF;
 text-align:center;
}

div#partner-ads h3 {
  background:#C3D9FF;
}

div#partner-ads img {
   border:1px solid #C3D9FF;
}

div#partner-ads p {
  padding:10px;
}

li.instructions {
    list-style:none;
    margin:10px 0 0 0;
   padding:0;
}

li.instructions a {
   text-decoration:underline;
}

/* TAGCLOUD */

#tagcloud {
	padding: 15px;
	border: solid 1px #eee;
	background: #f5f5f5;
	line-height:2.9em;
}
	
#tagcloud a {
	text-decoration: none;
}

div#style-blue{
        border:1px solid #D3322A;
        background:#33CC99;
        color:#000;
        padding:3px 20px;
       
1}
div#style-pink
        border:1px solid #D3322A;
        background:#F7DAD8;
        color:#000;
        padding:3px 50px;
        margin:6px 20px 0 20px;
}

div#style-pink p{
        padding:0px;
        margin:2px;
}
div#style-blue p{
        padding:0px;
        margin:2px;
}
div#style-green{
        border:1px solid #000AAG;
        background:#006699;
        color:#fff;
        padding:3px 50px;
        margin:6px 20px 0 20px;
}
div#style-green a{
        color:#fff;
        
}

div#style-green p{
color:#fff;
        padding:0px;
        margin:2px;
}

.widget-container-main2 {
  width: 663px;
  padding:3px;
  color:#ffffff
  margin: 6px 6px 0 0;
  float: left;
  height:150px;
  text-align: left;
  background:#006699;
  border:1px solid #cccccc;
  position:relative;
}

.widget-container-main2 h2 {
   padding:4px;
   margin:0;
   font-size:110%;
   color:#ffffff;
 }
.widget-container-main2 a {
     background:#006699;
     color:#ffffff;
    
}
.widget-container-main2 p {
     background:#006699;
     color:#ffffff;
    
}


input.orange {
background-color: #FF6D00; 
font-weight: bold; 
font-size: 12px; 
color: white;}
input.grey {
background-color: #BEBEBE; 
font-weight: bold; 
font-size: 12px; 
color: black;}/* profile - widgets */

#profile_widgets {
	position:relative;
}

.widgets_even {
	float:left;
	width:330px;
}

.widgets_odd {
	float:right;
	width:330px;
}

.widget {
	border: 1px solid #BBDCE9; /*#95BDCD;*/
	margin-bottom: 5px;
	padding: 0;
}

.widget .widget_content {
	padding: 10px;
}
.widget .widget_content h3 {
	padding:0;
	margin:0;
}

.widget .widget_menu {
	display: block;
	background-color: #E2F0F6; /*#CBE5EF;*/
	margin: 0px;
	padding-left: 10px;
	border-top: 1px solid #BBDCE9;
	font-size:0.8em;
}

.widget h2 {
	border:0;
	border-bottom:1px solid #BBDCE9;
	padding:0;
	margin:0 0 10px 0;
	color:#666;
	background-color: #E2F0F6;
	font-size:1.1em;
}

.widget  .widget_content h2 a {
	background:url(http://elgg.net/_templates/icons/arrow.gif) no-repeat left;
	padding:0 0 0 10px;
}