/*
Theme Name: City Link
Theme URI: http://citylink.com
Description: Custom Wordpress theme created by Tate Lucas.
Version: 1.0
Author: Tate Lucas
Author URI: http://www.tatelucas.com
Tags: magazine, clean, business
*/

/* Basic Styles */
body {
	background:#FFF;
	font:9pt/11pt Arial, Helvetica, sans-serif;
	color:#000;
	margin:0 auto;
	padding:0 20px;
}
a {
	text-decoration:none;
	color: #0078AE;
}
a:hover {
	text-decoration:underline;
}
#TB_window a {
	color: #0078AE !important;
}
a img {
	border: none;
}
.additional-meta {
	font-size: xx-small;
}
blockquote {
	font-style:oblique;
}
p {
	padding: 0 0 10px 0;
	line-height: 18px;
}
* :focus { outline: 0; }
/* Lists */
ul {
	margin:0;
	padding:0;
}
ul li {	
	margin-left:3px;
	padding:0;
}
li {
	list-style-type:none;
}
.disc {
	list-style-type:disc;
}
.entry-content ul, .entry-content p, .entry-content ol {
  line-height: 20px;
}
.entry-content ul ol {
	margin-left:0;
}
.entry-content ul li {
	margin-left:10px; 
	list-style:disc; 
	list-style-position:inside;
}
.entry-content ul li ol {
	margin-left:10px;
}
.entry-content ol li {
	list-style: decimal; 
	list-style-position:outside;
}
.entry-content ol li li {
	margin-left:5px;
}

/* Headings*/
h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
}
h2.entry-title {
	font-size:180%;
}
h2#comments{
	margin:20px auto 10px;
	font-size:140%;
}
h2.page-title {
color:#A69669;
font-size:23px;
font-weight: normal;
line-height:25px;
margin: 0 0 10px 0;
}
.entry-content h3 {
	font-size:14px;
	padding: 10px 0 0 0;
	line-height: 20px;
}
.entry-content p {
  margin: 0 0 10px 0;
  padding: 0;
}
.entry-content h4 {
	font-size:120%;
}
.entry-content h5 {
	font-size:100%;
}
.entry-content h6 {
	font-size:90%;
}

/* Divs */
#wrapper {
	float:none;
	clear:both;
	margin:0 auto;
	padding:0;
	width:950px;
}
#header {
	height:70px;
	text-align:center;
	margin:0 auto 15px;
	padding:15px 0 10px;
	border-bottom: 1px solid #f7f7f7;
}
#footer {
	height:62px;
	width: 950px;
	overflow:hidden;
	margin:20px auto 30px auto;
	clear:both;
	float:none;
	background:transparent url(images/thin-footer.png) no-repeat scroll left top;	
	color: #b8b8b8;
}

.footertop {
	text-align: right;
	width: 880px;
	padding: 7px 0 15px 0;
}

.footerbottom {
	text-align: right;
	width: 880px;
}

.footerleft {
	float: left;
	padding: 15px;
	width:785px;
}
.footerright {
	float: left;
	padding: 72px 26px 15px 0;
	width:204px;
	text-align: right;
	line-height: 17px;
}

/* Header */
#citylink a {
	background:transparent url(images/logo.gif) no-repeat scroll left top;
	border-style:none;
	display:block;
	height:41px;
	margin:0;
	padding:0;
	text-decoration:none;
	width:266px;
}

#citylink a span {
	display: none;
}

#citylink {
	margin: 15px 0 0 0;
	float: left;
}

/* Navigation */
.menu {
	float: right;
	margin: 24px 0 0 0;
}

.menu ul li {
	float: left;
}

.menu a{
background: transparent url('images/oval-gray-left.gif') no-repeat top left;
display: block;
float: left;
line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 24px; /* Height of button background height */
padding-left: 8px; /* Width of left menu image */
text-decoration: none;
text-transform: uppercase;
font-size: 10px;
font-weight: bold;
color: #fff;
}

.menu a:link, .menu a:visited, .menu a:active{
color: #fff;
}

.menu a span{
background: transparent url('images/oval-gray-right.gif') no-repeat top right;
display: block;
padding: 4px 8px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

.menu a:hover{ /* Hover state CSS */
background-position: bottom left;
}

.menu a:hover span{ /* Hover state CSS */
background-position: bottom right;
color:#fff;
}

.current_page_item a {
background-position: bottom left !important;
}

.current_page_item a span{ /* Hover state CSS */
background-position: bottom right;
color:#fff;
}


/* Posts */
.post-index {
	margin:0 0 10px;
}
#post-single {
	margin:0 0 16px;
}
.posts-wrap {
	float:left; 
	clear:none;
	width:622px;
	border-right: 1px solid #F7F7F7;
	padding: 0 14px 0 0px;
	margin:0 0 55px;
	min-height:400px;
}
.video-wrap {
  width: 790px !important
}
.video-wrap .page-content {
  text-align: left;
}
#home-post-wrap {
	width: 790px;
	float: left;
	padding: 0 15px 0px 0px;
	border-right: 1px solid #F7F7F7;	
	border-left: none;
}

/* Sidebars */
.navbar-wrap {
	margin: 0 14px 0 0px;
	overflow:hidden; 
	float:left; 
	clear:none;
	width:140px;
	border-right: 1px solid #F7F7F7;	
	padding: 0 14px 0 0;	
}
.navbar-wrap h3 {
	background:#15639A none repeat scroll 0 0;
	color:#FFFFFF;
	font-size:10.5px;
	padding:5px 6px;
	text-transform:uppercase;
	width:128px;
}
.navbar-wrap a {
	color: #000;
	text-transform: uppercase;
	font-size: 11px;
}
.navbar-wrap ul {
	margin: 5px 0 0 0;
}
.navbar-wrap li {
	padding: 8px 0;
	border-bottom: 1px solid #f7f7f7;
}
.navbar-wrap .current_page_item a {
	color: #15639A;
}
.sidebar-wrap {
	margin: 0 0 0 14px;
	overflow:hidden; 
	float:left; 
	clear:none;
	width:130px;
}
.sidebar {
	width:100%;
	clear:none;
}

.block-1 {
	float:right;
}

/* 404 */
.error404 {
	margin:0;
	width:100%;
}
.error404 h1,.error404 h2 {
	margin: 10px auto;
}

/* Comments */
div.comments-wrap {
	margin:15px auto; 
	padding:0;
}
li.comment,li.trackback, li.pingback {
	margin: 10px auto;
}
ul.children {
	margin-left:10px;
}
ul.commentlist, ul.pinglist {
	margin:10px 0;
}
textarea#comment {
	overflow:auto;
}

/* Alignments */
img.alignright {
	float:right;
	clear:none;
	margin:0 0 1em 1em
}
img.alignleft {
	float:left;
	clear:none;
	margin:0 1em 1em 0;
}
img.aligncenter {
	display: block; 
	margin:1em auto; 
	text-align:center
}
img.alignnone {
	margin:0 0.5em 0 0;
}

/* Navigation */
div.navigation {
	width:100%;
	height:auto;
	float:left;
	clear:both;
	padding: 10px 0px;
}
.nav-next {
	float:right;
	clear:none;
	width:48%; 
	text-align:right;
}
.nav-prev {
	float:left;
	clear:none;
	width:48%; 
	text-align:left;
}

/* Homepage */
.front-images {
	margin: 0 0 25px 0;
}
.quote {
	float: left;
	width: 420px;
	text-align: center;
}
.quote img {
	clear: both;
}
.home-content {
	width: 370px;
	float: left;
	position: relative;
	text-align: right;
}
.front-quote {
}
.learn-btn {
	background:transparent url(images/learn-more-btn.png) no-repeat scroll right top;
	display:block;
	height:33px;
	position:absolute;
	right:10px;
	top:134px;
	width:103px;
}
.learn-btn span {
	display: none;
}
.learn-more-btn {
  background:transparent url(images/learn-more.gif) no-repeat scroll right top;
  display:block;
  height:23px;
  position:absolute;
  right:42px;
  top:374px;
  width:101px;
}
.learn-more-btn span {
	display: none;
}
.learn-more-btn:hover {
  background:transparent url(images/learn-more-on.gif) no-repeat scroll right top;
}  
.sidebar img {
	border-bottom: 1px solid #F7F7F7;
	padding: 0 0 6px 0;
	margin: 0 0 3px 0;
}

.small {
  font-size: 9px;
}

blockquote {
  color: #15639A;
}

.site {
  font-size: 9px;
}

.brown_bg {
  background: #A79A70;
  color: #fff;
  margin:0;
  padding:20px;
  font-style: normal;
}

hr {
  margin: 15px 0;
}
.navbar-wrap h3 a {
  color: #fff;
}

#lightbox-overlay-text {
  display: none;
}

.menu_head {
  background:#f2f2f2 none repeat scroll 0 0;
  border-bottom:1px solid #e1e1e1;
  color:#15639A;
  cursor:pointer;
  font-size:13px;
  margin:0 !important;
  padding:2px 5px !important;
  font-weight: bold;
}
.menu_body {
display:none;
margin: 15px 5px;
}

.home-div {
  background: url(images/homepage_bg2.png) no-repeat;
  width: 785px;
  height: 443px;
  position: relative;
}

.building-shot {
  height:274px;
  left:11px;
  position:relative;
  top:152px;
  width:593px;
}

.vt-button {
  background:transparent url(images/virtual-tour-sprite.png) no-repeat scroll 0 0;
  display:block;
  height:30px;
  text-indent:-9999px;
  width:160px;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 100;
}

.vt-button:hover {
  background:transparent url(images/virtual-tour-sprite.png) no-repeat scroll 0 -30px;
}

#TB_load{
	background: none !important;
	border: none !important;
	padding: none !important;
}

.wp-image-218 {
  margin-right: 10px;
  margin-bottom: 100px !important;
}

.page-item-8, .page-item-10 {
  display: none;
}