/*  
Theme Name: Pastore Ryan Default
Theme URI: http://pastoreryan.com/
Description: The default theme designed by RGB Creative.
Version: 1.1
Author: Steve James
Author URI: http://rgbcreative.com/
*/

/*****************************************************************************
TOP LEVEL SELECTORS
*****************************************************************************/
body {
  padding: 0;
  margin: 0;
  background: #17527e url(../pastoreryan_theme/images/background_fade.jpg) repeat-x;
  font: 11px/1.8em Verdana, Arial, Helvetica, sans-serif;
  color: #4e4c44;
}

h1, h2, h3, h4, h5, h6, p {
  padding: 0;
  margin: 0 0 12px 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 .5em 0;;
  line-height: 1.5em;
}

h4, h5, h6 {
  margin: 0 0 .5em 0;;
  line-height: 1em;
}

h2, h2 a {
  color: #6a695c;
  font: 21px Georgia, "Times New Roman", Times, serif;
  text-decoration: none;
}

h3 {
  color: #3A8BCA;
  font-size: 17px;
  font-weight: normal;
}

h4 {
  color: #738F59;
  font-size: 14px;
  font-weight: normal;
}

h5 {
  color: #6a695c;
  font-size: 12px;
  font-weight: normal;
  
}

a {
  color: #3A8BCA;
}

.display_none {
  display: none;
}

.no_list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.indent {
  margin: 0 0 0 20px;
}

img {
  border: 1px solid #aaa;	
}


/*****************************************************************************
BACKGROUND AND WRAPPER
*****************************************************************************/
#background {
  background: url(../pastoreryan_theme/images/background_image.jpg) no-repeat top center;
  min-height: 194px;
}

#wrapper {
  width: 844px;
  margin: 0 auto;
}


/*****************************************************************************
HEADER
*****************************************************************************/
#header {
  height: 95px;
  width: 842px;
  margin: 0 auto;
}

#logo {
  padding: 0;
  margin: 0;
  width: 262px;
  float: left;
}

#logo a {
  display: block;
  height: 91px;
  text-indent: -9000px;
  background:url(../pastoreryan_theme/images/logo.jpg) no-repeat;
}

/*********************
Navigation
**********************/
#navigation {
  list-style: none;
  float: left;
  padding: 0;
  margin: 24px 0 0 0;
}

#navigation li {
  float: left;
}

#navigation li a {
  display: block;
  text-indent: -9000px;
  height: 71px;
}

#navigation li a:hover, #navigation li a:focus, #navigation li.on a {
  background-position: 0 -71px;
}

#nav_home a {
  background: url(../pastoreryan_theme/images/nav_home.jpg) no-repeat;
  width: 78px;
}

#nav_about a {
  background: url(../pastoreryan_theme/images/nav_about.jpg) no-repeat;
  width: 90px;
}

#nav_projects a {
  background: url(../pastoreryan_theme/images/nav_projects.jpg) no-repeat;
  width: 91px;
}

#nav_services a {
  background: url(../pastoreryan_theme/images/nav_services.jpg) no-repeat;
  width: 87px;
}

#nav_articles a {
  background: url(../pastoreryan_theme/images/nav_articles.jpg) no-repeat;
  width: 88px;
}

#nav_contact a {
  background: url(../pastoreryan_theme/images/nav_contact.jpg) no-repeat;
  width: 115px;
}


/*****************************************************************************
PAGE
*****************************************************************************/
#page {
  clear: both;
  background: #f6f6f1;
  min-height: 400px;
  padding: 30px;
  border: 1px solid #b6c8d5;
  float: left;
}


/*********************
Columns left and right
**********************/
/* COL LEFT */
#col_left {
  background: #e7e6da;
  width: 205px;
  float: left;
  margin: 0 25px 0 0;
}

#col_left h2 {
  border-bottom: 1px solid #d7d6c2;
  text-transform: lowercase;
}

#col_left_top {
  background: url(../pastoreryan_theme/images/side_top.gif) no-repeat top left;
  padding: 20px 0 0 0;
  float: left;
}

#col_left_bottom {
  background: url(../pastoreryan_theme/images/side_bottom.gif) no-repeat bottom left;
  padding: 0 15px 20px 15px;
  float: left;
}


/* What We Do */
#side_what_we_do strong {
  display: block;
  border-bottom: 1px solid #d6d5c9;
  text-transform: lowercase;
  color: #6a695c;
  font: 18px Georgia, "Times New Roman", Times, serif;
  margin: 0 0 6px 0;
  width: 172px;
}



#side_what_we_do br {
  display: none;
}

/* Recent Projects */
#recent_projects_thumbs {
  margin: 0 0 0 10px;
  padding: 0;
  float: left;
  width: 165px;
  clear: both;
}

* html #recent_projects_thumbs {
  margin: 0 0 0 5px;
}

#recent_projects_thumbs li {
  width: 75px;
  height: 75px;
  float: left;
  margin: 0 5px 5px 0;
}

#recent_projects_thumbs li a img {
  border: none;
}

/* Us in 15 seconds */
#us_in_15 {
  background: #a3b891;
  width: 172px;
  margin: 20px 0;
  color: #f6f6f1;
}

#us_in_15 h2 {

  color: #f6f6f1;
  border: none;
}

#us_in_15 h2, #us_in_15 p {
  padding: 3px 18px;
  margin: 0;
}

#us_in_15_top {
  background: url(../pastoreryan_theme/images/us_in_15_top.gif) no-repeat;
  padding-top: 10px;
}

#us_in_15_bottom  {
  background: url(../pastoreryan_theme/images/us_in_15_bottom.gif) no-repeat bottom left;
  padding: 0 0 10px 0;
}

#us_in_15_bottom a {
    padding: 3px 18px 10px 18px;
  display: block;
  color: #fff;
  text-decoration: none;
}


/* COL RIGHT */
#col_right {
  width: 549px;
  float: left;
}

#col_right img {
  border: 1px solid #94896d;
}

#col_right h2 {
  border-bottom: 1px solid #d6d5c9;
}

#article_header {
  margin: 15px 0 12px 0;
}

.article_credit {
  background: url(../pastoreryan_theme/images/article_credit_bg.gif) no-repeat;
  height: 42px;
  padding: 9px 20px 0 15px;
  color: #6c675d;
}

.article_credit a {
  color: #6c675d;
}

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

.article_credit img {
  float: left;
  margin: 0 10px 0 0;
}

.article_credit p {
  float: left;
  margin: 6px 0 0 0;
}


/*****************************************************************************
FOOTER
*****************************************************************************/
#footer {
  padding: 10px 0;
  color: #f6f6f1;
  text-align: right;
  font-size: 9px;
  clear: both;
}

#footer #credit_rgbcreative {
  text-decoration: none;
  color: #f6f6f1;
  padding: 10px 40px 38px 0;
  background: url(../pastoreryan_theme/images/rgb_creative.gif) no-repeat top right;
}


/*****************************************************************************
POST CONTENT
*****************************************************************************/
.post {
  clear: both;
  margin: 0 0 40px 0;
}

#comment {
  width: 95%;
}

.postmetadata {
  border: 1px solid #d6d5c9;
  padding: 20px;
  background: #f9f8f4;
}


/*****************************************************************************
CONTACT FORM
*****************************************************************************/
.ddfm label {
  display: block;
  text-transform: uppercase;
  font-size: 10px;
}

.credits {
  display: none;
}

.ddfm .fieldwrap input {
  width: 200px;
  padding: 4px 4px 2px 4px;
  color: #4e4c44;
}

.ddfm textarea {
  width: 400px;
  height: 200px;
  padding: 10px;
  color: #4e4c44;
}

/*****************************************************************************
MOZILLA HACK
*****************************************************************************/
:focus {
-moz-outline-style: none;
}