/*
Theme Name: uarkfoundation.org
Theme URI: http://semaphorellc.com/
Description: University of Arkansas Foundation theme for use with Multiplus CMS engine. As simple as it gets.
Version: 1.0
Author: Brian Sage
Author URI: http://semaphorellc.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: 14px;
  line-height: 21px;
	font-family: "Palatino Linotype", Palatino, Georgia, "Times New Roman", Times, serif;
	background: #f4f4f4 url(images/body_bak.jpg);
  color: #333;
	}




/*
 * 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: #369;
}
a:link:hover,
a:visited:hover,
a:active:hover {
  color: #36f;
}

h1 {
  margin: 1em 0;
  padding: 2em 0 0;
  color: #7a0016;
  color: #8a001a;
  font-size: 2em;
  line-height: 100%;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
body.single h1,
body.single h2 {
  text-align: center;
}
h2 {
  padding: 1em 0 0;
  font-size: 2em;
  line-height: 100%;
  font-weight: normal;
}
h3 {
}
h4 {}
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.wwwlink:link,
a.wwwlink:visited,
a.pdflink:link,
a.pdflink:visited {
  display: block;
  min-height: 26px;
  padding: 24px 0 12px 60px;
  font-size: 16px;
  line-height: 18px;
  background-repeat: no-repeat;
  background-position: 0 0;
}

a.blocklink,
a.doclink {
  background-image: url(images/linkicon_pagelink.png);
}

a.wwwlink {
  background-image: url(images/linkicon_wwwlink.png);
}

a.pdflink {
  background-image: url(images/linkicon_pdflink.png);
}

}
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;
}

.director {
        margin: 1em 0 0 0;
}


/*
 * Layout
 */
#header {
  clear: both;
  height: 120px;
  
  background: #7a0016 url(images/header_bak.jpg) repeat-x 0 0;
}
  #header h1 {
    display: block;
    width: 450px;
    height: 230px;
    margin: 0 auto -110px;
    padding: 0;
    font-size: 10px;
  }
    #header h1 a,
    #header h1 a:visited,
    #header h1 a:hover,
    #header h1 a:visited:hover {
      display: block;
      position: absolute;
      z-index: 100;
      width: 450px;
      height: 230px;
      padding: 0;
      margin: 0;
      background: transparent url(images/header_logo_24bit.png) no-repeat 0 0;
    }
    * html #header h1 a,
    * html #header h1 a:visited,
    * html #header h1 a:hover,
    * html #header h1 a:visited:hover {
      background: transparent url(images/header_logo_8bit.png) no-repeat 0 0;
    }
    #header h1 a em {
      display: none;
    }
  #header p {
    display: none;
  }
  




#layout_bak {
  background: transparent url(images/layout_hor_top.jpg) repeat-x 0 0
}
#layout_vert {
  background: transparent url(images/layout_vert.jpg) repeat-y 50%
}
#layout_top {
  background: transparent url(images/layout_top.jpg) no-repeat 50% 0
}
#layout_bottom {
  background: transparent url(images/layout_bottom.jpg) no-repeat 50% bottom
}
  body.home #layout_vert {
    background: transparent url(images/layout_vert_2col.jpg) repeat-y 50%
  }
  body.home #layout_top {
    background: transparent url(images/layout_top_2col.jpg) no-repeat 50% 0
  }
  body.home #layout_bottom {
    background: transparent url(images/layout_bottom_2col.jpg) no-repeat 50% bottom
  }
#layout {
  width: 950px;
  margin: 0 auto;
  padding: 80px 8px 38px;
  min-height: 388px;
  
  overflow: auto;
}
#layout:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
}
    

#splash_layout {
  display: block;
  position: relative;
  float: left;
}
  #splash_slideshow {
    display: block;
    position: relative;
    width: 684px;
    height: 422px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background: #eee;
  }
    #splash_slideshow img {
      position: absolute;
      padding: 0;
      margin: 0;
      border: 0;
      outline: 0;
      z-index:8;
      opacity: 0;
    }
    #splash_slideshow img.last-active {
      z-index: 9;
    }
    #splash_slideshow img.active {
      z-index: 10;
    }


#sidebar {
  display: block;
  float: left;
  margin: 0;
  padding: 0 26px 0 8px;
  width: 224px;
}
  #sidebar .navnote {
    display: block;
    padding: 0;
    margin: 0;
  }
    #sidebar .navnote p {
      display: block;
      margin: 1em;
      font-size: 14px;
      font-weight: normal;
      line-height: 18px;
      color: #666;
      text-align: center;
    }
    
  #sidebar .navsearch {
    display: block;
    margin: 0;
    padding: 16px 8px 12px;
    background: transparent url(images/body_bak.jpg);
  }
  body.home #sidebar .navsearch {
    display: none;
  }


#content {
  float: left;
  margin: 0;
  padding: 0;
  width: 684px;
}
  body.single #content {
    float: none;
    margin: 0 auto;
  }

#footer {
  clear: both;
  width: 950px;
  margin: 0 auto;
  min-height: 200px;
  
  overflow: auto;
  text-align: center;
}
  #footer_search {
    float: left;
    position: absolute;
    margin: 0;
    padding: 0 0 0 8px;
    width: 224px;
  }
  #footer p {
    color: #444;
    font-size: 13px;
    font-variant: small-caps;
  }


/*
 * 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.5em;
    vertical-align: middle;
  
    font-size: 12px;
    line-height: 12px;
  
    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 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 {
    height: 2.35em;
    vertical-align: middle;
  
    color: #999;
    font-size: 12px;
    line-height: 12px;
    font-weight: bold;

    border: 1px solid;
    border-color: #aaa #999 #666;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background: #fff;
    -moz-box-shadow: 0 1px 2px #ccc;
    -webkit-box-shadow: 0 1px 2px #ccc;
  }
  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;
    border-color: #36f;
    -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;
  padding: 0;
  margin: 0;
}
  .simplexsearch input[type="text"] {
    border: 1px solid #ccc;
    width: 60%;
  }
  .simplexsearch input[type="text"]:hover,
  .simplexsearch input[type="text"]:focus {
    border: 1px solid #999;
  }
  .simplexsearch input[type="submit"] {
    border: 1px solid #ccc;
    width: 27%;
  }
  
  

  
/*********************************
  News Category Styles
*********************************/
.news_post,
body.archive .post {
  padding: 8px 8px 8px 60px;
  background: transparent url(images/linkicon_newslink.png) no-repeat 0 0;
}
.news_post h1,
.news_post h2,
.news_post h3 {
  font-variant: small-caps;
  margin: 0 0 0.5em;
  padding: 0;
}
.news_post .permalink {
  text-align: right;
  margin: -1em 0 0;
  padding: 0;
  font-variant: small-caps;
}
  
  

  
/*********************************
  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.navpages,
ul.navpages ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: none;
}
ul.navpages {
  background: transparent url(images/body_bak.jpg);
  min-height: 388px;
  padding: 16px 0;
}
ul.navpages li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: none;
}

/*
 * Nav lniks
 */
ul.navpages a,
ul.navpages a:link,
ul.navpages a:visited {
  width: auto !important;
  margin: 0;
  list-style-type: none;
  border: none;
  
  color: #888;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-variant: small-caps;
  text-decoration: none;
}
ul.navpages a:hover {
  color: #666;
  background-color: #fff;
}
ul.navpages li.current_page_item {
  position: relative;
  border: solid #ddd;
  border-width: 1px 0;
  margin-top: -1px;
  margin-bottom: -1px;
  z-index: 1;
}
ul.navpages li.current_page_item a {
  color: #333;
  background-color: #fff;
}
body.home ul.navpages li.current_page_item {
  display: none;
}

/*
 * Child page link indentations
 */
ul.navpages a {
  display: block;  
  padding: 6px 14px;
  font-size: 24px;
  line-height: 24px;

}
ul.navpages ul a {
  padding-left: 42px;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.05em;
}
ul.navpages ul a {
  background-image: url(images/navnode.png) no-repeat 0 0;
}
ul.navpages ul ul a {
  padding-left: 56px;
}
ul.navpages ul ul ul a {
  padding-left: 70px;
}
ul.navpages ul ul ul ul a {
  padding-left: 84px;
}
ul.navpages ul ul ul ul ul a {
  padding-left: 98px;
}

/* the actual container for the slideshow  on the home page using jquery cycle */
#s3slider {
    display: block;
    position: relative;
    width: 684px;
    height: 422px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background: #eee;
}

#s3sliderContent{
    margin: 0;
    padding:0;
    position:absolute;
    top:0;
    margin-left: 0;
}

.s3sliderImage {
    float: left;
    height:422px;
    position: absolute;
    display: none;
}

.s3sliderImage span {
    position: absolute;
    left: 0;
    font: 14px/18px Arial, Helvetica, sans-serif;
    padding: 0 13px 10px;
    width: 684px;
    background-color: #000;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
    bottom: 0;
}

.s3sliderImage span strong {
  display: block;
  font-weight: normal;
  font-size: 16px;
  padding: 10px 0 0;
}

.clear {
    clear: both;
}
