/*
Theme Name: RS2 Architects
Description: Wordpress theme developed for RS2 Architects.
Author: Boost Marketing
Author URI: http://boostmktg.com
version: 1.0
Tags: three column, widget-ready
*/




/* basics */

*{margin:0; padding:0;}

body {
	background: url(images/bg_main.jpg) repeat-x;
	background-color:#f0f0f0;
	font-family:Georgia, "Times New Roman", Times, serif;
font-size:11px;
line-height:17px;
	margin:20px;
	}

a:link {color: #649730;}

p { margin: 10px 0; }
	
h1 {font-size: 18pt;}
h2, h2 a {font-size: 14pt; color: #333 !important;}
h3 {font-size: 10pt;}
h4 {font-size: 9pt;}

small  {color:#999999; font-family:verdana; margin-bottom:10px;}
.date  {color:#999999; margin: -2px 0 0 35px; font-family:Georgia, "Times New Roman", Times, serif; font-style:italic; }

img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 15px 15px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}


/* links */

a{
	color:#000;
	text-decoration:none;
	}

a:hover{text-decoration: underline; color:#666;}

a:visited{color:#009999;}



/* container */


#container {
	width: 960px;
	margin: 0px auto;
	padding:0 0 0 0;
	color:#333;
	overflow: hidden;
	position:relative;
	}
	
/* header */

#header {
  	width: 960px; 
	height: 130px;
	color: #fff; 
	}

#header h1{
	font:normal 20pt georgia, times;
	padding:29px 0 0 0px;
	margin:0;	
	}
	
#header h1 a{color: #404040; text-decoration: none;}
#header h1 a:hover{color: #666; text-decoration: none;}


#header h2{
	font:normal 10pt georgia, times;
	color:#333;
	padding: 0 0 0 18px;
	margin:0;	
	}

#branding {
	float: left;
	width:300px;
}

#subscribe { 
	position:absolute;
	top:0px;
	right:3px;
}

/* main menu */

/* Nav List Styles */
#nav { }
#sprite {
	background:url(images/nav.jpg);
	background-repeat:no-repeat;
	float:right;
	height: 61px;
	list-style:none;
	margin: 29px 0px 0 0;
	position: relative;
	width: 485px;
}
#sprite li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: absolute;
}
#sprite li, #sprite a {
    height: 61px; width:120px; display: block; }


#navabout {width: 120px; left:0; }
#navnews {width: 120px; left:121px }
#navwork {width: 120px; left:241px ; }
#navcontact {width: 120px; left:361px; }
	
#navabout a:hover { background:transparent url(images/nav.jpg) 0 -61px no-repeat; }
#navnews a:hover { background:transparent url(images/nav.jpg) -121px -61px no-repeat; }
#navwork a:hover { background:transparent url(images/nav.jpg) -241px -61px no-repeat; }
#navcontact a:hover { background:transparent url(images/nav.jpg) -361px -61px no-repeat; }



.page_item {color:#666666; font-size:16px; margin: 5px 0;}
.page_item a{color:#666666;}
.page_item a:hover {color: #649730;}
.page_item ul li { font-size:12px; color:}


#top-navigation {
	float:right;
	list-style:none;
	height:61px;
	padding: 29px 0 0 0;
	width: 483px;
}

#project-navigation {
background: url(images/bg-menu.jpg) repeat-x;
border-bottom:1px solid #CCCCCC;
margin:-2px 0 20px 10px;
padding-bottom:9px;
width:695px;
}

#project-navigation li{
	display:inline;
	
}

#project-navigation a{

	border-right: 1px solid #ccc;
	color: #649730;
	font-size:12px;
	font-style:italic;
	margin:0 0 0 9px;
	padding: 13px 20px 10px 10px;
}

.page_item #project-navigation li {font-size:12px;}

.breadcrumb-home{ background-color:#666666; color:#fff; font-size:16px; font-style:italic; padding:10px 20px; margin:0 0 0 -1px;}

a.backwards {
border:none !important;
color: #fff !important;
font-size: 14px !important;
padding-right:25px !important;
}


/* wide content */


#wide-content {
	float:left;
	height:600px;
	width:480px;
	overflow: hidden;
	}


/* content */


#content {
	background:url(images/bg_front-content.jpg) repeat-y;
	clear:both;
	float:left;
display:inline;
	margin: 0 0 15px 0;
	padding-bottom: 80px;
	position:relative;
	width:480px;
	}
	
#content p a {color: #649730;}	
	
.headline { font-size:22px; font-style:italic; line-height:1.5em; margin-bottom:20px;}

#content p {padding: 0px 20px;}

#content-top-front {
	background:url(images/bg_front-content_top.jpg) no-repeat;
	height: 15px;
	width: 480px;
}
#content-bottom-front {
	bottom: 0px;
	height: 37px;
	position:absolute;
	width: 480px;
}
.header-image-front {
	margin: -5px 0px 0px 10px;
}

/* content interior */


#content-interior {
	background:url(images/bg_content_int.jpg) repeat-y;
	clear:both;
	float:left;
	margin: -1px 0 15px 0;
	padding: 0 0 60px 0;
	position:relative;
	width:715px;
	}


	
.headline { font-size:22px; font-style:italic; line-height:1.5em; margin-bottom:20px;}


#content-interior ul {padding:0px 25px; list-style:none; }

#content-top-interior {
	background:url(images/bg_content_int_top.jpg) no-repeat;
	height: 20px;
	width: 720px;
z-index:1;
}
#content-bottom-interior {
	
	bottom: 0px;
	height: 20px;
	position:absolute;
	width: 715px;
}




/* Page */

h2.page-title {padding: 0px 25px 10px; text-shadow:1px 1px #ccc; margin:0 0 12px; font-family:Georgia, "Times New Roman", Times, serif; font-weight:100;}
h2.page-title a:link{color:#666;}

.page-subtitle {font-size:16px; padding: 0px 25px 10px; text-shadow:1px 1px #ccc; margin-top: 15px;  font-family:Georgia, "Times New Roman", Times, serif; font-weight:100;}

/* Posts */

.post {
	margin:0 0 30px 0;
	padding:0;
	line-height: 14pt;
	}
	
.post h2{
	}
	
.post h2 a{
	color: #000;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color:#649730;
	text-decoration: none;
	}

.post ul {}

.post li {}

h3.post-title { margin: 20px 0 0 25px; font-size:14px; font-family:Georgia, "Times New Roman", Times, serif; color:#666666; font-weight:100;}

.entry {}

.entry p {margin:12px 0 12px 25px; padding:0; width: 620px}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin: 20px 0;
	}
	

.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}



/* sidebar */

#sidebar {
	width:239px;
display:inline;
	float:left;
	margin:-10px 0 0 0;
	padding: 0;
	border-left: 1px solid #ddd;
	}

#sidebar h2{
	font:normal 13pt verdana, arial;
text-shadow:1px 1px #fff;
font-weight: 100;
	color: #666;	
	margin: 0;
	padding: 0;
}


.sidebar {
	width:239px;
display:inline;
	float:left;
	margin:-10px 0 0 0;
	padding: 0;
	border-left: 1px solid #ddd;
	}

.sidebar h2{
	font:normal 13pt verdana, arial;
text-shadow:1px 1px #fff;
font-weight: 100;
	color: #666;	
	margin: 0;
	padding: 0;
}
.sidebar label{
	font:normal 11pt verdana, arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}


.sidebar img {padding: 0; margin: 0;}

.sidebar ul {
	margin:10px 10px 20px 10px;
	padding:0;
	}
.sidebar small {margin-bottom:10px;}

.sidebar h2 {
	margin:0px 0 10px 0;
	}

.sidebar ul li {
font-family: verdana, georgia;
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 12pt;
	list-style-type: none;
	}

.sidebar ul ul {
	margin:14px 0;
	padding:0;
}

.sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

.sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}

#sidebar label{
	font:normal 11pt verdana, arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}


#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	margin:10px 10px 20px 10px;
	padding:0;
	}

#sidebar h2 {
	margin:0px 0 10px 0;
	}

#sidebar ul li {
font-family: verdana, georgia;
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 12pt;
	list-style-type: none;
	}

#sidebar ul ul {
	margin:14px 0;
	padding:0;
}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}

.cat-item { color: #999;}

/* News */
#news {
color:#666;
}

#news p {
	color:#999;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	margin-top: 4px;
}

#news li { 
	color: #666 !important;
	list-style:none; 
	margin:0; padding:0; 
	font-family:Georgia, "Times New Roman", Times, serif !important;
	font-size:12px;
line-height:17px;
}
.news-main {margin-left: 25px; width: 600px;}

.news-title {
font-size:18px; font-weight:100; font-family:Georgia, "Times New Roman", Times, serif; margin: 0 0 10px 25px; text-shadow: 1px 1px #fff;

}

.news-post {
margin: 0 0 35px 0;
padding: 0 0 10px 0;

}

.news-post small {
width: 600px;
margin: 0px 0 0 25px;
}

.news-post .news-title { margin-bottom: 0px;}

#news a{ color:#999;}
#news a:hover {color:#649730;}

.news-title  a:visited{color:#333; !important}
.news-title  a{color:#333; !important}
.news-title  a:hover{color:#649730; !important}

.recent-post-title {
	color:#666;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	list-style:none;
margin-top:10px;
	text-shadow: 1px 1px #fff;;
	padding-top: 15px;
	
}

.recent-post-title a{
	color:#666666;
}

#recent-post { margin: 10px 0 0 0;}
#recent-post a { color:#666666;}


.connect {float: left; width: 105px; font:verdana; font-size:11px !important; }
.connect a {color: #666; text-decoration: none;}
.connect a:hover {color: #333; text-decoration: none;}

/* Projects */

.featured-select { width:px; height:px; margin:0 0 10px 10px; Padding:5px; float:left; background: #f0f0f0; border-bottom: 3px solid #ccc; border-top: 1px solid #ccc;}

.featured-title a{ font-family:georgia,verdana !important; color:#666 !important; font-size: 13px;}

.project-type { width:665px; height:200px; margin:20px; Padding:5px;  background: #f0f0f0; border-bottom: 3px solid #ccc; border-top: 1px solid #ccc;}

.project-select { width:310px; height:185px; margin:0 0 20px 20px; Padding:5px; float:left; background: #f0f0f0; border-bottom: 3px solid #ccc; border-top: 1px solid #ccc;}

.project-select p {
margin:5px 0 0;
padding:0 12px;
width:300px
}

.project-title-select { font-size:18px; font-family:Georgia, "Times New Roman", Times, serif; text-shadow: 1px 1px #fff;;}
a.project-title-select  {color:#666;}

.projects-list a {color: #666 !important;}

.project-title-select { font-size:18px; font-family:Georgia, "Times New Roman", Times, serif; text-shadow: 1px 1px #fff;;}
a.project-title-select  {color:#666;}

.project-left { margin:10px 20px 20px 10px; float: left;}
.project-top { margin:10px 20px 0px 10px; border: 1px solid #ccc;}

.header-image {
margin:-21px 0 0 -16px;
overflow:hidden;
width:697px;
}

.blog-image {
margin:-20px 0 30px 9px;
overflow:hidden;
width:697px;
}

.project-title { font-size:18px; font-family:Georgia, "Times New Roman", Times, serif; text-shadow: 1px 1px #fff;;}
.project-title  a:visited{color:#333; !important}
.project-title  a{color:#333; !important}
.project-title  a:hover{color:#649730; !important}

.project-more a{ font-style:italic; color:#649730}

/* About Pages */

#about-frame {
border-bottom: 1px solid #999;
border-top: 3px solid #999;
font-family: verdana;
font-size: 6pt;
margin: 20px 0px 10px 25px;
width: 660px;
}

#about-frame ul li { 
margin: 2px 0px;
padding: 0px;
}

ul.wide { 
color: #666;
margin: 0px 5px 10px 0px !important;
padding:0 0 0 0px !important;
width: 210px;
}

.wide li {padding: 0 0 0 0px;}

ul.short { 
border-left: 1px solid #ccc;
float: left;
height: 125px;
margin: 10px 5px 10px 0px;
padding:0 0 0 10px !important;
width: 120px;
}

ul.about-list { margin: 45px 0 0 10px !important;}

/* Gallery Pages */

#largeImg {
border-bottom: 1px dotted #999;
height:378px;
margin:-15px 0 10px -10px;
padding: 0 0 7px 0;
width:685px;
}

.thumbs {border-bottom: 1px dotted #999; margin: -15px 5px 25px 15px; padding: 0 0 5px 0; width:685px;}

.thumbs img {
border:1px solid #CCCCCC;
display: inline;
height:70px;
margin-right: 4px;
margin-bottom:4px;
width:70px;
}

.thumbs img:hover {
border-color:#FF9900;
}

h3.location { color:#649730; font-style:italic; font-size:11px; font-weight:100; margin:-12px 0 0 25px;}

/* comments */

#commentform{
	background:#fff;
	margin:0;
	padding:0;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
	}
	
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: verdana, arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}




/* search */

#searchform{
	padding:2px 0 0 0;
	position:absolute;
	top: 0px;
	right: 35px;
	}

#searchform input#s{
	margin:0;
	padding:2px;
	border:1px solid #ccc;
	}

#searchform input#searchsubmit{
	border:none;
	background:#333;
	color:#ccc;
	text-transform:lowercase;
	}


	
/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

li.page_item { font-size: 11px;}

.linklove {display:none;}


/* footer */

#footer {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	clear: both;
	margin-top: 50px;
	width: 100%;
	}
.edit-page {clear:both; margin: 0 0 0 25px;}	
#footer p{padding:14px 0;margin: 0 0 0 0px; color: #999; text-align:left;}
#footer a{color: #999;text-decoration: none;}
#footer a:hover{color: #5D5D5D;text-decoration: underline;}
#footer img {float:right; margin:0 0 0 10px;}

/* twitter */

.aktt_tweets ul li{
font-family: Georgia, Times !important;
font-size: 11px !important;
line-height:17px;
color: #666;
}

a.aktt_tweet_time { color: #666 !important;}

/* sifr */

h2.sifr {
font-size:22px !important;
}



#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	margin-top: -200px;
	display:none;
	color:#fff;
	}
.preview img{border:none;}
#full-width {
    background: #ffffff;
    clear: both;
    float: left;
    display: inline;
    margin: 0 10px 10px 10px;
    padding: 0;
    position: relative;
	width: 940px;
    box-shadow: 0px 0px 10px #cccccc;
}
#third-width {
    background: #ffffff;
    float: left;
    display: inline;
    margin: 0 0 15px 10px;
    padding: 10px;
    position: relative;
    width: 287px;
    box-shadow: 0px 0px 10px #cccccc;
}
#third-width-last {
    background: #ffffff;
    clear: both;
    float: left;
    display: inline;
    margin: 0 10px 20px 10px;
    padding: 10px;
    padding-bottom: 80px;
    position: relative;
    width: 920px;
    box-shadow: 0px 0px 10px #cccccc;
}
#third-width a img {
	max-width:100%;
    margin: -10px 0 10px 0;
	height: auto;
}
.button {
    color: #FFFFFF !important;
    cursor: pointer;
    display: inline-block;
    line-height: 1.618em;
    overflow: visible;
    padding: 0.327em 1em;
    text-align: left;
    text-decoration: none;
    text-shadow: none;
    white-space: nowrap;
    -webkit-appearance: inherit;
    font-size: 13px;
    width: auto;
    background: #333;
}
/*! http://responsiveslides.com v1.54 by @viljamis */



.rslides {

  position: relative;

  list-style: none;

  overflow: hidden;

  width: 100%;

  padding: 0;

  margin: 0;

  }



.rslides li {

  -webkit-backface-visibility: hidden;

  position: absolute;

  display: none;

  width: 100%;

  left: 0;

  top: 0;

  }



.rslides li:first-child {

  position: relative;

  display: block;

  float: left;

  }



.rslides img {
    display: block;
    height: auto;
    float: none;
    width: 100%;
    border: 0;
    clear: both;
  }

.rslides_container {

  margin-bottom: 50px;

  position: relative;

  float: left;

  width: 100%;

  }



.rslides_nav {

  z-index: 3;

  position: absolute;

  -webkit-tap-highlight-color: rgba(0,0,0,0);

  top: 50%;

  left: 0;

  opacity: 0.7;

  text-indent: -9999px;

  overflow: hidden;

  text-decoration: none;

  height: 61px;

  width: 38px;

  background: transparent url("themes/themes.gif") no-repeat left top;

  margin-top: -55px;

  }



.rslides_nav:active {

  opacity: 1.0;

  }



.rslides_nav.next {

  left: auto;

  background-position: right top;

  right: 0;

  }



.rslides_nav:focus {

  outline: none;

  }



.rslides_tabs {
    margin: 0 0 10px 0;
    text-align: center;
  }



.rslides_tabs li {

  display: inline;

  float: none;

  _float: left;

  *float: left;

  margin-right: 5px;

  }



.rslides_tabs a{
	text-indent: -9999px;
    overflow: hidden;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #ccc;
    background: rgba(0,0,0, .2);
    display: inline-block;
    _display: block;
    width: 50px;
    height: 9px;
}



.rslides_here a {

  background: #222;

  background: rgba(0,0,0, .8);

  }

.caption {
    /* position: absolute; */
    display: block;
    bottom: 0;
    /* left: 0; */
    /* right: 0; */
    padding: 10px;
    text-align: center;
    /* background: #000; */
    /* background: rgba(0,0,0, .8); */
    text-align: left;
    margin: 0;
    color: #333 !important;
}
.rslides_container {
	margin-bottom: 0;
}