/* These are for the embedded content */
.ei8-embedded-content {
    /*text-align: center;*/
    padding: 5px 10px;
}
.ei8-embedded-content-center {
    margin:auto;
    clear: both;
}
.ei8-embedded-content-left {
    margin-right:auto;
}
.ei8-embedded-content-right {
    margin-left:auto;
}
.ei8-affiliate {
    width: 200px;
    margin: auto;
    text-align: center;
}
.ei8-affiliate a {
    font-size: 11px;
    text-decoration: none;
}
.ei8-align-center {
    text-align: center;
}
.ei8-align-left {
    text-align: left;
}
.ei8-align-right {
    text-align: right;
}

.ei8title {
    visibility: hidden;
}

.ei8comment img, .ei8image {
    display: block;
    max-width: 80%;
    max-height: 500px;
    margin: auto;
    width:  auto;
    height: auto;
}

/* These are for the shortcode stylings */
.ei8-web-recorder, .ei8-form-wrapper {
    text-align: center;
    width: 375px;
    background-color: #f7f7f7;
    border: 1px solid #cccccc;
    padding: 15px;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}
.ei8-form-wrapper {
    width: 450px;
    margin: auto;
}
.ei8-form-iframe {
    width: 100%;
    height: 355px;
}
.ei8-web-recorder-wide {
    width: 685px;
    margin-left: -87px;
}
.ei8-form-line *, .ei8-form-label label {
    font-family: Tahoma;
    vertical-align: middle;
}
.ei8-form-line {
    width: 450px;
    text-align: left;
}
.ei8-form-label {
    width: 120px;
    text-align: left;
    vertical-align: top;
}
.ei8-form-label, .ei8-form-field {
    display: inline-block;
    text-align: left;
}
.ei8-form-field input[type=submit], .ei8-form-field input[type=file], .ei8-form-field input[type=button] {
    background-color: #5F5F5F;
    color: #EEEEEE;
}
.ei8-form-line-spacer {
    height: 14px;
}
textarea {
    width: 300px;
}
.ei8-shortcode-wrapper {
    margin: auto;
    width: 70%;
}
.ei8-confirmation {
    border:1px solid #CCC;
    padding:10px;
    background-color: #E5EEE1;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    margin-bottom: 15px;
}
.ei8-confirmation-img, .ei8-confirmation-msg {
    text-align: left;
    display: inline-block;
    vertical-align: middle;
}
.ei8-confirmation-img {
    width: 100px;
}
.ei8-confirmation-msg {
    width: 70%;
}

/* These are designated, and could be useful, but no styling is used by default */
.ei8-web-recorder-mini, .ei8-web-recorder-tall, .ei8-web-recorder-media {}
.ei8-textarea, .ei8-textarea-updesc, .ei8-textarea-simple-submit, .ei8-textarea-tweet {}
.ei8-playlist {}



/* These are used for the playlist item display */
.ei8-playlist-container {
    margin-bottom: 25px;
}
.ei8-playlist-player {
}
.ei8-playlist-player-horizontal, .jts-horizontal {
    margin-top: 0;
    margin-bottom: 0;
}
.ei8-playlist-player-vertical, .jts-vertical {
    margin-top: 0;
    margin-bottom: 0;
    float:left;
    display: inline-block;
}

#content .ei8-playlist ul {
    padding-left: 0px;
    margin-left: 0px;
    margin-right: -30000px;
}
.ei8-playlist ul li {
    list-style: none;
    display: inline-block;
    float: left;
    width: 100px;
}
.ei8-playlist-item {
    display: inline-block;
    clear: both;
    width: 90px;
    padding: 10px;
    margin: 0px ;
    float: left;
}
.ei8-playlist-item-image {
    display: inline;
    float: left;
    margin-right: 10px;
    /*height: 80px;*/
}
.ei8-playlist-item-info {
    display: none;
    /*display: inline-block;*/
    float: left;
    margin-right: 10px;
}
.ei8-playlist-item-image img {
    width: 80px;
}
.ei8-playlist-item-title {
    font-weight: bold;

}
.ei8-playlist {
    border: 1px #FFFFFF solid;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
}

.wrapword{
    white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    white-space: pre-wrap;       /* css-3 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
    word-break: break-all;
    white-space: normal;
}

.ei8-playlist-player div .jwplayer {
    border: 5px solid #eee;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    min-height: 30px;
}

.jThumbnailScroller {
    position: relative;
    /*height: 100px;
    margin: 0px auto 0 auto;*/
    border: 5px solid #eee;
    background: #bbb;
    padding: 0;
    overflow: hidden;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.jts-horizontal {
    height: 100px;
}

.jts-vertical {
    width: 108px;
}

.jts-right {
    /*margin-left: 118px;*/
}

.jThumbnailScroller .jTscrollerContainer {
    position: absolute;
}

.jThumbnailScroller .jTscroller {
    position: relative;
    margin: 0;
    left: 0;
    top: 0;
    display: inline-block;
    *display: inline;
}

.jts-horizontal .jTscroller {
    height: 100%;
}

.jts-vertical .jTscroller {
    width: 100%;
}

.jThumbnailScroller .jTscrollerNextButton, .jThumbnailScroller .jTscrollerPrevButton {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    opacity: 0.7;
}

.jThumbnailScroller .jTscrollerNextButton:hover, .jThumbnailScroller .jTscrollerPrevButton:hover {
    /*background-color: #d56916;*/
    background-color: #536CA5;
    opacity: 1;
}

.jThumbnailScroller .jTscroller a {
    display: block;
    float: left;
    border: 5px solid #ddd;
    background: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #eee;
}

.jThumbnailScroller .jTscroller a:hover {
    border-color: #fff;
}

.jts-horizontal .jTscroller a {
    margin: 6px 10px 6px 0;
}

.jts-vertical .jTscroller a {
    margin: 10px 6px 0 6px;
}

.jts-horizontal .jTscroller a:first-child {
    margin-left: 10px;
}

.jts-vertical .jTscroller a:first-child {
    margin-top: 10px;
}


.jThumbnailScroller .jTscroller a img {
    border: none;
    height: 65px;
}

/* different styled scrollers */
/* liquid width scroller */
.jThumbnailScroller {
    /*margin: 30px auto;*/
}

.jThumbnailScroller .jTscroller a {
    opacity: 0.7;
}

.jThumbnailScroller .jTscroller a:hover {
    opacity: 1;
}

.jts-horizontal .jTscrollerNextButton {
    margin: -20px 10px 0 10px;
    right: 0;
    top: 50%;
    background: #000 url(../images/nextArrow.png) center center;
}

.jts-horizontal .jTscrollerPrevButton {
    margin: -20px 10px 0 10px;
    left: 0;
    top: 50%;
    background: #000 url(../images/prevArrow.png) center center;
}

.jts-vertical .jTscrollerNextButton {
    margin: 10px 0 10px -20px;
    left: 50%;
    bottom: 0;
    background: #000 url(../images/downArrow.png) center center;
}

.jts-vertical .jTscrollerPrevButton {
    margin: 10px 0 10px -20px;
    left: 50%;
    top: 0;
    background: #000 url(../images/upArrow.png) center center;
}

.jThumbnailScroller#tS1 {
    width: 95%;
}

.jThumbnailScroller#tS2 {
    margin: 30px auto;
}

.jThumbnailScroller#tS2 .jTscroller a {
    opacity: 0.7;
}

.jThumbnailScroller#tS2 .jTscroller a:hover {
    opacity: 1;
}

.jThumbnailScroller#tS2 .jTscrollerNextButton {
    margin: -20px 10px 0 10px;
    right: 0;
    top: 50%;
}

.jThumbnailScroller#tS2 .jTscrollerPrevButton {
    margin: -20px 10px 0 10px;
    left: 0;
    top: 50%;
}

/* a vertical scroller */
.jThumbnailScroller#tS3 {
    position: absolute;
    left: 40px;
    top: 322px;
    width: 122px;
    height: 400px;
    margin: 0;
    background: #eee;
}

.jThumbnailScroller#tS3 .jTscroller {
    height: auto;
    margin-bottom: 40px;
}

.jThumbnailScroller#tS3 .jTscroller a {
    display: block;
    margin: 0 6px 10px 6px;
    width: 100px;
    overflow: hidden;
    opacity: 0.7;
}

.jThumbnailScroller#tS3 .jTscroller a:hover {
    opacity: 1;
}

.jThumbnailScroller#tS3 .jTscroller a:first-child {
    margin-top: 50px;
}

.jThumbnailScroller#tS3 .jTscrollerNextButton {
    margin: 10px 0 10px -20px;
    bottom: 0;
    left: 50%;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}

.jThumbnailScroller#tS3 .jTscrollerPrevButton {
    margin: 10px 0 10px -20px;
    top: 0;
    left: 50%;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}

/*.ei8-playlist-container {
    margin-bottom: 25px;
}
.ei8-playlist ul {
    padding-left: 0px;
}
.ei8-playlist ul li {
    list-style: none;
    display: block;
}
.ei8-playlist-item {
    display: block;
    clear: both;
    width: 350px;
    padding: 10px;
    margin: 5px 10px 5px 0px ;
}
.ei8-playlist-item-image {
    display: inline;
    float: left;
    margin-right: 10px;
}
.ei8-playlist-item-image img {
    width: 100px;
}
.ei8-playlist-item-title {
    font-weight: bold;
}*/



/* These are used for the twitter form */
#bar {
    background-color:#5fbbde;
    width:0px;
    height:16px;
}
#barbox {
    float:left;
    height:16px;
    background-color:#FFFFFF;
    width:100px;
    border:solid 2px #000;
    margin-left:3px;
    border-radius: 5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
}
#count, #counter {
    float:left;
    margin-right:8px;
}
#tweet {}
#character-count {}




/* these are for the expander */
.expand {
    padding-bottom:.75em
}
.expand a {
    display:block;
    padding:3px 10px
}
.expand a:link, .expand a:visited {
    background-image:url('../images/arrow-down.gif');
    background-repeat:no-repeat;
    background-position:98% 50%;
    color: #555;
    background-color: #f7f7f7;
    border: 1px solid #cccccc;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}
.expand a:hover, .expand a:active, .expand a:focus {
    text-decoration:underline;
    color: #555;
}
.expand a.open:link, .expand a.open:visited {
    background-image: url('../images/arrow-up.gif');
}




/*************** Uploader stuff ***************/
.ei8-form-wrapper {
    text-align: center;
    /*background-color: #f7f7f7;
    border: 1px solid #cccccc;
    padding: 15px;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    width: 225px;*/
    margin: auto;
}
.ei8-form-line-double {
    padding-top: 10px;
}
.ei8-form-line *, .ei8-form-label label {
    font-family: Tahoma;
    vertical-align: middle;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
}
.ei8-form-line {
    width: 220px;
    text-align: left;
}
.ei8-form-label {
    width: 120px;
    text-align: left;
    vertical-align: top;
}
.ei8-form-label, .ei8-form-field {
    /*display: inline-block;*/
    text-align: left;
    font-weight: normal;
}
textarea, .ei8-form-field input {
    width: 220px;
}

.ei8-form-button {
	-moz-box-shadow:inset 0px 1px 0px 0px #808080;
	-webkit-box-shadow:inset 0px 1px 0px 0px #808080;
	box-shadow:inset 0px 1px 0px 0px #808080;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4d4e4e), color-stop(1, #888a8a) );
	background:-moz-linear-gradient( center top, #4d4e4e 5%, #888a8a 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d4e4e', endColorstr='#888a8a');
	background-color:#4d4e4e;
	-webkit-border-top-left-radius:4px;
	-moz-border-radius-topleft:4px;
	border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	-moz-border-radius-topright:4px;
	border-top-right-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	-moz-border-radius-bottomright:4px;
	border-bottom-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-bottomleft:4px;
	border-bottom-left-radius:4px;
	text-indent:0px;
	border:1px solid #4d4e4e;
	display:inline-block;
	color:#ffffff;
	font-family:Tahoma;
	font-size:12px;
	font-weight:normal;
	height:30px;
	line-height:30px;
	width:110px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #000000;
    margin-top: 10px;
}
.ei8-form-button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #888a8a), color-stop(1, #4d4e4e) );
	background:-moz-linear-gradient( center top, #888a8a 5%, #4d4e4e 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#888a8a', endColorstr='#4d4e4e');
	background-color:#888a8a;
}
.ei8-form-button:active {
	position:relative;
	top:1px;
}

.ei8-textarea-simple-submit {
    height: 50px;
}

#fileQueue {
    width: 220px;
}
.uploadifyQueueItem {
    text-align: left;
    border-bottom: 1px solid #4D4E4E;
    padding-top: 7px;
    padding-bottom: 3px;
    margin-bottom: 3px;
    margin-left: 20px;
    position: relative;
    width: 190px;
}
.uploadifyQueueItem .cancel {
    position: absolute;
    left: -18px;
    display: inline-block;
}
.uploadifyQueueItem span {
    font-size: 12px;
    font-family: Tahoma;
    display: block;
    line-height: 14px;
}
.uploadifyProgress {
	background-color: #D1D1D1;
	border-top: 1px solid #4D4E4E;
	border-left: 1px solid #4D4E4E;
	border-right: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
	margin-top: 10px;
	width: 100%;
}
.uploadifyProgressBar {
	background-color: #1C0069;
	width: 1px;
	height: 3px;
}
.ajax-file-upload-statusbar {
    border: 1px solid #ddd;
    margin-top: 10px;
    width: 100%;
    margin-right: 10px;
    margin: 5px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 5px 5px 5px 5px;
}

.ajax-file-upload-filename {
    width: 100%;
    height: auto;
    margin: 0 5px 5px 10px;
    color: #807579;
}

.ajax-file-upload-progress {
    margin: 0 10px 5px 10px;
    position: relative;
    width: 90px;
    border: 1px solid #ddd;
    padding: 1px;
    border-radius: 3px;
    display: inline-block;
}

.ajax-file-upload-bar {
    background-color: #1C0069;
    width: 0;
    height: 20px;
    border-radius: 3px;
    color:#FFFFFF;
}

.ajax-file-upload-percent {
    position: absolute;
    display: inline-block;
    top: 3px;
    left: 48%;
}

.ajax-file-upload-red {
    -moz-box-shadow: inset 0 39px 0 -24px #e67a73;
    -webkit-box-shadow: inset 0 39px 0 -24px #e67a73;
    box-shadow: inset 0 39px 0 -24px #e67a73;
    background-color: #e4685d;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    color: #fff;
    font-family: arial;
    font-size: 13px;
    font-weight: normal;
    padding: 4px 15px;
    text-decoration: none;
    text-shadow: 0 1px 0 #b23e35;
    cursor: pointer;
    vertical-align: top;
    margin-right:5px;
}

.ajax-file-upload-green {
    background-color: #77b55a;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: 0;
    padding: 0;
    display: inline-block;
    color: #fff;
    font-family: arial;
    font-size: 13px;
    font-weight: normal;
    padding: 4px 15px;
    text-decoration: none;
    cursor: pointer;
    text-shadow: 0 1px 0 #5b8a3c;
    vertical-align: top;
    margin-right:5px;
}

.ajax-file-upload {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 20px;
    cursor:pointer;
    line-height:20px;
    height:25px;
    margin:0 10px 10px 0;
    display: inline-block;
    background: #fff;
    border: 1px solid #e8e8e8;
    color: #888;
    text-decoration: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -moz-box-shadow: 0 2px 0 0 #e8e8e8;
    -webkit-box-shadow: 0 2px 0 0 #e8e8e8;
    box-shadow: 0 2px 0 0 #e8e8e8;
    padding: 6px 10px 4px 10px;
    color: #fff;
    background: #2f8ab9;
    border: none;
    -moz-box-shadow: 0 2px 0 0 #13648d;
    -webkit-box-shadow: 0 2px 0 0 #13648d;
    box-shadow: 0 2px 0 0 #13648d;
    vertical-align:middle;
}

.ajax-file-upload:hover {
      -moz-box-shadow: 0 2px 0 0 #C5C5C5;
      -webkit-box-shadow: 0 2px 0 0 #C5C5C5;
      box-shadow: 0 2px 0 0 #1C0069;
}

.ajax-upload-dragdrop {
    text-align:left;
    vertical-align:middle;
}
.dragdroptext {
    color: #888a8a;
    border:2px dotted #C5C5C5;
    font-size: 11px;
    padding:10px;
    margin: 5px 0px;
}
.dragdroptext:hover {
    border-style: double;
}
.do_uploads {
    font-size: 14px;
    font-weight: bold;
}


/* for the playlist thumbnail contextual rollovers */
.ei8t-qtip {
    z-index: 1000;

}