/*
Theme Name: arkansasventureforum.com
Theme URI: http://semaphorellc.com/
Description: AVF theme for use with Multiplus CMS engine.
Version: 1.0
Author: Brian Sage
Author URI: http://sagehome.com/brian

Copyright: 20010 Brian Sage. All rights reserved by author.

*/




body {
  padding: 0;
  margin: 0;
  
	font-size: 11px;
  line-height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
  color: #333;
}

.end {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden; 
}



/*
 * 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
 * NOTE: Must be defined without wrappers for in-place editor.
 * 
 * OK:
 * h1 { foo: bar; }
 * 
 * Not OK:
 * #content h1 { foo: bar; }
 */
a:link,
a:visited,
a:active {
  color: #36a;
  font-weight: bolder;
}
a:link:hover,
a:visited:hover,
a:active:hover {
  color: #69c;
}

h1 {
  color:#666666;
  font: normal normal normal 29px/30px "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
  margin: 10px 0 60px;
  padding:0;
}
h2 {
  border-bottom:1px dashed #990000;
  color:#990000;
  font-size:14pt;
  font-weight:normal;
  line-height:14pt;
  margin: 1.5em 0 0.5em;
  padding:0;  
}
h3 {
  color:#990000;
  font-size:12pt;
  font-weight:bold;
  line-height:11pt;
  padding:0;
}
h4 {
  color:#999966;
  font-size:11pt;
  font-style:italic;
  font-weight:bold;
  line-height:10pt;
  padding:0;
}
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 50%;
  }
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;
}




/* =Layout
----------------------------------------------------------------------------- */


#header_bak_hor {
  background: url(images/header_bak_child.jpg) repeat-x 0 0;
}
body.home #header_bak_hor {
  background-image: url(images/header_bak_home.jpg);
}

  #header_bak {
    background: url(images/header_child.jpg) no-repeat 0 0;
  }
  body.home #header_bak {
    background-image: url(images/header_home.jpg);
  }
  
    #header {
      height: 80px;
    }
    
      #header h1 {
        height: 80px;
        width: 199px;
        margin: 0;
        padding: 0;
      }
      #header h1 a {
        display: block;
        height: 80px;
        width: 199px;
        margin: 0;
        padding: 0;
        
        line-height: 0;
        text-indent: -5000px;
      }
      #header p {
        display: none;
      }



#sidebar {
  float: left;
  margin: 0;
  padding: 30px 0 0;
  width: 199px;
}
  #sidebar_top {
    padding: 10px;
    color: #999;
  }




#body_layout {
  min-width: 950px;
  background: url(images/bak_vert.png) repeat-y 0 0;
}
#content_layout {
  float: left;
  margin: 0;
  padding: 30px 10px;
  width: 730px;
}
  body.home #content_layout {
    padding-top: 160px;
  }





#footer {
  clear: both;
  margin: 10px;
  padding: 10px 0 40px;
  color: #666;
  text-align: center;
  
  border-top: 1px solid #aaa;
}



/*
 * 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;
}




/*********************************
  Form Styles
*********************************/
form {
  display: block;
  padding: 0;
  margin: 0;
}
  form input[type="text"],
  form input[type="password"] {
    height: 1.25em;
    padding: 0.25em;
    vertical-align: middle;
  
    font-size: 12px;
    line-height: 13px;
  
    border: 1px solid;
    border-color: #aaa;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 0 #fff;
    background-image: url(images/input_bak.png);
    background-position: 0 0;
    background-repeat: repeat-x;
  }
  form textarea {
    padding: 0.5em;
  
    font-size: 12px;
    line-height: 12px;
    font-family: 'Lucida Grande', "Trebuchet MS", Verdana, Arial, Sans-Serif;
  
    border: 1px solid;
    border-color: #666 #888 #aaa;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 0 #fff;
    
    background-image: url(images/input_bak.png);
    background-position: 0 0;
    background-repeat: repeat-x;
  }
  form input[type="text"]:focus,
  form input[type="password"]:focus,
  form textarea:focus {
    border-color: #36f;
    -moz-box-shadow: 0 0 5px #69f;
    -webkit-box-shadow: 0 0 5px #69f;
    box-shadow: 0 0 5px #69f;
  }
  form input[type="submit"],
  form input[type="button"],
  form button {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.4);
    box-shadow:0 1px 2px rgba(0, 0, 0, 0.4);
    font-size:11px;
    font-weight:bold;
    height:2.25em;
    text-align:center;
    vertical-align:middle;
  }
  form input[type="submit"]:hover,
  form input[type="submit"]:focus,
  form input[type="button"]:hover,
  form input[type="button"]:focus,
  form button:hover,
  form button:focus {
    color: #000;
    -moz-box-shadow: 0 0 5px #69f;
    -webkit-box-shadow: 0 0 5px #69f;
    box-shadow: 0 0 5px #69f;
  }
  
  
  
  
#commentform textarea {
  width: 100%;
}




.simplexsearch {
  display:block;
  margin:0;
  padding:35px 3px 5px 10px;
  max-width: 300px;
}
  .simplexsearch input[type="text"] {
    width: 50%;
  }
  .simplexsearch input[type="text"]:hover,
  .simplexsearch input[type="text"]:focus {
    border: 1px solid #999;
  }
  .simplexsearch input[type="submit"] {
    width: 35%;
  }
  
  

  
/*********************************
  Search Results Styles
*********************************/
body.search-results{}
  body.search-results .page,
  body.search-results .post {
    margin: 2em 0;
  }
    body.search-results .page h3,
    body.search-results .post h3 {
      margin: 0;
    }
    body.search-results .postmetadata a {
      color: #333;
    }
    body.search-results .page .postmetadata {
      display: none;
    }




/*********************************
  Pagination Styles
*********************************/
.pagination,
.pagination ul li {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
}
.pagination{
  margin: 2em 0;
}
.pagination:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
  .pagination .previous,
  .pagination .next {
    padding: 0;
    margin: 0 0.5%;
    display: block;
    float: left;
    width: 49%;
  }
  .pagination .previous a:before{
    content: "Previous: ";
  }
  .pagination .next a:before {
    content: "Next: ";
  }
  .pagination .previous a,
  .pagination .next a {
    display: block;
    padding: 4px;
    text-align: center;
    border: 3px solid #eee;
    background: #f8f8f8;
  }
  .pagination .previous a:hover,
  .pagination .next a:hover {
    background: #eee;
  }





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

ul.simplexnav,
ul.simplexnav ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: none;
}
ul.simplexnav {
  padding: 0 8px 3em 8px;
}
ul.simplexnav li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: none;
}
* html ul.simplexnav li {
  display: inline;
  width: 221px;
}

/*
 * Nav lniks
 */
ul.simplexnav a {
  display: block;
  width: auto !important;
  margin: 0;
  padding: 6px 14px 4px 14px;
  list-style-type: none;
  border: 1px solid #fff;
  border-color: #eee #fff #fff;
  
  color: #ccc;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 15px;
  font-weight: bold;
  text-decoration: none;
}
* html ul.simplexnav a {
  width: 170px;
}
ul.simplexnav a,
ul.simplexnav a:link,
ul.simplexnav a:visited,
ul.simplexnav a:active {
  color: #666;
}
ul.simplexnav a:hover {
  background-color: #f8f8f8;
}
ul.simplexnav li.current_page_item > a {
  color: #000;
  background: #f8f8f8;
  border: 1px solid #ddd;
}
body.home ul.simplexnav li.current_page_item > a {
  color: #666;
  background: transparent;
  border-color: #eee #fff #fff;
}
ul.simplexnav > li:first-child > a {
  border-top-width: 0px;
}

/*
 * Child page link indentations
 */
ul.simplexnav ul a {
  padding-left: 28px;

  color: #cce2ff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 14px;
}
ul.simplexnav ul ul a {
  padding-left: 42px;
}
ul.simplexnav ul ul ul a {
  padding-left: 56px;
}
ul.simplexnav ul ul ul ul a {
  padding-left: 70px;
}
ul.simplexnav ul ul ul ul ul a {
  padding-left: 84px;
}
ul.simplexnav ul ul ul ul ul ul a {
  padding-left: 98px;
}

/*
 * .simplexnav_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.simplexnav a .simplexnav_node {
  display: block;
  height: 16px;
  width: 16px;  
  margin: 0 0 0 -16px;
  padding: 0;
  border: none;
  cursor: default;
  float: left;
  background: transparent url(images/navnode.png) no-repeat 0 0;
}
* html ul.simplexnav a .simplexnav_node {
  margin: 0 -16px 0 0;
  position: relative;
  left: -16px;
}
ul.simplexnav a .simplexnav_node:hover {
}
ul.simplexnav a .simplexnav_node.open {
}
ul.simplexnav a .simplexnav_node.closed {
}
ul.simplexnav a .simplexnav_node.hover {
}
ul.simplexnav a .simplexnav_node.open.hover {
}
ul.simplexnav a .simplexnav_node.closed.hover {
}
ul.simplexnav ul a .simplexnav_node {
}
ul.simplexnav ul a .simplexnav_node.open {
}
ul.simplexnav ul a .simplexnav_node.closed {
}
ul.simplexnav ul a .simplexnav_node.hover {
}
ul.simplexnav ul a .simplexnav_node.open.hover {
}
ul.simplexnav ul a .simplexnav_node.closed.hover {
}


