/* SHORTCODES */
/* Columns */

/* KARMA COLUMNS */

.topcolumn {clear: both; }


/* Boxes */

.box_download, .box_alert, .box_check, .box_note { margin:15px 0; padding: 20px; }

.box_check { background: #e1ebbb; color: #063e0d; text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.3);  border: 1px solid #b2bd89;}

.box_download {  background: #cedcea; color: #0a2a4a; text-shadow: 1px 1px 1px #bbe3f2; border: 1px solid #BDC4CA;}

.box_alert {background: #efd2cd; color: #51160b; text-shadow:0px 1px 0px rgba(255, 255, 255, 0.3); border: 1px solid #c3b1b0;}

.box_note { background: #f2ebaa; color: #2f2b02; text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.3); border: 1px solid #d3cfaf;}

.box_note a, .box_note200 a, .box_note50 a, .box_note75 a { color: #765913; text-decoration: underline; text-shadow: none; }
.box_download a, .box_download200 a, .box_download50 a, .box_download75 a { color: #053D51; text-decoration: underline; text-shadow: none;}
.box_alert a, .box_alert200 a, .box_alert50 a, .box_alert75 a { color: #530909; text-decoration: underline; text-shadow: none;}
.box_check a, .box_check200 a, .box_check50 a, .box_check75 a { color: #074d0f; text-decoration: underline; text-shadow: none;}

/* Lists */

 .list_check ul { list-style-type: circle; list-style-image: url(../images/shortcodes/check.png) !important; color: #555; text-align:left; margin-bottom:20px;}
	 .list_check ul {  margin-right: 20px;}
		  .list_check ul li { padding-bottom:10px;}
		
 .list_alert ul { list-style-type: circle; list-style-image: url(../images/shortcodes/alert.png) !important; color: #555; text-align:left; margin-bottom:20px;}
	 .list_alert ul  {  margin-right: 20px;}
		 .list_alert ul li { padding-bottom:10px;}
		
 .list_note ul { list-style-type: circle; list-style-image: url(../images/shortcodes/note.png) !important; color: #555; text-align:left; margin-bottom:20px;}
	 .list_note ul {  margin-right: 20px;}
		 .list_note ul li{ padding-bottom:10px;}
		
/* TYPO */

.fn_heading{ color:#444; padding:5px 5px 5px 0; text-align:left;text-shadow: 1px 1px 1px #fff;	line-height: .9em;  font-family: 'DroidSansBold',  Arial, sans-serif; font-size: 18px; margin:20px 0 20px 0;
		font-weight: normal; }
.fn_font{ font-family: 'HoneyScriptLight',  Arial, sans-serif;	text-shadow: 1px 1px 1px #fff; font-size: 25px;}


/* POST IT */

.postitdontforget {background:url("../images/shortcodes/postitdontforget.png") repeat-x scroll 0 0 transparent; color:#493E01; height:90px; margin:10px 0; padding:65px 30px 31px 46px; text-align:left; text-shadow:1px 1px 1px rgba(255,255,255,0.2); width:127px;}
.postitempty {
	background: url("../images/shortcodes/postitempty.png") repeat-x scroll 0 0 transparent;
	color: #2F2C0D;
	font-size: 13px;
	margin: 10px 0;
	padding: 57px 51px 0px 25px;
	text-align: left;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
	width: 171px;
	height: 182px;
	}
	
.postittitle { font-family: 'La Belle Aurore','DroidSansRegular',Arial; font-size: 25px; display: block; margin-bottom: 10px;}


/* SMALL BUTTONS */
.btn-small {
	color: #ffffff !important;
	font: bold 12px/18px Arial, Helvetica, sans-serif;
	display: inline-block;
	height: 17px;
	margin: 0 1em 1em 15px;
	padding: 4px 20px 6px 5px;
	position: relative;
	text-decoration: none !important;
}

	.btn-small span {
		
		height: 27px;
		left: -15px;
		position: absolute;
		top: 0;
		width: 15px;
		
	}
	
.btn-small:hover { text-decoration: none; }

.pullquote-right, .pullquote-left {
	color:#444444;
	float:right;
	font-size:14px;
	letter-spacing:0;
	line-height:25px;
	margin-bottom:20px;
	margin-left:20px;
	margin-top:20px;
	padding:0 0 0 20px;
	width:33%;
	border-left: 3px solid #CCC;
}

.pullquote-left  {
	border-right: 3px solid #CCC;
	border-left: none;
	float:left;
	margin-left:0;
	margin-right:20px;
}


/* BUTTON COLORS */

.round-blue { background: url("../images/shortcodes/round-buttons-right.png") no-repeat right 0; text-shadow: 0 1px 1px #0c5b76; }
.round-blue:hover { background: url("../images/shortcodes/round-buttons-right.png") no-repeat right -27px; }
.round-blue span { background: url("../images/shortcodes/round-buttons-left.png") no-repeat left 0; }
.round-blue:hover span { background: url("../images/shortcodes/round-buttons-left.png") no-repeat left -27px; }

.round-orange { background: url("../images/shortcodes/round-buttons-right.png") no-repeat right -54px; text-shadow: 0 1px 1px #9b5510; }
.round-orange:hover { background: url("../images/shortcodes/round-buttons-right.png") no-repeat right -81px; }
.round-orange span { background: url("../images/shortcodes/round-buttons-left.png") no-repeat left -54px; }
.round-orange:hover span { background: url("../images/shortcodes/round-buttons-left.png") no-repeat left -81px; }

.round-green { background: url("../images/shortcodes/round-buttons-right.png") no-repeat right -108px; text-shadow: 0 1px 1px #4b760c; }
.round-green:hover { background: url("../images/shortcodes/round-buttons-right.png") no-repeat right -135px; }
.round-green span { background: url("../images/shortcodes/round-buttons-left.png") no-repeat left -108px; }
.round-green:hover span { background: url("../images/shortcodes/round-buttons-left.png") no-repeat left -135px; }

.round-purple { background: url("../images/shortcodes/round-buttons-right.png") no-repeat right -162px; text-shadow: 0 1px 1px #5b1485; }
.round-purple:hover { background: url("../images/shortcodes/round-buttons-right.png") no-repeat right -189px; }
.round-purple span { background: url("../images/shortcodes/round-buttons-left.png") no-repeat left -162px; }
.round-purple:hover span { background: url("../images/shortcodes/round-buttons-left.png") no-repeat left -189px; }

.round-pink { background: url("../images/shortcodes/round-buttons-right.png") no-repeat right -216px; text-shadow: 0 1px 1px #7f0e4d; }
.round-pink:hover { background: url("../images/shortcodes/round-buttons-right.png") no-repeat right -243px; }
.round-pink span { background: url("../images/shortcodes/round-buttons-left.png") no-repeat left -216px; }
.round-pink:hover span { background: url("../images/shortcodes/round-buttons-left.png") no-repeat left -243px; }

.round-red { background: url("../images/shortcodes/round-buttons-right.png") no-repeat right -270px; text-shadow: 0 1px 1px #911a1a; }
.round-red:hover { background: url("../images/shortcodes/round-buttons-right.png") no-repeat right -297px; }
.round-red span { background: url("../images/shortcodes/round-buttons-left.png") no-repeat left -270px; }
.round-red:hover span { background: url("../images/shortcodes/round-buttons-left.png") no-repeat left -297px; }

.round-black { background: url("../images/shortcodes/round-buttons-right.png") no-repeat right -324px; text-shadow: 0 1px 1px #000000; }
.round-black:hover { background: url("../images/shortcodes/round-buttons-right.png") no-repeat right -351px; }
.round-black span { background: url("../images/shortcodes/round-buttons-left.png") no-repeat left -324px; }
.round-black:hover span { background: url("../images/shortcodes/round-buttons-left.png") no-repeat left -351px; }

.round-yellow { background: url("../images/shortcodes/round-buttons-right.png") no-repeat right -378px; text-shadow: 0 1px 1px #ffffff; color: #292929 !important; }
.round-yellow:hover { background: url("../images/shortcodes/round-buttons-right.png") no-repeat right -405px; }
.round-yellow span { background: url("../images/shortcodes/round-buttons-left.png") no-repeat left -378px; }
.round-yellow:hover span { background: url("../images/shortcodes/round-buttons-left.png") no-repeat left -405px; }


/* BIG BUTTONS */
.btn_big {
	color: #ffffff !important;
	font: bold 16px/22px Arial, Helvetica, sans-serif;
	display: inline-block;
	height: 37px;
	margin: 0 1em 1em 16px;
	padding: 10px 20px 11px 5px;
	position: relative;
	text-decoration: none !important;
}

.btn_big:hover { text-decoration: none; }

.btn_big em {
	font: italic 11px/14px Arial, Helvetica, sans-serif;
	display: block;
}

.btn_big span {
	height: 58px;
	left: -16px;
	position: absolute;
	top: 0;
	width: 16px;
}
	
.big-blue em { color: #cfe2e7; }
.big-blue { background:url("../images/shortcodes/big-right.png") no-repeat right 0; text-shadow: 0 1px 1px #0c5b76; }
.big-blue:hover { background:url("../images/shortcodes/big-right.png") no-repeat right -58px; }
.big-blue span { background: url("../images/shortcodes/big-left.png") no-repeat left 0; }
.big-blue:hover span { background: url("../images/shortcodes/big-left.png") no-repeat left -58px; }
	
.big-orange em { color: #e2d6c2; }
.big-orange { background:url("../images/shortcodes/big-right.png") no-repeat right -116px; text-shadow: 0 1px 1px #9b5510; }
.big-orange:hover { background:url("../images/shortcodes/big-right.png") no-repeat right -174px; }
.big-orange span { background: url("../images/shortcodes/big-left.png") no-repeat left -116px; }
.big-orange:hover span { background: url("../images/shortcodes/big-left.png") no-repeat left -174px; }
	
.big-green em { color: #d8dfbe; }
.big-green { background:url("../images/shortcodes/big-right.png") no-repeat right -232px; text-shadow: 0 1px 1px #4b760c; }
.big-green:hover { background:url("../images/shortcodes/big-right.png") no-repeat right -290px; }
.big-green span { background: url("../images/shortcodes/big-left.png") no-repeat left -232px; }
.big-green:hover span { background: url("../images/shortcodes/big-left.png") no-repeat left -290px; }
	
.big-purple em { color: #d3bddc; }
.big-purple { background:url("../images/shortcodes/big-right.png") no-repeat right -348px; text-shadow: 0 1px 1px #5b1485; }
.big-purple:hover { background:url("../images/shortcodes/big-right.png") no-repeat right -406px; }
.big-purple span { background: url("../images/shortcodes/big-left.png") no-repeat left -348px; }
.big-purple:hover span { background: url("../images/shortcodes/big-left.png") no-repeat left -406px; }
	
.big-pink em { color: #dcb9ce; }
.big-pink { background:url("../images/shortcodes/big-right.png") no-repeat right -464px; text-shadow: 0 1px 1px #7f0e4d; }
.big-pink:hover { background:url("../images/shortcodes/big-right.png") no-repeat right -522px; }
.big-pink span { background: url("../images/shortcodes/big-left.png") no-repeat left -464px; }
.big-pink:hover span { background: url("../images/shortcodes/big-left.png") no-repeat left -522px; }
	
.big-red em { color: #ddb9b9; }
.big-red { background:url("../images/shortcodes/big-right.png") no-repeat right -580px; text-shadow: 0 1px 1px #911a1a; }
.big-red:hover { background:url("../images/shortcodes/big-right.png") no-repeat right -638px; }
.big-red span { background: url("../images/shortcodes/big-left.png") no-repeat left -580px; }
.big-red:hover span { background: url("../images/shortcodes/big-left.png") no-repeat left -638px; }
	
.big-black em { color: #dddddd; }
.big-black { background:url("../images/shortcodes/big-right.png") no-repeat right -696px; text-shadow: 0 1px 1px #000000; }
.big-black:hover { background:url("../images/shortcodes/big-right.png") no-repeat right -754px; }
.big-black span { background: url("../images/shortcodes/big-left.png") no-repeat left -696px; }
.big-black:hover span { background: url("../images/shortcodes/big-left.png") no-repeat left -754px; }
	
.big-yellow em { color: #3b3b3b; }
.big-yellow { background:url("../images/shortcodes/big-right.png") no-repeat right -812px; text-shadow: 0 1px 1px #ffffff; color: #292929 !important; }
.big-yellow:hover { background:url("../images/shortcodes/big-right.png") no-repeat right -870px; }
.big-yellow span { background: url("../images/shortcodes/big-left.png") no-repeat left -812px; }
.big-yellow:hover span { background: url("../images/shortcodes/big-left.png") no-repeat left -870px; }

/* ICON BUTTONS */

.btn-icon {
	background: url("../images/shortcodes/buttons-right.png") no-repeat right 0;
	text-shadow: 0 1px 1px #ffffff !important;
	color: #464646 !important;
	font: normal 12px/18px Arial, Helvetica, sans-serif;
	display: inline-block;
	height: 17px;
	margin: 0 1em 1em 13px;
	padding: 8px 20px 9px 0;
	position: relative;
	text-decoration: none !important;
}

.btn-icon span {
	background: url("../images/shortcodes/buttons-left.png") no-repeat left 0;
	height: 34px;
	left: -16px;
	position: absolute;
	top: 0;
	width: 16px;
}
	
.btn-icon em { width: 16px; height: 16px; float: left; margin-right: 5px; }
.btn-icon:hover { background: url("../images/shortcodes/buttons-right.png") no-repeat right -35px; }
.btn-icon:hover span { background: url("../images/shortcodes/buttons-left.png") no-repeat left -35px; }
	
.btn-icon:hover { text-decoration: none; }

.icon-accept em { background: url("../images/shortcodes/icons/accept.png") no-repeat top left; }
.icon-cancel em { background: url("../images/shortcodes/icons/cancel.png") no-repeat top left; }
.icon-coins em { background: url("../images/shortcodes/icons/coins.png") no-repeat top left; }
.icon-delete em { background: url("../images/shortcodes/icons/delete.png") no-repeat top left; }
.icon-heart em { background: url("../images/shortcodes/icons/heart.png") no-repeat top left; }
.icon-information em { background: url("../images/shortcodes/icons/information.png") no-repeat top left; }
.icon-cart em { background: url("../images/shortcodes/icons/cart.png") no-repeat top left; }
.icon-rss em { background: url("../images/shortcodes/icons/feed.png") no-repeat top left; }
.icon-facebook em { background: url("../images/shortcodes/icons/facebook.png") no-repeat top left; }
.icon-twitter em { background: url("../images/shortcodes/icons/twitter.png") no-repeat top left; }
.icon-myspace em { background: url("../images/shortcodes/icons/myspace.png") no-repeat top left; }
.icon-flickr em { background: url("../images/shortcodes/icons/flickr.png") no-repeat top left; }
.icon-linkedin em { background: url("../images/shortcodes/icons/linkedin.png") no-repeat top left; }
.icon-lastfm em { background: url("../images/shortcodes/icons/lastfm.png") no-repeat top left; }

.icon-empty em { background: none; }

.btn-icon.icon-empty {
	background: url("../images/shortcodes/buttons-right.png") no-repeat right 0;
	text-shadow: 0 1px 1px #ffffff !important;
	color: #464646 !important;
	font: normal 12px/18px Arial, Helvetica, sans-serif;
	display: inline-block;
	height: 17px;
	margin: 0 1em 1em 13px;
	padding: 7px 11px 9px 0;
	position: relative;
	text-decoration: none !important;
    text-align:left;
}

.btn-icon.icon-empty span {
	background: url("../images/shortcodes/buttons-left.png") no-repeat left 0;
	height: 34px;
	left: -16px;
	position: absolute;
	top: 0;
	width: 16px;
}

.btn-icon.icon-empty em { width: 0px; height: 0px; float: left; margin-right: 5px; }
.btn-icon.icon-empty:hover { background: url("../images/shortcodes/buttons-right.png") no-repeat right -35px; }
.btn-icon.icon-empty:hover span { background: url("../images/shortcodes/buttons-left.png") no-repeat left -35px; }
	
.btn-icon.icon-empty:hover { text-decoration: none; }


.break {clear:both; margin-bottom: 30px;}

.line { height: 7px; background: url(../images/shortcodes/img_hr.png)left center repeat-x; padding-top: 30px; padding-bottom: 30px; width: 100%; clear: both;}


/* Content Tabs -------------- */

.kttabs {
    float: none;
    margin: 0 0 20px 0;
}

.kttabs ul { margin: 0 }

.kttabs li { list-style: none }

.kttabwrap {
    background: #fefefe;
    border: 1px solid #d2d2d2;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: none;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.kttabs ul.nav {
    background: #efefef;
    width: 100%;
    height: 37px;
    border-bottom: 1px solid #d9d9d9;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

.kttabs ul.nav li a {
    display: block;
    padding: 11px 15px 8px 15px;
    text-align: center;
    border: none;
    color: #555555;
    font-weight: bold;
	text-decoration: none!important;
      height: 18px;
}

.kttabs ul.nav li a:hover { background: url(../images/shortcodes/tab_border.gif) repeat-y right #f4f4f4; }

.kttabs ul.nav li.ui-tabs-selected a:hover { padding-bottom: 9px }

.kttabs ul.nav li {
    float: left;
    position: relative;
    padding: 0 0 0 0;
    background: url(../images/shortcodes/tab_border.gif) repeat-y right;
     height: 38px;
}

.kttabs .tabcontent { padding: 13px 15px 12px 15px }

.kttabs .tab p:last-child { margin: 0 }

.kttabs ul.nav li.ui-tabs-selected a {
    background: url(../images/shortcodes/tab_border.gif) repeat-y right #fff;
    border: none;
    padding-bottom: 9px;
	text-decoration: none!important;
    
}


.kttabs ul.nav li.first a {
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
}

.kttabs .kttab {
    float: none;
    padding: 0;
    margin: 0;
}

.ui-tabs .ui-tabs-hide { display: none }

/* Callout Box  ------------------------------*/

.messagebox {
    margin: 0 0 20px 0;
    clear: both;
}

.messagebox p:last-child { margin: 0 }

.inner {
    background: #fdfdfd;
    color: #444444;
    padding: 10px 15px 10px 15px;
    border: 1px solid #d3d3d3;
    border-top: none;
    overflow: hidden;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.messagebox h4 {
	background: none repeat scroll 0 0 #f0f0f0;
	margin: 0;
	font-weight: bold;
    padding: 13px 15px 12px 15px;
    border: 1px solid #d3d3d3;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
	font-size: 13px;   border: 1px solid #ddd;
}



/* Toggle content  ------------------------------*/
 
.messagebox.toggle h4 { cursor: pointer }

#content .messagebox.toggle h4:hover { border: 1px solid #bebebe }

.messagebox.toggle h4 span {
    background: url(../images/shortcodes/plus.png);
    display: block;
    float: left;
    width: 12px;
    height: 12px;
    margin: 0px 10px 0 0;
}

.messagebox.toggle h4:hover { background: #f4f4f4; }


.ktrelatedposts { list-style-type: none; margin-top: 30px; background: rgba(0,0,0,0.05); padding: 10px; border-top: 1px solid rgba(0,0,0,0.1); border-bottom: 1px solid rgba(0,0,0,0.1);}
.ktrelatedposts h4 {margin-bottom: 15px;}

/* highlights */
.highlight { padding: 0px 4px; }

.highlight-red { background: #F51F29; color: white; }
.highlight-yellow { background: #FDF957; color: black; }
.highlight-green { background: #99E32A; color: black; }
.highlight-blue { background: #38B4FC; color: white; }
.highlight-pink { background: #DA0764; color: white; }
.highlight-purple { background: #891FCC; color: white; }
.highlight-black { background: #111; color: white; }
.highlight-orange { background: #FBAB27; color: black; }
.highlight-white { background: #fff; color: black; }

/* icon columns */

.iconcolumn h2 {margin-bottom: 3px;}
.iconcolumn h5 { color: #666; font-weight: normal; }

.icon40 {
	width: 30px;
	float: left;
	margin-right: 12px;
}

.icon40 img {
	-moz-box-shadow: none!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important; }


/* drop caps */

.dropcap1{
	float: left;
	font: 42px/30px 'News Cycle', sans-serif;
	margin-right: 6px;
	position: relative;
	top: 7px;
}

.dropcap2{
	float: left;
	font: 26px/30px 'News Cycle', sans-serif;
	padding: 5px 10px;
	margin-right: 10px;
	background: url(images/drop_cap.png) center no-repeat;
	color: #ffffff;
}

.dropcap3{
	float: left;
	font: 26px/26px 'News Cycle', sans-serif;
	padding: 5px 10px;
	margin-right: 10px;
	background: #848484;
	color: #ffffff;
}
#detail_tabs{height:37px !important;}

