
 /*Layout specific CSS*/
 
 /*Navigation*/
 /*--------------- NAVIGATION(for full width layout) -----------------------------------*/
#nav1-container,
#nav2-container{background:#FFF;}
#nav1-container {border-bottom:solid 5px #dbdbdb;}
#nav2-container {border:solid #dbdbdb;border-width:5px 0 1px;border-bottom-color:#f6f6f6}
ul.navigation{float:left;}
.navigation, .navigation ul {margin:0; padding:0; list-style-type:none;
position:relative;}
.navigation ul{margin-left:-9px;line-height:1em}
.navigation li ul {z-index:920;}
.navigation a {display:block; padding:4px 12px;border-right:1px solid #DBDBDB; text-decoration:none; color:#000}
.navigation a:hover,.navigation li.current-menu-item a{color:#000}
.navigation li:hover,.navigation li.current-menu-item a{background:#dbdbdb }
.navigation li:hover a{color:#FFF}
.navigation li {float:left; position:relative;}
.navigation ul {position:absolute; display:none; width:144px; top:24px; left:8px;background:#069; padding-bottom:5px}

.navigation ul li a{border-width:0 0 1px;color:#FFF;padding:10px 12px}
.navigation ul li a:hover{background:#005884}
.navigation ul a {border-left:1px solid #dbdbdb;}
.navigation li ul { width:192px; border:solid 1px #DBDBDB; border-width:0 1px 1px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;}
.navigation li ul a {width:168px; height:auto; float:left; }
.navigation ul ul {top:auto;}
.navigation li ul ul {left:180px; margin:0px 0 0 12px;}
.navigation li:hover ul ul, .navigation li:hover ul ul ul, .navigation li:hover ul ul ul ul {display:none;}
.navigation li:hover ul, .navigation li li:hover ul, .navigation li li li:hover ul, .navigation li li li li:hover ul {display:block;}
#rss-links{float:right;margin:.3em 10px 0 0;font-size:.8em;}
ul#rss-links li{display:inline; text-decoration:none; padding:0.25em .3em;}
ul#rss-links li a{text-decoration:none;}

 /*Loading the sprite image*/

		#socialmedia li,
		p.swift-sc-box,
		a.swift-sc-button span,
		.swift-sc-quote p,
		.swift-sc-ilink a,
		.entry .shortcode-unorderedlist ul li,
		.shortcode-unorderedlist ul li {background:url("http://eputra.com/wp-content/themes/SwiftPremium/images/SWIFT-sprites.png") no-repeat top left;}/*Slider styles*/
/*NEWS paper layout CSS*/
/*SHORTCODES CSS*/
/*1. Info Boxes */
p.swift-sc-box {margin:1em 0 1.5em ; padding:9px 10px 9px 50px;border-width:1px 0; border-style:solid;color:#555;text-shadow:none;}
.swift-sc-box.none {border-width:0;}
.swift-sc-box.full {border-width:1px;}
.swift-sc-box.medium {padding:18px 20px 18px 50px; font-size:1.1em;}
.swift-sc-box.large {padding:25px 27px 25px 50px; font-size:1.2em; }
.swift-sc-box.rounded { -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; }
.swift-sc-box.alert { border-color:#f0baa2; background-color:#ffd9c8 ; background-position: -140px -548px}
.swift-sc-box.download { border-color:#d4ebaf; background-color:#edfcd5 ; background-position: -140px -428px; }
.swift-sc-box.tick { border-color:#d4ebaf; background-color:#edfcd5 ; background-position: -140px -668px; }
.swift-sc-box.info { border-color:#ccc; background-color:#eee ; background-position: -140px -308px;}
.swift-sc-box.note { border-color:#efe3ae; background-color:#fef6d2 ; background-position: -140px -188px; }
.swift-sc-box.normal { border-color:#ccc; background-color:#eee; background-image:none; padding:9px 15px;}



.swift-sc-box.alert.medium { border-color:#f0baa2; background-color:#ffd9c8 ; background-position: -140px -538px}
.swift-sc-box.download.medium { border-color:#d4ebaf; background-color:#edfcd5 ; background-position: -140px -418px; }
.swift-sc-box.tick.medium { border-color:#d4ebaf; background-color:#edfcd5 ; background-position: -140px -658px; }
.swift-sc-box.info.medium{ border-color:#ccc; background-color:#eee ; background-position: -140px -298px;}
.swift-sc-box.note.medium { border-color:#efe3ae; background-color:#fef6d2 ; background-position: -140px -178px; }



.swift-sc-box.alert.large { border-color:#f0baa2; background-color:#ffd9c8 ; background-position: -140px -532px}
.swift-sc-box.download.large { border-color:#d4ebaf; background-color:#edfcd5 ; background-position: -140px -412px; }
.swift-sc-box.tick.large { border-color:#d4ebaf; background-color:#edfcd5 ; background-position: -140px -652px; }
.swift-sc-box.info.large { border-color:#ccc; background-color:#eee ; background-position: -140px -292px;}
.swift-sc-box.note.large { border-color:#efe3ae; background-color:#fef6d2 ; background-position: -140px -172px; }

/* 2. Buttons */
a.swift-sc-button{
	font-family: sans-serif;
	display: inline-block;
	line-height: 1em;
	padding: 6px 13px;
	margin:0 .6em 1.5em 0;
	border: 1px solid #4081af;
	border-bottom-color: #20559a;
	color: white !important;
	text-align: center;
	text-shadow: 0 -1px 0 hsla(0,0%,0%,.3);
	text-decoration: none !important;
	
	/*Border radius*/
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	
	/*Background*/
	background-color: #237fd7; /*Fallback*/
	background: -webkit-gradient(
					linear,
					left top,
					left bottom,
					color-stop(.2, #52a8e8),
					color-stop(1, #2e76cf)
				);
	background: -moz-linear-gradient(
					center top,
					#52a8e8 20%,
					#2e76cf 100%
				);
	
	/*Box shadow*/
	-webkit-box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3) /*Top*/, 
						inset 0 0 2px hsla(0,100%,100%,.3) /*Shine*/, 
						0 1px 2px hsla(0, 0%, 0%, .29) /*Shadow*/;
	-moz-box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3) /*Top*/, 
					inset 0 0 2px hsla(0,100%,100%,.3) /*Shine*/, 
					0 1px 2px hsla(0, 0%, 0%, .29) /*Shadow*/;
	box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3) /*Top*/, 
				inset 0 0 2px hsla(0,100%,100%,.3) /*Shine*/, 
				0 1px 2px hsla(0, 0%, 0%, .29) /*Shadow*/;
}

a.swift-sc-button.small { padding:2px 10px; font-size:0.9em;}
a.swift-sc-button.large { padding:7px 16px; font-size:1.4em;}
a.swift-sc-button.xl { padding:9px 20px; font-size:1.8em;}

a.swift-sc-button:hover, 
a.swift-sc-button.hover, 
a.swift-sc-button.active,
input.subscribe-button:hover {
	text-decoration: none !important;
	/*Background*/
	background: #0073d2; /*Fallback*/
	background: -webkit-gradient(
					linear,
					left top,
					left bottom,
					color-stop(.2, #3e9ee5),
					color-stop(1, #1666ca)
				);
	background: -moz-linear-gradient(
					center top,
					#3e9ee5 20%,
					#1666ca 100%
				);
	cursor:pointer;
}

a.swift-sc-button:active,
a.swift-sc-button.active  {
	border-color: #20559a;
	
	/*Box shadow*/
	-webkit-box-shadow: inset 0 0 7px hsla(0,0%,0%,.3) /*Shine*/,
						0 1px 0 hsla(0, 100%, 100%, 1) /*Shadow*/;
	-moz-box-shadow: inset 0 0 7px hsla(0,0%,0%,.3) /*Shine*/,
					0 1px 0 hsla(0, 100%, 100%, 1) /*Shadow*/;
	box-shadow: inset 0 0 7px hsla(0,0%,0%,.3) /*Shine*/,
				0 1px 0 hsla(0, 100%, 100%, 1) /*Shadow*/;
}

a.swift-sc-button.dark span { color:#555; text-shadow:0 1px #fff;}
a.swift-sc-button.custom:hover { opacity:0.85; }

a.swift-sc-button span { line-height:1.2em; min-height: 16px;padding-left:25px; display:block;}
a.swift-sc-button span.swift-{background:none;padding-left:0}
a.swift-sc-button span.swift-note { background-position: -160px -200px;}
a.swift-sc-button span.swift-info { background-position: -160px -320px;}
a.swift-sc-button span.swift-download { background-position: -160px -440px;}
a.swift-sc-button span.swift-tick {background-position: -160px -680px;}
a.swift-sc-button span.swift-alert { background-position: -160px -560px;}

a.swift-sc-button.large span.swift-note { background-position: -160px -195px;}
a.swift-sc-button.large span.swift-info { background-position: -160px -3215px;}
a.swift-sc-button.large span.swift-download { background-position: -160px -435px;}
a.swift-sc-button.large span.swift-tick {background-position: -160px -675px;}
a.swift-sc-button.large span.swift-alert { background-position: -160px -555px;}

a.swift-sc-button.xl span.swift-note { background-position: -160px -192px;}
a.swift-sc-button.xl span.swift-info { background-position: -160px -312px;}
a.swift-sc-button.xl span.swift-download { background-position: -160px -423px;}
a.swift-sc-button.xl span.swift-tick {background-position: -160px -672px;}
a.swift-sc-button.xl span.swift-alert { background-position: -160px -552px;}

a.swift-sc-button.red { 
	border-color: #af4040; border-bottom-color: #9a2020; background-color: #d72323;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #e85252),color-stop(1, #cf2e2e));
	background: -moz-linear-gradient(center top,#e85252 20%,#cf2e2e 100%);}
a.swift-sc-button.red:hover { 
	background: #d20000;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #e53e3e),color-stop(1, #ca1616));
	background: -moz-linear-gradient(center top,#e53e3e 20%,#ca1616 100%);}
a.swift-sc-button.orange { 
	border-color: #af7440; border-bottom-color: #9a5420; background-color: #d76b23;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #e88e52),color-stop(1, #cf6e2e));
	background: -moz-linear-gradient(center top,#e88e52 20%,#cf6e2e 100%);}
a.swift-sc-button.orange:hover { 
	background: #d25e00;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #e57d3e),color-stop(1, #ca5116));
	background: -moz-linear-gradient(center top,#e57d3e 20%,#ca5116 100%);}
a.swift-sc-button.green { 
	border-color: #87bf00; border-bottom-color: #7ca122; background-color: #8dc11e;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #ace53e),color-stop(1, #8dca16));
	background: -moz-linear-gradient(center top,#ace53e 20%,#6bca16 100%);}
a.swift-sc-button.green:hover { 
	background: #87c000;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #a0d53a),color-stop(1, #60b513));
	background: -moz-linear-gradient(center top,#a0d53a 20%,#60b513 100%);}
a.swift-sc-button.aqua { 
	border-color: #40af96; border-bottom-color: #209a82; background-color: #23d7af;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #52e8c6),color-stop(1, #2ecfab));
	background: -moz-linear-gradient(center top,#52e8c6 20%,#2ecfab 100%);}
a.swift-sc-button.aqua:hover { 
	background: #00d2a8;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #3ee5c0),color-stop(1, #16ca9e));
	background: -moz-linear-gradient(center top,#3ee5c0 20%,#16ca9e 100%);}
a.swift-sc-button.teal { 
	border-color: #23a6d6; border-bottom-color: #20799a; background-color: #23abd7;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #52c3e8),color-stop(1, #2eabcf));
	background: -moz-linear-gradient(center top,#52c3e8 20%,#2eabcf 100%);}
a.swift-sc-button.teal:hover { 
	background: #009ed2;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #3ebce5),color-stop(1, #16a2ca));
	background: -moz-linear-gradient(center top,#3ebce5 20%,#16a2ca 100%);
}

a.swift-sc-button.purple { 
	border-color: #234dd6; border-bottom-color: #20489a; background-color: #2356d7;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #526ee8),color-stop(1, #2e58cf));
	background: -moz-linear-gradient(center top,#526ee8 20%,#2e58cf 100%);
}
a.swift-sc-button.purple:hover { 
	background: #0036d2;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #3e5ae5),color-stop(1, #1638ca));
	background: -moz-linear-gradient(center top,#3e5ae5 20%,#1638ca 100%);
}

a.swift-sc-button.pink { 
	border-color: #d623cb; border-bottom-color: #9a2096; background-color: #d723d5;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #e852e6),color-stop(1, #cd2ecf));
	background: -moz-linear-gradient(center top,#e852e6 20%,#cd2ecf 100%);
}
a.swift-sc-button.pink:hover { 
	background: #bc00d2;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #c83ee5),color-stop(1, #ae16ca));
	background: -moz-linear-gradient(center top,#c83ee5 20%,#ae16ca 100%);
}

a.swift-sc-button.silver { 
	color: #444 !important;text-shadow:0 1px #fff;
	border-color: #bbb; border-bottom-color: #999; background-color: #d8d8d8;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #e9e9e9),color-stop(1, #ccc));
	background: -moz-linear-gradient(center top,#e9e9e9 20%,#ccc 100%);
}
a.swift-sc-button.silver:hover { 
	background: #ccc;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #e0e0e0),color-stop(1, #bebebe));
	background: -moz-linear-gradient(center top,#e0e0e0 20%,#bebebe 100%);
}
/* 3. Columns */
.twocol-one{width:48%;}
.threecol-one{width:30.66%;}
.threecol-two{width:65.33%;}
.fourcol-one{width:22%;}
.fourcol-two{width:48%;}
.fourcol-three{width:74%;}
.fivecol-one{width:16.8%;}
.fivecol-two{width:37.6%;}
.fivecol-three{width:58.4%;}
.fivecol-four{width:67.2%;}
.sixcol-one{width:13.33%;}
.sixcol-two{width:30.66%;}
.sixcol-three{width:47.99%;}
.sixcol-four{width:65.33%;}
.sixcol-five{width:82.67%;}
.twocol-one,.threecol-one,.threecol-two,.fourcol-one,.fourcol-two,.fourcol-three,.fivecol-one,.fivecol-two,.fivecol-three,.fivecol-four,.sixcol-one,.sixcol-two,.sixcol-three,.sixcol-four,.sixcol-five{float:left;margin-right:4%;position:relative;}
.last{clear:right;margin-right:0 !important;}

/* 4. Tweetmeme */
.swift-tweetmeme.left { margin:0 1.5em 1.5em 0; float:left; }
.swift-tweetmeme.none { margin:0 0 1.5em 0;  }
.swift-tweetmeme.right { margin:0 0 1.5em 1.5em; float:right;  }

/* 5. Twitter */
.swift-sc-twitter.left { margin:0 1.5em 1.5em 0; float:left; }
.swift-sc-twitter.none { margin:0 0 1.5em 0;  }
.swift-sc-twitter.right { margin:0 0 1.5em 1.5em; float:right;  }

/* 6. Digg */
.swift-digg.left { margin:0 1.5em 1.5em 0; float:left; }
.swift-digg.none { margin:0 0 1.5em 0;  }
.swift-digg.right { margin:0 0 1.5em 1.5em; float:right;  }

/* 7. Related posts */
.swift-sc-related-posts .thumbnail { float:left; margin:0 1em 1em 0;}
.swift-sc-related-posts li { clear:both; }

/* 8. Horizontal Rule */
.swift-sc-hr { border-bottom:1px solid #e6e6e6; }
.swift-sc-hr, .swift-sc-divider { clear:both; display:block; margin-bottom:20px; padding-top:20px; width:100%; }
.swift-sc-divider.flat { padding:0; margin:0; }

/* 9. Quote */
.swift-sc-quote p { margin: 1em 20px; padding: 0 0 0 55px; background-position:-160px -1320px; font-family: serif; font-size: 1.2em; font-style: italic; color:#777; min-height: 32px; }
.swift-sc-quote.left { float:left; width:45%;}
.swift-sc-quote.right { float:right; width:45%;}
.swift-sc-quote.boxed { background: #f5f5f5; border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;}
.swift-sc-quote.boxed.left { margin: 0 1.5em 1em 0;}
.swift-sc-quote.boxed.right { margin: 0 0 1em 1.5em;}

/* 10. Icon Links */
.swift-sc-ilink { padding:0 0.3em;  }
.swift-sc-ilink a { padding-left:20px; text-decoration: underline; display: inline-block;}
.swift-sc-ilink a:hover { text-decoration: none; }
.swift-sc-ilink .note { background-position: -160px -200px; }
.swift-sc-ilink .info { background-position: -160px -320px; }
.swift-sc-ilink .download { background-position: -160px -440px; }
.swift-sc-ilink .alert {background-position: -160px -560px; }
.swift-sc-ilink .tick {	background-position: -160px -680px; }

/* 11. Facebook */
.swift-fbshare.left { margin:0 1.5em 1.5em 0; float:left; }
.swift-fbshare.none { margin:0 0 1.5em 0;  }
.swift-fbshare.right { margin:0 0 1.5em 1.5em; float:right;  }
.swift-fblike.left { margin:0 1.5em 1.5em 0; float:left; }
.swift-fblike.none { margin:0 0 1.5em 0;  }
.swift-fblike.right { margin:0 0 1.5em 1.5em; float:right;  }

/* 12. Related posts */
.swift-sc-related-posts .thumbnail { float:left; margin:0 1em 1em 0;}
.swift-sc-related-posts li { clear:both; }

/* 13. Contact Form */
.contact-form .screenReader { left: -9999px; position: absolute; top: -9999px; }
.contact-form ol.forms {float:left;list-style:none;width:100%;margin:1.5em 0 0;border:dashed 1px #DDD}
.contact-form ol.forms li{clear:both;float:left;margin-bottom:1.5em;position:relative;width:100%}
.contact-form ol.forms label{cursor:pointer;display:block;float:left;font-weight:700;padding-right:20px;width:100px;}
.contact-form ol.forms input.txt{width:214px;}
.contact-form ol.forms input#sendCopy{border:none;}
.contact-form ol.forms textarea{height:300px;width:400px;}
.contact-form ol.forms li .error{font-size:12px;display:block;margin-left:120px;color:red;}
.contact-form ol.forms li.textarea .error{display:block; margin-left:120px}
.contact-form ol.forms li.screenReader{margin-bottom:0;}
.contact-form ol.forms li.buttons .submit{float:right;margin:-40px 100px 10px 0; cursor:pointer; }
.contact-form ol.forms li.inline input{width:auto;margin-left:120px;}
.contact-form ol.forms li.inline label{display:inline;float:none;width:auto;}
.entry .contact-form ol.forms li { list-style: none; } /* Added to accomodate the contact form shortcode */

ol.forms li input,ol.forms li textarea{-moz-border-radius:5px;
			-webkit-border-radius:5px;
			border-radius:5px;border:solid 1px #CCC;padding:5px 3px}

ol.forms li input#sendCopy{margin-right:10px;}

.contact-form .submit {
	display: inline-block;
	margin: 5px;
	padding: 3px 13px;
	border: 1px solid #4081af;
	border-bottom-color: #20559a;
	color: white !important;
	text-align: center;
	text-shadow: 0 -1px 0 hsla(0,0%,0%,.3);
	text-decoration: none;
	
	/*Border radius*/
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	
	/*Background*/
	background: #237fd7; /*Fallback*/
	background: -webkit-gradient(
					linear,
					left top,
					left bottom,
					color-stop(.2, #52a8e8),
					color-stop(1, #2e76cf)
				);
	background: -moz-linear-gradient(
					center top,
					#52a8e8 20%,
					#2e76cf 100%
				);
	
	/*Box shadow*/
	-webkit-box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3) /*Top*/, 
						inset 0 0 2px hsla(0,100%,100%,.3) /*Shine*/, 
						0 1px 2px hsla(0, 0%, 0%, .29) /*Shadow*/;
	-moz-box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3) /*Top*/, 
					inset 0 0 2px hsla(0,100%,100%,.3) /*Shine*/, 
					0 1px 2px hsla(0, 0%, 0%, .29) /*Shadow*/;
	box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3) /*Top*/, 
				inset 0 0 2px hsla(0,100%,100%,.3) /*Shine*/, 
				0 1px 2px hsla(0, 0%, 0%, .29) /*Shadow*/;
}

.contact-form .submit:hover {
	text-decoration: none !important;
	/*Background*/
	background: #0073d2; /*Fallback*/
	background: -webkit-gradient(
					linear,
					left top,
					left bottom,
					color-stop(.2, #3e9ee5),
					color-stop(1, #1666ca)
				);
	background: -moz-linear-gradient(
					center top,
					#3e9ee5 20%,
					#1666ca 100%
				);
}
/* 13. Tabber */
.shortcode-tabs { background:#f0f0f0; background:rgba(0,0,0,.05); clear: both; height:auto; display: block; padding:5px; margin-bottom:30px; border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px; }
.shortcode-tabs ul.tab_titles { padding:0px; background:none; border:none; margin:0;}
.shortcode-tabs ul.tab_titles li { background:none; padding:0; float: left; display:inline; color: #ffffff; margin:0px; cursor: pointer; }
.shortcode-tabs ul.tab_titles li.ui-tabs-selected a, .shortcode-tabs ul.tab_titles li a:hover { background:#fff; text-decoration:none; }
.shortcode-tabs ul.tab_titles li a {	color:#777; display: block;float: left;padding: 8px; text-transform:uppercase; font:11px/18px sans-serif; }
.shortcode-tabs ul.tab_titles li.ui-tabs-selected a, .shortcode-tabs ul.tab_titles li a:hover { border-top-right-radius:3px; border-top-left-radius:3px; -moz-border-radius-topright:3px;	-moz-border-radius-topleft:3px;-webkit-border-top-right-radius: 3px; -webkit-border-top-left-radius:3px; }
.shortcode-tabs .ui-tabs-panel { background:#fff; padding:10px; text-align: left; clear: both; }
.shortcode-tabs .ui-tabs-panel li { background:#fff;  }
.shortcode-tabs .ui-tabs-panel ul { margin:0; border: 1px solid #e6e6e6; border-width:1px 0 1px 0; }
.shortcode-tabs .ui-tabs-panel li { border:1px solid #e6e6e6; border-width:0 1px 1px 1px; padding:10px; }
.shortcode-tabs .ui-tabs-panel li a { color:#555; font:bold 12px/18px sans-serif; }
.shortcode-tabs .ui-tabs-panel a:hover{}
.shortcode-tabs .ui-tabs-panel li span.meta { display:block; font:11px/20px sans-serif; text-transform:uppercase; color:#777; }
.shortcode-tabs .ui-tabs-panel li img.avatar, .shortcode-tabs .ui-tabs-panel li img.thumbnail { border: 1px solid #ddd; padding: 2px;	background-color: #ffffff; float: left;	margin: 0 8px 0 0; }
.shortcode-tabs .ui-tabs-hide { display: none; }

/* -13.1 Tabber Alternate Style - Boxed */

.shortcode-tabs.boxed { background: #FFFFFF; }
	.shortcode-tabs.boxed ul.tab_titles { clear: both; float: left; background:none; border:none; border-left: 1px solid #EBEBEB; margin-bottom: 0px; position: relative; z-index: 2; }
		.shortcode-tabs.boxed ul.tab_titles li { background:none; padding:0; border-top: 1px solid #EBEBEB; border-right: 1px solid #EBEBEB; }
		.shortcode-tabs.boxed ul.tab_titles li.ui-state-active { border-bottom: 1px solid #FFFFFF; }
	.shortcode-tabs.boxed .tab { border: 1px solid #EBEBEB; top: -2px; position: relative; z-index: 1; }

/* 14. Dropcap */
span.dropcap { font-size: 300%; font-weight: bold; float: left; position: relative; top: 8px; margin-right: 4px; line-height: 0.7em; }

/* 15. Content Toggle */

.shortcode-toggle { margin: 0 0 1.2em;}
.shortcode-toggle h4 {margin: 0;}
.shortcode-toggle h4 a { display: block; padding: 3px 0 3px 10px; background: #f3f3f3; }
.shortcode-toggle.closed h4 a  { }
.shortcode-toggle .toggle-content  { padding: 10px 10px; background: #f9f9f9; }
.shortcode-toggle.closed .toggle-content { display: none; }
.shortcode-toggle.border { border: 1px solid #EBEBEB; }

/* -15.1 Content Toggle Alternate Style - White */

.shortcode-toggle.white h4 a { background-color: #FFFFFF; }
.shortcode-toggle.white .toggle-content { background-color: #FFFFFF; }

/* 16. Highlight and Abbreviation */

span.shortcode-highlight { background: #FFFFAA; padding: 3px 3px 1px; }

abbr { border-bottom: 1px dashed #999999; cursor: help; }

/* 17. List Styles - Unordered List */

.entry .shortcode-unorderedlist ul li, .shortcode-unorderedlist ul li, .entry .shortcode-unorderedlist ul li ul, .shortcode-unorderedlist ul li ul {
   list-style-type: none;
   padding-left:25px;
   background: url() no-repeat scroll left top;
}

.entry .shortcode-unorderedlist ul li, .shortcode-unorderedlist ul li{ padding-left:21px}
.entry .shortcode-unorderedlist.tick ul li, .shortcode-unorderedlist.tick ul li {background-position: -160px -677px;  }
.entry .shortcode-unorderedlist.red-x ul li, .shortcode-unorderedlist.red-x ul li { background-position: -160px -557px;  }
.entry .shortcode-unorderedlist.bullet ul li, .shortcode-unorderedlist.bullet ul li { background-position: -160px -917px; }
.entry .shortcode-unorderedlist.green-dot ul li, .shortcode-unorderedlist.green-dot ul li { background-position: -160px -1037px;  }
.entry .shortcode-unorderedlist.arrow ul li, .shortcode-unorderedlist.arrow ul li { background-position: -160px -7px; }
.entry .shortcode-unorderedlist.star ul li, .shortcode-unorderedlist.star ul li { background-position: -160px -797px; }

/* 18. List Styles - Ordered List */

.entry .shortcode-orderedlist ol li, .entry .shortcode-orderedlist ol li ol, .shortcode-orderedlist ol li {
   list-style-type: none;
   margin-left: 25px;
   background: url() no-repeat scroll left top;
}

.entry .shortcode-orderedlist.armenian ol li, .shortcode-orderedlist.armenian ol li { list-style-type: armenian; }
.entry .shortcode-orderedlist.decimal ol li, .shortcode-orderedlist.decimal ol li { list-style-type: decimal; }
.entry .shortcode-orderedlist.decimal-leading-zero ol li, .shortcode-orderedlist.decimal-leading-zero ol li { list-style-type: decimal-leading-zero; }
.entry .shortcode-orderedlist.georgian ol li, .shortcode-orderedlist.georgian ol li { list-style-type: georgian; }
.entry .shortcode-orderedlist.lower-alpha ol li, .shortcode-orderedlist.lower-alpha ol li { list-style-type: lower-alpha; }
.entry .shortcode-orderedlist.lower-greek ol li, .shortcode-orderedlist.lower-greek ol li { list-style-type: lower-greek; }
.entry .shortcode-orderedlist.lower-latin ol li, .shortcode-orderedlist.lower-latin ol li { list-style-type: lower-latin; }
.entry .shortcode-orderedlist.lower-roman ol li, .shortcode-orderedlist.lower-roman ol li { list-style-type: lower-roman; }
.entry .shortcode-orderedlist.upper-alpha ol li, .shortcode-orderedlist.upper-alpha ol li { list-style-type: upper-alpha; }
.entry .shortcode-orderedlist.upper-latin ol li, .shortcode-orderedlist.upper-latin ol li { list-style-type: upper-latin; }
.entry .shortcode-orderedlist.upper-roman ol li, .shortcode-orderedlist.upper-roman ol li { list-style-type: upper-roman; }
/*SOCIAL MEDIA CSS*/
#socialmedia li{
	float:left; margin:0 30px 10px 0;padding:0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;}
#socialmedia li.last{}
#socialmedia li a{padding:16px 16px;line-height:0;}
#socialmedia li.sprite-buzz{background-position: -40px 0; width: 32px; height: 32px} 
#socialmedia li.sprite-buzz:hover{ background-position:0 0;}
#socialmedia li.sprite-delicious{background-position: -40px -40px; width: 32px; height: 32px} 
#socialmedia li.sprite-delicious:hover{ background-position:0 -40px;}
#socialmedia li.sprite-rss{background-position: -40px -80px; width: 32px; height: 32px} 
#socialmedia li.sprite-rss:hover{ background-position:0 -80px;}
#socialmedia li.sprite-twitter{background-position: -40px -120px; width: 32px; height: 32px} 
#socialmedia li.sprite-twitter:hover{ background-position:0 -120px;}
#socialmedia li.sprite-facebook{background-position: -120px 0; width: 32px; height: 32px} 
#socialmedia li.sprite-facebook:hover{ background-position:-80px 0;}
#socialmedia li.sprite-digg{background-position: -120px -40px; width: 32px; height: 32px} 
#socialmedia li.sprite-digg:hover{ background-position:-80px -40px;}
#socialmedia li.sprite-stumbleupon{background-position: -120px -80px; width: 32px; height: 32px} 
#socialmedia li.sprite-stumbleupon:hover{ background-position:-80px -80px;}
#socialmedia li.sprite-reddit{background-position: -120px -120px; width: 32px; height: 32px} 
#socialmedia li.sprite-reddit:hover{ background-position:-80px -120px;}body{background:#BADFFF url("") no-repeat;color:#000000;}
#main-container{background:#FFFFFF;}
#popular-posts-home{background:#EEEEEE;}
a{color:#006699;}
a:hover{color:#FF6600;}
#header-container{background:#0AADFF url("") no-repeat;}
h1.blogname a,h2.blogname a{color:#2160DD;}
h2.blog-title,h3.blog-title{color:#D7E5ED;}
#nav-ad-container{background:#BADFFF;}
#nav1-container,#nav2-container{background:#BADFFF;}
ul.navigation li a{background:#BADFFF}
.navigation li a,#rss-links,#rss-links a,ul.navigation li:hover a{color:#000000}
.navigation ul,.navigation ul li a,ul.navigation li a:hover,ul.navigation li:hover a:hover,.navigation li.current-menu-item a{background:#006699;color:#FFFFFF;border-color:#006699}
.navigation a {border-color:#EEE}
.navigation ul {border-color:#EEE}
.navigation ul li a:hover {background:#CCC!important}
#nav1-container {border-bottom-color:#DDD}
#nav2-container {border-top-color:#DDD;border-bottom-color:#EEE}
#jFlowSlide{background:#D7E5ED}
.slide-details h2.title a{color:#006699}
.slide-details {color:#000000}
#myController{background:#43A0D5}
#myController span{color:#FFFFFF;}
#myController span:hover,#myController span.jFlowSelected{background:#3AB7FF;}
.nivo-caption{background:#000000;color:#FFFFFF}
.tabbed_content{background:#D7E5ED;}
.tabmenu{background:#43A0D5}
.tabs{background:#43A0D5;color:#FFFFFF}
.tabs .tab_item:hover,.tabs .tab_item:active{background:#43A0D5;color:#000000}
.tabslider{color:#000000}
.tabslider a{color:#006699}
.tabslider a:hover{color:#FF6600}
p.widget-title,p.widget-title a{background:#DDDDDD;color:#000000}
.widget{background:#F6F6F6;color:#000000;border-color:#DDDDDD;}
.widget a{color:#006699;}
.widget a:hover{color:#FF6600;}
.widget ul li:hover{background:#DDDDDD;}
.widget ul li{border-color:#DDDDDD;}
img.banner125{background:#DDDDDD;}
.widget_subscribebox{border-color:#EEEEEE;background:#FFFFFF url("http://eputra.com/wp-content/themes/SwiftPremium/images/SWIFT-sprites.png") no-repeat;background-position:right -770px;color:#000000;}
#footer-container{background:#04486A;}
#footer-ad-container{background:#222;}
#footer p.widget-title,#footer p.widget-title a{background:#04486A;color:#F8F8F8}
#footer .widget{background:#04486A;color:#DDDDDD;border-color:#04486A;}
#footer .widget a{color:#FFFFFF;}
#footer .widget a:hover{color:#FFFFFF;}
#footer .widget ul li{background:none;}
#footer .widget ul li:hover{background:#FFFFFF;}
#footer .widget ul li{border-color:#DDDDDD;}
#footer img.banner125{background:none;}
h1.post-title a,h2.post-title a,.post-title a{color:#006699;}
h1.post-title a:hover,h2.post-title a:hover,.post-title a:hover{color:#FF6600;}
.entry blockquote{background:#F6F6F6 url("http://eputra.com/wp-content/themes/SwiftPremium/images/SWIFT-sprites.png")no-repeat;background-position: -160px -1320px;border-color:#EEEEEE;color:#333333;}
.post-meta{color:#BBBBBB;}
.post-meta a{color:#BBBBBB;}
.wp-pagenavi a,
					.wp-pagenavi .current,
					.wp-pagenavi .pages{background:#BADFFF;color:#000000}
li.comment{background:#F6F6F6;border-color:#DDDDDD;color:#000000;}
li.comment .avatar{background:#DDDDDD;}
li.comment .bypostauthor{background:#CDECFCurl("http://eputra.com/wp-content/themes/SwiftPremium/images/SWIFT-sprites.png") no-repeat;border-color:#8AD7FE}
div.reply a,
			#commentform #submit,
			a#cancel-comment-reply-link,
			span.post-a-comment a{background:#006699;color:#FFFFFF;}
div.reply a:hover,
			#commentform #submit:hover{background:#05A8F9;}
h3#comment-form-title{background:#DDDDDD;color:#000000;}
#commentform{background:#F6F6F6;color:#000000;}
#rp-wrapper{background:#3366FF;color:#999999;}
#rp-wrapper a{color:#FFFFFF;}
#rp-wrapper a:hover{color:#FF6600;}
#author-info,.post-nav{background:#0033CC;color:#999999;}
#related-posts li{background:#0033CC;}
#related-posts li a{color:#000000;}
.mag-box,.mag2-box{background:#EEEEEE;color:#666666;}
.mag-thumb,.mag2-box,.thumb{background:#EEEEEE;}
.mag-box h3.post-title a,.mag2-box h2.post-title a{color:#333333;}
.mag-box h3.post-title a:hover,.mag2-box h2.post-title a:hover{color:#000000;}
.mag-meta{background:#006699;}
.mag-meta a{color:#FFFFFF;}
a.read-more{background:#035279;}
a.read-more:hover{background:#03AAFE;}
.mag-meta .mag-date{color:#F2F2F2;}
#swift-archives-title{background:#CCC; color:#000;}
#archive-container{background:#f6f6f6;}
#swift-archives {color:#444}
#swift-archives a{color:#000}
#swift-archives a:hover{color:#00F}
#socialmedia li{background:#F60 url('http://eputra.com/wp-content/themes/SwiftPremium/images/SWIFT-sprites.png') no-repeat top left;}
#copyright-container{background:#0AADFF;color:#222222;border-color:#CCCCCC}
#copyright a{color:#222222}
body{font:lighter normal 16px Georgia, \'Times New Roman\', Times, serif;}
.navigation{font:lighter normal 8px  !important;}
p.widget-title{font:lighter normal 15px \'Palatino Linotype\', \'Book Antiqua\', Palatino, serif;}
.widget{font:lighter normal 14px Use Default;}
h1.post-title,h2.post-title{font:normal normal 30px \'Times New Roman\', Times, serif;}
/* Adding Background Images */
#socialmedia{margin:-30px 0 0 0 !important;width:210px;float:left;}
#socialmedia li{margin:0 27px 16px 0!important;}
#socialmedia li.last{margin-right:0!important}
.subscribe-button{background:#111111;color:#FFF}
