@charset "UTF-8";

/*
	Theme Name: Transit
	Theme URL: http://pointandstare.com
	Description: Transit is a bespoke WordPress theme created exclusively for Vivum
	Author: Lee Rickler
	Author URI: http://pointandstare.com/
	Version: 1.0 

	Transit v1.0
	http://pointandstare.com

	This theme was built by Lee Rickler,
	Director of Point and Stare - http://pointandstare.com

	The CSS, XHTML and design is copyright Nick Rosen

*/


/* -- ** RESET ** --*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	background:transparent;
	border:0;
	font-size:100%;
	font-weight:normal;
	margin:0;
	outline:0;
	padding:0;
	vertical-align:top
	}

p {
	border:0;
	font-size:100%;
	margin:0;
	outline:0;
	padding:0;
	vertical-align:top
	}

body {
	line-height:1
	}

blockquote, q {
	quotes:none
	}

:focus {
	outline:0
	}

ins {
	text-decoration:none
	}

del {
	text-decoration:line-through
	}

table {
	border-collapse:collapse;
	border-spacing:0
	}

#cc {
	display:none;
	visibility:collapse
	}

/* -- RESET END ** -- */

/* CORNERS */


#header {
	border-top-left-radius:3px;
	border-top-right-radius:3px
	}

#topMenu ul.sf-menu li a {
	-moz-border-radius:3px;
	border-radius:3px
	}

.slide-pic {
	border-bottom-left-radius:3px;
	border-top-left-radius:3px
	}
	
#featured_slider .content_right {
	border-bottom-right-radius:3px;
	border-top-right-radius:3px
	}

/* MAIN STYLES
-------------------------------------------*/
* { margin: 0; padding: 0; }

body,html {
	background:#fff;
	color:#333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:lighter;
	line-height:1.3em;
}

ul {
	list-style:none;
}

a {
	color:#000;
	text-decoration:underline
	}

a:hover {
	text-decoration:none
	}

a:focus {
	outline:none;
}

p {
	margin:0 0 1em;
}

h1 {
	color:#547e83;
	font-size:140%;
	font-weight:bold;
	padding:10px 0;
	text-transform:uppercase
	}

h2 {
	color:#547e83;
	font-size:110%;
	font-weight:bold;
	padding-top:10px;
	text-transform:uppercase
	}

h3 a {
	color:#ff0000;
	font-size:90%;
	text-transform:uppercase
	}

 /* STRUCTURE */

#wrapper {
	margin:0 auto;
	width:910px
	}

#header {
	height:90px;
	position:relative;
	z-index:99
	}

#content {
	padding-bottom:20px
	}

#colFull{
	padding-left:0px;	
	padding-top:15px;
	width:925px;
}


/* HEADER ELEMENTS
------------------------------------------*/

/* -- logo --*/
#logo {
	display:inline-block;
	float:left;
}

#logo a img{
	border:none;
	vertical-align:middle;
	margin-top:10px;
}

/* -- main menu --*/

#topMenu {
	display:inline-block;
	float:right;
	margin-top:40px
}

#topMenu ul.sf-menu {
	padding-top:18px;
	padding-left:3px;
}

#topMenu ul.sf-menu li {
	float:left;
	padding:0 6px;
	font-size:76%;
}

#topMenu ul.sf-menu li a, #topMenu ul.sf-menu li li a {
	background:#fff;
	border:solid 1px #efefef;
	color:#547e83;
	padding:10px;
	text-decoration:none;
	text-transform:uppercase
	}

#topMenu ul.sf-menu li a:hover {
	background:#ccc;
	border:solid 1px #efefef
	}

#topMenu ul.sf-menu li li {
	font-size:110%;
	padding-top:7px
	}

#topMenu ul.sf-menu li ul.children, #topMenu ul.sf-menu li ul.sub-menu {
	padding:0
	}

#topMenu ul.sf-menu li ul.children li, #topMenu ul.sf-menu li ul.sub-menu li, #topMenu ul.sf-menu li.page_item ul li  {
	position:relative;
	line-height:100%;
	height:28px;
	text-transform:none;
}
#topMenu ul.sf-menu li ul.children li a, #topMenu ul.sf-menu li ul.sub-menu li a, #topMenu ul.sf-menu li.page_item ul li a {
	text-decoration: none;
	display:block;
	padding-top:7px;
	line-height:100%;
	text-transform:none;
}

#topMenu ul.sf-menu li ul.children li ul.children a, #topMenu ul.sf-menu li ul.sub-menu li ul.sub-menu a {
	text-decoration: none;
	position:relative;
	border:none;
}
#topMenu ul.sf-menu li ul.children, #topMenu ul.sf-menu li ul.sub-menu,  #topMenu ul.sf-menu li.page_item ul
{
	margin-top:-4px;
	
}
#topMenu ul.sf-menu li ul.children ul.children, #topMenu ul.sf-menu li ul.sub-menu ul.sub-menu
{
	margin:0 0 0 25px;
}

/* CONTENT ELEMENTS
----------------------------------------------*/
#colFull h1 {
	text-transform:capitalize;
	position:relative;
}

#colFull h1 ul {
	position:absolute;
	right:15px;
	top:20px;
}

#colFull h1 ul li {
	float:left;
	padding:0 10px;
	border-left:1px solid #ccc;
	line-height:100%;
	font-size:12px;
}

#colFull h1 ul li a{
	font-size:12px;
	font-weight:normal;
	color:#547e83;
	letter-spacing:normal;
	
}

#colFull h1 ul li a:hover {
	text-decoration:underline;
}

#archive-title, .searchQuery {
	padding:0 0 10px 0;
	font-size:12px;
	margin-bottom:5px;
	background:url(/wp-content/themes/transit/images/bk_separattor_horiz.jpg) 0 100% repeat-x;
}

.alignleft {
	float:left;
	margin:5px 10px 5px 0
	}

.alignright {
	float:right;
	margin:5px 0 5px 10px
	}

#home-cont {
	background:#f8f8f8 url(/wp-content/themes/transit/images/bk_dotted_thick.png) 0 0 repeat-x;
	display:block;
	font-size:90%;
	margin:0;
	padding:10px
	}

#homeBoxes {
	padding-top:15px;
}

#homeBoxes .homeBox {
	background:#f8f8f8 url(/wp-content/themes/transit/images/bk_dotted_thick.png) 0 0 repeat-x;
	font-size:80%;
	float:left;
	margin-right:40px;
	min-height:240px;
	padding:0 10px;
	width:256px;
	}

#homeBoxes .last{
	margin-right:0;
}

#homeBoxes .homeBox h2 {
	padding:15px 0 15px;
}

#homeBoxes .more-link a, .more-link a:visited {
	color:#547e83;
	text-decoration:none
	}

#homeBoxes .more-link a:hover {
	text-decoration:none;
}

.blogPost {
	background:url(/wp-content/themes/transit/images/bk_separattor_horiz.jpg) 0 100% repeat-x;
	padding-bottom:5px;
	margin-bottom:10px;
}

.blogPost .meta {
	background:url(/wp-content/themes/transit/images/bk_meta.jpg) 1px 0 repeat-x;
	height:34px;
	font-size:11px;
	line-height:34px;
	padding-left:48px;
	position:relative;
	margin-bottom:20px;
	text-shadow:#efefef 1px 1px;
}

.blogPost .meta img {
	vertical-align:middle;
	margin-right:3px;
}

.blogPost .meta .date{
	position:absolute;
	left:1px;
	top:-3px;
	width:39px;
	height:44px;
	text-align:center;
	text-transform:uppercase;
	padding-right:1px;
	line-height:155%;
	text-shadow:none;
}

.blogPost .meta .date strong {
	font-size:20px;
}

/* LEFT COLUMN*/

#colLeft{
	background:#f8f8f8 url(/wp-content/themes/transit/images/bk_dotted_thick.png) 0 0 repeat-x;
	float:left;
	margin-top:0;
	padding:10px;
	width:626px
	}

#colLeft strong {
	font-weight:bold
	}

#colLeft blockquote {
	font-size:86%;
	}

#colLeft .blogPost p img {
	margin:0 10px 10px 0;
	border:8px solid #fff;
}

.page-thumb {
	display:block;
	margin:0;
	padding:0;
	text-align:center;
	width:620px
	}

/* RIGHT COLUMN */

#colRight {
	background:url(/wp-content/themes/transit/images/bk_dotted_thick.png) 0 0 repeat-x;
	border:dotted 1px #e8e8e8;
	float:left;
	font-size:80%;
	margin-left:17px;
	padding:15px 10px 10px;
	width:200px
	}

#colRight h2{
	font-size:15px;
	font-weight:bold;
	margin:0;
	padding:0 0 10px;
	text-transform:uppercase
	}

.amazon-block {
	background:#fff;
	display:block;
	height:240px;
	margin:0 auto 10px auto;
	padding:0 auto;
	width:120px
	}

/* CONTACT PAGE */

.contact-map {
	clear:both;
	display:inline-block;
	float:right
	}

/* FOOTER ELEMENTS */

#footer {
	background:url(/wp-content/themes/transit/images/bk_dotted_thick.png) 0 0 repeat-x;
	color:#666;
	font-size:80%;
	margin:0;
	position:relative;
	padding-bottom:20px
	}

#innerFooter {
	margin:0 auto;
	padding:15px 0 25px;
	position:relative;
	width:900px
	}

#footer .footer-left {
	display:inline-block;
	float:left
	}

#footer .footer-right {
	display:inline-block;
	float:right
	}

#footer .footer-right img {
	margin-left:10px
	}


/* HOME SLIDER */

#featured_slider {
	display:block;
	height:360px;
	margin:10px auto;
	width:908px
	}

#featured_slider ul, #featured_slider ul li {
	border: none !important;
	float: left;
	height:360px;
	list-style: none !important;
	width:908px
	}

#featured_slider .content_right {
	background:#547e83;
	color:#ccc;
	float:right;
	font-size:86%;
	font-style:oblique;
	height:340px;
	line-height:1.29em;
	margin-left:10px;
	padding:10px;
	width:258px
	}
#featured_slider .content_right h2 {
	display:block;
	margin-bottom:20px
	}

#featured_slider .content_right a {
	color:#fff;
	font-size:136%;
	font-weight:bold;
	line-height:1.2em;
	text-decoration:none;
	text-transform:uppercase
	}

#featured_slider .content_right .read-more {
	font-size:80%;
	float:right
	}

#featured_slider .content_left {
	float: left;
	height:360px;
	width:620px
	}

#featured_slider .feat_next {
	background: url(/wp-content/themes/transit/images/but_next.png) no-repeat;
	cursor: pointer;
	height:30px;
	position:absolute;
	right: 140px;
	top:440px;
	width:30px;
	z-index: 10
	}

/*COMMENTS
---------------------------------------------*/

#colLeft h2.comments {
	padding-bottom:20px;
	background:url(/wp-content/themes/transit/images/bk_separattor_horiz.jpg) 0 100% repeat-x;
}

#colLeft ul.commentlist {
	list-style-type:none;
	background:url(/wp-content/themes/transit/images/bk_separattor_horiz.jpg) 0 100% repeat-x;
	padding-bottom:20px;
	margin-bottom:15px;
}

#colLeft ul.commentlist li {
	margin-top:15px;
}

#colLeft ul.commentlist li .text {
	position:relative;
	padding:12px;
	background:#fff;
	border:1px solid #D1D1D1;
}

#colLeft ul.commentlist li .text .topLeft {
	position:absolute;
	top:-1px;
	left:-1px;
	width:12px;
	height:12px;
	background:url(/wp-content/themes/transit/images/bk_comment_top_left.jpg) 0 0 no-repeat;
}

#colLeft ul.commentlist li .text .topRight {
	position:absolute;
	top:-1px;
	right:-1px;
	width:12px;
	height:12px;
	background:url(/wp-content/themes/transit/images/bk_comment_top_right.jpg) 0 0 no-repeat;
}

#colLeft ul.commentlist li .text .bottomRight {
	position:absolute;
	bottom:-1px;
	right:-1px;
	width:12px;
	height:12px;
	background:url(/wp-content/themes/transit/images/bk_comment_bottom_right.jpg) 0 0 no-repeat;
}

#colLeft ul.commentlist li .text .bottomLeft {
	position:absolute;
	bottom:-1px;
	left:-1px;
	width:12px;
	height:12px;
	background:url(/wp-content/themes/transit/images/bk_comment_bottom_left.jpg) 0 0 no-repeat;
}

#colLeft ul.commentlist li .text .bubble {
	position:absolute;
	top:-9px;
	left:16px;
	width:16px;
	height:10px;
	background:url(/wp-content/themes/transit/images/bk_bubble.png) 0 0 no-repeat;
}

#colLeft ul.commentlist .commentmetadata span {
	font-size:12px;	
}


#colLeft ul.commentlist li .avatar {
	border:5px solid #FFF;
	padding:1px;
	background:#fff;
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}

#colLeft ul.commentlist li em {
	font-size:12px;
	padding-top:5px;
}

#colLeft ul.commentlist li ul.children {
	padding-left:35px;
}

#colLeft ul.commentlist li .reply {
	font-size:12px;
}

#colLeft h2.postComment {
	background:url(/wp-content/themes/transit/images/ico_arrow_post.png) 3px 50% no-repeat;
	padding-left:28px;
}

/* post comment */

#commentform p {
	margin:0;
}

#commentform label {
	display:block;
	padding:5px 0 2px;
}

#commentform input, #commentform textarea {
	border:1px solid #fff;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
	padding:7px;
	width:300px;
	font-size:12px;
}


#commentform textarea {
	width:600px;
}

#commentform input#submit{
	border:none;
	width:80px;
	height:34px;
	margin-top:15px;
	background:url(/wp-content/themes/transit/images/but_send.png) 0 0 no-repeat;
	color:#fff;
}

/* CLEAR */
.clearfix:after {
    content: "."; 
    display:block; 
    height: 0; 
    clear: both; 
    visibility: hidden
	}

.clearfix {
	display: block
	}

.clear {
	clear: both
	}

.noclear {
	clear: none
	}

/* Homepage Slider BG color change due to updates */
#featured_slider ul li {
	background-color: #fff;
}
#content #featured_slider ul {
	width: 95%;
	height: 360px;
}
#content #featured_slider .feat_next {
	bottom: 30px;
    top: auto;
    right: 25px;
    left: auto;
}
