/*
Theme Name: connect-arkansas.org
Theme URI: http://semaphorellc.com/
Description: Customized theme for use with Multiplus CMS engine.
Version: 1.1
Author: Brian Sage
Author URI: http://sagehome.com/brian
Tags: custom header, fixed width
*/




/*
 * Content Styles
 * NOTE: Must be defined without wrappers for in-place editor.
 * 
 * OK:
 * h1 { foo: bar; }
 * 
 * Not OK:
 * #content h1 { foo: bar; }
 */
body {
  padding: 0;
  margin: 0;
  
	font-size: 13.6px;
  line-height: 16.5px;
	font-family: Arial, Helvetica, Sans-Serif;
	background: #eee;
  color: #555555;
}
.end {
  display: block;
  font-size: 0;
  line-height: 0px;
  padding: 0;
  margin: 0;
  clear: both;
  visibility: hidden;
  height: 0px;
  overflow: hidden;
}
.end hr {
  visibility: hidden;
  clear: both;
}
.column {
  float: left;
}




/*
 * Knock out dotted link and button outlines in FF 
 */
:focus,
:active {
  outline: none !important;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0 !important;
}




/*
 * Content Styles
 */
a:link,
a:visited,
a:active {
  color: #20c;
}
a:link:hover,
a:visited:hover,
a:active:hover {
  color: #99f;
}

h1 {}
h2 {
  padding:8px 0;
  margin:0;
  color:#555;
  line-height:90%;
  font-size:32px;
  font-style:normal;
  font-weight:bold;
  text-decoration:none;
}
h3 {}
h4 {
  margin:18px 0 8px;
  color:#900;
  line-height:90%;
  font-size:14px;
  font-style:normal;
  font-weight:bold;
  text-decoration:none;
}
h5 {}
h6 {}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}


pre {
  font-size: 12px;
  font-family: "Lucida Console", "Courier New", Courier, monospace;
  font-weight: normal;
  color: #666;
  margin: 1em 0;
  padding: 0;
}

p {}
div > p {
  margin-top: 0;
}

a.blocklink:link,
a.blocklink:visited,
a.doclink:link,
a.doclink:visited,
a.pdflink:link,
a.pdflink:visited {
  display: block;
  margin: 1em 0;
  padding: 1em 1em 1em 40px;

  font-size: 15px;
  line-height: 15px;
  font-weight: bold;
  color: #69f;
  
  border: 1px solid #ddd;
  background: #f8f8f8 url() no-repeat top left;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
a.blocklink:hover,
a.blocklink:visited:hover,
a.doclink:hover,
a.doclink:visited:hover,
a.pdflink:hover,
a.pdflink:visited:hover {
  color: #36f;
  border-color: #36f;
  background-color: #fff;
}

blockquote {
  margin: 1em 2em;
  color: #666;
  font-family: Georgia, "Times New Roman", Times, serif;
}
  blockquote:before {
    content: '“';
    display: block;
    position: absolute;
    font-family: "Times New Roman", Times, serif;
    font-size: 90px;
    line-height: 90px;
    margin: -20px 0 0 -40px;
    color: #ddd;
    z-index: 1;
  }
  blockquote  p {
    position: relative;
    z-index: 2;
  }
  blockquote cite {
    display: block;
    margin: 0.5em 0 0;
  }
cite{
  border: 0;
}

table {}
table th {}
table td {}
table thead th {}
table thead td {}
table tbody th {}
table tbody td {}
table tfooter th {}
table tbody td {}

img {
	padding: 0;
  border: 0;
}
  img.aligncenter {
  	display: block;
  	margin: 1em auto;
  	}
  img.alignright {
  	display: inline;
  	float: right;
  	margin: 0 0 0.5em 1em;
  	}
  img.alignleft {
  	display: inline;
  	float: left;
  	margin: 0 1em 0.5em 0;
  	}

.post {
	margin: 0 0 3em;
	}

.postmetadata {
	clear: both;
}

.multiplus_media_flv {
  background-color: #333;
}

#multiplus_slideshow {
  height: 360px !important;
}
body.home #multiplus_slideshow {
  height: 250px !important;
}


/*
 * Layout
 */
ul.hornav {
  display: block;
  list-style-type: none;
  padding: 16px;
  margin: 0;
}
ul.hornav li {
  display: inline;
  float: right;
  padding: 0;
  margin: 0;
}
* html ul.hornav li {
  display: inline;
}
ul.hornav a {
  display: inline;
  margin: 0;
  padding: 0 10px;

  color: #97011b;
  font-size: 13px;
  font-weight: bolder;
  line-height: 16px;
  text-decoration: none;

  border-right: 1px solid #97011b;
}
ul.hornav li:first-child a {
  border: none;
}
ul.hornav a:hover {
  text-decoration: underline;
}


#layout {
  background: #e1eaf6;
  width: 784px;
  margin: 0 auto;
}
#header_layout {
  padding: 25px 25px 0;
}
  #header_layout h1 {
    display: block;
    width: 734px;
    height: 110px;
    margin: 0;
    padding: 0;
  }
    #header_layout h1 a {
      display: block;
      width: 734px;
      height: 110px;
      background: transparent url(images/header_bak.jpg) no-repeat 0 0;
      text-indent: -5000em;
    }
    #header_layout p {
      text-indent: -5000em;
      height: 0px;
      font-size: 0;
      line-height: 0;
      overflow: hidden;
    }


#body_layout {
  padding: 14px 0 0 0;
  clear: both;
}
body.single #body_layout {
  width: 674px;
  margin: 0 auto;
  padding: 30px;
  clear: both;
  background: #fff;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  border-radius: 14px;
}
  #body_left {
    min-height: 300px;
    width: 141px;
    padding: 0 0 12px 25px;
  }
  #body_right {
    padding: 0 0 0 10px;
  }
    #main_layout {
      clear: both;
    }
      #main_left {
        min-height: 220px;
        width: 414px;
        padding: 0;
        background: #bfcff1;
      }
      #main_right {
        min-height: 220px;
        width: 161px;
        padding: 0 0 0 8px;
      }
        
        a.boxlink_speedtest,
        a.boxlink_tellus,
        a.boxlink_broadband {
          display: block;
          height: 67px;
          width: 161px;
          padding: 0;
          margin: 0 0 4px 0;
          
          text-indent: -5000em;
          
          background: transparent no-repeat 0 0;
        }
        a.boxlink_speedtest {
          background-image: url(images/bttn-speedtest.png);
        }
        a.boxlink_tellus {
          background-image: url(images/bttn-yourstory.png);
        }
        a.boxlink_broadband {
          background-image: url(images/bttn-notavailable.png);
        }
    #columns_layout {
      padding: 16px 0 25px 0;
      clear: both;
    }
      #columns_left {
        min-height: 220px;
        width: 191px;
        padding: 0;
      }
      #columns_center {
        min-height: 220px;
        width: 191px;
        padding: 0 0 0 20px;
      }
      #columns_right {
        min-height: 220px;
        width: 161px;
        padding: 0 0 0 20px;
      }
    #footer_layout {
      clear: both;
    }
      #footer_stripe {
        background: #094f89;
        text-align: center;
        padding: 5px 0;
      }
        #footer_stripe p, #footer_stripe a {
          padding: 0;
          margin: 0;
          
          color: #fff;
          text-decoration: none;
          font-size: 12px;
          line-height: 12px;
        }
        #footer_stripe a:hover {
          text-decoration: underline;
        }
      #footer_layout p.copyright {
        padding: 5px 0 30px 0;
        
        color: #666;
        text-align: center;
        font-size: 12px;
        line-height: 12px;
      }
   

.box_583w {
  width: 583px;
}
.box_583w .white.top {
  background-color: #fff;
  background-image: url(images/white_top_583w.gif);
  background-repeat: no-repeat;
  background-position: top center;
}
.box_583w .white.bottom {
  background-color: transparent;
  background-image: url(images/white_bottom_583w.gif);
  background-repeat: no-repeat;
  background-position: bottom center;
}
.box_583w .content {
  min-height: 218px;
  padding: 5px;
  background-color: transparent;
}
* html .box_583w .content {
  height: 218px;
}

.box_414w {
  width: 414px;
}
.box_414w .blue.top {
  background-color: #bfcff1;
  background-image: url(images/blue_top_414w.gif);
  background-repeat: no-repeat;
  background-position: top center;
}
.box_414w .blue.bottom {
  background-color: transparent;
  background-image: url(images/blue_bottom_414w.gif);
  background-repeat: no-repeat;
  background-position: bottom center;
}
.box_414w .content {
  min-height: 218px;
  padding: 5px;
  background-color: transparent;
}
* html .box_414w .content {
  height: 218px;
}

.box_191w {
  width: 191px;
  overflow: hidden;
}
.box_191w .white.top {
  background-color: #fff;
  background-image: url(images/white_top_191w.gif);
  background-repeat: no-repeat;
  background-position: top center;
}
.box_191w .white.bottom {
  background-color: transparent;
  background-image: url(images/white_bottom_191w.gif);
  background-repeat: no-repeat;
  background-position: bottom center;
}
.box_191w .content {
  min-height: 218px;
  padding: 5px;
  background-color: transparent;
}
* html .box_191w .content {
  height: 218px;
}

.box_161w {
  width: 161px;
}
.box_161w .white.top {
  background-color: #fff;
  background-image: url(images/white_top_161w.gif);
  background-repeat: no-repeat;
  background-position: top center;
}
.box_161w .white.bottom {
  background-color: transparent;
  background-image: url(images/white_bottom_161w.gif);
  background-repeat: no-repeat;
  background-position: bottom center;
}
.box_161w .content {
  min-height: 218px;
  padding: 5px;
  background-color: transparent;
}
* html .box_161w .content {
  height: 218px;
}

#news_content {
  //width: 151px;
  //height: 218px;
  width: auto;
  heigth: auto;
  overflow: visible;
}
#arkansas_events {
  //width: 151px;
  //height: 218px;
  width: auto;
  height: auto;
  overflow: visible;
}
#community_spotlight {
  //width: 181px;
  //height: 218px;
  width: auto;
  height: auto;
  overflow: hidden;
}
#entrepreneur_spotlight {
  //width: 181px;
  //height: 218px;
  width: auto;
  height: auto;
  overflow: hidden;
}
  #community_spotlight .spotlight_header_link,
  #entrepreneur_spotlight .spotlight_header_link,
  #arkansas_events .spotlight_header_link {
    margin: 0;
    padding: 0;
  }
    #community_spotlight .spotlight_header_link a,
    #entrepreneur_spotlight .spotlight_header_link a,
    #arkansas_events .spotlight_header_link a {
      text-decoration: none;
      display: block;
      padding: 5px 4px 4px;
      margin: -2px 0 0;
      background: #e1eaf6;
      border: 1px solid #bfcff1;
    }
  #community_spotlight img,
  #entrepreneur_spotlight img {
    max-width: 100%;
    height: auto;
  }




#news_content *, #community_spotlight *, #entrepreneur_spotlight *, #arkansas_events * {
  font-size: 11px;
  line-height: 11px;
  margin: 0;
  padding: 3px 0 2px;
  background: none;
}
#news_content p, #arkansas_events p {
  border-bottom: 2px solid #aaa;
}
#news_content h1 a, #news_content h2 a,
#community_spotlight h1 a, #community_spotlight h2 a,
#entrepreneur_spotlight h1 a, #entrepreneur_spotlight h2 a,
#arkansas_events h1 a, #arkansas_events h2 a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  height: 22px;
  width: auto;
  padding: 5px 0 0 15px;

  color: #fff;
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
  
  background: transparent url(images/hbak_blue_151w.gif) no-repeat 0 0;
}
#news_content h1 a:hover, #news_content h2 a:hover,
#community_spotlight h1 a:hover, #community_spotlight h2 a:hover,
#entrepreneur_spotlight h1 a:hover, #entrepreneur_spotlight h2 a:hover,
#arkansas_events h1 a:hover, #arkansas_events h2 a:hover {
  color: #fff;
  text-decoration: underline;
}
#news_content .image, #community_spotlight .image, #entrepreneur_spotlight .image, #arkansas_events .image,
#news_content .image img, #community_spotlight .image img, #entrepreneur_spotlight .image img, #arkansas_events .image img {
  line-height: 0;
  margin: 0;
  padding-top: 0;
}




#content .navigation {
  display: block;
  margin: 1em 0;
  min-height: 2em;
}
#content .navigation .alignleft a,
#content .navigation .alignright a {
  display: block;
  float: left;
  width: 44%;
  font-size: 13px;
  min-height: 2em;
  margin: 0 1% 0 0;
  padding: 0.25em 2%;
  background: #e1eaf6;
  border: 1px solid #cdf;
  line-height: 90%;
  text-align: left;
  text-decoration: none;
  color: #999;
}
#content .navigation .alignright a {
  text-align: right;
}
#content .navigation a:hover {
  text-decoration: none;
  color: #68f;
}



/*
 * Site Search
 */
.simplexsearch {
  display: block;
  padding: 0;
  margin: 1em 0;
}
  .simplexsearch input[type="text"] {
    width: 135px;
    color: #666;
  }
  .simplexsearch input[type="submit"] {
    width: 80px;
  }



/*
 * Comment Forms
 */
ol.commentlist{
  display: block;
  margin: 2em 0;
  padding: 0;
  list-style: none;
}
  ol.commentlist li {
    display: block;
    margin: 0.25em 0;
    padding: 0.5em;
    list-style: none;
    border: 1px solid #ccc;
  }

#commentform {
  display: block;
  padding: 0;
  margin: 1em 0;
}
  textarea#comment {
    width: 100%;
    font-size: 13.6px;
    line-height: 16.5px;
    font-family: Arial, Helvetica, Sans-Serif;
    color: #555555;
  }




/*
 * Calendar
 */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover {
	background-color: #fff;
}



#nav{
  padding: 0 0 280px 0;
  background: transparent url(images/ARRA_Logos_bluebak.jpg) no-repeat 50% bottom;  
}



/*********************************
  Navigation Styles
*********************************/

ul.canav,
ul.canav ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: none;
}
ul.canav {
  padding: 0;
}
ul.canav li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: none;
}
* html ul.canav li {
  display: inline;
}

/*
 * Nav lniks
 */
ul.canav a {
  display: block;
  width: auto !important;
  min-height:16px;
  margin: 0;
  padding: 4px 16px 6px 16px;
  padding:8px 4px 4px 14px;
  list-style-type: none;
  border-bottom:1px solid #BBBBBB;
  
  color:#666;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size:12px;
  line-height:90%;
  text-align:left;
  text-decoration: none;
}
ul.canav li.current_page_item a {
  color: #900;
}
body.home ul.canav li.current_page_item a {
  color: #666;
}
ul.canav a:hover,
ul.canav li.current_page_item a:hover {
  color: #900;
}

/*
 * Child page link indentations
 */
ul.canav ul a {
  padding:8px 4px 8px 28px;
  border: 0;
  font-weight: normal;
  font-size: 11px;
}
ul.canav ul ul a {
  padding-left: 42px;
}
ul.canav ul ul ul a {
  padding-left: 56px;
}
ul.canav ul ul ul ul a {
  padding-left: 70px;
}
ul.canav ul ul ul ul ul a {
  padding-left: 84px;
}
ul.canav ul ul ul ul ul ul a {
  padding-left: 98px;
}

/*
 * .canav_node(s) are dynamically inserted <spans> that allow collapsing
 * behavior.
 * 
 * They are not hard-coded. Rather, they are styled here and placed by jQuery
 */
ul.canav a .canav_node {
  display: block;
  height: 12px;
  width: 12px;  
  margin: 0 0 0 -12px;
  padding: 0;
  border: none;
  cursor: default;
  float: left;
  background: transparent url(images/nav_null.png) no-repeat 0 0;
}
ul.canav ul a .canav_node {
  background-image: none;
}
ul.canav a .canav_node:hover {
}
ul.canav a .canav_node.open {
}
ul.canav a .canav_node.closed {
}
ul.canav a .canav_node.hover {
}
ul.canav a .canav_node.open.hover {
}
ul.canav a .canav_node.closed.hover {
}
ul.canav ul a .canav_node {
}
ul.canav ul a .canav_node.open {
}
ul.canav ul a .canav_node.closed {
}
ul.canav ul a .canav_node.hover {
}
ul.canav ul a .canav_node.open.hover {
}
ul.canav ul a .canav_node.closed.hover {
}

