/*
Title: "flyer.sessionville.com" screen styles
Date Modified: 2/27/2014
Date Created: 2/3/2014
--
Author: Sessionville
Contact: http://Sessionville.com/contact
--
Table of Contents:
	layout
	navigation
	typography
	alignment
*/

/* layout
------------------------------------- */
html, body {
	margin: 0;
	padding: 0;
	}

body {
	font: normal 300 16px/1.4em 'runda', helvetica, arial, sans-serif;
	color: #000;
	background-color: #f7f7f7; /* 6a5780 */

	background-image: url(/assets/images/backgrounds/main-gradient.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	}


/* Layout */
#wrapper {
	background: none; /* rgba(35,6,59,0.25) */
	margin: 0 auto;
	padding: 75px 0 0 75px;
	width: 1000px;
	}

#masthead {
	z-index: 9;
	position: fixed;
	width: 100%;
	min-width: 1000px;
	height: 75px; /* 60px */ 
	margin: 0 auto;
	padding: 0;
	background: #96968e url(/assets/images/backgrounds/flyer-title-gradient.png) 0 -75px repeat-x; /* #afdf7d  */;
	/*
	-webkit-box-shadow: 1px 1px 25px rgba(0,0,0,0.65);
	-moz-box-shadow: 1px 1px 25px rgba(0,0,0,0.65);
	box-shadow: 1px 1px 25px rgba(0,0,0,0.65);
	*/
	}

#header {
	position: relative;
	margin: 0 auto;
	padding: 0;
	}

#logo-container {
	position: relative;
	width: 480px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	}

#logo {
/*
	z-index: 1;
	position: absolute;
	top: 0;
	left: 75px;
*/
	font-size: 22px;
	text-align: left;
	width: 200px;
	height: 75px;
	display: block;
	margin: 0;
	padding: 0 0 0 0;
	
	border-right: 1px solid #999;
	}

a #logo {
	width: 200px;
	}
	
a #logo span {
	text-indent: -99999px;
	}

#tagline {
	position: absolute;
	top: 5px;
	left: 215px;
	height: 65px;
	display: block;
	padding-left: 15px;
	}

#main {
	margin: 10px 0 0;
	position: relative;
	/* width: 1000px; */
	min-height: 1200px;
	}

#page-masthead {
	margin-left: 25px;
	}

#footer {
	clear: both;
	position: relative;
	margin: 100px auto 0;
	padding: 25px;
	background: #dedede;
	color: #333;
	}


/* grid */
.row {
	margin: 0 auto;
	position: relative;
	}

.sub-section {
	float: left;
	width: 470px;
	padding: 0;
	margin: 0;
	position: relative;
	}

.column {
	width: 301px; /* 301px */
	min-height: 307px;
	padding: 10px;
	margin: 5px;
	background-color: #fff;
	border: 1px solid #f5f5f5;
	box-shadow: 1px 2px 3px rgba(0,0,0,0.15);
	border-radius: 7px;
	float: left;
	position: relative;
	}

.column.no-border {
	border-color: transparent;
	}

.column.no-styles, 
.column.spacer {
	background-color: transparent;
	border-color: transparent;
	box-shadow: none;
	border-radius: 0;
	width: auto;
	min-height: 150px;
	height: auto;
	}

.column-content {
	width: auto;
	margin: 0;
	padding: 5px;
	}

.span2 {
	width: 635px;
	} 

.span3 {
	width: 970px;
	}

/* special column styles */
.category-col {
	background-color: #fff;
	color: #fff;
	width: 190px; /* 170px */
	padding: 0;
	border: none;
	}

.category-col h1 {
	margin-top: 50%;
	color #fff;
	text-align: center;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	}


/* navigation
------------------------------------- */

a {
	color: #8247b8;
	text-decoration: none;
	cursor: pointer;
	}

a:link {
	color: #8247b8;
	text-decoration: none;
	}

a:hover  {
	color: #b35adc;
	text-decoration: none;
	}

a .category-col, 
a:link .category-col {
	display: block;
	color: #fff;
	}

/* -------- GUI / buttons -------- */
.button {
	overflow:hidden;
	border: none;
	outline: none; 
	cursor: pointer;
	display: block;
	background-image: url(/assets/images/backgrounds/button-gradient.png);
	background-position: 0 50%;
	background-repeat: repeat-x;
	background-color: #8bbc58;
	border: none;
	border: 1px solid rgba(0,0,0,0.15);
	box-shadow: 1px 2px 3px rgba(0,0,0,0.15);
	border-radius: 7px;
	margin: 15px 0;
	padding: 7px 15px;
	width: 175px;
	font-family: 'runda', helvetica, arial, sans-serif;
	font-weight: 200;
	font-size: 16px;
	color: #fff;
	line-height: 32px;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	text-decoration: none;
	}

.button:hover {
	background-color: #9fd967; 
	color: #fff;
	text-decoration: none;
	}

.button:active {
	text-decoration: none;
	position: relative;
	}

.button.btn-lrg {
	width: 250px;
	font-size: 22px;
	line-height: 44px;
	}

.button.btn-inline {
	display: inline-block;
	}

/* controls */
.btn-profile, .btn-fave, .btn-hide {
	border: none;
	background: none;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	display: block;
	height: 25px;
	width: 25px;
	line-height: 25px;
	box-shadow: none;
	border-radius: 0;
	}

.btn-profile {
	background: url(/images/interface/controls-sprite.png) left -50px no-repeat;
	}

.btn-profile:hover {
	background-position: -25px -50px;
	}

.btn-profile:active {
	background-position: -50px -50px;
	}

.btn-hide {
	background: url(/images/interface/controls-sprite.png) left -25px no-repeat;
	}

.btn-hide:hover {
	background-position: -25px -25px;
	}

.btn-hide:active {
	background-position: -50px -25px;
	}

.btn-fave {
	background: url(/images/interface/controls-sprite.png) left top no-repeat;
	}

.btn-fave:hover {
	background-position: -25px top;
	}

.btn-fave:active {
	background-position: -50px top;
	}




ul {
	list-style-type: square;
	}

ol {
	list-style-type: decimal;
	}

li {
	padding-bottom: 1em;
	}

.no-bullet {
	list-style-type: none;
	margin-left: 0;
	padding: 0;
	}

.list-horz {
	/* overflow: hidden; */
	clear: both;
	}

.list-horz li {
	float: left;
	margin-right: 15px;
	}

.list-vert {
	overflow: visible;
	}

.list-vert li {
	float: none;
	margin-right: 15px;
	}




.submenu {
	display: block;
	position: relative;
	}

.submenu-content {
	display: none;
	}

.submenu-trigger.active {
	background: #8bbc58;
	color: #fff;
	}

.submenu-trigger {
	display: block;
	position: relative;
	top: 15px;
	height: 37px;
	width: 100px;
	margin: 0;
	padding: 0 5px 0 45px;
	color: #333;
	line-height: 37px;
	background: #fff;
	border: 1px solid #ccc;
	}

.submenu-trigger:hover {
	color: #fff;
	}

.submenu-content {
	z-index: 1;
	position: absolute; /* relative */
	top: 53px;
	background: #fff;
	width: 150px; /* 150px */
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #9f9f9f;

	border: 1px solid #ccc;
	border-radius: 0 0 5px 5px;

	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.35);
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.35);
	box-shadow: 1px 1px 3px rgba(0,0,0,0.35);
	}

.submenu-content .divider {
	border-top: 1px solid #4f2b6c;
	}

.submenu-content.list-vert li {
	margin: 0;
	padding: 0;
	}

.submenu-content a {
	display: block;
	margin: 0;
	padding: 5px 10px;
	color: #9f9f9f;
	text-align: left;
	}

.submenu-content a:hover {
	background-color: #dedede;
	color: #333;
	}

.submenu-content .last {
	margin: 0;
	}

/* individual menu styles */
.submenu.account-menu {
	position: absolute;
	top: 0;
	right: 32px;
	}

.account-menu-avatar {
	position: absolute;
	top: 1px;
	left: 1px;
	display: block;
	height: 35px;
	width: 35px;
	}

.avatar-med {
	background: #ccc;
	display: block;
	height: 75px;
	width: 75px;
	}



.header-menu-icon {
	text-indent: -99999px;
	position: absolute;
	top: 12px;
	left: 10px;
	display: block;
	background-image: url(/assets/images/backgrounds/button-gradient.png);
	background-position: 0 50%;
	background-repeat: repeat-x;
	cursor: pointer;
	background-color: #8bbc58;
	color: #fff;
	border-radius: 5px;
	height: 50px;
	width: 50px;
	outline: none; 
	-webkit-appearance: none;
	box-shadow: -1px 1px 1px rgba(0,0,0,0.15);
	}

.header-menu-icon span {
	background-image: url(/assets/images/nav/menu-icon.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	height: 50px;
	width: 50px;
	}
	
.header-menu-icon:hover {
	background-color: #afdf7d;
	}

.count-chiclet {
	position: absolute;
	right: 25px;
	padding: 5px 7px;
	background-color: #900;
	color: #fff;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	border-radius: 15px;
	}

a .count-chiclet {
	color: #fff;
	}

#header .new-icon {
	text-indent: -99999px;
	position: absolute;
	top: 12px;
	right: 10px;
	display: block;
	background-image: url(/assets/images/backgrounds/button-gradient.png);
	background-position: 0 50%;
	background-repeat: repeat-x;
	cursor: pointer;
	background-color: #77c7e4;
	color: #fff;
	border-radius: 5px;
	height: 50px;
	width: 50px;
	outline: none; 
	-webkit-appearance: none;
	box-shadow: -1px 1px 1px rgba(0,0,0,0.15);
	}

#header .new-icon span {
	background-image: url(/assets/images/nav/new-icon.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	height: 50px;
	width: 50px;
	}

#header .new-icon:hover {
	background-color: #8edae2;
	}





/* Control Panel Menu */
#cp-menu {
	z-index: 1;
	position: fixed;
	top: 75px;
	left: 0;
	background: #333;
	width: 70px;
	height: 100%;
	margin: 0;
	padding-top: 5px;
	}

#cp-menu li {
	margin: 0;
	padding: 0;
	}
		
#cp-menu li a {
	text-indent: -99999px;
	position: static;
	display: block;
	margin: 10px 0 0 10px;
	padding: 0;
	background-color: rgba(255,255,255,0.05);
	background-image: none;
	box-shadow: none;
	display: block;
	height: 50px;
	width: 50px;
	outline: none; 
	-webkit-appearance: none;
		color: #fff;
	border-radius: 5px;
	border-top: 1px solid rgba(0,0,0,0.85);
	border-bottom: 1px solid rgba(255,255,255,0.35);
	}

#cp-menu li a.flyer-icon span {
	background-image: url(/assets/images/nav/flyer-icon.png);
	}

#cp-menu li a.favorite-icon span {
	background-image: url(/assets/images/nav/favorite-icon.png);
	}

#cp-menu li a.message-icon span {
	background-image: url(/assets/images/nav/message-icon.png);
	}
	
#cp-menu li a.account-icon span {
	background-image: url(/assets/images/nav/account-icon.png);
	}

#cp-menu li a span {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	height: 50px;
	width: 50px;
	}

#cp-menu li a:hover {
	background-color: rgba(255,255,255,0.15);
	}

#cp-menu li a.account-icon.account-avatar span {
	overflow: hidden;
	background-image: none;
	position: relative;
	}

#cp-menu li a.account-icon.account-avatar span img {
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 5px;
	}


/* typography
------------------------------------- */
h1, h2, h3 {
	font-family: 'ff-cocon-web-pro', helvetica, arial, sans-serif;
	font-style: normal;
	font-weight: 400;
		-webkit-font-smoothing: antialiased;
		font-smoothing: antialiased;
	line-height: 1.3em;
	text-decoration: none;
	}

#home-masthead h1, 
#page-masthead h1 {
	font-family: 'ff-cocon-web-pro', helvetica, arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 42px;
	color: #8bbc58;
	text-shadow: 1px 1px 1px #fff;
	margin-bottom: 0;
	}

#page-masthead h1+h2 {
margin-top: .5em;
}

.flyer-card header h1 {
	font-family: 'league-gothic', helvetica, arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	margin: 10px 15px 15px;
	font-size: 26px;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,0.75);
	}

.flyer-card header h1 a {
	color: #fff;
	}

#tagline {
	font-family: 'runda', helvetica, arial, sans-serif;
	font-size: 24px;
	font-weight: 300; 
	line-height: 65px;
	margin: 0;
	padding: 0;
	color: #c2c1c3;
	text-shadow: 0 1px 1px rgba(0,0,0,0.75);
	}

h2 {
	font-family: 'runda', helvetica, arial, sans-serif;
	font-size: 26px;
	font-weight: 300; 
	width: auto;
	margin: 0 0 5px 0;
	padding: 0;
	color: #999;
	}

h2 a, h2 a:link, h2 a:hover {
	color: #6a3687;
	text-decoration: none;
	}

h3, dt, legend {
	font-size: 28px;
	color: #4e296f;
	}

h3 {
	margin-top: 1em;
	margin-bottom: .1em;
	}

h4 {
	font-size: 26px; /* 14px */
	}

.caption {
	text-align: left;
	line-height: 1.5em;
	font-size: x-small;
	}

.alert {
	color: #C00;
	}

.small {
	font-size: 90%;
	line-height: 1.3em;
	}

abbr, acronym {
	font-style: italic;
	cursor: help;
	}

.nobr {
	white-space: nowrap;
	}


/* ----- misc ----- */
.hide {
	display: none;
	}

.show {
	display: block;
	}

.form-standard {
	margin: 0
	padding: 0;
	}

fieldset {
	border: none;
	margin: 0
	padding: 0;
	}


/* Create/Edit Flyer */
.column.create-flyer-interface {
	background-color: rgba(99,166,191,0.75); /* rgba(114,192,219,0.75) */
	overflow: visible;
	}

#create-flyer-form {
	color: #f7f7f7;
	}

.column.create-flyer-interface .tabs li {
margin: 0 5px 0 0;
}

.column.create-flyer-interface .tabs a {
	text-indent: -99999px;
	background: none;
	background-color: rgba(255,255,255, 0.8);
	border: 1px solid rgba(255,255,255,0.8); 
	padding: 3px 10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	font-size: 12px;
	}

#edit-flyer-nav a {
	display: inline-block;
	padding: 3px 10px;
	margin: 0;
	}


#create-flyer-form fieldset {
	margin: 0;
	padding: 0;
	}

.input-text, 
.input-textarea, 
#post-category {
	margin: 0;
	background-color: rgba(255,255,255, 0.8);
	border: 1px solid rgba(0,0,0,0.35);
	border-radius: 5px;
	width: 270px;
	padding: 5px 7px;
	font-size: 18px;
	}

.input-textarea.input-textarea-lrg {
	width: 560px;
	}

.input-sm {
	width: 180px;
	}

.field-group {
	margin: 15px 0;
	}

.flyer-hint {
	color: #333;
	}

.price-container {
	position: relative;
	}

.post-price-symbol {
	position: absolute;
	bottom: 10px;
	left: 7px;
	color: #999;
	}

#post-price {
	padding-left: 20px;
	}

#post-event-date, 
#post-event-time {
	padding: 2px 5px;
	}
	
#create-flyer-button {
/*
	position: absolute;
	top: -90px;
	left: 70px;
*/
	margin: 25px auto 15px;
	}

.input-radio-list li {
	display: block;
	margin: 0 0 0 5px;
	overflow: hidden;
	}

.input-radio-list input {
	display: block;
	float: left;
	}

label {
	cursor: pointer;
	}

.inline-label { 
	display: block; 
	width: 250px;
	padding-left: 7px;
	float: left;
	}




/* modal */
#overlay {
	display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 10;
	}

#overlay.overlay-green {
    background-color: rgba(139,207,231,0.9); /* rgba(134,181,84,0.95); */
	}


/* just some content with arbitrary styles for explanation purposes */
#modal {
	display: none;
    width: 480px;
    min-height: 300px;
    /* line-height: 200px; */
    position: fixed;
    top: 50%; 
    left: 50%;
    margin-top: 0; /* minus half the width */
    margin-left: 0; /* minus half the height */
    padding: 15px; /* 15px */
    background-color: #fff; /* #dedede */
    
    box-shadow: 1px 5px 15px rgba(0,0,0,0.5);
    border-radius: 5px;

    text-align: left;
    z-index: 11; /* 1px higher than the overlay layer */
}

#modal.no-style {
	background-color: transparent;
	box-shadow: none;
	border-radius: 0;
	padding: 0;
	}

.modal-trigger {
	cursor: pointer;
	}

/* Overlay closing cross */
#overlay .overlay-close {
	width: 80px;
	height: 80px;
	position: absolute;
	right: 20px;
	top: 20px;
	overflow: hidden;
	border: none;
	background: url(/assets/images/nav/close-lrg.png) no-repeat center center;
	text-indent: 200%;
	color: transparent;
	outline: none;
	z-index: 100;
}




/* New Flyer Form */
#new-flyer-form #new-headline {
	font-size: 42px;
	font-weight: 300;
	color: #fff;
	width: 100%;
	
	outline: none;
	-webkit-appearance: none;
	background-color: rgba(255,255,255,0.25);
	border-color: rgba(0,0,0,0.15);
	}






/* Messages */
.contacts-view {
	z-index: 1;
	margin: 0;
	padding: 0;
	border: 1px solid #ccc;
	overflow: hidden;
	border-radius: 0;
	background-color: #f2f2f2;
	box-shadow: none;
	width: 199px; /* 635px 301 */
	height: 420px;
	
    -webkit-box-shadow:  5px 1px 10px 0px rgba(0, 0, 0, 0.15);
        moz-box-shadow:  5px 1px 10px 0px rgba(0, 0, 0, 0.15);
          o-box-shadow:  5px 1px 10px 0px rgba(0, 0, 0, 0.15);
            box-shadow:  5px 1px 10px 0px rgba(0, 0, 0, 0.15);

	}

.contacts-list li {
	margin: 0;
	padding: 0;	
	border-top: 1px solid rgba(255,255,255,0.75);
	border-bottom: 1px solid rgba(0,0,0,0.10);
	position: relative;
	}

.contacts-list li a {
	display: block;
	padding: 10px 5px;
	height: 40px;
	}

.contacts-list li.selected {
	background-color: #92d2e9;
	
	background-image: url(/assets/images/backgrounds/button-gradient.png);
	background-position: 0 50%;
	background-repeat: repeat-x;
	}

.message-contact {
	
	}

.message-contact-avatar {
	position: absolute;	
	top: 10px;
	left: 10px;
	}

.message-contact-name {
	margin: 5px 5px 5px 50px;
	padding: 5px;
	font-size: 14px;
	font-weight: 400;
	color: #333;
	}






.message-view {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	border: none;
	box-shadow: none;
	width: 422px; /* 424px 635px 301 */
	height: 360px;
	overflow-y:scroll;
	background-color: #f7f7f7;
	border: 1px solid #ccc;
	margin: 0 0 25px;
	padding: 0;
	} 

.message-thread {
	position: relative;
	margin: 10px 15px;
	}

.message-thread li {
	position: relative;
	clear: both;
	}

.message-text {
	overflow:hidden;
	border: none;
	outline: none; 
	display: inline-block;
	/*
	background-image: url(/assets/images/backgrounds/button-gradient.png);
	background-position: 0 50%;
	background-repeat: repeat-x;
	*/
	background-color: #92d2e9;
	border: none;
	border: 1px solid rgba(0,0,0,0.15);
	box-shadow: 1px 2px 3px rgba(0,0,0,0.15);
	border-radius: 7px;
	margin: 0 100px 0 50px;
	padding: 3px 15px;
	font-family: 'runda', helvetica, arial, sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 1.4em;
	color: #000;
	text-align: left;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
	text-decoration: none;
	}

/*
.message-thread li a {
	display: block;
	padding: 5px;
	}
*/

.message-thread li .message-author {
	position: absolute;
	left: 0;
	}

.message-author-name {
	display: none;
	position: relative;
	left: 5px;
	top: -25px;
	font-size: 12px;
	}

.message-thread li.self {
	text-align: right;
	}

.message-thread  li.self .message-author {
	position: absolute;
	right: 0;
	}

.message-thread  li.self .message-author .message-author-avatar {
	position: absolute;
	right: 0;
	}

.message-thread li.self .message-text {
	margin: 15px 50px 0 150px; 
	background-color: #afdf7d;
	}




#messages-contact-form {
	position: absolute;
	top: 435px;
	left: 225px;
	}

#post-message {
	width: 395px;
	font-size: 14px;
	-webkit-appearance: none;
	border-radius: 0;
	}

.messages {
	padding-bottom: 15px;
	}

.messages header {
	background-color: #dedede;

	background-image: url(/assets/images/backgrounds/button-gradient.png);
	background-position: 0 50%;
	background-repeat: repeat-x;

	height: 50px;
	margin: 0;
	padding: 0;
	}
		
.messages header h1 {
	font-family: runda, helvetica, arial, sans-serif;
	font-size: 16px;
	line-height: 50px;
	margin: 0;
	padding: 0 15px;
	}







/* Search controls */
#main-search {
	background-color: transparent; /* #8bbc58 */
	/*
	border-radius: 7px;
	box-shadow: 1px 2px 3px rgba(0,0,0,0.15);
	*/
	padding: 0;
	margin: 21px auto;
	width: 970px;
	}

form#flyer-search { /* the search form */
	position: relative;
	width: 484px;
	margin: 0 auto;
	padding: 0;
	}

#search-query {
	border: 1px solid #ccc;
	border-radius: 7px; 
	background-color: #dedede;
	font-size: 28px;
	font-weight: 300;
	color: #666666;
	text-align: left;
	width: 400px;
	height: 50px;
	margin: 0;
	padding: 5px 65px 5px 15px;
	outline: none;
	-webkit-appearance: none;
	}

#search-button {
	z-index: 1;
	position: absolute;
	top: 6px;
	right: 10px;
	background-image: url(/assets/images/backgrounds/button-gradient.png);
	background-position: 0 50%;
	background-repeat: repeat-x;
	background-color: #8bbc58;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	text-indent: -99999px;
	height: 50px;
	width: 50px;
	outline: none; 
	-webkit-appearance: none;
	box-shadow: -1px 1px 1px rgba(0,0,0,0.15);
	}

#search-button span {
	background-image: url(/assets/images/nav/search-icon.png);
	background-position: 6px 10px;
	background-repeat: no-repeat;
	display: block;
	height: 50px;
	width: 50px;
	}	
	
#search-button:hover {
	background-color: #afdf7d;
	}


#search-controls {
	width: 967px;
	height: 24px;
	padding: 10px 10px;
	margin: 5px;
	background-color: #ccc;
	border: 1px solid transparent;
	box-shadow: 1px 2px 3px rgba(0,0,0,0.15);
	border-radius: 7px;
	float: left;
	position: relative;
	}

#search-filters-label {
	display: block;
	float: left;
	}

#search-filters a {
	background-color: #dedede;
	padding: 5px 15px;
	border-radius: 15px;
	font-size: 12px;
	}
#search-message span {
	display: block;
	font-size: 16px;
	}


.footnote {
	margin-top: 35px;
	font-size: 12px;
	line-height: 1.5em;
	color: #666666;
	}

img, a img {
	border: 0;
	border: none;
	text-decoration: none;
	}

.border {
	border: 1px solid #ccc;
	}

.no-border {
	border-color: transparent;
	}

.inline {
	display: inline;
	}

.border-btm, 
.border_btm {
	border-bottom: 1px dashed $ccc;
	}

.inset {
	width: 125px;
	margin: 0 0 10px 15px;
	text-align: center;
	float: right;
	}

.inset .caption {
	font-size: 80%;
	}

.no-bullet, 
.no_bullet {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

.last {
	margin-right: 0;
	}

dd {
	margin: 0;
	}

hr {
	border: none;
	border-bottom: 1px solid #dedede;
	margin: 25px auto;
	width: 100%;
	}

.disabled, 
input[disabled][type=submit], 
input[disabled=disabled][type=submit] {
    pointer-events: none;
    opacity: 0.5;
	}


/* Social Media Icons */
.social-icon {
	display: block;
	width: 50px;
	height: 50px;
	background-image: url(/assets/images/icons/social-icons-sprite.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 0;
	text-indent: -99999px;
	}

.social-icon.icon-nobg {
	width: 25px;
	height: 25px;	
	}

.social-icon.twitter {
	background-position: 0 0;
	}

.social-icon.icon-nobg.twitter {
	background-position: -160px -10px;
	}

.social-icon.facebook {
	background-position: 0 -50px;
	}
.social-icon.icon-nobg.facebook {
	background-position: -160px -60px;
	}

.social-icon.google {
	background-position: 0 -100px;
	}
.social-icon.icon-nobg.google {
	background-position: -160px -110px;
	}

.social-icon.linkedin {
	background-position: 0 -150px;
	}
.social-icon.icon-nobg.linkedin {
	background-position: -160px -160px;
	}

.social-icon.feed {
	background-position: 0 0;
	}

.social-icon.icon-sm {
	border-radius: 5px;
	}

.share-widget {
	width: 155px;
	margin: 15px auto;
	padding: 5px 10px;
	background-color: transparent;
	overflow: hidden;
	border-radius: 5px;
	}

.share-widget-label {
	font-size: 18px;
	text-align: center;
	color: #333;
	display: block;
	}
	
.social-share {
	overflow: hidden;
	height: 30px;
	width: 159px;
	margin: 5px auto;
	}

.social-share li {
	margin-right: 2px;
	height: 30px;
	}

.social-share li:first-child {
	border-radius: 5px 0 0 5px;
	overflow: hidden;
	}

.social-share li:last-child {
	border-radius: 0 5px 5px 0;
	overflow: hidden;
	margin-right: 0;
	}

.social-share .social-icon.icon-sm {
	position: relative;
	top: -10px;
	}




/* alignment
------------------------------------- */
.align_left, 
.align-left {
	float: left;
	}

.pad_left, 
.pad-left {
	float: left;
	margin: 0 15px 10px 0;
	}

.align_right, 
.align-right {
	float: right;
	}

.pad_right, 
.pad-right {
	float: right;
	margin: 0 0 10px 15px;
	}

.pad_center, 
.pad-center {
	text-align: center;
	margin: 0 auto 10px auto;
	}

.clear {
	clear: both;
	}

