/**
* @file: highslide.css 
* @version: 4.1.9
*/
.highslide-container div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}
.highslide-container table {
	background: none;
}
.highslide {
	outline: none;
	text-decoration: none;
}
.highslide img {
	border: 2px solid silver;
}
.highslide:hover img {
	border-color: gray;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide-gallery .highslide-active-anchor img {
	border-color: black;
	visibility: visible;
	cursor: default;
}



/***********************************************************************************
GET RID OF WHITE BOARDER
 ***********************************************************************************/
/*.highslide-image {
	border-width: 2px;
	border-style: solid;
	border-color: white;
}
.highslide-wrapper, .highslide-outline {
	background: white;
}*/


        
.glossy-dark {
	background: #111;
}

.highslide-image-blur {
}
.highslide-number {
	font-weight: bold;
	color: gray;
	font-size: .9em;
}
.highslide-caption {
	display: none;
	font-size: 1em;
	padding: 5px;
        color: white;
	/*background: white;*/
}
.highslide-heading {
	display: none;
	font-weight: bold;
	margin: 0.4em;
}
.highslide-dimming {
	/*position: absolute;*/
	background: black;
}
a.highslide-full-expand {
   background: url(graphics/fullexpand.gif) no-repeat;
   display: block;
   margin: 0 10px 10px 0;
   width: 34px;
   height: 34px;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: white;
	padding-left: 22px;
	background-image: url(graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}
.highslide-move, .highslide-move * {
	cursor: move;
}

.highslide-viewport {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: none;
	left: 0;
	top: 0;
}
.highslide-overlay {
	display: none;
}
.hidden-container {
	display: none;
}
/* Example of a semitransparent, offset closebutton */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(graphics/close.png);
	/* NOTE! For IE6, you also need to update the highslide-ie6.css file. */
}

/*****************************************************************************/
/* Thumbnail boxes for the galleries.                                        */
/* Remove these if you are not using a gallery.                              */
/*****************************************************************************/
.highslide-gallery ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.highslide-gallery ul li {
	display: block;
	position: relative;
	float: left;
	width: 106px;
	height: 106px;
	border: 1px solid silver;
	background: #ededed;
	margin: 2px;
	line-height: 0;
	overflow: hidden;
}
.highslide-gallery ul a {
	position: absolute;
	top: 50%;
	left: 50%;
}
.highslide-gallery ul img {
 	position: relative;
	top: -50%;
	left: -50%;
}
html>/**/body .highslide-gallery ul li {
	display: table;
	text-align: center;
}
html>/**/body .highslide-gallery ul li {
	text-align: center;
}
html>/**/body .highslide-gallery ul a {
	position: static;
	display: table-cell;
	vertical-align: middle;
}
html>/**/body .highslide-gallery ul img {
	position: static;
}

/*****************************************************************************/
/* Controls for the galleries.											     */
/* Remove these if you are not using a gallery							     */
/*****************************************************************************/
.highslide-controls {
	width: 195px;
	height: 40px;
	background: url(graphics/controlbar-white.gif) 0 -90px no-repeat;
	margin: 20px 15px 10px 0;
}
.highslide-controls ul {
	position: relative;
	left: 15px;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(graphics/controlbar-white.gif) right -90px no-repeat;

}
.highslide-controls li {
	float: left;
	padding: 5px 0;
	margin:0;
	list-style: none;
}
.highslide-controls a {
	background-image: url(graphics/controlbar-white.gif);
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	outline: none;
}
.highslide-controls a.disabled {
	cursor: default;
}
.highslide-controls a.disabled span {
	cursor: default;
}
.highslide-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
	cursor: pointer;
}


/* The CSS sprites for the controlbar - see http://www.google.com/search?q=css+sprites */
.highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
	background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
	background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
	background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
	background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
	background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
	background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
	background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
	background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
	background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
	background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
	background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
	background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
	background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
	background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
	background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
	background-position: -180px -30px;
}

/*****************************************************************************/
/* Styles for the HTML popups											     */
/* Remove these if you are not using Highslide HTML						     */
/*****************************************************************************/
.highslide-maincontent {
	display: none;
}
.highslide-html {
	background-color: white;
}
.highslide-html-content {
	display: none;
	width: 400px;
	padding: 0 5px 5px 5px;
}
.highslide-header {
	padding-bottom: 5px;
}
.highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-header ul li.highslide-previous, .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-header a:hover {
	color: black;
}
.highslide-header .highslide-move a {
	cursor: move;
}
.highslide-footer {
	height: 16px;
}
.highslide-footer .highslide-resize {
	display: block;
	float: right;
	margin-top: 5px;
	height: 11px;
	width: 11px;
	background: url(graphics/resize.gif) no-repeat;
}
.highslide-footer .highslide-resize span {
	display: none;
}
.highslide-body {
}
.highslide-resize {
	cursor: nw-resize;
}

/*****************************************************************************/
/* Styles for the Individual wrapper class names.							 */
/* See www.highslide.com/ref/hs.wrapperClassName							 */
/* You can safely remove the class name themes you don't use				 */
/*****************************************************************************/

/* hs.wrapperClassName = 'draggable-header' */
.draggable-header .highslide-header {
	height: 18px;
	border-bottom: 1px solid #dddddd;
}
.draggable-header .highslide-heading {
	position: absolute;
	margin: 2px 0.4em;
}

.draggable-header .highslide-header .highslide-move {
	cursor: move;
	display: block;
	height: 16px;
	position: absolute;
	right: 24px;
	top: 0;
	width: 100%;
	z-index: 1;
}
.draggable-header .highslide-header .highslide-move * {
	display: none;
}
.draggable-header .highslide-header .highslide-close {
	position: absolute;
	right: 2px;
	top: 2px;
	z-index: 5;
	padding: 0;
}
.draggable-header .highslide-header .highslide-close a {
	display: block;
	height: 16px;
	width: 16px;
	background-image: url(graphics/closeX.png);
}
.draggable-header .highslide-header .highslide-close a:hover {
	background-position: 0 16px;
}
.draggable-header .highslide-header .highslide-close span {
	display: none;
}
.draggable-header .highslide-maincontent {
	padding-top: 1em;
}

/* hs.wrapperClassName = 'titlebar' */
.titlebar .highslide-header {
	height: 18px;
	border-bottom: 1px solid #dddddd;
}
.titlebar .highslide-heading {
	position: absolute;
	width: 90%;
	margin: 1px 0 1px 5px;
	color: #666666;
}

.titlebar .highslide-header .highslide-move {
	cursor: move;
	display: block;
	height: 16px;
	position: absolute;
	right: 24px;
	top: 0;
	width: 100%;
	z-index: 1;
}
.titlebar .highslide-header .highslide-move * {
	display: none;
}
.titlebar .highslide-header li {
	position: relative;
	top: 3px;
	z-index: 2;
	padding: 0 0 0 1em;
}
.titlebar .highslide-maincontent {
	padding-top: 1em;
}

/* hs.wrapperClassName = 'no-footer' */
.no-footer .highslide-footer {
	display: none;
}

/* hs.wrapperClassName = 'wide-border' */
.wide-border {
	background: white;
}
.wide-border .highslide-image {
	border-width: 10px;
}
.wide-border .highslide-caption {
	padding: 0 10px 10px 10px;
}

/* hs.wrapperClassName = 'borderless' */
.borderless .highslide-image {
	border: none;
}
.borderless .highslide-caption {
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	background: silver;
}

/* hs.wrapperClassName = 'outer-glow' */
.outer-glow {
	background: #444;
}
.outer-glow .highslide-image {
	border: 5px solid #444444;
}
.outer-glow .highslide-caption {
	border: 5px solid #444444;
	border-top: none;
	padding: 5px;
	background-color: gray;
}

/* hs.wrapperClassName = 'colored-border' */
.colored-border {
	background: white;
}
.colored-border .highslide-image {
	border: 2px solid green;
}
.colored-border .highslide-caption {
	border: 2px solid green;
	border-top: none;
}

/* hs.wrapperClassName = 'dark' */
.dark {
	background: #111;
}
.dark .highslide-image {
	border-color: black black #202020 black;
	background: gray;
}
.dark .highslide-caption {
	color: white;
	background: #111;
}
.dark .highslide-controls,
.dark .highslide-controls ul,
.dark .highslide-controls a {
	background-image: url(graphics/controlbar-black-border.gif);
}

/* hs.wrapperClassName = 'floating-caption' */
.floating-caption .highslide-caption {
	position: absolute;
	padding: 1em 0 0 0;
	background: none;
	color: white;
	border: none;
	font-weight: bold;
}

/* hs.wrapperClassName = 'controls-in-heading' */
.controls-in-heading .highslide-heading {
	color: gray;
	font-weight: bold;
	height: 20px;
	overflow: hidden;
	cursor: default;
	padding: 0 0 0 22px;
	margin: 0;
	background: url(graphics/icon.gif) no-repeat 0 1px;
}
.controls-in-heading .highslide-controls {
	width: 105px;
	height: 20px;
	position: relative;
	margin: 0;
	top: -23px;
	left: 7px;
	background: none;
}
.controls-in-heading .highslide-controls ul {
	position: static;
	height: 20px;
	background: none;
}
.controls-in-heading .highslide-controls li {
	padding: 0;
}
.controls-in-heading .highslide-controls a {
	background-image: url(graphics/controlbar-white-small.gif);
	height: 20px;
	width: 20px;
}

.controls-in-heading .highslide-controls .highslide-move {
	display: none;
}

.controls-in-heading .highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.controls-in-heading .highslide-controls .highslide-previous a:hover {
	background-position: 0 -20px;
}
.controls-in-heading .highslide-controls .highslide-previous a.disabled {
	background-position: 0 -40px !important;
}
.controls-in-heading .highslide-controls .highslide-play a {
	background-position: -20px 0;
}
.controls-in-heading .highslide-controls .highslide-play a:hover {
	background-position: -20px -20px;
}
.controls-in-heading .highslide-controls .highslide-play a.disabled {
	background-position: -20px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-pause a {
	background-position: -40px 0;
}
.controls-in-heading .highslide-controls .highslide-pause a:hover {
	background-position: -40px -20px;
}
.controls-in-heading .highslide-controls .highslide-next a {
	background-position: -60px 0;
}
.controls-in-heading .highslide-controls .highslide-next a:hover {
	background-position: -60px -20px;
}
.controls-in-heading .highslide-controls .highslide-next a.disabled {
	background-position: -60px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-full-expand a {
	background-position: -100px 0;
}
.controls-in-heading .highslide-controls .highslide-full-expand a:hover {
	background-position: -100px -20px;
}
.controls-in-heading .highslide-controls .highslide-full-expand a.disabled {
	background-position: -100px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-close a {
	background-position: -120px 0;
}
.controls-in-heading .highslide-controls .highslide-close a:hover {
	background-position: -120px -20px;
}

/*****************************************************************************/
/* Styles for text based controls.						                     */
/* You can safely remove this if you don't use text based controls			 */
/*****************************************************************************/

.text-controls .highslide-controls {
	width: auto;
	height: auto;
	margin: 0;
	text-align: center;
	background: none;
}
.text-controls ul {
	position: static;
	background: none;
	height: auto;
	left: 0;
}
.text-controls .highslide-move {
	display: none;
}
.text-controls li {
    background-image: url(graphics/controlbar-text-buttons.png);
	background-position: right top !important;
	padding: 0;
	margin-left: 15px;
	display: block;
	width: auto;
}
.text-controls a {
    background: url(graphics/controlbar-text-buttons.png) no-repeat;
    background-position: left top !important;
    position: relative;
    left: -10px;
	display: block;
	width: auto;
	height: auto;
	text-decoration: none !important;
}
.text-controls a span {
	background: url(graphics/controlbar-text-buttons.png) no-repeat;
    margin: 1px 2px 1px 10px;
	display: block;
    min-width: 4em;
    height: 18px;
    line-height: 18px;
	padding: 1px 0 1px 18px;
    color: #333;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
}
.text-controls .highslide-next {
	margin-right: 1em;
}
.text-controls .highslide-full-expand a span {
	min-width: 0;
	margin: 1px 0;
	padding: 1px 0 1px 10px;
}
.text-controls .highslide-close a span {
	min-width: 0;
}
.text-controls a:hover span {
	color: black;
}
.text-controls a.disabled span {
	color: #999;
}

.text-controls .highslide-previous span {
	background-position: 0 -40px;
}
.text-controls .highslide-previous a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-previous a.disabled span {
	background-position: 0 -140px;
}
.text-controls .highslide-play span {
	background-position: 0 -60px;
}
.text-controls .highslide-play a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-play a.disabled span {
	background-position: 0 -160px;
}
.text-controls .highslide-pause span {
	background-position: 0 -80px;
}
.text-controls .highslide-next span {
	background-position: 0 -100px;
}
.text-controls .highslide-next a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-next a.disabled span {
	background-position: 0 -200px;
}
.text-controls .highslide-full-expand span {
	background: none;
}
.text-controls .highslide-full-expand a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-close span {
	background-position: 0 -120px;
}


/*****************************************************************************/
/* Styles for the thumbstrip.							                     */
/* See www.highslide.com/ref/hs.addSlideshow    							 */
/* You can safely remove this if you don't use a thumbstrip 				 */
/*****************************************************************************/

.highslide-thumbstrip {
	height: 100%;
	direction: ltr;
}
.highslide-thumbstrip div {
	overflow: hidden;
}
.highslide-thumbstrip table {
	position: relative;
	padding: 0;
	border-collapse: collapse;
}
.highslide-thumbstrip td {
	padding: 1px;
	/*text-align: center;*/
}
.highslide-thumbstrip a {
	outline: none;
}
.highslide-thumbstrip img {
	display: block;
	border: 1px solid gray;
	margin: 0 auto;
}
.highslide-thumbstrip .highslide-active-anchor img {
	visibility: visible;
}
.highslide-thumbstrip .highslide-marker {
	position: absolute;
	width: 0;
	height: 0;
	border-width: 0;
	border-style: solid;
	border-color: transparent; /* change this to actual background color in highslide-ie6.css */
}
.highslide-thumbstrip-horizontal div {
	width: auto;
	/* width: 100% breaks in small strips in IE */
}
.highslide-thumbstrip-horizontal .highslide-scroll-up {
	display: none;
	position: absolute;
	top: 3px;
	left: 3px;
	width: 25px;
	height: 42px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-up div {
	margin-bottom: 10px;
	cursor: pointer;
	background: url(graphics/scrollarrows.png) left center no-repeat;
	height: 42px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-down {
	display: none;
	position: absolute;
	top: 3px;
	right: 3px;
	width: 25px;
	height: 42px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-down div {
	margin-bottom: 10px;
	cursor: pointer;
	background: url(graphics/scrollarrows.png) center right no-repeat;
	height: 42px;
}
.highslide-thumbstrip-horizontal table {
	margin: 2px 0 10px 0;
}
.highslide-viewport .highslide-thumbstrip-horizontal table {
	margin-left: 10px;
}
.highslide-thumbstrip-horizontal img {
	width: auto;
	height: 40px;
}
.highslide-thumbstrip-horizontal .highslide-marker {
	top: 47px;
	border-left-width: 6px;
	border-right-width: 6px;
	border-bottom: 6px solid gray;
}
.highslide-viewport .highslide-thumbstrip-horizontal .highslide-marker {
	margin-left: 10px;
}
.dark .highslide-thumbstrip-horizontal .highslide-marker, .highslide-viewport .highslide-thumbstrip-horizontal .highslide-marker {
	border-bottom-color: white !important;
}

.highslide-thumbstrip-vertical-overlay {
	overflow: hidden !important;
}
.highslide-thumbstrip-vertical div {
	height: 100%;
}
.highslide-thumbstrip-vertical a {
	display: block;
}
.highslide-thumbstrip-vertical .highslide-scroll-up {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 25px;
}
.highslide-thumbstrip-vertical .highslide-scroll-up div {
	margin-left: 10px;
	cursor: pointer;
	background: url(graphics/scrollarrows.png) top center no-repeat;
	height: 25px;
}
.highslide-thumbstrip-vertical .highslide-scroll-down {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 25px;
}
.highslide-thumbstrip-vertical .highslide-scroll-down div {
	margin-left: 10px;
	cursor: pointer;
	background: url(graphics/scrollarrows.png) bottom center no-repeat;
	height: 25px;
}
.highslide-thumbstrip-vertical table {
	margin: 10px 0 0 10px;
}
.highslide-thumbstrip-vertical img {
	width: 60px; /* t=5481 */
}
.highslide-thumbstrip-vertical .highslide-marker {
	left: 0;
	margin-top: 8px;
	border-top-width: 6px;
	border-bottom-width: 6px;
	border-left: 6px solid gray;
}
.dark .highslide-thumbstrip-vertical .highslide-marker, .highslide-viewport .highslide-thumbstrip-vertical .highslide-marker {
	border-left-color: white;
}

.highslide-viewport .highslide-thumbstrip-float {
	overflow: auto;
}
.highslide-thumbstrip-float ul {
	margin: 2px 0;
	padding: 0;
}
.highslide-thumbstrip-float li {
	display: block;
	height: 60px;
	margin: 0 2px;
	list-style: none;
	float: left;
}
.highslide-thumbstrip-float img {
	display: inline;
	border-color: silver;
	max-height: 56px;
}
.highslide-thumbstrip-float .highslide-active-anchor img {
	border-color: black;
}
.highslide-thumbstrip-float .highslide-scroll-up div, .highslide-thumbstrip-float .highslide-scroll-down div {
	display: none;
}
.highslide-thumbstrip-float .highslide-marker {
	display: none;
}
a {outline:0 !important;  border-color: transparent;}
a:active	{text-decoration:none; color:#333;outline:0 !important;;  border-color: transparent;}
a:link	{text-decoration:none; color:#333;border:none !important; outline:0 !important;  border-color: transparent;}
a img {
border:none; outline:none;outline:0;border-color: transparent; *border:0;
}
a:active, a:selected, a:visited { 
    border: none;
    outline: none;
}
a:focus, *:focus {
    noFocusLine: expression(this.onFocus=this.blur());
}
#dcsmt-2 {z-index:9999 !important;}
#dcsmt-3 {z-index:10000 !important;}
/* highslide */
.draggable-header .highslide-header .highslide-close a { 
display:none !important;
}
.highslide-heading, .highslide-caption {
color:#000 !important;
font:700 13px/13px NanumGothic, "나눔고딕",dotum,sans-serif!important
}
.flickr-media { 
background:url(images/flickr-media.gif) no-repeat 2px 0; 
*background:url(images/flickr-media.gif) no-repeat 0 0;
padding-left:22px;
margin-left:7px;
white-space:nowrap;
overflow:hidden
}
.highslide-caption a:hover { 
background:#fff url(images/flickr-media.gif) no-repeat 2px 0;
*background:#fff url(images/flickr-media.gif) no-repeat 0 0;
padding-left:22px;
margin-left:7px;
white-space:nowrap;
overflow:hidden
}
.highslide img { 
border: none !important;
border-radius: 5px;
-moz-box-shadow: 1px 2px 3px #bbb;
-webkit-box-shadow: 1px 2px 3px #bbb;
box-shadow: 1px 2px 3px #bbb; margin-right:2px;;
}
.highslide:hover img {
border-color:#23378b !important;
border-radius: 5px;
-moz-box-shadow: 1px 2px 3px #bbb;
-webkit-box-shadow: 1px 2px 3px #bbb;
box-shadow: 1px 2px 3px #bbb; margin-right:2px;;
}

body {font: 13px NanumGothic, "나눔고딕", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", Gulim, "굴림", Verdana, Arial, "Trebuchet MS";
 text-decoration:none; }
a, a:active {text-decoration:none; color:#333; }
a:hover {color:#104db7;}

.byauthor {clear:both; font-size:12px;}
.stream li img {margin-top:3px; border-radius: 5px;
-moz-box-shadow: 1px 2px 3px #bbb;
-webkit-box-shadow: 1px 2px 3px #bbb;max-width:100px;
box-shadow: 1px 2px 3px #bbb; margin-right:2px;border:none; float:left;}

#dcsmt-0-flickr li{
float:left;
}

/* Reset */
.dcsmt ul, .dcsmt li, .dcsmt h3 {
	padding: 0; 
	margin: 0; 
	list-style: none!important;
}

/* Main widget styles */
.dcsmt {
	font-size: 12px;
	color: #666;
}
.active.dcsmt .dcsmt-slider {
}
.dcsmt a {
	text-decoration:none;
}
.dcsmt-content {
	position: relative;
	height:500px;
}

/* Tabs */
.social-tabs li {
	padding: 4px;
	width: 27px;
	height: 26px;
	background: #0063a6;
	z-index: 10;
}
.active .social-tabs li {
	z-index: 10;
/*	-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.6); */
}
.active .social-tabs li.active {
	z-index: 11;
/*	-webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.6); */
}
/** Static **/
.static .social-tabs {
	padding-left: 8px;
}
.static .social-tabs li {
	float: left;
	margin-right: 2px;
	border-radius: 5px 5px 0 0; 
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
}
/** Top **/
.top .social-tabs {
	padding-left: 8px;
}
.top.align-right .social-tabs {
	padding-left: 0;
	padding-right: 8px;
}
.top .social-tabs li {
	padding: 3px 4px;
	margin-right: 2px;
	float: left;
	border-radius: 0 0 5px 5px; 
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
}
/** Right **/
.right .social-tabs {
	padding-top: 8px;
}
.right .social-tabs li {
	margin: 0 0 2px 0 ;
	*margin-bottom:0px;
/*	border-radius: 5px 0 0 5px; 
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;*/
}
/** Bottom **/
.bottom .social-tabs {
	padding-left: 8px;
}
.bottom.align-right .social-tabs {
	padding-left: 0;
	padding-right: 8px;
}
.bottom .social-tabs li {
	padding: 4px 4px 2px 4px;
	margin: 0 2px 0 0;
	float: left;
	border-radius: 5px 5px 0 0; 
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
}
/** Left **/
.left .social-tabs {
	padding-top: 8px;
}
.left .social-tabs li {
	margin: 0 0 2px 0;
	border-radius: 0 5px 5px 0; 
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
}

/* Tab Content */
.dcsmt-slider {
	clear: both;
	overflow: hidden;
}
.tab-content {
	position: relative;
	overflow: hidden;
	z-index: 11;
	background: url(http://blog.standardcharteredpub.co.kr/images/loader.gif) no-repeat center 200px;
}

.tab-content a {
	color:#069;
}
.tab-content ul {
	font-size: 11px;
}
.tab-content .tab-inner {
	background: #fff;
	overflow: hidden;
}
.tab-inner ul {
	padding: 0 7px;
}
.tab-inner .profile {
	position: relative;
	padding: 10px;
	border-bottom: 1px solid #ccc;
	background: #ececec;
}
.tab-inner .profile h3 {
	margin: 0;
	padding: 3px 0 3px 26px;
	position: relative;
}
.tab-inner .profile h3 a {
	font-size: 14px; 
	text-decoration: none;
}
.tab-inner .profile h3, .tab-inner .profile h3 a {
	color: #555; 
	text-shadow: 0 1px 0 #fff;
}
.tab-inner .dcsmt-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	font: bold 12px/14px Arial, sans-serif;
	display:inline-block;
	text-decoration:none;
	outline:none;
	padding: 5px 8px;
	background: #fcfcfc url(http://blog.standardcharteredpub.co.kr/images/btn.png) repeat-x 0 0;
    color: #fff;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.tab-inner .dcsmt-btn:hover{
	background-position: 0 100%;
    color: #fff;
}
.tab-inner .profile a.avatar{
	display:block;
	float:left;
	text-decoration:none;
	outline:none;
	margin:0 10px 0 0
}
.tab-inner .profile a.avatar img{
	padding:1px;
	background: #fff;
	border: 3px solid #ccc;
	display:block
}
/** Network specific profile header **/
.tab-rss .profile h3 {
	background: url(http://blog.standardcharteredpub.co.kr/images/rss2.png) no-repeat 0 4px;
}
.tab-flickr .profile h3 {
	background: url(http://blog.standardcharteredpub.co.kr/images/flickr2.png) no-repeat 0 4px;
}
.tab-twitter .profile h3 {
	background: url(http://blog.standardcharteredpub.co.kr/images/twitter2.png) no-repeat 0 4px;
}
.tab-facebook .profile h3 {
	background: url(http://blog.standardcharteredpub.co.kr/images/facebook2.png) no-repeat 0 4px;
}
.tab-fbrec .profile h3 {
	background: url(http://blog.standardcharteredpub.co.kr/images/fbrec2.png) no-repeat 0 4px;
}
.tab-youtube .profile h3 {
	background: url(http://blog.standardcharteredpub.co.kr/images/youtube2.png) no-repeat 0 4px;
}
/** Static **/
.static .dcsmt-slider {
	border-radius: 10px; 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.static .tab-content {
	padding: 10px;
}
.static .tab-inner {
	border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
/** Top **/
.top .dcsmt-slider {
	border-radius: 0 0 10px 10px; 
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
}
.top .tab-inner {
	border-radius: 0 0 5px 5px; 
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
}
.top .tab-content {
	padding: 0 10px 10px 10px;
}
/** Right **/
.right .dcsmt-slider {
	border-radius: 10px 0 0 10px; 
	-webkit-border-radius: 10px 0 0 10px;
	-moz-border-radius: 10px 0 0 10px;
}
.right .tab-inner {
/*	border-radius: 5px 0 0 5px; 
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px; */
}
.right .tab-content {
	padding: 10px 0 10px 10px;
}
/** Bottom **/
.bottom .dcsmt-slider {
	border-radius: 10px 10px 0 0; 
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
}
.bottom .tab-inner {
	border-radius: 5px 5px 0 0; 
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
}
.bottom .tab-content {
	padding: 10px 10px 0 10px;
}
/** Left **/
.left .dcsmt-slider {
	border-radius: 0 10px 10px 0; 
	-webkit-border-radius: 0 10px 10px 0;
	-moz-border-radius: 0 10px 10px 0;
}
.left .tab-inner {
	border-radius: 0 5px 5px 0; 
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
}
.left .tab-content {
	padding: 10px 10px 10px 0;
}
/** Network specific colors **/
.tab-content.tab-rss, .social-tabs li.active.dcsmt-rss, .social-tabs li.dcsmt-rss:hover, .tab-rss .dcsmt-btn {
	background-color: #FF9800;
}
.tab-content.tab-flickr, .social-tabs li.active.dcsmt-flickr, .social-tabs li.dcsmt-flickr:hover, .tab-flickr .dcsmt-btn {
	background-color: #f90784;
}
.tab-content.tab-delicious, .social-tabs li.active.dcsmt-delicious, .social-tabs li.dcsmt-delicious:hover, .tab-delicious .dcsmt-btn {
	background-color: #3271CB;
}
.tab-content.tab-twitter, .social-tabs li.active.dcsmt-twitter, .social-tabs li.dcsmt-twitter:hover, .tab-twitter .dcsmt-btn, .tab-content.tab-twittert, .social-tabs li.active.dcsmt-twittert, .social-tabs li.dcsmt-twittert:hover, .tab-twittert .dcsmt-btn{
	background-color: #4ec2dc;
}
.tab-content.tab-fblike, .social-tabs li.active.dcsmt-fblike, .social-tabs li.dcsmt-fblike:hover, .tab-fblike .dcsmt-btn {
	background-color: #3b5998;
}
.tab-content.tab-fbrec, .social-tabs li.active.dcsmt-fbrec, .social-tabs li.dcsmt-fbrec:hover, .tab-fbrec .dcsmt-btn {
	background-color: #3b5998;
}
.tab-content.tab-google, .social-tabs li.active.dcsmt-google, .social-tabs li.dcsmt-google:hover, .tab-google .dcsmt-btn {
	background-color: #2d2d2d;
}
.tab-content.tab-youtube, .social-tabs li.active.dcsmt-youtube, .social-tabs li.dcsmt-youtube:hover, .tab-youtube .dcsmt-btn {
	background-color: #DF1F1C;
}
.tab-content.tab-digg, .social-tabs li.active.dcsmt-digg, .social-tabs li.dcsmt-digg:hover, .tab-digg .dcsmt-btn {
	background-color: #195695;
}
.tab-content.tab-pinterest, .social-tabs li.active.dcsmt-pinterest, .social-tabs li.dcsmt-pinterest:hover, .tab-pinterest .dcsmt-btn {
	background-color: #CB2528;
}
.tab-content.tab-lastfm, .social-tabs li.active.dcsmt-lastfm, .social-tabs li.dcsmt-lastfm:hover, .tab-lastfm .dcsmt-btn {
	background-color: #C90E12;
}
.tab-content.tab-dribbble, .social-tabs li.active.dcsmt-dribbble, .social-tabs li.dcsmt-dribbble:hover, .tab-dribbble .dcsmt-btn {
	background-color: #F175A8;
}
.tab-content.tab-vimeo, .social-tabs li.active.dcsmt-vimeo, .social-tabs li.dcsmt-vimeo:hover, .tab-vimeo .dcsmt-btn {
	background-color: #4EBAFF;
}
.tab-content.tab-facebook, .social-tabs li.active.dcsmt-facebook, .social-tabs li.dcsmt-facebook:hover, .tab-facebook .dcsmt-btn {
background-color: #3B5998;
}

.tab-content.tab-blogcomment, .social-tabs li.active.dcsmt-blogcomment, .social-tabs li.dcsmt-blogcomment:hover, .tab-facebook .dcsmt-btn {
background-color: #469c3b;
}
/* Feeds */
.dcsmt .stream {
	overflow: hidden;
}
.stream p {
	margin: 0;
	padding: 0;
}
ul.twitter-desc li {
padding: 0px !important;
margin: 0px !important;
float:left;
border:none !important;
}
#twit_img img {float:left;
margin: 7px 10px 0 7px;
border-radius: 5px;
-moz-box-shadow: 1px 2px 3px #bbb;
-webkit-box-shadow: 1px 2px 3px #bbb;
box-shadow: 1px 2px 3px #bbb;
width: 48px;
height: 48px;
}
.twitter-name {margin-top:1px;
font-size:13px; line-height:230%;display: block;
float: left;
}
.twitter-desc {
width:100px;
float:right;
margin-top: 8px !important;
}
.twitter-head {
border-bottom:5px solid #4ec2dc;
height: 65px;
}

.tab-inner ul li {
	padding: 5px 0 20px 0;
	margin: 0;
	position: relative;
	overflow: hidden;
	background: none;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	line-height:170%;
}
.tab-inner ul li .thumb {
	float: left;
	margin: 0 10px 0 0;
}
.tab-inner ul li .thumb img {
/*	border: 3px solid #ececec;
	padding: 1px;
	background: #fff; */
	float:left;
}
.tab-inner ul li .logo {
	margin-bottom: 3px;
}
.tab-inner ul li .title {
	display: block;
	font-weight: bold;
	margin-bottom: 3px; padding-right:15px;
}
.tab-inner ul li .title.clear {
	clear: both;
}
.tab-inner ul li .text {
	display: block;
}
.tab-inner ul li .text br{
	display: none;
}
.tab-inner ul li .date {
	position: absolute;
	bottom: 0px;
	left: 0;
	color: #999;
	font-size: 96%;
}

.tab-inner ul li .meta {
	display: block;
	font-size: 90%;
	color: #999;
}
.tab-inner ul li .meta span {
	margin: 0 8px 5px 0;
	display: block;
	float: left;
	padding: 0 0 0 15px;
	line-height: 12px;
}
/* feeds network specific styles */
.tab-dribbble .tab-inner ul li .thumb img {
	margin-bottom: 5px;
}
.tab-lastfm .tab-inner ul li .title {
	background: url(http://blog.standardcharteredpub.co.kr/images/tracks.png) no-repeat 0 0;
	padding-left: 17px;
	margin-bottom: 0;
}
.tab-google .tab-inner ul li .title {
	margin-bottom: 5px;
}
.tab-vimeo .tab-inner ul li .text {
	margin-bottom: 5px;
}
.tab-inner ul li .meta span.plusones {
	padding-left: 0;
}
.tab-inner ul li .meta span.shares {
	background: url(http://blog.standardcharteredpub.co.kr/images/shares.png) no-repeat 0 0;
	padding-left: 20px;
}
.tab-inner ul li .meta span.views {
	background: url(http://blog.standardcharteredpub.co.kr/images/views.png) no-repeat 0 0;
	padding-left: 18px;
}
.tab-inner ul li .meta span.likes {
	background: url(http://blog.standardcharteredpub.co.kr/images/likes.png) no-repeat 0 0;
	padding-left: 16px;
}
.tab-inner ul li .meta span.comments {
	background: url(http://blog.standardcharteredpub.co.kr/images/comments.png) no-repeat 0 0;
}
.tab-inner ul li .meta span.users {
	background: url(http://blog.standardcharteredpub.co.kr/images/users.png) no-repeat 0 0;
}
.tab-inner ul li .meta span.videos {
	background: url(http://blog.standardcharteredpub.co.kr/images/videos.png) no-repeat 0 0;
	padding-left: 16px;
}
.tab-inner ul li.dcsmt-error {
	color: #990000;
}
.dcsmt-loading {
	background: url(http://blog.standardcharteredpub.co.kr/images/loader.gif) no-repeat 10px center;
	padding: 10px 30px 10px 42px;
}

/* Controls */
.dcsmt .controls {
	position: absolute;
	left: 10px;
	height: 20px;
	padding: 5px 0;
	z-index: 99;
	display: none;
	background: url(http://blog.standardcharteredpub.co.kr/images/bg_white.png) repeat 0 0;
}
#dcsmt-0-facebook {margin-top:5px;}
.dcsmt .controls ul {
	padding: 0 10px;
}
.dcsmt .controls li {
	display: inline;
}
.dcsmt .controls a {
	display: block;
	width: 20px;
	height: 20px;
	float: left;
	margin-right: 4px;
	background: url(http://blog.standardcharteredpub.co.kr/images/controls.png) no-repeat 0 0;
}
.dcsmt .controls .prev {
	background-position: -40px 0;
}
.dcsmt .controls .next {
	background-position: -60px 0;
}
.dcsmt .controls .play {
	background-position: 0 0;
}
.dcsmt .controls .pause {
	background-position: -20px 0;
}
.dcsmt .controls .dcsmt-close {
	background-position: -80px 0;
}
.dcsmt .controls .prev:hover {
	background-position: -40px -20px;
}
.dcsmt .controls .next:hover {
	background-position: -60px -20px;
}
.dcsmt .controls .play:hover {
	background-position: 0 -20px;
}
.dcsmt .controls .pause:hover {
	background-position: -20px -20px;
}
.dcsmt .controls .dcsmt-close:hover {
	background-position: -80px -20px;
}
/** Static **/
.dcsmt.static .controls {
	bottom: 10px;
}
/** Top **/
.dcsmt.top .controls {
	bottom: 10px;
}
/** Right **/
.dcsmt.right .controls {
	bottom: 10px;
	right: 0;
}
/** Bottom **/
.dcsmt.bottom .controls {
	bottom: 0;
}
/** Left **/
.dcsmt.left .controls {
	bottom: 10px;
	left: 0;
}

/* google */
.tab-google .tab-inner .google-page {
	overflow: hidden;
	height: 56px;
	border-bottom: 5px solid #000;
}
.tab-google .tab-inner .google-page.standard {
	height: 117px;
}
.tab-google .tab-inner .google-page.small iframe{
	height: 69px;
	margin-bottom: 0;
}
.tab-google .tab-inner .google-page.standard iframe{
	height: 131px;
	margin-bottom: 0;
}
/** Flickr **/
#dcsmt-2-flickr {*width:333px !important;}
.tab-flickr .tab-inner ul {

margin-top:5px;
padding-top: 5px;
}
.tab-flickr .tab-inner li {
	float: left;
	padding: 0;
	margin: 0 5px 12px 0;
	border: none;
}
.tab-flickr .tab-inner li .thumb {
	margin: 0;
}
.tab-flickr .tab-inner li img{
margin-left:4px;
}
/** Youtube **/
.youtube-subscribe {
	overflow: hidden; 
	height: 105px; 
	width: 100%; 
	border: 0;
}



/*******************************************************/
/* Reset */
.dcwss ul, .dcwss li {
	padding: 0; 
	margin: 0; 
	list-style: none!important;
	background: none;
}

/* Main styles */

/* Feeds */
.dcwss.dc-feed {
		border-radius: 7px;
	-webkit-border-radius: 7px; 
	-moz-border-radius: 7px; 
    list-style: none outside none;
    margin: 0;
    padding: 10px 10px 0;
	overflow: hidden;
}
.dcwss.dc-feed.dark {
	background: #555 url(images/noize.png) repeat;
    color: #F0F0F0;
}
.dcwss.dc-feed.light {
	background: #E5E5E5;
    color: #444; width:300px;
}
.dcwss.dc-feed .stream li {
	padding: 0;
	position: relative;
    font-size: 12px;
	border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
    margin-bottom: 4px;
	line-height: 1.35em;
}
.dcwss.dc-feed.dark .stream li {
	color: #fff;
	background: #333 url(images/noize.png) repeat;
	border: 1px solid #292929;
}
.dcwss.dc-feed.light .stream li {
	color: #444;
	background: #fff;
    border: 1px solid #D3D3D3;
}
.dcwss.dc-feed.dark .stream li a {
	color: #9BDFE4;
}
.dcwss.dc-feed.light .stream li a {
	color: #2DB6E8;
}
.stream li a .stream-faceboook-content {
color: #2b2b2b;
height:500px;
}
.dcwss.dc-feed .dcwss-content {
	position: relative;
	overflow: hidden;
	padding: 0;
	margin: 0 0 5px 0;
	border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
}
.dcwss.dc-feed .dcwss-loading {
	background: url(images/loading_dark.gif) no-repeat 0 0;
	height: 24px;
	padding: 6px 0 0 30px;
	position: absolute;
	top: 10px;
	left: 10px;
}
.dcwss.dc-feed .stream li .inner {
	padding: 10px 10px 0 10px;
	margin: 0;
	position: relative;
	line-height: 1.4em;
}
.dcwss.dc-feed .stream li .icon {
	position: absolute;
	left: 5px;
	bottom: 7px;
	z-index: 2;
	width: 18px;
}
.dcwss.dc-feed .stream li .clear {
	clear: both;
}

/* Content blocks */
.dcwss.dc-feed .stream li .section-intro {
	clear: both;
	display: block;
	font-style: italic;
	padding: 7px 0 5px 30px;
	margin: 0;
	height: 20px;
	filter:alpha(opacity=100) !important;      
-ms-filter:"alpha(opacity=100)" !important;

}
.dcwss.dc-feed.dark .stream li .section-intro {
	background: url(images/bdr2.png) repeat-x 0 0;
	color: #fff;
	text-shadow: 0 0 1px #000;
}
.dcwss.dc-feed.light .stream li .section-intro {
	color: #444;
	background: none;
	border-top: 1px solid #ccc; 
	
}
.dcwss.dc-feed .stream li .section-intro a {
	text-decoration: none;
	margin-right: 3px; 
	}

.dcwss.dc-feed .stream li .section-title {
	display: block;
	font-weight: bold;
	margin-bottom: 3px;
	font-size: 12px;
	color: #f0f0f0;
}
.dcwss.dc-feed.light .stream li .section-title {
	color: #555;
}
.dcwss.dc-feed .stream li .section-title a {
	color: #FCFBEA;
}
.dcwss.dc-feed.light .stream li .section-title a {
	color: #555;
}
.dcwss.dc-feed .stream li .section-title a:hover {
	color: #9BDFE4;
}
.dcwss.dc-feed .stream li .section-thumb {
	float: left;
	margin: 0 7px 10px 0;
}
.dcwss.dc-feed .stream li .section-thumb img {

}
.dcwss.dc-feed .stream li .section-text {
	display: block;
}
.dcwss.dc-feed .stream li .section-text br {
	display: none;
}
.dcwss.dc-feed .stream li .section-user {
	clear: both;
	display: block;
	font-style: italic;
	margin: 0 8px 5px 0;
	display: block;
	float: left;
	padding: 5px 0 0 15px;
	line-height: 12px;
	background: url(images/profile.png) no-repeat 0 6px;
}
.dcwss.dc-feed .stream li.dcwss.dc-feed-error {
	color: #990000;
}

/* Toolbar */
.dcwss.dc-feed .dcsns-toolbar {
	padding: 5px 80px 5px 0;
	position: relative;
	border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
}

.dcwss.dc-feed .dcsns-toolbar ul li.active img {
opacity:1;
}

.dcwss.dc-feed .dcsns-toolbar ul li img {
position: relative;
}
/* Filter */
.dcwss.dc-feed .filter {
	padding: 0;
	margin: 0 0 5px 0;
}
.dcwss.dc-feed .filter li {
	display: inline;
	background: none;
	padding: 0;
	margin: 0 2px 0 0;
	height: 24px;
}
.dcwss.dc-feed .filter li a {
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	height: 24px;
	width: 24px;
}
.dcwss.dc-feed .filter li img {
	margin: 0;
	padding: 1px;
	height: 22px;
}
/* Controls */
.dcwss.dc-feed .controls {
	position: absolute;
	right: 0;
	top: 7px;
	height: 22px;
	padding: 0;
	z-index: 12;
}
.dcwss.dc-feed .controls li {
	display: inline;
	background: none;
	padding:0;
	margin: 0;
}
.dcwss.dc-feed .controls a {
	display: block;
	width: 22px;
	height: 22px;
	float: left;
	margin: 0 0 0 2px;
	background: url(images/controls1.png) no-repeat 0 0;
}
.dcwss.dc-feed.dark .controls a {
	background-image: url(images/controls1.png);
}
.dcwss.dc-feed .controls .prev {
	background-position: -44px 0;
}
.dcwss.dc-feed .controls .next {
	background-position: -66px 0;
}
.dcwss.dc-feed .controls .play {
	background-position: 0 0;
}
.dcwss.dc-feed .controls .pause {
	background-position: -22px 0;
}
.dcwss.dc-feed .controls .prev:hover {
	background-position: -44px -22px;
}
.dcwss.dc-feed .controls .next:hover {
	background-position: -66px -22px;
}
.dcwss.dc-feed .controls .play:hover {
	background-position: 0 -22px;
}
.dcwss.dc-feed .controls .pause:hover {
	background-position: -22px -22px;
}

/* feeds network specific styles */
/* Facebook */
.dcwss.dc-feed .stream li.dcwss.dc-feed-facebook .section-thumb img {
	width: 75px;
}
.dcwss.dc-feed .stream li.dcwss.dc-feed-facebook .section-text img {
	margin: 0 7px 0 0;
	float: left;
	width: 75px;
	border: 1px solid #ddd;
	padding: 1px;
	background: #fff;
}
/* google */
.dcwss.dc-feed .stream li.dcwss.dc-feed-google .section-title {
	margin-bottom: 5px;
}
.dcwss.dc-feed .stream li.dcwss.dc-feed-google .meta span.plusones {
	padding-left: 0;
}
/* vimeo */
.dcwss.dc-feed .dcwss.dc-feed .stream li.dcwss.dc-feed-vimeo .section-title {
	display: block;
	clear: both;
}
.dcwss.dc-feed .stream li.dcwss.dc-feed-vimeo .section-text {
	margin-bottom: 5px;
}
.dcwss.dc-feed .stream li.dcwss.dc-feed-vimeo .section-text .meta {
	padding-top: 5px;
}
.dcwss.dc-feed .stream li.dcwss.dc-feed-vimeo .logo {
	margin-bottom: 3px;
}
/** Flickr **/
.dcwss.dc-feed .stream li.dcwss.dc-feed-flickr .section-thumb {
	margin: 0;
}
.dcwss.dc-feed .stream li.dcwss.dc-feed-flickr .section-thumb img{
	height: 70px;
}
/* Pinterest */
.dcwss.dc-feed .stream li.dcwss.dc-feed-pinterest .section-thumb {
	display: block;
}
.dcwss.dc-feed .stream li.dcwss.dc-feed-pinterest .section-text {
	clear: both;
}
/* dribbble */
.dcwss.dc-feed .stream li.dcwss.dc-feed-dribbble .inner img {
	margin-bottom: 5px;
}
/* lastfm */
.dcwss.dc-feed .stream li.dcwss.dc-feed-lastfm .section-title {
	background: url(/images/tracks.png) no-repeat 0 0;
	padding-left: 17px;
	margin-bottom: 0;
}
/* deviantart */
.dcwss.dc-feed .stream li.dcwss.dc-feed-deviantart .section-thumb {
	display: block;
	float: none;
}



/* wall */
/* Feeds */
.dcwss.dc-wall {
    color: #444;
    list-style: none outside none;
    margin: 0;
}
.dcwss.dc-wall .dcwss-content {
	position: relative;
	padding: 0;
}
.dcsns-loading {
	background: url(images/loading_light.gif) no-repeat 0 0;
	height: 24px;
	padding: 6px 0 0 30px;
	position: absolute;
	top: 10px;
	left: 10px;
}
.dcsns-toolbar .dcsns-loading {
	right: 10px;
	left: auto;
}
.dcwss.dc-wall .stream li a {
	color: #2DB6E8;
}
.dcwss.dc-wall .stream li {
	background-color: #FFFFFF;
    box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
    font-size: 11px;
    padding: 15px 0 0 0;
	position: relative;
	font-family: Arial, sans-serif;
	line-height: 1.35em;
	margin: 0 1% 2% 1%;
}
.dcwss.dc-wall.col-1 .stream li {
	width: 100%;
	margin: 0 0 2% 0;
}
.dcwss.dc-wall.col-2 .stream li {
	width: 48%;
}
.dcwss.dc-wall.col-3 .stream li {
	width: 31%;
}
.dcwss.dc-wall.col-4 .stream li {
	width: 23%;
}
.dcwss.dc-wall.col-5 .stream li {
	width: 18%;
}
.dcwss.dc-wall .stream li .inner {
	overflow: hidden;
	margin: 0 15px 15px;
}
.dcwss.dc-wall .stream li .icon {
	position: absolute;
	left: 3px;
	bottom: 0;
	z-index: 3;
}
.dcwss.dc-wall .stream li .section-intro {
    padding: 7px 15px 7px 30px;
	display: block;
	color: #fff;
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	z-index: 2;
	position: relative;
}

.dcwss.dc-wall .stream li .clear {
	clear: both;
}

/* Content blocks */

.dcwss.dc-wall .stream li .section-intro a {
	text-decoration: underline;
	color: #fff;
}
.dcwss.dc-wall .stream li .section-title {
	display: block;
	font-weight: bold;
	margin-bottom: 3px;
}
.dcwss.dc-wall .stream li .section-title a {
	color: #555;
}
.dcwss.dc-wall .stream li .section-title a:hover {
	color: #2DB6E8;
}
.dcwss.dc-wall .stream li .section-thumb {
	float: left;
	margin: 0 7px 0 0;
}
.dcwss.dc-wall .stream li .section-thumb img {
	border: 1px solid #ccc;
	padding: 1px;
	background: #fff;
}
.dcwss.dc-wall .stream li .section-text {
	display: block;
}
.dcwss.dc-wall .stream li .section-text br {
	display: none;
}
.dcwss.dc-wall .stream li .section-user {
	clear: both;
	display: block;
	font-style: italic;
	margin: 0 8px 5px 0;
	display: block;
	float: left;
	padding: 5px 0 0 15px;
	line-height: 12px;
	background: url(images/profile.png) no-repeat 0 6px;
}
.dcwss.dc-wall .stream li.dcsns-error {
	color: #990000;
}

/* Toolbar */
.wall-outer .dcsns-toolbar {
	padding: 0;
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-bottom: 1.5em;
}
/* Filter */
.wall-outer .dcsns-toolbar .filter {
	padding: 0;
	margin: 0 0 15px 0;
}
.wall-outer .dcsns-toolbar .filter li {
	display: inline;
	background: none;
	padding: 0;
	margin: 0;
	height: 24px;
}
.wall-outer .dcsns-toolbar .filter .link-all {
	color: #fff;
	height: 21px;
	padding: 7px 7px 4px 7px;
	text-shadow: 0 0 1px #555;
	font-weight: bold;
}
.wall-outer .dcsns-toolbar .filter li a {
	padding: 3px 3px 0 3px;
	margin: 0 1px 0 0;
	display: block;
	float: left;
	background: #777;
}
.wall-outer .dcsns-toolbar .filter li img {
	margin: 0;
	height: 24px;
}
/* Controls */
.dcwss.dc-wall .controls {
	display: none;
}
/* Facebook */
.dcwss.dc-wall .stream li.dcsns-facebook .section-thumb img {
	width: 75px;
}
.dcwss.dc-wall .stream li.dcsns-facebook .section-text img {
	margin: 0 7px 0 0;
	float: left;
	width: 75px;
	border: 1px solid #ddd;
	padding: 1px;
	background: #fff;
}
/* google */
.dcwss.dc-wall .stream li.dcsns-google .section-title {
	margin-bottom: 5px;
}
.dcwss.dc-wall .stream li.dcsns-google .meta span.plusones {
	padding-left: 0;
}
/* stumbleupon */
.dcwss.dc-wall .stream li.dcsns-stumbleupon .section-title {
	display: block;
	clear: both;
}
/* vimeo */
.dcwss.dc-wall .stream li.dcsns-vimeo .section-thumb img {
	max-width: 190px;
}
.dcsns .dcwss.dc-wall .stream li.dcsns-vimeo .section-title {
	display: block;
	clear: both;
}
.dcwss.dc-wall .stream li.dcsns-vimeo .section-text {
	margin-bottom: 5px;
}
.dcwss.dc-wall .stream li.dcsns-vimeo .section-text .meta {
	padding-top: 5px;
}
.dcwss.dc-wall .stream li.dcsns-vimeo .logo {
	margin-bottom: 3px;
}
/** Flickr **/
.dcwss.dc-wall .stream li.dcsns-flickr .section-thumb {
	margin: 0;
}
.dcwss.dc-wall .stream li.dcsns-flickr .section-thumb img{
	height: 70px;
}
/* Pinterest */
.dcwss.dc-wall .stream li.dcsns-pinterest .section-thumb {
	display: block;
}
.dcwss.dc-wall .stream li.dcsns-pinterest .section-text {
	clear: both;
}
/* dribbble */
.dcwss.dc-wall .stream li.dcsns-dribbble .inner img {
	margin-bottom: 5px;
}
/* lastfm */
.dcwss.dc-wall .stream li.dcsns-lastfm .section-title {
	background: url(images/tracks.png) no-repeat 0 0;
	padding-left: 17px;
	margin-bottom: 0;
}
/* deviantart */
.dcwss.dc-wall .stream li.dcsns-deviantart .section-thumb {
	display: block;
	float: none;
}
.dcwss.dc-wall .stream li.dcsns-deviantart .section-thumb img {
	width: 190px;
}

/*isotope */
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}
/* Common */
.dcwss .stream p {
	margin: 0;
	padding: 0;
}
.dcwss .stream li .meta {
	display: block;
	font-size: 90%;
	color: #999;
}
.dcwss .stream li .meta span {
	margin: 0 8px 5px 0;
	display: block;
	float: left;
	padding: 0 0 0 15px;
	line-height: 12px;
}
.dcwss .meta span.shares {
	background: url(images/shares.png) no-repeat 0 0;
	padding-left: 20px;
}
.dcwss .meta span.views {
	background: url(images/views.png) no-repeat 0 0;
	padding-left: 18px;
}
.dcwss .meta span.likes {
	background: url(images/likes.png) no-repeat 0 0;
	padding-left: 16px;
}
.dcwss .meta span.comments {
	background: url(images/comments.png) no-repeat 0 0;
}
.dcwss .meta span.users {
	background: url(images/users.png) no-repeat 0 0;
}
.dcwss .meta span.videos {
	background: url(images/videos.png) no-repeat 0 0;
	padding-left: 16px;
}
/* social */
#social{
	position: relative;
	z-index: 10;
	background: url(./images/bgSocial.jpg) repeat-y;
}
#social ul{
	padding-bottom: 20px;
	/*background: url(./images/bgSocial2.png) repeat-x left bottom;*/
}
* html #social ul{
	background:none;
}
.shadowTop{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 20;
	width: 1000px;
	height: 12px;
	background: url(./images/bgSocial3.png) repeat-x;
}
* html .shadowTop{
	display:none;
}
#social li{
	float: left;
	position: relative;
	padding-left: 85px;
	padding-right: 30px;
}
#social li a.btSocial span {
display:block;
width:70px;
height:70px;
text-indent:-8000px;
}
#social li.first{
	width: 212px;
        background: url(./images/btTwitter.png) left top no-repeat;
}
#social li.middle{
	width: 235px;
        background: url(./images/btFacebook.png) left top no-repeat;
}
#social li.last{
	padding-right: 0;
	width: 228px;
        background: url(./images/btFlickr.png) left top no-repeat;
}
#social li a.btSocial{
	position: absolute;
	left: 0;
	top: 0;
}
#social .socialCon{
	padding-top: 25px;
	line-height: 25px;
	color: #FFF;
	font-size: 12px;
}
#social .socialCon a{
	color: #fff;
}
.socialCon h3{
	font-size: 13px;
	font-weight: normal;
	color: #c2cc35;
}
a.btClose{
	position: absolute;
	bottom: 0;
	left: 413px;
	z-index: 12;
	display: block;
	width: 175px;
	height: 50px;
	cursor: pointer;
}