/* global */ * {
    padding: 0;
    margin: 0;
}

body {
    color: #000;
    font-family: Helvetica;
    font-size: 10px;
    background: url(/wp-content/themes/preston-common/images/bg.png);
}

a {
    color: #000;
	outline: none;
}

a:hover {
    color: #ee4588;
}

button {
    cursor: pointer;
    border: 0;
}

img {
    border: 0;
}

#wrapper {
    width: 980px;
    margin: 0 auto;
    background-color: #fff;
}

/* p { margin-top: 2em; } */


.alignleft {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

label {
    display: block;
}
h2 {
	font-weight:bold;
	font-size:1.2em;
	color: #333;
}
em {
	font-style:italic;
}

.clear { clear: both; }

#header, #footer {
    background-color: #000;
}

#header {
    z-index: 800;
    position: relative;
    height: 136px;
    /*background: #000 url(/wp-content/themes/preston-common/images/jewel.jpg) no-repeat top right;*/
	background: #000;
}

/* helpers */
.row { display: block; overflow: hidden; }
.col { display: block; float: left; }
.colR { display: block; float: right; }
.hide { display: none; }

/* scrollable tools */
.scrollable_tools {
    position: absolute;
    z-index: 50;
    list-style-type: none;
}

.scrollable_tools li {
    float: left;
}

button.scrollable_tool {
    background: url(/wp-content/themes/preston-common/images/carousel_tool.png) no-repeat;
    width: 23px;
    height: 26px;
    outline: none;
}

.prev:hover, .cprev:hover, .qprev:hover {
    background-position: 0px -26px !important;
}

.pause {
    background-position: -23px 0 !important;
}

.pause:hover {
    background-position: -23px -26px !important;
}

.play {
    background-position: -23px -52px !important;
}

.play:hover {
    background-position: -23px -78px !important;
}


.next, .cnext, .qnext {
    background-position: -47px 0 !important;
}

.next:hover, .cnext:hover, .qnext:hover {
    background-position: -47px -26px !important;
}

/* end scrollable tools */
#header #social-bookmarks {
    /* cursor:pointer; */
    /* text-indent:-1000px; */
    list-style-type: none;
    margin-left: 36px;
    z-index: 850;
    width: 200px;
    /* position:fixed; */
}

#social-bookmarks li {
    background: url(/wp-content/themes/preston-common/images/sharebar.png) no-repeat;
    float: left;
}

#social-bookmarks li a {
    display: block;
    width: 20px;
    height: 18px;
}

#bookmark { background-position: 0 0px; }
#bookmark:hover { background-position: 0 -20px; }
#rss { background-position: -24px 0 !important; }
#rss:hover { background-position: -24px -20px !important; }
#email { background-position: -48px 0 !important; }
#email:hover { background-position: -48px -20px !important; }
#twitter { background-position: -72px 0 !important; }
#twitter:hover { background-position: -72px -20px !important; }
#facebook { background-position: -96px 0 !important; }
#facebook:hover { background-position: -96px -20px !important; }
#myspace { background-position: -120px 0 !important; }
#myspace:hover { background-position: -120px -20px !important; }
#digg { background-position: -144px 0 !important; }
#digg:hover { background-position: -144px -20px !important; }

#search-box {
    position: absolute;
    background: #212121;
    border: 1px solid #5d5d5d;
    height: 16px;
    width: 114px;
    color: #fff;
    padding-left: 4px;
    top: 28px;
    left: 36px;
}

button.search_btn {
    position: absolute;
    width: 44px;
    height: 16px;
    background: url(/wp-content/themes/preston-common/images/search_button.png) no-repeat;
    border: 0;
    top: 29px;
    left: 160px;
}

button.search_btn:hover {
    background-position: 0 -16px
}

#top-right-nav {
    /*width: 200px;*/
    position: absolute;
    right: 26px;
    top: 0;
}
#top-right-nav ul {
	margin-right: 10px;
	background: #262524;
	border: 2px solid #1e1e1e;
	/* CSS3 grad bg & rounded corners*/
	background: -moz-linear-gradient(100% 100% 90deg, #171414, #303030); /* ff */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#303030), to(#171414)); /* earlier saf & chrome */
	background: -webkit-linear-gradient(#171414, #303030); /* newer saf & chrome */
	background: -o-linear-gradient(#171414, #303030); /* opera */
	-moz-border-radius-bottomright: 6px; /* ff */
	border-bottom-right-radius: 6px; /* saf */
	-moz-border-radius-bottomleft: 6px; /* ff */
	border-bottom-left-radius: 6px; /* saf */
}
#top-right-nav ul li {
	display: block;
	height: 18px;
	border-top: 1px solid #2b2b2a;
	border-bottom: 1px solid #1e1d1d;
}
#top-right-nav ul li:first-child {
	border-top: none;
}
#top-right-nav ul li:last-child {
	border-bottom: none;
}
#top-right-nav ul li a {
	display: block;
	height: 18px;
	padding: 2px 10px 0px 5px;
	font-size: 11px;
	color: #999;
}
#top-right-nav ul li a:hover {
	color: #fff;
	background: url(/wp-content/themes/preston-common/images/toprightnav_RO.gif) repeat-x;
	background: -moz-linear-gradient(100% 100% 90deg, #a2325c, #c65a85, #a2325c); /* ff */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a2325c), color-stop(0.5, #c65a85), to(#a2325c)); /* old saf & chrome */
	background: -webkit-linear-gradient(#a2325c, #c65a85, #a2325c); /* new saf & chrome */
	background: -o-linear-gradient(#a2325c, #c65a85, #a2325c); /* opera */
}


#top-right-nav ul li:last-child a:hover {
 	-moz-border-radius-bottomright: 6px; /* ff */
	border-bottom-right-radius: 6px; /* saf */
	-moz-border-radius-bottomleft: 6px; /* ff */
	border-bottom-left-radius: 6px; /* saf */
 }

#event-link {
    background: url(/wp-content/themes/preston-common/images/top-right-nav-bg_events.png) no-repeat;
    width:95px;
    height:26px;
    text-align:center;
    padding-top:10px;
}
#event-link:hover {
    background: url(/wp-content/themes/preston-common/images/top-right-nav-bg_events_hover.png) no-repeat;
}
/*
#login-link, #logout-link {
    background: url(/wp-content/themes/preston-common/images/top-right-nav-bg_login.png) no-repeat;
    width:54px;
    height:26px;
    text-align:center;
    padding-top:10px;
}
*/
#login-link:hover, #logout-link:hover {
    background: url(/wp-content/themes/preston-common/images/top-right-nav-bg_login_hover.png) no-repeat;
}

#top-right-nav a {
    color: #fff;
    text-decoration: none;
}

#top-portfolio-link {
    margin-top: 10px;
}

#top-portfolio-link a {
    color: #999;
    font-size: 1.2em;
    letter-spacing: .05em;
}

#top-portfolio-link a:hover {
    color: #ee4588;
}

#page-nav {
    list-style-type: none;
    position: absolute;
    bottom: 0;
    margin-left: 60px;
    /*margin-bottom: 30px;*/
    text-transform: uppercase;
}

#page-nav a {
    color: #fff;
    text-decoration: none;
	font-weight: bold;
	display: block;
}

#page-nav .page-nav-item {
	float: left;
	position: relative;
}

#page-nav .page-nav-link {
	position: relative;
	z-index: 1010;
	font-size: 12px;
    letter-spacing: 1.2px;
	padding: 10px 10px 21px;
}

#page-nav .has-kids:hover .page-nav-link {
	padding: 9px 9px 20px;
	border-width: 1px;
	border-style: solid;
	border-color: #999 #999 #000 #999;
	background: #000;
}

#page-nav .has-kids:hover .subnav {
	display: block;
}

#page-nav a:hover, #page-nav a.active {
    color: #ee4588;
}

#page-nav li.weddings a:hover, #page-nav li.weddings a.active {
	color: #60aacf;
}
#page-nav li.celebrations a:hover, #page-nav li.celebrations a.active {
	color: #6f50a5;
}
#page-nav li.inspirations a:hover, #page-nav li.inspirations a.active {
	color: #b4d663;
}
#page-nav li.entertaining a:hover, #page-nav li.entertaining a.active {
	color: #ff8633;
}


.subnav {
    position: absolute;
    list-style-type: none;
    display: none;
    /*top: 40px;*/
    left: 0;
	margin-top: -1px;
    z-index: 1000;
	border-width: 1px;
	border-color: #999;
	border-style: solid;
	padding: 5px 0;
	background: url(../images/subnav_bg.png);
}

.subnav li {
   
    z-index: 1000;
}

.subnav li:hover {
    /*background: #333;*/
}

#page-nav .subnav a {
	font-size: 10px;
    width: 10em;
    padding: 4px 10px;
    display: block;
}

/*** newsletter bar in top -> just south of top carousel ***/

#newsletter {
    height: 30px;
    background: #000;
    text-align:right;
	color: #fff;
}
#newsletter .newsletter-link {
	color: #fff;
	text-transform: uppercase;
	padding: 9px 20px 0 0;
	font-size: 10px;
	letter-spacing: 0.15em;
}
#newsletter a.newsletter-link:hover {
	text-decoration: underline;
}
/*
#newsletter label {
    color: #fff;
    letter-spacing: .15em;
	padding-top: 9px;
}

#newsletter #newsletter_emaila {
    background: #212121;
    border: 1px solid #5d5d5d;
    height: 14px;
    width: 200px;
    color: #777;
    padding-left: 4px;
    margin: 7px 0 0 20px;
}

#submit-newsletter {
    margin: 7px 18px 0 6px;
    width: 48px;
    height: 16px;
    border: 0;
    padding: 0;
    background: url(/wp-content/themes/preston-common/images/submit.png) no-repeat;
}
*/

#submit-search {
    position: relative;
    margin-right: 18px;
    margin-left: 6px;
    width: 48px;
    height: 16px;
    border: 0;
    padding: 0;
    background: url(/wp-content/themes/preston-common/images/submit.png) no-repeat;
}

#submit-newsletter:hover, #submit-search:hover {
    background-position: 0 -17px;
}

#footer {
    min-height: 200px;
    padding-top: 30px;
    margin-top: 20px;
    background: #000;
}

#footer-ads {
    list-style-type: none;
    margin-left: 115px;
}

#footer-ads li {
    float: left;
    margin-left: 4px;
}

.footer-nav {
    list-style-type: none;
    text-transform: uppercase;
    text-align: center;
    width: 95%;
    margin: 25px auto 0;
	color: #999;
}

.footer-nav li {
    display: inline;
	padding: 0 10px;
	margin: 0;
    line-height: 1.8em;
	border-left: 1px solid #999;
}
.footer-nav li:first-child {
	border-left: none;
}

.footer-nav a {
    font-size: 11px;
    text-decoration: none;
    color: #fff;
	font-weight: bold;
}

.footer-nav a:hover {
    color: #ee4588;
}

.footer-nav2 {
	margin: 10px auto 40px;
	
}

.footer-nav2 a {
    color: #999;
	font-weight: normal;
}


/*** tabbed content module ***/

.tabbed-content-module {
	margin-top: 20px;
}

.tabbed-nav {
    list-style-type: none;
    background: #fff;
    height: 36px;
}

.default-tab {
    display: block;
    position: absolute;
    width: 110px;
    height: 36px;
    background: url(/wp-content/themes/preston-common/images/tab_w.png) no-repeat;
}

.default-tab a {
    color: #898989;
    text-align: center;
    display: block;
    margin-left: 8px;
    margin-right: 16px;
    margin-top: 8px;
    text-decoration: none;
}

.active-tab {
    background: url(/wp-content/themes/preston-common/images/tab_bk.png) no-repeat;
    z-index: 150;
}

.active-tab a {
	color: #fff;
}

.default-tab-2 {
    margin-left: 100px;
}

.default-tab-3 {
    margin-left: 200px;
}


.weddings-tcm .active-tab a, .weddings-tcm .default-tab a:hover { color: #60aacf; }
.celebrations-tcm .active-tab a, .celebrations-tcm .default-tab a:hover { color: #6f50a5; }
.inspirations-tcm .active-tab a, .inspirations-tcm .default-tab a:hover { color: #b4d663; }
.entertaining-tcm .active-tab a, .entertaining-tcm .default-tab a:hover { color: #ff8633; }

.tab-content {
    color: #ccc;
    background-color: #000;
    border: 1px dashed #999;
    height: 333px;
    width: 475px;
    font-size: 1.2em;
    font-weight: 100;
	overflow-y: auto;
	display: none;
}
.home .tab-content, #widget_inner .tab-content {
height:210px!important;
}

.tab-content h2 {
	text-transform: uppercase;
}
.tab-content p {
    color: #fff;
	margin: 0 0 10px;
	line-height: 18px;
}

.tab-content a {
    color: #fff;
    text-decoration: none;
}

.tab-content a:hover {
    color: #ee4588;
}

.tab-content h2 a {
    font-size: 16px;
}

.tab-content-image {
    width: 102px;
	padding: 14px 0;
}

.tab-content-image img {
    margin: 0 14px;
	width: 73px;
    height: 73px;
}

.tab-content-body {
	width: 350px;
	padding: 12px 0;
}

.tab-content-body-full {
	width: auto;
	padding: 14px 14px 7px;
}

/* tabbed content module overrides for homepage (more narrow layout) */

.home-tcm {
	margin-top: 0;
	padding-top: 15px;
}
.home-tcm .tab-content {
	width: 396px;
}

.home-tcm .tab-content-body {
	width: 271px;
}

.home-tcm .tab-content-body-full {
	width: auto;
}

#preston-tab a:hover, #preston-content a:hover { color:#ee4588!important; }
#entertaining-tab a:hover, #entertaining-content a:hover { color:#ff8633!important; }
#inspirations-tab a:hover, #inspirations-content a:hover { color:#b4d663!important; }


/* overrides for sidebar */

.widget-area .home-tcm {
	padding-left: 10px;
	padding-bottom: 20px;
	text-align: left;
}

.widget-area .home-tcm .tab-content {
	width: 318px;
}

.widget-area .home-tcm .tabbed-nav {
	margin-bottom: 0px !important;
	margin-top: 0 !important;
}

.widget-area .home-tcm .active-tab a {
	color: #fff !important;
}

.widget-area .home-tcm .tab-content-body {
	width: 190px;
}

.widget-area .home-tcm .tab-content-body-full {
	width: auto;
}

/*** end tabbed content module ***/

.more {
    text-decoration: underline !important;
}

.go_btn {
    background: url(/wp-content/themes/preston-common/images/go.png) no-repeat;
    position: absolute;
    width: 25px;
    height: 26px;
    bottom: 0;
    right: 0;
}

.go_btn:hover {
    background-position: 0 -26px;
}

.dashedbox {
    border-top: 1px dashed #999;
}
#login_nav {
    list-style-type: none;
}

#login_nav li {
    margin-left: 4px;
    margin-right: 4px;
    float: left;
}

.modal {
    background-color: #fff;
    display: none;
    width: 400px;
    height: 300px;
    padding: 15px;
    text-align: left;
    border: 2px solid #333;
    opacity: 1;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-box-shadow: 0 0 50px #ccc;
    -webkit-box-shadow: 0 0 50px #ccc;
}

/* close button positioned on upper right corner */
.modal .close {
    background: transparent url(/wp-content/themes/preston-common/images/close.png);
    position: absolute;
    right: -15px;
    top: -15px;
    cursor: pointer;
    height: 35px;
    width: 35px;
}

#loginform {
    height: 256px;
    overflow: hidden;
}

#login_div p {
    display: none;
}

#site_nav ul {
    list-style-type: none;
}

.bp-login {
    display: none;
}
.alignright {
    float: right;
    text-align: center;
}

/*
.wp-caption {
    margin-left: 10px;
    background: #ebebeb;
    margin: 0 0 10px 10px;
    line-height: 1em;
    padding: 4px;
}
*/

.rule {
    border-top: 1px dashed #999;
    height: 1px;
    margin: 2em 0;
}
.page_hr {
    border: #f3f0f0 2px solid;
    clear: both;
    margin: 1em 0;
}


/*** comments ***/
.comment {
	display: block;
	overflow: hidden;
	padding: 10px;
	line-height: 15px;
	color: #000;
}
li.even {
	background:#f4f0f0;
}
.comment-avatar img {
	width: 55px;
	height: 55px;
}

.comment-author { color: #7d7d7d; }
.comment-author a { color: #7d7d7d; font-weight: bold; text-transform: uppercase; }
.comment-author a:hover { color: #ee4588; font-weight: bold; text-transform: uppercase; }
.comment-supportbar { color: #7d7d7d; display: block; font-size: 11px; padding: 5px 0 0; }
.comment-supportbar a { text-transform: uppercase; }

.commentlist .depth-1 { margin-left:  0px; }
.commentlist .depth-2 { margin-left: 20px; }
.commentlist .depth-3 { margin-left: 40px; }
.commentlist .depth-4 { margin-left: 60px; }
.commentlist .depth-5 { margin-left: 80px; }

.commentlist .depth-1 .comment-body { width: 505px; }
.commentlist .depth-2 .comment-body { width: 485px; }
.commentlist .depth-3 .comment-body { width: 465px; }
.commentlist .depth-4 .comment-body { width: 445px; }
.commentlist .depth-5 .comment-body { width: 425px; }


#comments input[type=text], #comments textarea {
	background: #f3eff0 url(/wp-content/themes/preston-common/images/comment_bg.jpg) right top no-repeat;
	border:1px solid #e0e0e0;
}
#comments input[type=text] {
	width:300px;
	height:20px;
	line-height:.8em;
	font-size:.8em;
	padding-left:.2em;
	padding-top:3px;
	color: #999;
	margin-bottom:10px;
}
#comments textarea {
	padding:3px;
	margin-top:10px;
	width:500px;
	color: #999;
	#f3eff0;
}
#comments h3 {
	font-weight:bold;
	color:#000;
}
#comment_login {
	text-indent:-2000px;
	display:block;
	width:44px;
	height:16px;
	background: url(/wp-content/themes/preston-common/images/comment_login.png) no-repeat;
}

 
#submit {
margin-top:10px;
margin-left:407px;
}



/* for wordpress image alignment */
.aligncenter,
img.aligncenter {
        clear: both;
        display: block;
        margin-left: auto;
        margin-right: auto;
}

/* overlay stuff from old site */
.newsletter-signup-container {background-color:#fff; width: 450px; height:400px; margin:auto; margin-top:60px; color:#000;}
#overlay-content { background-color:transparent; background-image:url("/wp-content/themes/preston-common/images/bg-overlay.png"); background-repeat:repeat-y; color:#FFFFFF; display:none; height:650px; position:absolute; width:600px; z-index:9001; }
#mask {position:absolute; z-index:9000; background-color:transparent; display:none;top:0; left:0}
#overlay-iframe {display:none; position:absolute; width:400px; height:450px;z-index:9000;}
#send-to-friend-close {padding: 10px;}
#newsletter-signup {padding:10px; color:#898989;}
#newsletter-signup h2 {color:#000;font-size:1.2em; font-weight:bolder;}
#newsletter-signup table th, #newsletter-signup table td {padding:10px;}
#newsletter-signup-container .send-to-friend table td.check-arrow {visibility:hidden; width:30px;}
input.text-input {width:200px;}
.contact-container {background-color:#fff; background-image:url(/wp-content/themes/preston-common/images/bg-contact.jpg); background-repeat:no-repeat; background-position:right top;width:660px;margin:auto; margin-top:60px; color:#898989;font-size:1.1em;}
.contact-container h2 {font-size:1.6em; font-weight:bold; text-transform:uppercase;color:#000;}
.contact-container .contact-content { margin-left:60px;padding:40px 0 0 0;}
.contact-container .contact-left {width:415px;float:left;}
.contact-left .contact-blurb {margin-top:25px;min-height:60px;}
.contact-right {color:#000;line-height:1.3em}
.contact-right h3 {text-transform:uppercase;color:#000;font-weight:bold;}
.contact-close {padding:10px;}
#contact-form table {width:415px;}
#contact-form th, #contact-form td {padding:5px;}
#contact-form th {width:150px; text-align:right;text-transform:uppercase;}
#contact-form td.middle {width:255px;}
#contact-form input.textbox {width:250px;height:18px;background-image:url(/wp-content/themes/preston-common/images/bg-textbox.png); background-repeat:no-repeat; background-position:left top;background-color:#f3f0f0;}
#contact-form textarea.textarea {width:250px;height:165px;background-image:url(/wp-content/themes/preston-common/images/bg-textarea.png);background-repeat:no-repeat;background-position:left top;background-color:#f3f0f0;}
#contact-form  td.check-arrow {visibility:hidden; width:30px;}
#contact-form i.red-star {color:#ee4588;}
#submit-contact { position: relative; top: -1px; border:0; padding:0; margin-right: 18px; margin-left: 0; width: 48px; height: 16px; background: url(/wp-content/themes/preston-common/images/submit.png) no-repeat; }
#submit-contact:hover { background-position: 0 -17px; }



/*** slideshow page ***/
.slideshow h1.slideshow-name { 
	/* shouldn't have to use imps here, but i do */
	color: #000 !important; 
	font-size: 16px !important; 
	text-transform: uppercase !important; 
	margin: 0 0 10px;
}
.slideshow #slide-thumb-container {
	padding: 0 0 4px;
}
.slideshow #slide-thumb-container .thumbnav { 
	margin: 0 8px 0 0;
	cursor: pointer; 
}
.slideshow #actual-slide-container {
	width:739px; 
	overflow:hidden; 
	position:relative; 
	left:0px
}
.slideshow #inner-slide-container { 
	position:relative; 
}
.slideshow .single-slide {
	float:left;
}
.slideshow .single-slide-image img {
	height: 390px; 
	border-right: 3px solid #000;
}
.slideshow #ssnav-prev, #ssnav-next { 
	position: absolute; 
	top: 180px; 
	cursor: pointer; 
}
.slideshow #ssnav-prev { 
	left: 0px; 
}
.slideshow #ssnav-next {
	right: 0px; 
}
.caption {
	position: absolute;
	background: url(../images/white80.png);
	padding: 5px;
	font-style: italic;
	font-size: 12px;
	line-height: 15px;
}

.aligncenter .caption {
	text-align: center;
}

/*** 143x143 site ad modules ***/

.sqad {
    width: 144px;
    float: left;
    line-height: 1.4em;
    color: #666;
}

.sqad-right {
    border-left: 1px dashed #999;
    float: right;
    padding-left: 36px;
}

.module {
    padding-bottom: 10px;
}

.dashedbox {
    padding-top: 20px;
}

.sqad h3 {
    margin-top: 1em;
	text-transform: uppercase;
	font-weight: bold;
}

.sqad h3 a {
    font-size: 1.4em;
    text-decoration: none;
}

.sqad .cta-link {
	text-decoration: none;
    font-size: 1.2em;
    line-height: 26px;
	height: 26px;
	display: block;
	background: url(/wp-content/themes/preston-common/images/go.png) no-repeat right top;
    padding-right: 30px;
	text-transform: uppercase;
	text-align: right;
 	font-weight: bold;
}

.sqad .cta-link:hover {
    background-position: right -26px;
}

/*** 366x280 (AIB Large Rectangle) site ad module -> with big grey border ***/
.large-rect-ad-wrap { 
	padding-top: 20px;
}

.site-ad-IAB-large-rect {
	background-color: #ccc;
	padding: 12px;
}
.site-ad-IAB-large-rect img {
	width: 336px;
	height: 280px;
}
.slide {
position:relative;
}

/* for the contact forms */
.global-site-logo {
    cursor: pointer;
    position: relative;
    margin: 0 auto;
    top: 46px;
    background: url(/wp-content/themes/preston-3.0/images/preston_bailey_logo.png) no-repeat;
    width: 319px;
    height: 24px;
    text-indent: -1000px;
}

/*#wp-admin-bar {display:none}*/



/*** common sidebar ***/

.widget-area {
	float: right;
	/* margin-top: 146px; */
	text-align: center;
	width: 360px;
}

.widget-area h3 {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
}

.return_to_blog {
height:146px;
width:100%;
cursor:pointer;
}
#site_quote {
	border: 1px solid #ccc;
	line-height: 1.4em;
    opacity: .85;               /* Standard style for transparency */
    -moz-opacity: .85;          /* Transparency for older Mozillas */
    filter: alpha(opacity=85);  /* Transparency for IE */

}

.sidebar-search, .sidebar-rss {
	padding: 7px !important;
	border:1px solid #ccc;
}

.sidebar-rss h3 {
	height: 24px;
	overflow: hidden;
}

.sidebar-rss img {
	width: 24px;
	height: 24px;
	padding-right: 5px;
	background: url(/wp-content/themes/preston-common/images/feed-icon_orange-24px.png) no-repeat;
}

.sidebar-rss span {
	position: relative;
	top: -5px;
}

.get-newsletter {
	padding: 12px 12px 10px !important;
	border:1px solid #000;
}

.get-newsletter a {
	color: #fff;
}


.sidebar-search #search-form-box {
	background: none;
	padding: 0;
}

.sidebar-search #s, .get-newsletter #newsletter_emaila {
	height: 14px;
	line-height: 14px;
	background: #c5c5c5;
    border: 1px solid #999;
    color: #666;
}

.sidebar-search #s {
	width: 268px;
}

.get-newsletter #newsletter_emaila {
	width: 260px;
}

.sidebar-search #submit-search, .get-newsletter #submit-newsletter {
	margin: 0;
}

.widget-area img {
}

.widget-area p {
    text-align: left;
}

.sidebar-widget {
    background: #fff;
    margin-bottom: 10px;
    text-align: left;
    padding: 15px;
}
.sidebar-widget-black {
    background: #000;
    margin-bottom: 10px;
    text-align: left;
    padding: 15px;
}

.sidebar-amazon {
	padding-top: 10px;
}

.sidebar-more {
	padding-top: 10px;
}

.sidebar-more .more-item {
    color: #898989;
    width: 144px;
    text-align: left;
    margin-bottom: 1em;
}

.sidebar-more img {
    width: 144px;
    height: 144px;
    border: 1px solid #000;
    margin-bottom: 5px;
}

.sidebar-more h4 {
    font-weight: bold;
    text-transform: uppercase;
	font-size: 14px;
    width: 144px;
    margin-bottom: 5px;
}

.sidebar-more a {
    text-decoration: none;
}


#site_quote a {
    text-decoration: underline;
}

#site_quote img {
    float: left;
    margin-right: 1em;
}

.sidebar-tags ul {
    margin-top: 1em;
}

.sidebar-tags li {
    width: 48%;
    float: left;
}

.sidebar-tags li a {
    text-transform: uppercase;
	color: #7d7d7d;
}

#ad1, #ad2 {
    text-align: center;
    margin-bottom: 10px;
    margin-left: 20px;
}

.recent-comments {
    font-size: 1.2em;
}

.recent-comments ul {
	padding-top: 10px;
}

.recent-comments li img {
    float: left;
    margin: 0 6px 0 0;
}

.recent-comments li {
    overflow: hidden;
    margin-bottom: 1em;
}

.recent-comments li strong {
	text-transform: uppercase;
}

.twitter-widget a {
	color: #ee4588;
}
.twitter-widget li {
    margin: 10px 0;
    font-size: 1.2em;
    color: #999;
}

#sidebar_facebook { 
	background: #fff;
	margin-bottom: 10px;
}



/*** community ***/
.activities-filter {float:left;width:500px;}
.activities-filter span {float:left;padding:5px 5px 5px 0;}
#activity-filter-links li{float:left;padding:5px;}
#activity-filter-links .selected a {color:#EE4588;}
#afilter-groups {display:none;}
#afilter-clear a {color:#666;font-size:1.0em;}
#afilter-clear a:hover {color:#000;font-size:1.0em;}
ul.activity-list li { padding: 5px !important; }
ul.activity-list li div.activity-comments {margin: 0 !important; }
ul.activity-list li div.activity-content p { margin-bottom: 0!important; }

.full-width-container { width: 980px !important; }
.full-width-container #content { width: 940px !important; }

.comm-home h2 { text-transform: uppercase; }
.comm-home h3 { color: #a1a1a1; font-size: 20px; border-bottom: 1px dashed #989696; padding-bottom: 5px; }
.comm-home h4 { font-weight: bold; font-size: 14px; color: #ee4588; }

.comm-home-top { margin: 0 0 20px;}

.comm-home .user-welcome { 
	width: 343px; 
	padding-bottom: 0 !important; 
	background: #f4f0f1 url(../images/member_welcome_bg.jpg) right top no-repeat; 
	height: 136px; 
	overflow: hidden; 
}
.comm-home .user-welcome h2 { margin: 16px 0 12px 18px !important; }
.comm-home .user-welcome #item-header-avatar { margin: 0 10px 0 18px !important; }
.comm-home .user-welcome #item-header-avatar img { width: 72px; height: 72px; }
.comm-home .user-welcome .hilight { color: #ee4588; }
.comm-home .user-welcome .generic-button {font-size: 11px; line-height: 14px; }

.comm-home .member-bar { width: 584px; background: #f4f0f1; height: 136px; overflow: hidden;}

.comm-home .members-dir-search { width: 225px; }
.comm-home .members-dir-search { padding-top: 16px; }
.comm-home #members-directory-form { padding-left: 18px; }
.comm-home .members-dir-search h4 { margin-bottom: 10px; }
.comm-home .members-dir-search input#members_search { width: 205px; }
.comm-home .members-dir-search .searchwrap { padding-top: 15px; text-align: right; }
.comm-home .members-dir-search #members_search_submit { background: url(/wp-content/themes/preston-common/images/search_button.png) no-repeat; height: 16px; width: 44px; }
.comm-home .members-dir-search #members_search_submit:hover { background-position: 0 -16px; }
.members-dir-search .all-members {margin-left:20px;}
#members-dir-search-results {float:left;}
#members-dir-search-results label {display:inline;}

.comm-home .featured-member { width: 325px; padding-top: 16px; }
.comm-home .featured-member .comment { padding-left: 0; padding-right: 18px; }
.comm-home .featured-member .comment-body { width: 240px; }
.comm-home .featured-member .comment-quote { display: block; }
.comm-home .featured-member .comment-supportbar a { text-transform: none; text-decoration: underline; color: #ee4588; }
.comm-home .featured-member .user-detailbar { font-size: 11px; }

.comm-home .sitewide-comments { background: #f4f0f1; padding-bottom: 10px; }
.comm-home .sitewide-comments .comment { padding-bottom: 0px; }
.comm-home .sitewide-comments .commentlist { width: 460px; }
.comm-home .sitewide-comments .comment-body { width: 375px; }

.comm-home .recent-tools { background: #f4f0f1; margin-top:20px; padding: 10px; }
.comm-home .recent-tools a:link {color:#8a8a8a;}
.comm-home .recent-tools a:active {color:#8a8a8a;}
.comm-home .recent-tools a:visited {color:#8a8a8a;}
.comm-home .recent-tools a:hover {color:#ee4588;}
.game-user-info {padding:10px;}
.game-user-info h5 {text-transform:uppercase; font-weight:bolder;}
.game-user-info.first {padding-left:0;}
.chips-holder {clear:both;}
.chip-0 {float:left;width:150px;height:66px;}
.chip-1 {float:left;width:80px;height:66px;}
.chip-2 {float:left;width:30px;height:66px;}
.chip-3 {float:left;width:30px;height:66px;}

.comm-home .from-facebook
{
    background:none repeat scroll 0 0 #F4F0F1;
    padding: 15px;
    margin-top: 15px;
    width: 440px;
}


.comm-home .from-facebook ul li {
    margin-top: 15px;
}

.comm-home .from-facebook ul li ul {
    margin-left: 15px;
}

.comm-home .from-facebook ul li p {
    color: #000000;
    margin-bottom: 0 !important;
    font-family:Arial;
    font-size: 12px;
}

.comm-home .from-facebook ul li p cite
{
    font-weight: bold;
    color: #8a8a8a;
    font-size: 13px;

}

.comm-home .from-facebook .date
{
    font-size: 12px;
    font-family: Arial;
    color: #a1a1a1;
}


.comm-home .community-ad { width: 331px; }
.comm-home .community-ad .inner { padding:15px; }
.comm-home .active-commenters { background:none repeat scroll 0 0 #F4F0F1; margin-top: 15px; width: 139px; }
.comm-home .active-commenters .inner { padding: 15px 0 5px 0; }
.comm-home .active-commenters h3 { color: #a1a1a1; font-size: 20px; padding-left:10px; padding-bottom: 5px;}
.comm-home .active-commenters span {  }
.comm-home .active-commenters span img {width:55px;height:55px; margin: 0 0 5px 9px; }


#slideshow-social { padding:1em 1em 2em 1em; background:#efefef; }
#slideshow-social li { float:left; margin-right:2px; }
#slideshow-social .tags { text-transform:uppercase; font-size:9px; line-height:9px; }

/* buddypress pages */
.buddypress-container #content { background: #fff url(/wp-content/themes/preston-common/images/buddypress_bg.jpg) no-repeat top right; min-height:700px;padding-top:10px;}
.buddypress-breadcrumb {color: #9f9f9f; font-size: 0.8em; text-transform: uppercase;padding-bottom:20px;}
.buddypress-breadcrumb  a { color: #9f9f9f; }
.buddypress-breadcrumb a:hover {color:#EE4588;}
.star { color: #ee4588;}

.activities-top {margin-top:20px;border-top:1px dashed #CCCCCC;}

#message-threads {margin:15px 15px 15px 0;}
#message-threads tr {padding-top:10px;rgba(221,221,221,0.5);}
#message-threads .read {background-color:rgba(255,255,255,0.5);}
#message-threads .unread {background-color:rgba(221,221,221,0.5);}
#message-threads td {padding: 5px;vertical-align:top;}
#message-threads td.thread-avatar {vertical-align:middle;}
.thread-from span.activity {font-size:0.9em;}

#preston-member-profile-edit {font-size:14px; color:#999;}
#preston-member-profile-edit td { width:100px; padding-left: 5px;}
#preston-member-profile-edit h1 { text-indent: -2000px; background: url(/wp-content/themes/preston-common/images/buddypress-edit-profile-title.png) no-repeat; margin-left:14px;}
#preston-member-profile-edit table { margin-top:1em; width: 450px;line-height:2.4em;}
#preston-member-profile-edit input[type=text] { border: 1px solid #999;width:270px;line-height:16px;height:16px;padding:0px 2px;}
#preston-member-profile-edit .appear { background: url(/wp-content/themes/preston-common/images/buddypress-appear.png) 0 8px no-repeat;}
#preston-member-profile-edit textarea { border: 1px solid #999;width:270px;height:70px;padding:0 2px;}
#preston-member-profile-edit select { border: 1px solid #999;width:150px;}
#preston-member-profile-edit button { font-size:1.2em;padding: 4px 6px;margin: 10px 0 40px 12px;}
#preston-member-profile-edit button:hover { background: #ee4588;}
#buddypress-profile-card li { float:left;}
#buddypress-profile-card h3 { display:inline; margin-left:16px;text-transform:uppercase;color:#000;font-size:1.5em;}
#buddypress-profile-card h4 { display:inline; margin-left:16px;color:#ee4588}
.buddypress-quote { background: url(/wp-content/themes/preston-common/images/buddypress-lquote.png) no-repeat; height:40px;padding-left:40px;font-size:13px;font-weight:normal;font-style:italic;float:left;}
.buddypress-about { clear:both; border-top: 1px dashed #ccc;border-bottom:1px dashed #ccc;width:450px;margin-top:10px;padding: 10px 0;}
.buddypress-about a { color: #ee4588; }
.edit-options li {margin:5px; float:left}
h3.nick-name {font-size:1.0em !important;}
#buddypress-profile-card .add-friend-url {display:block;font-size:0.775em;}
.select-avatar {width: 450px;}
.preston-avatar {margin:5px;}
.select-avatar img {border:1px solid white;}
.select-avatar img.avatar-selected {border: 1px solid #ee4588;}
.activity-avatar img {float:left;width:60px;}
.community-help {margin-top:20px;}
.item-avatar img {width:50px;height:50px;}

/** breadcrumb **/
.breadcrumb { padding: 0 0 16px 16px; }

/** tools page **/
.tools-tout-link {float:right; margin-right:20px;}
.tools-tout-link {color:#fff;}
.tools-tout-link.sqad {width:400px;margin-top:5px;}
.tools-tout-link.sqad .cta-link {font-size:1.3em;}


/*** expandable widgets in sidebars (archive, blogroll) ***/

 
.expandable-widget {
	padding: 0 15px;
	background-color: #e0e0e0;
	padding-right: 5px;
}

.expandable-widget .cntl {
	display: block;
	height: 24px;
	width: 320px;
	overflow: hidden;
}

.expandable-widget ul {
	display: none;
	font-size: 12px;
	padding: 5px 0 15px;
}

.expandable-widget li {
	padding: 1px 0;
}

.open-widget ul {
	display: block;
}

.open-widget .cntl {
	background-position: 0 -24px;
}

.archive-widget-cntl {
	background: url(../images/header_archive.jpg) no-repeat;
}

.blogroll-widget-cntl {
	background: url(../images/header_blogroll.jpg) no-repeat;
}
#get_newsletter h3 {
	color:#fff;
}
.single-slide-copy {
	display:none;
}
.link-button {
background:url(/wp-content/themes/preston-common/images/go.png) no-repeat right top;
padding-right: 30px;
line-height:26px;
height:26px;
display:block;
}
.link-button:hover {
background-position:right -26px;
}

