/*
Theme Name: 68West custom
Theme URI: http://thinkaor.com
Description: custom-built by thinkaor
Version: 0.2
Author: David Sprankle
Author URI: http://thinkaor.com/
Tags: blue, custom header, fixed width, two columns, widgets


*/


a img {
border:0;
}
* {
margin:0;
padding:0;
border:0;
}


body {
    background: #a09786 url('core/bg.jpg') repeat-y top center;
}
/* general positioning */
#container {
    width:960px;
    margin:0 auto;
    padding:25px 0;
    position:relative;
}

#nav {
behavior: url('core/ie-css3.htc');
  -moz-box-shadow: 0 0 10px #000; /* Firefox */
  -webkit-box-shadow: 0 0 10px #000; /* Safari, Chrome */
  box-shadow: 0 0 10px #000; /* CSS3 */
    width:210px;
    height:550px;
    display:inline-block;
    margin-right:40px;
    padding:20px;
    text-align:right;
    float:left;
    background: #ffffff url('core/containerBG.jpg') repeat-x bottom left;
    overflow:visible;
}

#content {
behavior: url('core/ie-css3.htc');
float:left;
  -moz-box-shadow: 0 0 10px #000; /* Firefox */
  -webkit-box-shadow: 0 0 10px #000; /* Safari, Chrome */
  box-shadow: 0 0 10px #000; /* CSS3 */
position:relative;
display:inline-block;
    background: #ffffff url('core/containerBG.jpg') repeat-x bottom left;display:inline-block;
    width: 655px;
}

.box {
}

.article {
    width: 615px;
    padding:20px 20px 20px 20px;
}

.articleBlog {
    width: 275px;
    font-size:90%;
    float:left;
    display:inline-block;
    padding:10px 10px 40px 10px;
}

.articleBlog img {
max-width:275px;
}

.date {
display:inline-block;
margin-bottom:15px;
font-size:80%;
font-style:italic;
}

.articleBlog h1 {
padding-top:10px;
font-size:24px;
margin-bottom:0;
padding-bottom:10px;
}

#cityImage {
position:absolute;
bottom:0;
left:0;
width:655px;
height:124px;
background:url('core/city.gif') no-repeat top left;
}

/* global type rules */
body {
	font-family: Georgia, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 18px;
	color:#63666d;
}
a {
	color:#8e0d07;
	text-decoration:none;
	font-weight:bold;
	
}

a:hover {
	text-decoration:underline;
}

em, .description {
font-style:italic;
color: #73767d;
}
strong {
font-weight:bold;
color:#4d4d4d;
}

p, ol, ul {
	margin-bottom:.75em;
}

#nav ul {
list-style-type:none;
}

#nav ul li ul li a {
color:#8e0d07;
font-weight:normal;
	border-bottom:0;
	font-size: 12px;
	text-transform:lowercase;
	font-style:italic;
	display:inline-block;
	color:#666666;
	text-decoration:underline;
	
}

#nav ul li {
margin-bottom:20px;
}

#nav ul li ul li {
margin-bottom:5px;
}

#nav ul li a {
color:#8e0d07;
font-weight:normal;
	border-bottom:4px double #93969d;
	font-size: 18px;
	text-transform:lowercase;
	display:inline-block;
	text-decoration:none;
}




#nav ul li ul li{
margin-bottom:0;
height:auto;
}

#content ul li {
list-style-type:square;
margin-left:18px;
color: #73767d;
}

li, h1, h2, h3 {
	margin-bottom:.25em;
}
h1, h2, h3 {
	border-bottom:4px double #93969d;
	color:#4d4d4d;
	font-weight:normal;
	padding-bottom:5px;
clear:both;
}

h1 {
	font-size:300%;
	line-height:100%;
	padding-top: 50px;
	padding-bottom:50px;
	margin-bottom:30px;
	font-style:italic;
	
}
h2 {
margin-top:20px;
	font-size:150%;
}
h3 {
	font-size:125%;
}

blockquote {
margin:.5em 20px;
color:#83868d;
font-style:italic;
}

.arrowTop {
background:url('core/arrowTop.gif') no-repeat top right;
width:23px;
height:9px;
position:absolute;
left:274px;
top:110px;
}

.arrowSide {
width:21px;
height:auto;
border-right:1px solid #000000;
border-bottom:1px solid #000000;
position:absolute;
left:253px;
top:115px;
}

#nav ul li.current_page_item a {
color: #73767d;
}

#nav  ul ul,
#nav .current_page_item ul ul,
#nav .current_page_ancestor ul ul,
#nav .current_page_ancestor .current_page_item ul ul,
#nav .current_page_ancestor .current_page_ancestor ul ul {
	display: none;
	}

#nav .current_page_item ul,
#nav .current_page_ancestor ul,
#nav .current_page_ancestor .current_page_item ul,
#nav .current_page_ancestor .current_page_ancestor ul,
#nav .current_page_ancestor .current_page_ancestor .current_page_item ul,
#nav .current_page_ancestor .current_page_ancestor .current_page_ancestor ul {
	display: block;
	}
	
#nav .current_page_ancestor .description {
	display:none;
}

.clear {
clear:both;
}


.article img.team, .articleBlog img.team {
border:0;
}


.alignright {
float:right;
margin-left:10px;
margin-bottom:5px;
clear:right;
}

.alignleft {
float:left;
margin-right:10px;
margin-bottom:5px;
clear:left;
}

div#left-column {
	width: 200px;
	float: left;
	clear: none;
	}
div#right-column {
	width: 200px;
	float: right;
	clear: none;
	}

