/* 
Theme Name: Kip Beelman
Description: Kip Beelman theme
Author: Flosites
Author URI: http://flosites.com
Version: 1.0
*/

/* Reset styles
*******************************/
html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,ul,li,ol,
a,em,img,strong,fieldset,form,label {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    list-style: none;
}
:focus {outline: 0;}
img {vertical-align:middle; outline:0}
/* Body & forms
*******************************/
body{
    color:#8b8a8a;
    text-align: left;
    background: #efe9d5 url(images/bg.gif) 0 0 repeat;
    font: 75% Arial, Helvetica, sans-serif;
    padding-top:40px;
}
input,
textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#6d6e71;
}

/* Header elements
*******************************/
h2,
h3,
h4,
h5,
h6 {
    color:#9b7ca0;
    font:normal 1em 'Philosopher', Georgia, "Times New Roman", Times, serif;
}

h2 {
    font-size:3.33em;
}
h3 {}
h4 {
    font-size:1.17em;
    text-transform: uppercase;
}
h5 {
    font-size:1.5em;
    text-transform: uppercase;
}
h6 {}

/* Text elements
*******************************/
p               {margin: 0 0 1em 0; text-align: left; line-height:1.3;}
p.last          {margin-bottom:0;}
/*ul, ol          {margin: 0 0 1em 2em; text-align: left; line-height:1.6;}*/
strong      	{font-weight: bold;}
em          	{font-style: italic;}
ins             {text-decoration:none;}
del             {text-decoration:line-through;}

address         {font-style:normal; line-height:1.6;}

/*.alignleft {
    float:left;
}
.alignright {
    float:right;
}*/

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

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


/* Links
*******************************/
a:link,
a:visited,
a:hover,
a:active{
    color:#9b7ca0;
    text-decoration: none;
}
a:visited {}
a:hover {}

#wrapper {
    width:988px;
    margin: 0 auto;
}


#header {
    background: url(images/headerbg.png) 0 0 no-repeat;
    height: 525px;
    position: relative;
    
}
#header h1 a {
    text-indent: -9999px;
    width: 292px;
    height:71px;
    display: block;
    background: url(images/sprite.png) 0 -228px no-repeat;
    position: absolute;
    top:30px;
    left:348px;
}

#header-image {
    width:900px;
    height:343px;
    border:4px solid #e1e1e1;
    position: absolute;
    left:40px;
    top:112px;
}


#nav {
    bottom:30px;
    left:44px;
    position: absolute;
}

#nav ul li {
    float:left;
    padding:0 42px 0 42px;
    border-right:1px solid #A0A1A4;
    position: relative;
}
#nav ul li.first {
    padding-left:0;
}
#nav ul li.last {
    padding-right:0;
    border-right:0;
}

#nav ul li a.top {
    font:normal 18px/1 'Philosopher', Georgia, "Times New Roman", Times, serif;
/*     text-transform: uppercase; */
    color: #818286;
    letter-spacing: .03em;
}
#nav ul li.active a.top,
#nav ul li a.top:hover { 
	color: #9b7ca0;
}
/*
#nav ul li a.top {
    float:left;
    height:17px;
    text-indent: -9999px;
    background: url(images/nav.png) 0 0 no-repeat;
}
#nav ul li a.home {
    background-position: 0 0;
    width: 45px;
}
#nav ul li a.about {
    background-position: -46px 0;
    width: 46px;
}
#nav ul li a.categories {
    background-position: -93px 0;
    width: 85px;
}
#nav ul li a.info {
    background-position: -179px 0;
    width: 32px;
}
#nav ul li a.galleries {
    background-position: -213px 0;
    width: 70px;
}
#nav ul li a.most-voted {
    background-position: -283px 0;
    width: 91px;
}
#nav ul li a.contact {
    background-position: -376px 0;
    width: 61px;
}
#nav ul li.active a.home,
#nav ul li a.home:hover {
    background-position: 0 -17px;
}
#nav ul li.active a.about,
#nav ul li a.about:hover {
    background-position: -46px -17px;
}
#nav ul li.active a.categories,
#nav ul li a.categories:hover {
    background-position: -93px -17px;
}
#nav ul li.active a.info,
#nav ul li a.info:hover {
    background-position: -179px -17px;
}
#nav ul li.active a.galleries,
#nav ul li a.galleries:hover {
    background-position: -213px -17px;
}
#nav ul li.active a.most-voted,
#nav ul li a.most-voted:hover {
    background-position: -283px -17px;
}
#nav ul li.active a.contact,
#nav ul li a.contact:hover {
    background-position: -376px -17px;
}
*/

#nav ul ul {
    display: none;
    background: #fff;
    position: absolute;
    left:13px;
    top:32px;
    z-index:100;
    padding:5px 0;
    -moz-box-shadow: 0 0 10px #aaaaaa;
    -webkit-box-shadow: 0 0 10px #aaaaaa;
    box-shadow: 0 0 10px #aaaaaa;
}
#nav ul ul li {
    float: none;
    padding:2px 16px;
    background: none;
    border-right:0;
}
#nav ul ul li {
    color:#afafaf;
}
#nav ul ul li a {
    color:#bfbfbf;
}
#nav ul ul li a:hover {
    color:#9b7ca0;
}

#welcome {
    height:411px;
    background: url(images/welcomebg.png) 0 0 no-repeat;
    position: relative;
}
#sneak-peek .wrap {
    overflow: hidden;
    width:551px;
    height:297px;
    position: absolute;
    left:394px;
    top:24px;
}
#sneak-peek ul li {
    overflow: hidden;
    width:551px;
    height:297px;
    float:left;
}
#sneak-peek span {
    display: block;
    width:91px;
    height:54px;
    top:260px;
    right:12px;
    position: absolute;
    background: url(images/sprite.png) -16px -50px no-repeat;
    text-indent: -9999px;
}

#sneak-peek a.prev,
#sneak-peek a.next {
    position: absolute;
    display: block;
    width:13px;
    height:15px;
    background: url(images/sprite.png) 0 0 no-repeat;
    text-indent: -9999px;
    right:28px;
}

#sneak-peek a.next {
    background-position: 0 -95px;
    top:267px;
    z-index: 100;
}
#sneak-peek a.prev {
    background-position: 0 -80px;
    top:285px;
    z-index: 100;
}
#sneak-peek a.prev:hover {
    background-position: 0 -50px;
}
#sneak-peek a.next:hover {
    background-position: 0 -65px;
}


#welcome-text {
    position: absolute;
    left:44px;
    top:62px;
    width:330px;
}
#welcome-text h2 {
    line-height: 1;
    font-size:2.8em;
    padding-bottom: .5em;
}



#facebook {
    position: absolute;
    left:574px;
    top:362px;
    width:265px;
}

#twitter {
    position: absolute;
    left:160px;
    top:362px;
    width:335px;
}


.post {
    padding-bottom: 45px;
}
#post {
    padding-bottom: 0;
    margin-bottom:45px;
}
.post .preview {
    background: url(images/post-previewbg.png) 0 0 no-repeat;
    height:426px;
    padding:56px 44px 0;
    position: relative;
    overflow: hidden;
    zoom:1;
}
.post .image {
    margin-bottom: 8px;
    width:900px;
    height:323px;
    overflow: hidden;
    cursor: pointer;
}
.post .posted {
    float:right;
    border:1px solid #e4e4e4;
    border-left:0;
    border-right:0;
    padding:8px 0;
    line-height: 1.1;
}
.post .posted .date {
    display: block;
    padding-bottom: 2px;
}
.post .posted .open-comments a {
    color:#a3a3a3;
    text-transform: lowercase;
}
.post h2 {
    text-transform: uppercase;
    float:left;
    width:700px;
    line-height: .9;
}
.post a.toggle {
    position: absolute;
    right:14px;
    top:61px;
    display:block;
    width:91px;
    height:54px;
    background: url(images/sprite.png) 0 -110px no-repeat;
    text-indent: -9999px;
}
.post .loading {
    display: none;
    position: absolute;
    right:14px;
    top:61px;
    width:91px;
    height:54px;
    background: #FEFEFE url(images/ajax-loader.gif) 50% 50% no-repeat;
}
.open-post a.toggle {
    background-position: 0 -164px;
}
.post .more {
    display: none;
}
.post .more-visible {
    display: block;
}
.post .story {
    background: url(images/post-morebg.png) 0 0 repeat-y;
    padding:10px 44px;
}

.post .story ul,
.post .story ol {
    margin: 0 0 1em 2em; text-align: left; line-height:1.3;
}
.post .story ul li {
    list-style-type: disc;
    padding-bottom: .3em;
}
.post .story ol li {
    list-style-type: decimal;
    padding-bottom: .3em;
}

.post .story div.plus1 {
    clear: both;
    overflow:hidden;
    margin-bottom: 1em;
}
.post .story div.like {
    clear: both;
    overflow:hidden;
}

img.noresize {
	width:auto!important;
	height: auto!important;
}

.post .wp-caption {
	clear: both;
	margin-bottom: 1em;
}
.post .wp-caption p {
	font-size: 11px;
	text-align: center;
	margin-bottom: 0;
	color: #222;
}


.post div.alignleft {
	float: left;
	margin:0 1em 1em 0;
}
.post div.alignright {
	float: right;
	margin:0 0 1em 1em;
}
.post .wp-caption .vote-image {
	margin:0 auto;
	width:900px;
}


.post .alignleft .vote-image,
.post .alignright .vote-image {
	margin:auto;
	width:auto;
}

.post .vote-image {
    position: relative;
    padding-bottom: 6px;
    text-align: center;
	clear: both;
	overflow: hidden;
	zoom: 1;
}
.post .vote-handler {
    position: absolute;
    right:0;
    bottom: 6px;
    height:15px;
    padding:3px 12px 0;
    line-height: 1;
    font-size:0.92em;
    background: url(images/post-vote-handlerbg.png) 0 0 no-repeat;
    color:#fff;
    text-transform: uppercase;
}
.post .vote-handler a {
    color:#fff;
    margin-left:12px;
}
.post .vote-handler em {
    font-style: normal;
}
.post .alignleft .vote-handler,
.post .alignright .vote-handler {
	right:5px;
}


.post .postmeta {
    background: url(images/post-metabg.gif) 4px 0 no-repeat;
}
.post .postmeta .share {
    height: 28px;
    padding:15px 0 0 42px;
    text-transform: uppercase;
    font:normal 1.17em 'Philosopher', Georgia, "Times New Roman", Times, serif;
}
.post .postmeta .share em {
    font-style: normal;
    font-size:.71em;
}
.post .postmeta .share span,
.post .postmeta .share em {
    color:#818286;
}

p.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}




.post .postmeta .meta .buttons {
    height: 27px;
    padding:16px 0 0 42px;
    font:normal 1.08em 'Philosopher', Georgia, "Times New Roman", Times, serif;
    text-transform: uppercase;
    overflow: hidden;
    zoom:1;
}
.post .postmeta .meta .buttons li {
    float:left;
}
.post .postmeta .meta .buttons li.like {
    margin-top:-4px;
}
.post .comments {
    padding:24px 44px;
    background: url(images/_post-morebg.png) 0 0 repeat-y;
}
.post .comments .list {
    height: 82px;
    width:900px;
    overflow: hidden;
}
.post .comments li {
    margin-bottom: .5em;
}
.post .comments .author {
    text-transform: uppercase;
    text-decoration: underline;
    color:#9b7ca0;
}

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
        background: #d8d1c4;
}
.jScrollPaneDrag {
	position: absolute;
	background: #987a9d;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}
a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

.post .related-posts {
    padding:18px 0 0 40px;
    margin:0 4px;
    height:182px;
    background: url(images/relatedbg.png) 0 100% no-repeat;
}
.post .related-posts h4 {
    padding-bottom:14px;
}
.post .related-posts ul li {
    float:left;
    width:270px;
    margin-right:46px;
}
.post .related-posts ul li.last {
    margin-right:0;
}
.post .related-posts ul li a {
    width:270px;
    display: block;
}
.post .related-posts ul li img {
    width:270px;
    height: 97px;
    margin-bottom:8px;
}
.post .related-posts ul li span {
    font:normal 1.17em 'Philosopher', Georgia, "Times New Roman", Times, serif;
    text-transform: uppercase;
    display: block;
}
.post .related-posts ul li a:hover {
    color:#BEACC1;
}

.post .comment-form {
    display: none;
    height:151px;
    padding:18px 0 0 40px;
    margin:0 4px;
    background: #fdfdfd url(images/commentsbg.png) 0 0 repeat-x;
}
.post .comment-form h4 {
    padding-left:357px;
    height:23px;
}
.post .comment-form .inputs {
    float:left;
    width:357px;
}
.post .comment-form .area {
    float:left;
    width:466px;
}
.post .comment-form .say {
    float:left;
}
.post .comment-form .say input {
    width:106px;
    height:83px;
    background: url(images/sprite.png) -101px -135px no-repeat;
    cursor: pointer;
    border:0;
    padding:0;
}
.post .comment-form p {
    margin-bottom: 6px;
}
.post .comment-form .inputs input {
    width:337px;
    height:16px;
    padding:4px;
    background: url(images/sprite.png) 0 -314px no-repeat;
    border:0;
    color:#6d6e71;
    font-size:1.08em;
}
.post .comment-form textarea {
    width:448px;
    height:75px;
    padding:4px;
    background: url(images/sprite.png) 0 -350px no-repeat;
    border:0;
    color:#6d6e71;
    font-size:1.08em;
}


#wp_page_numbers {
    overflow: hidden;
    zoom:1;
    margin-bottom: 24px;
    text-transform: uppercase;
}

#wp_page_numbers a.prev,
#wp_page_numbers a.next {
    background: url(images/sprite.png) 0 0 no-repeat;
    height:15px;
    line-height:1.4;
    width:150px;
}
#wp_page_numbers a.prev {
    float:left;
    margin-left: 14px;
    padding-left:30px;
    background-position: -587px -67px;
}
#wp_page_numbers a.next {
    float:right;
    margin-right:14px;
    padding-right:30px;
    background-position: 100% -50px;
    text-align: right;
}
#wp_page_numbers a.prev-inactive {
    background-position: -587px -101px;
    color:#818286;
    cursor: default;
}
#wp_page_numbers a.next-inactive {
    background-position: 100% -84px;
    color:#818286;
    cursor: default;
}
#wp_page_numbers ul {
	float: left;
	width:600px;
	text-align: center;
}
#wp_page_numbers ul li {
	display: inline;
	text-align: center;
}

#rss-search {
    height:44px;
    margin:0 4px;
    background:url(images/rsssearchbg.gif) 0 0 no-repeat;
}

#rss-search .search {
    float:left;
    margin:14px 0 0 42px;
}
#s {
    float:left;
    border:1px solid #dcdcdc;
    padding:2px 4px;
    width:115px;
    color:#6d6e71;
    margin-right:5px;
}
#searchsubmit {
    float:left;
    width:18px;
    height:19px;
    background:url(images/sprite.png) -136px 0 no-repeat;
    cursor:pointer;
    border:0;
    padding:0;
}
#rss-search .rss {
    float:right;
    margin:16px 42px 0 0;
    height:13px;
    xbackground: url(images/rssearch-rss.gif) 100% 0 no-repeat;
    background: url(images/sprite.png) 100% 0 no-repeat;
    color:#9e9e9f;
    padding-right:23px;
}







#archives {
    text-transform: uppercase;
    overflow: hidden;
    zoom:1;
    margin:0 4px;
    border-bottom: 4px solid #fff;
    line-height: 1;
    color:#b0b0b0;
    position: relative;
}
#archives span.title {
    float:left;
    padding:16px 160px 0 40px;
    height:26px;
    color:#9b7ca0;
}
#archives .years {
    float:left;
    height:42px;
    overflow: hidden;
    position: relative;
}
#archives .years ul {
    display: none;
}
#archives .years li {
    float:left;
}
#archives .years li span,
#archives .years li a {
    float:left;
    width:51px;
    padding-top:16px;
    height:26px;
    text-align: center;
}
#archives .years .year {
    background: url(images/sprite.png) -80px 0 no-repeat;
}
#archives .month a {
    color:#6d6e71;
}
#archives .month a:hover {
    background: url(images/sprite.png) -27px 0 no-repeat;
}
#archives a.up,
#archives a.down {
    z-index:200;
    position: absolute;
    left:260px;
    text-indent: -9999px;
    line-height:0;
    width:51px;
    height:10px;
    background-image: url(images/sprite.png);
    background-repeat: no-repeat;
}
#archives a.up {
    top:3px;
    background-position: 20px 0;
}
#archives a.down {
    bottom:3px;
    background-position: 20px -20px;
}
#archives a.up:hover {
    background-position: 20px -10px;
}
#archives a.down:hover {
    background-position: 20px -30px;
}


#footer-info {
    margin:0 4px;
    overflow: hidden;
    zoom:1;
    padding:18px 0;
    margin-bottom: 1em;
    background: #F3F3F3;
}

#footer-info .container {
    margin-left:40px;
    float:left;
    width:180px;
    padding-right:40px;
    border-right:1px solid #ccc;
}
#footer-info .container-recent {
    border-right:0;
    width:160px;
}
#footer-info .container-info {
    width:200px;
}
#footer-info .container-categories {
    width:360px;
    padding-right:0;
}
#footer-info .container h4 {
    padding-bottom: .5em;
}
#footer-info .container ul li {
    line-height:1.2;
    padding-bottom: 4px;
}
#footer-info .container ul li a {
    color:#beacc1;
}
#footer-info .container ul li a:hover {
    color:#9B7CA0;
}

#footer-info .container-categories ul {
    overflow: hidden;
    zoom:1;
}
#footer-info .container-categories ul li {
    float:left;
    width:180px;
}


#copyright {
    float:left;
    margin-left:4px;
    color:#a0a0a0;
}
#developed {
    float:right;
    margin-right:4px;
}
#developed span {
    display:none;
}
#developed a {
    padding-right:107px;
    background:url(images/sprite.png) 100% -23px no-repeat;
    color:#a0a0a0;
}

#footer {
    overflow: hidden;
    zoom:1;
    padding-bottom: 40px;
}




.pagetop {
    background: url(images/abouttopbg.png) 0 0 no-repeat;
    padding-top:4px;
}
.pagebottom {
    margin-bottom: 24px;
    padding-bottom: 52px;
    background: url(images/aboutbottombg.png) 0 100% no-repeat;
}
.page {
    background: url(images/aboutbg.png) 0 0 repeat-y;
    padding:20px 44px 0;
    overflow: hidden;
    zoom:1;
}
.page h2 {
    font-size:2.50em;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: .5em;
}




#about {}
#about .image {
    float:left;
    border:4px solid #e7e7e7;
    margin-right:22px;
}
#about  p {
    margin:0;
}
#about .content {
    float:left;
    width:630px;
}


#contact {
    padding-right:0;
    height:200px;
    overflow: visible;
}
#contact h2 {
    text-align: center;
    margin-bottom: 14px;
}
#contact .area1,
#contact .area2 {
    float:left;
}
#contact .area1 {
    width:430px;
}
#contact .area1 p {
    margin-bottom: 4px;
}
#contact .area1 label {
    float: left;
    width:108px;
    margin-right:20px;
    text-align: right;
    line-height: 1.5;
}
#contact .area1 input {
    height:12px;
    width:270px;
    padding:3px 4px;
    background: url(images/contact-inputbg.gif) 0 0 no-repeat;
    border:0;
}
#contact .area2 {
    width:375px;
}
#contact .area2 label {
    display: block;
    height:23px;
    color:#9b7ca0;
    font:normal 1.17em 'Philosopher', Georgia, "Times New Roman", Times, serif;
    text-transform: uppercase;
}
#contact .area2 textarea {
    width:359px;
    height:99px;
    padding:3px;
    border:0;
    resize:none;
    background: url(images/contact-textareabg.gif) 0 0 no-repeat;
}
#contact .say {
    float:left;
    padding-top:22px;
}
#contact .say input {
    border:0;
    width:97px;
    height:80px;
    background: url(images/contact-submit.png) 0 0 no-repeat;
    cursor: pointer;
}


/* -------------- CustomSelect --------------*/
#contact span.your-type {
    position: relative;
    display: block;
    height:18px;
    float:left;
    margin-bottom: 4px;
}
#referer_iconselect {
    background:url(images/contact-selectbg.gif) no-repeat;
    height:12px;
    padding:3px 4px;
    line-height: 1;
    margin-bottom: 4px;
    width:271px;
    float:left;
    cursor:pointer;
    color:#6d6e71;
}
#referer_holder {
    width:279px;
    background: #fff;
    overflow:auto;
    display:none;
    position:absolute;
    top:18px;
    left:0;
    z-index: 100;
    overflow: hidden;
    -moz-box-shadow: 0 0 10px #aaaaaa;
    -webkit-box-shadow: 0 0 10px #aaaaaa;
    box-shadow: 0 0 10px #aaaaaa;
}
#referer_holder .selectitems {
    line-height: 1;
    color:#a5a6a9;
    padding:2px 10px;
}
#referer_holder .hoverclass {
    cursor:pointer;
    background: #f5f2f5;
    color:#9b7ca0;
}
#referer_holder .selectedclass {
    color:#9b7ca0;
}







#most-voted {
    background: url(images/post-morebg.png) 0 0 repeat-y;
    overflow: visible;
    height: auto;
    padding-bottom: 20px;
    margin-bottom: 18px;
}

#most-voted li {
    position: relative;
    margin-bottom: 1.5em;
    text-align: center;
}
#most-voted li img {
    max-width: 900px;
    height:auto;
    text-align: center;
}
#most-voted .votes {
    position: absolute;
    right:0;
    bottom: 0;
    height:15px;
    padding:3px 12px 0;
    line-height: 1;
    font-size:0.92em;
    background: url(images/post-vote-handlerbg.png) 0 0 no-repeat;
    color:#fff;
    text-transform: uppercase;
}







div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
        clear: both;
        text-align: center;
        color:#9b7ca0;
}
span.wpcf7-form-control-wrap {
	position: relative;
}
span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	background: #fff;
	border: 1px solid #ff0000;
	font-size: 10pt;
	width: 280px;
	padding: 2px;
}
span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 10pt;
	display: block;
}
span.wpcf7-list-item {
	margin-left: 0.5em;
}
.wpcf7-display-none {
	display: none;
}
img.ajax-loader {
	border: none;
	vertical-align: middle;
}

.ddsg-wrapper {
    
}
.ddsg-wrapper ul ul {
    margin-left:2em;
    margin-bottom:1em;
}
.ddsg-wrapper ul ul li {
    list-style: disc;
}

.ddsg-pagenav {
    padding:2em 0;
}
.ddsg-pagenav p {
    margin:0;
}


#venues {
	padding:0;
	background: none;
}
#venues .header {
	padding:20px 44px;
	background: url("images/aboutbg.png") repeat-y scroll 0 0 transparent;
}
#venues .story {
	padding:0;
}
#venues .list {
	
}
#venues .list li {
	margin-bottom: 22px;
	padding:0 4px;
}
#venues .list li.first {
	background: url("images/aboutbg.png") repeat-y scroll 0 0 transparent;
	height: 348px;
}
#venues .list .venue {
	height: 306px;
	padding:44px 44px 0;
	background: url(images/venuesbg.png) 100% 0 no-repeat;
	overflow: hidden;
	position: relative;
	margin:0 -4px;
}
#venues .list li .image {
	float: left;
	width:430px;
	height: 262px;
	overflow: hidden;
	zoom: 1;
	margin-right:40px;
}
#venues .list li .content {
	float: left;
	width:420px;
}
#venues .list li h2 {
	text-transform: uppercase;
	padding-bottom: 0;
	border-bottom: 0;
	margin-bottom: 40px;
}
#venues .list li a.more {
	position: absolute;
	right:10px;
	bottom: 34px;
	width:148px;
	height: 45px;
	background: url(images/venues-more.png) 0 0 no-repeat;
	text-indent: -9999px;
	display: block;
}


#venue {
	margin-bottom: 2em;
}
#venue .top {
	background: url(images/venue-top.png) 0 0 no-repeat;
	height: 59px;
}
#venue .bottom {
	height: 28px;
	background: url(images/venue-bottom.png) 0 0 no-repeat;
}
#venue .container {
	padding:0 44px;
	background: url(images/venue-content.png) 0 0 repeat-y;
	
}

#venue .preview {
	overflow: hidden;
	zoom: 1;
	margin-bottom: 40px;
}

#venue .preview .image {
	float: left;
	width:430px;
	height: 262px;
	overflow: hidden;
	zoom: 1;
	margin-right:40px;
}
#venue .preview .content {
	float: left;
	width:420px;
}
#venue .preview h2 {
	text-transform: uppercase;
	padding-bottom: 0;
	border-bottom: 0;
	margin-bottom: 40px;
}
#venue .preview .no-image h2 {
	margin-bottom: 0;
}

#venue .story p {
	margin-bottom: 0;
	padding-bottom: 2em;
}
#venue .links {
	margin-bottom: 40px;
	line-height: 1;
}
#venue .links a {
	color: #878686;
	font:normal 1.17em 'Philosopher', Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
}
#venue .links a:hover {
	color: #9B7CA0;
}
#venue p.back {
	margin-bottom: 0;
	padding-bottom: 1em;
	font-weight: bold;
}


#more-venues {
	
}
#more-venues ul {
	overflow: hidden;
	zoom: 1;
	padding:1em 0 2em;
}
#more-venues ul li {
	float: left;
	padding-bottom: .5em;
	width:300px;
}
