/* @override 
	http://rosspopeinc.bravenewclients.com/wp-content/themes/rosspopeinc/style.css
	http://www.rosspopeinc.com/wp-content/themes/rosspopeinc/style.css
*/

/*
Theme Name: Ross Pope Inc.
Theme URI: http://rosspopeinc.com
Description: A Theme for Ross Pope Inc.
Version: 1.0
Author: BraveNewCode
Author URI: http://www.bravenewcode.com
*/

/* @group Global */

* {
   margin:0;
   padding:0;
}

body {
   background: #f3f3f3 url('images/body_bg.gif') top center repeat-y;
   text-align: center;
   font-size: 13px;
   font-family: Helvetica;
   color: #333333;
}

a {
   color: #458a85;
   text-decoration: none;
   font-weight: bold;
}

a:focus {
   outline:0;
}

a:hover {
   text-decoration: underline;
}

img {
	border: 0px;
}

.clear {
   position: relative;
   clear: both;
   background: #dee8e8 url(images/clear_bg.gif) no-repeat 0 0;
	height: 13px;
}



/* @end */

#main-content {
   margin: 0 auto;
   background: #dee8e8 url('images/main_content_wrap_bg.gif') repeat-y left;
	width: 853px;
}

/* @group Sidebar */   

#site_switch {
	float: right;
	width: 242px;
	margin-bottom: 25px;
	margin-left: 17px;
	background: #fff url('images/content_top_shadow_bg.gif') top left repeat-x;
}

#site_switch ul {
 	list-style: none;
}

#site_switch li {
	display: inline;
	margin:0;
	padding:0;
}

#site_switch li a {
 float: left;
 width: 126px;
 height: 32px;
 padding-top: 10px;
 text-align: center;
 background: transparent url('images/switch_button_bg.gif') 0px 0px no-repeat;
}

#site_switch li a.last {
 width: 116px;
 background: transparent url('images/switch_button_bg.gif') -14px 0px no-repeat;
}

#site_switch li a:hover {
background: transparent url('images/switch_button_bg.gif') 0px -42px no-repeat;
}

#site_switch li a.last:hover {
background: transparent url('images/switch_button_bg.gif') -14px -42px no-repeat;
}

#site_switch li.active_site a {
background: transparent url(images/switch_button_bg.gif) no-repeat 0px -42px;
}
#site_switch li.active_site a.last {
 background: transparent url('images/switch_button_bg.gif') -14px -42px no-repeat;
}

#sidebar {
width: 261px;
background: #dee8e9 url(images/sidebar_bg.gif) repeat-y left;
text-align: left;
	float: right;
	clear: both;
	display: block;
	position: relative;
	padding-left: 0;
}

#sidebar_nav {
background: url('images/sidebar_bg.gif') repeat-y left;
	width: 259px;
}

#sub_sidebar_nav {
clear: both;
padding: 15px 0 30px;
}
   
#sidebar_nav ul, #sub_sidebar_nav ul {
 list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar_nav li a, #sub_sidebar_nav li a {
 padding-top: 8px;
 height: 23px;
 color: #444343;
 width: 258px;
 background: transparent url('images/sidebar_nav_item_bg.gif') 0px 0px no-repeat;
	font: bold 14px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	position: relative;
	display: block;
	clear: left;
	margin-left: 1px;
	padding-bottom: 2px;
}

#sidebar_nav li a span, #sub_sidebar_nav li a span {
	margin-left: 32px;
}

#sidebar_nav li a:hover, #sidebar .current_page_item a, #sub_sidebar_nav li a:hover, #sub_sidebar_nav .current_page_item a {
 text-decoration: none;
 background: transparent url('images/sidebar_nav_item_bg.gif') -259px 0px no-repeat;
}

#sidebar_nav #search {
 padding: 15px 0 15px 32px;
 background: transparent url('images/search_corner.gif') top left no-repeat;
 position: relative;
 bottom: 2px;
}

#sidebar_nav #search .input {
 width: 165px;
 height: 21px;
 background: transparent url('images/search_input.gif') top left no-repeat;
 border: 0;
 padding-top: 6px;
 padding-left: 8px;
 padding-right: 6px;
 font-size: 11px;
}

#sidebar_nav #search .submit {
 display: inline;
 position: absolute;
	right: 15px;
	top: 15px;
}
      
#sidebar_editable {
  clear: both;
  padding: 30px 0;
  margin-left: 30px;
  font-size: 12px;
}

#sidebar_editable a {
	float: left;
}



/* @end */

/* @group Main Content */

.post .alignleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	border: 2px solid #dee8e8;
}

.post .alignright {
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
	border: 2px solid #dee8e8;
}

   #content_wrap {
      background: transparent url('images/content_top_shadow_bg.gif') repeat-x 0 0;
	width: 853px;
	clear: both;
}
    
   #content {
	   overflow: hidden;
	   width: 550px;
	   font-size: 13px;
	margin: 0;
	padding: 0;
	float: left;
}
   
   #home #content {
      padding-top: 0px;
   }
   
	#content ul {
		margin-top: 10px;
		padding-left: 20px;
		margin-bottom: 20px;
	}
   
   #baner_home {
      width: 540px;
      background: transparent url('images/baner_home_bg.png') top left repeat-y;
      text-align: left;
	float: left;
	display: inline;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 25px;
	font: 11px/15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #555;
}

#baner_home strong, #baner_home h3 {
	color: #222;
}

#baner_home a {
	
}
   
   #content .post {
      clear: left;
      padding-top: 10px;
      line-height: 150%;
	margin: 0 0 0 25px;
	text-align: justify;
}
   
   #content h2 {
      padding-bottom: 15px;
	padding-top: 5px;
	font: bold 24px/30px "Times New Roman", Helvetica, Arial, Geneva, sans-serif;
	color: #333;
}
   
   #content p {
	padding-top: 10px;
	padding-bottom: 10px;
}
   
   #footer {
      background-color: #dee8e8;
   }
      #footer_logo {
         padding: 30px 0;
      }
      #footer_logo img {
      }
      
      #footer p {
         font-size: 11px;
         color: #3d4c4c;
         padding-bottom: 30px;
      }



/* @end */

/* @group Header */

#header {
	  height: 124px;
	  background: url(images/header-bk.png) repeat-x 0 0;
	  text-align: right;
	  border-bottom: 1px solid #a0c9c9;
	margin: 0;
	padding: 0;
}
   
#header #logo {
	float: left;
	margin-left: 25px;
	margin-top: 20px;
}

#header #info {
	text-align: center;
	width: 182px;
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	color: #458a85;
	background: url(images/computer.png) no-repeat;
	height: 124px;
	padding: 0;
	float: right;
}

/* @end */

/* @group Top Links */

#top_links {
      background-color: #dee8e8;
      height: 26px;
      border-bottom: 1px solid #a0c9c9;
   }

#top_links ul {
         padding-top: 6px;
         list-style: none;
         text-align: right;
         margin-right: 5px;
      }
      #top_links li {
         display: inline;
	border-right: 1px solid #a0c9c9;
}

#top_links a {
         font-size: 12px;
         margin-right: 10px;
	margin-left: 5px;
}

#top_links li:last-child {
	border-right-style: none;
}



/* @end */

/* @group Other */

.team-member {
	margin-bottom: 50px;
}

.team-photo {
	float: left;
	margin-right: 16px;
}

.team-photo img {
	border: 2px solid #dee8e8;
	padding: 2px;
}

acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

hr {
	display: none;
}

a img {
	border: none;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

/* End Various Tags & Classes*/



/* @end */
   
