/*#################################################################################
*
* 1. Common CSS------------------------common.css         2011/6/19 21:10
*
#################################################################################*/ 
/*---------------- Reset CSS---------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline; }

/*----------------HTML5 display-role reset for older browsers---------------- */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section { display: block; }

body {
	line-height: 1;
	font-size: 62.5%; 
	background: #F4F4F4;}

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none; }

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%; }

img { vertical-align: top; }

/*----------------End  Reset CSS---------------- */
body {
	font-family: Arial,Verdana,sans-serif;
	color: #666666; }

em { font-style: italic; }

h1 { font-size: 3em; }

h2 { font-size: 2.4em; }

h3 { font-size: 1.8em; }

h4 { font-size: 1.6em; }

h5 { font-size: 1.4em; }

h6 { font-size: 1.2em; }

h1, h2, h3, h4, h5, h6,
.page-header dt {
	font-weight: 300;
	font-family: Georgia, Arial, Helvetica, sans-serif; }

strong { font-weight: bold; }

a, a:focus {
	outline: none;
	text-decoration: none; }

input:focus { outline: none; }

input, textarea { font-family: Arial,Helvetica,sans-serif,'Lucida Grande'; }

sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline; }

sup { bottom: 1ex; }

sub { top: .5ex; }

.hide { display: none; }

.clear {
	clear: both;
	visibility: hidden;
	display: block;
	font-size: 0;
	line-height: 0; }

.clearfix::after, .last::after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

.clearfix:after  {
	width: 100%;
	height: 0px;
	clear: both;
	visibility: hidden;
	display: block;
}

.fixed {
	height: 100%;
	overflow: hidden; }

blockquote {
	padding-left: 60px; 
	font-style: italic;
	color: #999999;
	font-size: 16px;
	background: url(../images/shortcode/quotes.png) no-repeat 0 0; }

	blockquote:before, blockquote:after {
		content: '';
		content: none; }

pre {
	padding: 19px 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
	background: url(../images/pre-bg.png);
	line-height: 19px;
	border: 1px solid #D8D8D8;
	border-bottom: 1px solid #BCBCBC;
	color: #999999; }

code {
	display: block;
	padding: 19px 20px;
	border: 1px solid #D8D8D8;
	border-bottom: 1px solid #BCBCBC;
	background: #F9F9F9;
	color: #999999; }

.alignleft {
	float: left;
	text-align: left;
	margin-right: 20px; }

.alignright {
	float: right;
	text-align: right;
	margin-left: 20px; }

.aligncenter {
	margin: 0 auto;
	display: block; }






/*#################################################################################
*
* 2. Main CSS------------------------main.css         2011/6/19 21:12
*
#################################################################################*/ 
/*******************************************************************************
 * 01. Common
 *
*******************************************************************************/
.radius-4,
.button-small,
.button-medium,
.button-large,
.terms-menu li a,
#respond input[type="submit"],
.widget-contact-form input[type="submit"],
.page-contact input[type="submit"],
.pricing-column-button a,
.pagenavi a, 
.pagenavi span,
.wp-pagination a, 
.wp-pagination span,
.page-link a {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

pre, 
code, 
.radius-5,
.resized-image,
.resized-image img,
.gallery-icon,
.gallery-icon img,
.wp-caption,
.wp-caption img,
.post-text table,
.top-tabs,
.toggle,
.post-text table,
.widget-tag-cloud a,
#topmedia .tooltip,
.thumb-fade .fade-hover,
.widget-contact-form input[type="text"], 
.widget-contact-form textarea, 
#respond input[type="text"], 
#respond textarea, 
.page-contact input[type="text"], 
.page-contact textarea {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.border-shadow,
.border-shadow-button,
.terms-menu li a,
.button-small,
.button-medium,
.button-large,
.gallery-icon,
.wp-caption,
#respond input[type="text"],  
#respond textarea,
#respond input[type="submit"],
.page-contact input[type="text"], 
.page-contact textarea,
.widget-contact-form input[type="submit"],
.page-contact input[type="submit"],
.pricing-column-button a,
.pagenavi a, 
.pagenavi span,
.wp-pagination a, 
.wp-pagination span,
.page-link a {
	box-shadow: 0px 2px 3px #DEDEDE;
	-moz-box-shadow: 0px 2px 3px #DEDEDE;
	-webkit-box-shadow: 0px 2px 3px #DEDEDE;
}

.warning p, .notice p {
	padding: 8px 20px;
	font-size: 1.2em;
	margin-bottom: 0;
}

.warning {
	border: 1px solid #FFC9C9;
	background: #FFD9D9;
	color: #A22121;
}

.warning p {
	line-height: 140%;
	border-left: 1px solid #FFECEC;
	border-top: 1px solid #FFECEC;
	border-right: 1px solid #FFECEC;
}

.notice {
	border: 1px solid #CCE8FF;
	background: #EFF9FF;
	color: #257FB8;
}

.notice p {
	border-left: 1px solid #F7FCFF;
	border-top: 1px solid #F7FCFF;
	border-right: 1px solid #F7FCFF;
}

.related-posts .warning {
	margin-top: 20px;
}

body.page .warning,
body.archive .warning,
body.search .warning {
	margin: 40px 0 30px;
}

.menu-warning,
.home-content-warning,
.footer-widget-warning,
.sidebar-widget-warning{
	line-height: 15px;
	padding: 0 20px;
	background: #A30000;
	color: #FFFFFF;
	font-size: 10px;
}

.home-content-warning,
.footer-widget-warning {
	margin-bottom: 30px;
}

#sidebar .sidebar-widget-warning {
	margin-top: 40px;
}

.page-header .menu-warning {
	margin: 20px 30px 0;
}


/*******************************************************************************
 * 02. Layout
 *
*******************************************************************************/
body.single #container {
	padding-bottom: 30px;
}

body.home #container {
	padding-top: 35px;
}

#container {
	background: url(../images/containerbg.png) repeat-x 0 100%;
}

.layout-width {
	width: 990px;
	margin: 0 auto;
}

#sidebar {
	width: 310px;
	padding-bottom: 40px;
}

#content {
	width: 620px;
}

.fullwidth #content {
	width: 990px;
	float: none;
}

.right-side #content, .left-side #sidebar {
	float: left;
}

.right-side #sidebar, .left-side #content {
	float: right;
}

.col-2-1,
.col-3-1,
.col-4-1{ 
	float: left;
	margin-right: 30px;
}

.col-2-1{
	width: 480px;
}

.col-3-1{
	width: 310px;
}

.col-4-1{
	width: 225px;
}

.col-last {
	margin-right: 0;
}

/*******************************************************************************
 * 03. Header
 *
*******************************************************************************/
header {
	background-position: 50% 0;
	background-repeat: no-repeat;
}

body.home header {
	border-bottom: 1px solid #E4E4E4;
}

header .header-inner {
	background-repeat: repeat;
}

header .header-top-area {
	background: url(../images/top-area.png) repeat-x 0 0;
}

header .header-top-area .header-top-area-inner {
	position: relative;
	height: 36px;
	line-height: 36px;
}

header section {
	position: relative;
	z-index: 1000;
	padding-bottom: 60px;
}

body.home header section {
	padding-bottom: 30px;
}

/*------------------------Site Logo & Text--------------------------*/
header .site-title .top-contact { 
	float: right; 
	width: 350px;
	text-align: right;
	font-size: 12px;
	line-height: 150%;
	padding-top: 20px;
	padding-right: 5px;
}

header .site-name, header .site-logo {
	float: left; 
}

header .site-name {
	padding: 30px 0 30px 25px;
}

header .site-name h2 {
	font-size: 36px;
}

header .site-name p {
	padding-top: 10px;
	font-size: 12px;
}

header .site-logo {
	margin: 15px 0;
}

/*------------------------Top Menu--------------------------*/
nav#top-menu ul {
	height: 36px;
	line-height: 36px;
}

nav#top-menu ul li {
	float: left;
	font-size: 10px;
	text-transform: uppercase;
}

nav#top-menu ul li a {
	padding: 0 10px;
}

nav#top-menu ul li:nth-child(1) a {
	padding-left: 0;
}

nav#top-menu ul li:nth-child(1) span {
	display: none;
}

nav#top-menu ul li a:hover,
header .site-title a:hover {
	color: #FFFFFF;
}


/*------------------------Header Menu--------------------------*/
nav#header-menu {
	margin: 0 10px;
	background: url(../images/menubg.png) repeat-x 0 0;
}

.header-menu-left, 
.header-menu-right {
	position: absolute;
	bottom: 60px;
	width: 10px;
	height: 42px;
	background-image: url(../images/menuround.png);
	background-repeat: no-repeat;
}

body.home .header-menu-left,
body.home .header-menu-right {
	bottom: 30px;
}

.header-menu-left {
	background-position: 0 0;
	left: 0;
}

.header-menu-right {
	background-position: 0 -42px;
	right: 0;
}

nav#header-menu ul.no-header-menu {
	overflow: hidden;
}

nav#header-menu ul.no-header-menu .menu-warning {
	margin-top: 12px; 
}

nav#header-menu ul.drop-menu {
	height: 42px;
	padding-right: 200px;
}

nav#header-menu ul li {
	float: left;
	font-size: 12px;
	font-weight: bold;
}

nav#header-menu ul li a {
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
}

nav#header-menu ul li a:hover,  nav#header-menu ul li a.selected {
	background-position: 50% 0;
	background-repeat: no-repeat;
}

nav#header-menu ul li a .downarrowclass,  nav#header-menu ul li a.selected .downarrowclass {
	background-image: url(../images/downarrow.png);
	background-repeat: no-repeat;
}

nav#header-menu ul li a .downarrowclass {
	background-position: 0 100%;
}

nav#header-menu ul li a.selected .downarrowclass {
	background-position: 0 0;
}

nav#header-menu ul li a .rightarrowclass,  nav#header-menu ul li a.selected .rightarrowclass {
	background-image: url(../images/rightarrow.png);
	background-repeat: no-repeat;
}

nav#header-menu ul li a .rightarrowclass {
	background-position: 0 100%;
}

nav#header-menu ul li a.selected .rightarrowclass {
	background-position: 0 0;
}

nav#header-menu ul li ul {
	height: auto;
	padding: 5px 0;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

nav#header-menu ul li ul li {
	padding:  0 5px;
	font-size: 12px;
}

nav#header-menu ul li ul li a {
	height: 31px;
	line-height: 31px;
	padding: 0 10px;
}

nav#header-menu ul li ul li ul {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


/*------------------------Top Search Form--------------------------*/
#topsearch {
	position: absolute;
	right: 20px;
	bottom: 68px;
	height: 26px;
	width: 40px;
	background: url(../images/searchbox.png) no-repeat 0 0;
	overflow: hidden;
}

#topsearch .searchbox {
	position: relative;
}

body.home #topsearch {
	bottom: 38px;
}

#topsearch input {
	background: none;
	border: none;
}

#topsearch input[type="text"] {
	padding: 6px 10px 3px;
	font-size: 11px;
	font-style: italic;
	color: #333333;
	width: 220px;
}

#topsearch input[type="submit"] {
	width: 40px;
	height: 26px;
	cursor: pointer;
	position: absolute;
	z-index: 100;
	right: 0;
	top: 0;
}

/*------------------------User CP--------------------------*/

#logform{
	float:left;
	margin-bottom:3px;
}
.logtab{

	right: 10px;
	bottom: 68px;
	height: 26px;

	
	width:445px;
	position:absolute;

}
.logtab ul{

	list-style-type:none;
	margin:0px 0px;
	padding:0px 0px;
}
.logtab li{

	list-style-type:none;
	margin:0px 0px;
	padding:0px 0px;
}

.logtab ul li{

	list-style-type:none;
	margin:0px 0px;
	padding:0px 0px;
}
.form-item{
	position:relative;
	float:left;
	margin-right:3px;
	margin-bottom:3px;
}
label.overlabel {
	color:#333333;
	float:left;
	font: 10px Tahoma,Century gothic,verdana, Arial, sans-serif;
	font-weight:normal;
	font-size: 10px;
	padding:5px 5px 0px 0px;
}
/*
	position: absolute;
	right: 20px;
	bottom: 68px;
	height: 26px;
	width: 40px;
*/
input#log,
input#pwd{

	float: left;
	width: 105px;
	padding: 6px 9px;
	background: url(../images/userbox.png) no-repeat 0 0;
	font: 10px Tahoma,Century gothic,verdana, Arial, sans-serif;
	font-weight:normal;
		color:#333333;
	border:none;

}

input#logsub{
	width:80px;
	height:26px;
	border:none;

}

/*------------------------Header Top Media--------------------------*/
#topmedia {
	position: absolute;
	right: -2px;
	top: 6px;
	width: 280px;
}

#topmedia ul {
	float: right;
}

#topmedia li {
	float: left;
	width: 25px;
	margin-left: 2px;
	position: relative;
}

#topmedia .tooltip {
	display: none;
	position: absolute;
	margin: 0;
	left: -60%;
	padding: 5px 10px;
	line-height: 120%;
	background: url(../images/space.png);
}

#topmedia li a {
	display: block;
	width: 25px;
	height: 25px;
	text-indent: -9999em;
	background-repeat: no-repeat;
}

#topmedia li.myspace a {
	background-position: 0 100%;
}

#topmedia li.myspace a:hover {
	background-position: 0 0;
}

#topmedia li.stumble a {
	background-position: -27px 100%;
}

#topmedia li.stumble a:hover {
	background-position: -27px 0;
}

#topmedia li.linkedin a {
	background-position: -54px 100%;
}

#topmedia li.linkedin a:hover {
	background-position: -54px 0;
}

#topmedia li.delicious a {
	background-position: -81px 100%;
}

#topmedia li.delicious a:hover {
	background-position: -81px 0;
}

#topmedia li.rss a {
	background-position: -108px 100%;
}

#topmedia li.rss a:hover {
	background-position: -108px 0;
}

#topmedia li.digg a {
	background-position: -135px 100%;
}

#topmedia li.digg a:hover {
	background-position: -135px 0;
}

#topmedia li.facebook a {
	background-position: -162px 100%;
}

#topmedia li.facebook a:hover {
	background-position: -162px 0;
}

#topmedia li.flickr a {
	background-position: -189px 100%;
}

#topmedia li.flickr a:hover {
	background-position: -189px 0;
}

#topmedia li.twitter a {
	background-position: -216px 100%;
}

#topmedia li.twitter a:hover {
	background-position: -216px 0;
}

#topmedia li.gtalk a {
	background-position: -243px 100%;
}

#topmedia li.gtalk a:hover {
	background-position: -243px 0;
}


/*******************************************************************************
 * 04. Page Header
 *
*******************************************************************************/
.page-header {
	background: url(../images/page-header.png) repeat-x 0 0;
}

.page-header .page-header-wrap {
	position: relative;
	padding: 0 0 23px;
	border-left: 1px solid #D5D5D5;
	border-right: 1px solid #D5D5D5;
	background: url(../images/page-header-box.png) repeat-x 0 100% #FFFFFF;
}

.page-header dl { padding-left: 25px; }

.page-header dd { float: left;}

.page-header dd h2 {
	font-size: 30px;
	padding-right: 30px;
}

.page-header-top {
	position: absolute;
	left: -1px;
	top: -30px;
	height: 30px;
	width: 992px;
	background: url(../images/page-header-top.png) no-repeat 0 0;
}

.page-header .shadow {
	position: absolute;
	left: -1px;
	bottom: -15px;
	height: 15px;
	width: 992px;
	background: url(../images/page-header-shadow.png) no-repeat 0 0;
}

.page-header dt  {
	font-size: 1.8em;
	line-height: 1.2em;
	margin-right: 250px;
}

.page-breadcrumb {
	float: right;
	padding-top: 3px;
	padding-right: 25px; 
	font-size: 10px;
	text-transform: uppercase;
}

.page-breadcrumb a {
	padding-right: 8px;
}

.page-breadcrumb a:hover {
	text-decoration: underline;
}


/*******************************************************************************
 * 05. Slider Homepage
 *
*******************************************************************************/
#slider-wrap {
	padding-bottom: 30px;
	background: url(../images/header-inner.png) repeat-x 0 100%;
}

#slider-wrap .warning {
	margin: 30px;
}

#piecemaker p {
	text-align: center;
}


/*******************************************************************************
 * 06. Slogan
 *
*******************************************************************************/
.slogan-wrap {
	position: relative;
}

.slogan {
	text-align: center;
	padding: 30px 30px 20px;
	margin: 30px auto 0;
	border: 1px solid #E4E4E4;
	border-bottom: 1px solid #B7B7B7;
	background: #F9F9F9;
}

.slogan h2 {
	font-size: 24px;
}

.slogan h2,  .slogan p {
	margin-bottom: 10px;
}

.slogan p {
	font-size: 1.4em;
	line-height: 140%;
}

.slogan-button {
	text-align: left;
}

.slogan-button h2,  
.slogan-button p {
	padding-right: 250px; 
}

.slogan-button .button-wrap {
	position: absolute;
	top: 30%;
	right: 20px;
	font-size: 24px;
	text-align: center;
}

.slogan-button .button-wrap a, 
.slogan-button .button-wrap span {
	display: block;
	height: 46px;
	line-height: 46px;
	padding: 0 30px;
	color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: 0 0;
}

.slogan-button .button-wrap a:hover {
	background-position: 0 -46px;
}



/*******************************************************************************
 * 07. Image Preloading
 *
*******************************************************************************/
.thumb-preloader a.preloader .image-loading, 
.flickr_badge_image a {
	display: block;
	position: relative;
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.blog-lists a.preloader .image-loading {
	width: 173px;
	height: 125px;
}

.news-lists  a.preloader .image-loading {
	width: 173px;
	height: 90px;
}

.portfolio-lists .four-column a.preloader .image-loading {
	width: 213px;
	height: 120px;
}

.portfolio-lists .three-column a.preloader .image-loading {
	width: 298px;
	height: 150px;
}

.portfolio-lists .two-column a.preloader .image-loading {
	width: 468px;
	height: 210px;
}

.related-posts ul.fullwidth a.preloader .image-loading {
	width: 213px;
	height: 120px;
}

.related-posts ul.side a.preloader .image-loading {
	width: 173px;
	height: 90px;
}

.flickr_badge_image a {
	width: 52px;
	height: 52px;
}

.widget-gallery-posts  a.preloader .image-loading,
.widget-random-posts  a.preloader .image-loading,
.widget-recent-posts  a.preloader .image-loading,
.widget-mostview-posts  a.preloader .image-loading {
	width: 82px;
	height: 64px;
}

.widget-premium a.preloader .image-loading {
	width: 125px;
	height: 100px;
}

/*******************************************************************************
 * 08. Image Fade
 *
*******************************************************************************/
.thumb-fade .fade-hover {
	position:absolute;
	left:6px;
	top:5px;
	z-index:10;
	background-color: #000000;
	background-image: url(../images/zoom-image.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.news-lists .fade-hover {
	width: 173px;
	height: 90px;
}

.blog-lists .fade-hover {
	width: 173px;
	height: 125px;
}

.portfolio-lists .four-column .fade-hover {
	width: 213px;
	height: 120px;
}

.portfolio-lists .three-column .fade-hover {
	width: 298px;
	height: 150px;
}

.portfolio-lists .two-column .fade-hover {
	width: 468px;
	height: 210px;
}

.related-posts ul.fullwidth .fade-hover {
	width: 213px;
	height: 120px;
}

.related-posts ul.side .fade-hover {
	width: 173px;
	height: 90px;
}

.widget-gallery-posts li figure .fade-hover,
.widget-random-posts li figure .fade-hover,
.widget-recent-posts li figure .fade-hover,
.widget-mostview-posts li figure .fade-hover {
	width: 82px;
	height: 63px;
	left:4px;
	top:3px;
}

.thumb-fade .type-more .fade-hover {
	background-image: url(../images/zoom-more.png);
}

.thumb-fade .type-video .fade-hover {
	background-image: url(../images/zoom-video.png);
}

.thumb-fade .type-image .fade-hover {
	background-image: url(../images/zoom-image.png);
}
/*******************************************************************************
 * 09. Footer
 *
*******************************************************************************/
footer {
	clear: both;
	background-position: 50% 0;
	background-repeat: no-repeat;
}

footer a:hover {
	color: #FFFFFF;
}

#footer-wrap {
	background-repeat: repeat;
}

.footer-bottom-bar {
	height: 36px;
	line-height: 36px;
	background: url(../images/footer-area.png) repeat-x 0 0;
}

.footer-copyright {
	float: left;
	font-size: 11px;
	padding-right: 30px;
}

.footer-menu-area {
	float: right;
}

nav#footer-menu ul {
	height: 36px;
	line-height: 36px;
}

nav#footer-menu ul li {
	float: left;
	font-size: 10px;
	text-transform: uppercase;
}

nav#footer-menu ul li a {
	padding: 0 10px;
}

nav#footer-menu ul li:nth-child(1) a {
	padding-left: 0;
}

nav#footer-menu ul li:nth-child(1) span {
	display: none;
}

nav#top-menu ul li span,
nav#footer-menu ul li span {
	color: #444444;
}





/*#################################################################################
*
* 3. DDsmoothmenu CSS------------------------ddsmoothmenu.css         2011/6/19 21:12
*
#################################################################################*/ 
.ddsmoothmenu ul { z-index: 200; }

.ddsmoothmenu ul li { position: relative;  }

.ddsmoothmenu ul li ul {
	position: absolute;
	left: 0;
	display: none;
	visibility: hidden; }

.ddsmoothmenu ul li ul li { float: none; }

.ddsmoothmenu ul li ul li ul { top: 0; }

.ddsmoothmenu ul li ul li a { width: 150px; }

.downarrowclass,
.rightarrowclass {
	display: block;
	position: absolute;}

.downarrowclass {
	top: 18px;
	right: 17px;
	width: 8px;
	height: 4px; }

.rightarrowclass {
	top: 13px;
	right: 25px;
	width: 4px;
	height: 8px; }






/*#################################################################################
*
* 4. Nivo CSS------------------------slider.nivo.css         2011/6/19 21:12
*
#################################################################################*/ 
/* The Nivo Slider styles */
.nivoslider {
	position: relative;
	width: 976px;
	height: 368px;
	padding: 6px 7px 7px;
	background: url(../images/slider/sliderbg.png) no-repeat 50% 0;
}
.nivoslider img {
	position: absolute;
	top: 6px;
	left: 7px;
}
.nivoslider figure {
	overflow: hidden;
	width: 976px;
	height: 368px;
	background: url(../images/loading-big.gif) no-repeat 50% 50% #F4F4F4;
}
.nivoslider .overlay {
	position: absolute;
	top: 6px;
	left: 7px;
	width: 976px;
	height: 368px;
	z-index: 5;
	background: url(../images/slider/overlay.png) no-repeat;
}
.nivoslider .shadow {
	position: absolute;
	top: 381px;
	left: 0;
	width: 990px;
	height: 10px;
	z-index: 5;
	background: url(../images/slider/shadow.png) no-repeat;
}
.nivoslider .side-shadow {
	position: absolute;
	top: 0;
	left: -10px;
	width: 1010px;
	height: 380px;
	background: url(../images/slider/side-shadow.png) no-repeat;
}

/* The slices and boxes in the Slider */
.nivo-slice {
	display: block;
	position: absolute;
	z-index: 5;
	height: 100%;
}
.nivo-box {
	display: block;
	position: absolute;
	z-index: 5;
}
/* Caption styles */
.nivo-caption {
	position: absolute;
	left: 138px;
	bottom: 50px;
	width: 700px;
	padding: 20px 0 0;
	margin: 0;
	background: url(../images/slider/slider-caption.png);
	color: #FFFFFF;
	z-index: 8;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.nivo-caption h3 {
	line-height: 150%;
	font-size: 18px;
	margin: 0 30px 10px;
}
.nivo-caption h3 a {
	color: #FFFFFF;
}
.nivo-caption p.text {
	font-size: 12px;
	color: #E5E5E5;
	padding: 0 30px 10px;
	line-height: 140%;
}
.nivo-caption h6 {
	float: right;
	width: 85px;
	padding: 8px 2px;
	margin-bottom: 0;
	background: url(../images/slider/slider-caption.png);
	text-align: center;
	font-size: 11px;
	border-bottom-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
}
.nivo-html-caption {
	display: none;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivoslider .nivo-controlNav {
	position: absolute;
	bottom: 0;
	left: 440px;
	z-index: 99;
	width: 66px;
	padding: 0 15px 0 14px;
	height: 23px;
	background: url(../images/slider/nivo-nav.png) no-repeat 0 0;
}
.nivoslider .nivo-controlNav a {
	background-image: url(../images/slider/bullets.png);
	background-repeat: no-repeat;
	background-position: 100% 0;
	z-index: 9;
	cursor: pointer;
	float: left;
	width: 11px;
	height: 12px;
	line-height: 12px;
	display: block;
	text-indent: -9999em;
	font-size: 10px;
	margin: 10px 0 0 2px;
}
.nivoslider .nivo-controlNav a.active {
	background-position: 0 0;
}


/* Direction nav styles (e.g. Next & Prev) */
.nivoslider .nivo-directionNav a {
	position: absolute;
	top: 164px;
	z-index: 9;
	text-indent: -9999em;
	background-image: url(../images/slider/nivo-arrow.png);
	background-repeat: no-repeat;
	cursor: pointer;
	width: 34px;
	height: 52px;
}
.nivoslider .nivo-prevNav {
	left: 0;
	background-position: 0 0;
}
.nivoslider .nivo-prevNav:hover {
	background-position: 0 -52px;
}
.nivoslider .nivo-nextNav {
	right: 0;
	background-position: 0 -104px;
}
.nivoslider .nivo-nextNav:hover {
	background-position: 0 -156px;
}
 






/*#################################################################################
*
* 5. Kwicks CSS-----------------------slider.kwicks.css         2011/6/19 21:12
*
#################################################################################*/ 
/* This css file serves as a template for styling your kwicks.  Feel free to modify, but please make note of the comments - some of them are important. */
.kwicks-wrap {
	position: relative;
	width: 976px;
	height: 368px;
	padding: 6px 7px 7px;
	background: url(../images/slider/sliderbg.png) no-repeat 50% 0;
}
.kwicks-wrap .shadow {
	position: absolute;
	top: 381px;
	left: 0;
	width: 990px;
	height: 10px;
	z-index: 5;
	background: url(../images/slider/shadow.png) no-repeat;
}
.kwicks-wrap .side-shadow {
	position: absolute;
	top: 0;
	left: -10px;
	width: 1010px;
	height: 380px;
	background: url(../images/slider/side-shadow.png) no-repeat;
}
#kwicks-slider {
	z-index: 30;
	width: 976px;
	height: 368px;
	overflow: hidden;
}
.kwicks {
	position: relative; /* recommended styles for kwicks ul container */
	margin: 0;
	padding: 0;
	background: url(../images/loading-big.gif) no-repeat 50% 50% #F4F4F4;
}
.kwicks li {
	width: 195px; /* these are required, but the values are up to you (must be pixel) */
	height: 368px;
	display: block; /*do not change these */
	overflow: hidden;
	cursor: pointer;
	padding: 0; /* if you need padding, do so with an inner div (or implement your own box-model hack) */
	margin: 0;
}
.kwicks li img {
	overflow: hidden;
}
.kwicks.horizontal li {
	margin-right: 0; /* This is optional and will be disregarded by the script. However, it should be provided for non-JS enabled browsers. */ /*Set to same as spacing option. */
	float: left;
}
.kwicks.vertical li {
	margin-bottom: 5px; /* This is optional and will be disregarded by the script. However, it should be provided for non-JS enabled browsers. */ /*Set to same as spacing option. */
}
.kwicks li .caption {
	padding: 15px 45px 10px;
	width: 720px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../images/slider/slider-caption.png);
	line-height: 2em;
}
.kwicks li .heading-text {
	width: 400px;
	position: absolute;
	left: 0;
	top: 60px;
	background: url(../images/slider/slider-caption.png);
	display: none;
	border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
}
.kwicks li .heading-text h3, .kwicks li .caption h4 {
	color: #FFFFFF;
	margin-bottom: 10px;
}
.kwicks li .heading-text h3 {
	line-height: 150%;
	font-size: 18px;
	margin: 20px 40px 18px;
}
.kwicks li .caption h4 {
	font-size: 18px;
	line-height: 150%;
}
.kwicks li .heading-text p {
	margin-bottom: 0;
	padding: 0 40px 15px;
	line-height: 140%;
	font-size: 12px;
	color: #E5E5E5;
	display: none;
}
.kwicks li .heading-text h6 {
	float: right;
	width: 85px;
	padding: 8px 2px;
	margin-bottom: 0;
	background: url(../images/slider/slider-caption.png);
	text-align: center;
	font-size: 11px;
	border-bottom-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
}
.kwicks li .shadow {
	position: absolute;
	width: 10px;
	height: 380px;
	z-index: 40;
	left: 0;
	top: 0;
	background: url(../images/slider/kwicks-shadow.png) repeat-y 0 0;
}







/*#################################################################################
*
* 6. Lists CSS-----------------------lists.css        2011/6/19 21:12
*
#################################################################################*/ 
/*******************************************************************************
 * Common
 *
*******************************************************************************/
.post-lists .button-wrap {
	float: left;
}
.post-lists .button-wrap a {
	display: block;
	height: 24px;
	line-height: 24px;
	padding: 0 20px;
	font-size: 12px;
	border: 1px solid #C5C5C5;
	background-position: 0 0;
	background-repeat: repeat-x;
	background-color: #E8E8E8;
	background-image: url(../images/shortcode/button-medium-grey.png); 
	color: #666666;
}
.post-lists .button-wrap a:hover {
	border: 1px solid #ADADAD;
	background-color: #C5C5C5;
	background-position: 0 100%; 
	color: #333333;
}
.post-lists h3, 
.post-lists h4, 
.post-lists h5 {
	margin-bottom: 10px;
}
.post-lists .entry-content p, 
.portfolio-lists li p {
	font-size: 1.2em;
	line-height: 1.5em;
}
.post-lists li figure .overlay {
	position: absolute;
	left: 6px;
	top: 5px;
}
.terms-menu {
	padding: 20px 0 0;
}

.terms-menu li {
	float: left;
	font-size: 12px;	
	margin-right: 10px;
}

.terms-menu ul {
	height: 26px;
	line-height: 26px;
}

.terms-menu li a {
	display: block;
	height: 26px;
	line-height: 26px;
	padding: 0 15px;
	border: 1px solid #C5C5C5;
	background-image: url(../images/normal-medium-btn.png);
	background-repeat: repeat-x;
}

.terms-menu li a:hover,
.terms-menu li.current-menu-item a {
	background-position: 0 0;
	color: #FFFFFF;
}
/*******************************************************************************
 * 01. Blog Lists
 *
*******************************************************************************/
.blog-lists ul {
	padding-top: 10px;
}
.blog-lists li {
	padding: 10px 0 30px;
	background: url(../images/split-line.png) no-repeat 50% 100%;
}
.blog-lists li:last-child {
	padding-bottom: 40px;
	background: none;
}
.blog-lists .entry-meta {
	font-size: 1.2em;
	line-height: 1.5em;
	font-style: italic;

}
.blog-lists .entry-meta span {
	padding-right: 10px;
}
.blog-lists .entry-content {
	margin-left: 90px;
	position: relative;
}
.blog-lists .entry-data { 
	position: absolute;
	left: -90px;
	top: 38px;
	width: 65px;
	height: 99px;
	background-repeat: no-repeat;
}
.blog-lists .entry-data span {
	display: block;
	text-align: center;
}
.blog-lists .entry-data span.day,
.blog-lists .entry-data span.date {
	color: #FFFFFF;
}
.blog-lists .entry-data span.day {
	padding-top: 10px;
	font-size: 30px;
}
.blog-lists .entry-data span.date {
	padding: 5px 0;
	font-size: 10px;
	text-transform: uppercase;
}
.blog-lists .entry-data span.num {
	padding-top: 11px;
	font-size: 12px;
}
.blog-lists .entry-data span.comment-text {
	font-size: 10px;
}
.blog-lists .entry-content h3 {
	margin-bottom: 2px;
	line-height: 1.5em;
}
.blog-lists .entry-content p {
	margin: 20px 0;
}
.blog-lists figure {
	position: relative;
	padding: 5px 6px 14px;
	margin-right: 30px;
	width: 173px;
	height: 125px;
	background-image: url(../images/imgbg/img-185-135.png);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	float: left;
}
.blog-lists figure .overlay {
	width: 173px;
	height: 125px;
	background: url(../images/imgbg/overlay-185-135.png) no-repeat 0 0;
}



/*******************************************************************************
 * 02. News Lists
 *
*******************************************************************************/
.news-lists ul {
	padding-top: 10px;
}
.news-lists li {
	padding: 30px 0 50px;
	background: url(../images/split-line.png) no-repeat 50% 100%;
}
.news-lists li:last-child {
	padding-bottom: 40px;
	background: none;
}
.news-lists .entry-meta {
	float: left;
	width: 84px;
	height: 27px;
	line-height: 27px;
}
.news-lists .entry-meta p {
	margin-top: 3px;
	text-align: center;
	font-size: 10px;
	text-transform: uppercase;
	color: #FFFFFF;
	background-repeat: no-repeat;
}
.news-lists .entry-content {
	margin-left: 100px;
}
.news-lists .entry-content h3 {
	margin-bottom: 20px;
	line-height: 1.5em;
}
.news-lists .entry-content p {
	margin-bottom: 20px;
}
.news-lists .entry-content figure {
	position: relative;
	margin-right: 30px;
	padding: 5px 6px 14px;
	width: 173px;
	height: 90px;
	background-image: url(../images/imgbg/img-185-100.png);
	background-repeat: no-repeat;
	float: left;
}
.news-lists figure .overlay {
	width: 173px;
	height: 90px;
	background: url(../images/imgbg/overlay-185-100.png) no-repeat 0 0;
}

/*******************************************************************************
 * 03. Portfolio Lists
 *
*******************************************************************************/
.portfolio-lists ul {
	padding: 20px 0 30px;
}
.portfolio-lists li {
	float: left;
	margin-right: 30px;
	margin-top: 20px;
}
.portfolio-lists li.last {
	margin-right: 0;
}
.portfolio-lists li figure {
	margin-bottom: 5px;
}
.portfolio-lists li p {
	margin-bottom: 10px;
}

/*Two Column*/
.portfolio-lists .two-column li {
	width: 480px;
}
.portfolio-lists .two-column li h3 {
	line-height: 1.3em;
	height: 1.3em;
	overflow: hidden;
}
.portfolio-lists .two-column li figure {
	position: relative;
	padding: 5px 6px 14px;
	width: 468px;
	height: 210px;
	background-image: url(../images/imgbg/img-480-220.png);
	background-repeat: no-repeat;
}
.portfolio-lists .two-column li figure .overlay {
	width: 468px;
	height: 210px;
	background: url(../images/imgbg/overlay-480-220.png) no-repeat 0 0;
}
/*Three Column*/
.portfolio-lists .three-column li {
	width: 310px;
}
.portfolio-lists .three-column li h4 {
	line-height: 1.3em;
	height: 1.3em;
	overflow: hidden;
}
.portfolio-lists .three-column li figure {
	position: relative;
	padding: 5px 6px 14px;
	width: 298px;
	height: 150px;
	background-image: url(../images/imgbg/img-310-160.png);
	background-repeat: no-repeat;
}
.portfolio-lists .three-column li figure .overlay {
	width: 298px;
	height: 150px;
	background: url(../images/imgbg/overlay-310-160.png) no-repeat 0 0;
}
/*Four Column*/
.portfolio-lists .four-column li {
	width: 225px;
}
.portfolio-lists .four-column li h5 {
	line-height: 1.3em;
	height: 1.3em;
	overflow: hidden;
}
.portfolio-lists .four-column li figure {
	position: relative;
	padding: 5px 6px 13px;
	width: 213px;
	height: 120px;
	background-image: url(../images/imgbg/img-225-130.png);
	background-repeat: no-repeat;
}
.portfolio-lists .four-column li figure .overlay {
	width: 213px;
	height: 120px;
	background: url(../images/imgbg/overlay-225-130.png) no-repeat 0 0;
}

/*******************************************************************************
 * 04. Search Lists
 *
*******************************************************************************/
.post-search-lists li {
	padding: 30px 0;
	border-top: 1px solid #E5E5E5;
}
.post-search-lists li:last-child {
	padding-bottom: 50px;
}
 .post-search-lists li:nth-child(1) {
	border-top: none;
}
.post-search-lists .entry-meta {
	float: left;
	width: 120px;
	margin-top: 5px;
	text-align: right;
	font-size: 1.3em;
	line-height: 1.5em;
	font-style: italic;
}
.post-search-lists .entry-meta p {
	margin-bottom: 5px;
}
.post-search-lists .entry-content {
	margin-left: 160px;
}
.post-search-lists .entry-content p {
	margin-bottom: 20px;
}
.post-search-lists .entry-content h3 {
	margin-bottom: 15px;
	line-height: 1.5em;
}
/*******************************************************************************
 * 05. Pagination
 *
*******************************************************************************/
.wp-pagination {
	padding-bottom: 40px;
	height: 100%;
	overflow: hidden; 
}
.wp-pagination a, 
.wp-pagination span { 
	 display: block;
	 float: left;
	 height: 20px;
	 line-height: 20px;
	 padding: 0 8px;
	 margin-right: 5px;
	 border: 1px solid #C5C5C5;
	 background: url(../images/pagination.png) repeat-x 0 0;
}








/*#################################################################################
*
* 7. Single CSS-----------------------single.css      2011/6/19 21:12
*
#################################################################################*/ 
/*******************************************************************************
 * 01. Common
 *
*******************************************************************************/ 
.post-single {
	padding: 35px 0 20px;
}


.post-single .tags {
	font-size: 1.3em;
}


/*******************************************************************************
 * 02. Post Header
 *
*******************************************************************************/ 
.post-header {
	border-bottom: 1px solid #E5E5E5;
	padding-bottom: 20px;
}

.post-header  h2 {
	margin-bottom: 10px;
	font-size: 24px;
	line-height: 1.2em;
	color: #333333;
}

.post-header .entry-meta span {
	font-size: 1.2em;
	padding-right: 15px;
	font-style: italic;
}


/*******************************************************************************
 * 03. Post Text
 *
*******************************************************************************/ 
.post-text {
	font-size: 1.2em;
	line-height: 1.6em;
}

.post-single .post-text {
	padding: 18px 0 10px;
}

.post-single-page .post-text {
	padding: 35px 0 0;
	height: 100%;
	overflow: hidden;
}

.post-text h1, 
.post-text h2 { 
	margin-bottom: 15px; 
}

.post-text h3, 
.post-text h4 {
	margin-bottom: 10px;
}

.post-text h5, 
.post-text h6 {
	margin-bottom: 5px;
}

.post-text p { 
	margin-bottom: 15px;
}

.post-text h1 {
	font-size: 30px;
	line-height: 36px;
}

.post-text h2 {
	font-size: 24px;
	line-height: 28px;
}

.post-text h3 {
	font-size: 18px;
	line-height: 22px;
}

.post-text h4 {
	font-size: 16px;
	line-height: 20px;
}

.post-text h5 {
	font-size: 14px;
	line-height: 18px;
}

.post-text h6 {
	font-size: 12px;
	line-height: 14px;
}

.post-text img.alignleft { 
	float:left; 
	text-align:left; 
	margin-right:20px;
}

.post-text img.alignright { 
	float:right; 
	text-align:right; 
	margin-left:20px;
}

.post-text img.aligncenter { 
	margin: 0 auto; 
	display: block;
}

.post-text ul li ul, 
.post-text ol li ul {
	margin: 0;
}

.post-text ul li { 
	list-style-type:disc;
	list-style-position: inside;
	margin: 10px 0;
}

.post-text ol li { 
	list-style-type:decimal;
	list-style-position: inside;
	margin: 10px 0;
}

.post-text dl {
	padding-bottom: 15px;
}

.post-text dt {
	font-weight: bold;
	color: #333333;
}

.post-text dd {
	margin: 5px 0 15px 15px;
}

.post-text table {
	text-align: left; 
	color:#999999;
	background: #FFFFFF;
	border: 1px solid #E7E7E7; 
}

.post-text tr th, .post-text thead th {
	padding: 9px 30px; 
	text-align: left;
	font-size: 16px;
	border-bottom: 1px solid #CFCFCF;
	background: url(../images/shortcode/toptab-libg.png) repeat-x 0 0 #E2E2E2;
}

.post-text tr td {
	border-top: 1px solid #E7E7E7; 
	padding: 10px 30px; 
}

.gallery { 
	margin: 0 auto;
}
.gallery-item { 
	float: left; 
	margin: 5px 30px 10px 0;
}

.gallery-icon {
	border: 1px solid #D4D4D4;
	padding: 8px;
	background: #FFFFFF;
}

.gallery-caption {
	text-align: center;
	margin: 5px 0;
}

.wp-caption { 
	text-align: center; 
	padding: 0px  10px;
	border: 1px solid #D4D4D4;
	background: #FFFFFF;
}
.wp-caption img {
	padding: 0;
	margin: 0;
}
.wp-caption-text { 
	color: #333333;
	margin: 0;
	padding-top: 10px;
}

.sticky { }
.bypostauthor {}

/*******************************************************************************
 * 04. Author Info
 *
*******************************************************************************/ 
.author-info {
	margin-top: 30px;
	padding-top: 40px;
	background: url(../images/split-line.png) no-repeat 50% 0;
}

.author-info h3 {
	font-size: 16px;
	margin-bottom: 30px;
}

.author-info dl {
	margin-top: 15px;
}

.author-info dt {
	float: left;
	width: 80px;
}
.author-info dt figure{
	position: relative;
	width: 52px;
	height: 52px;
	padding: 3px 4px 8px;
	background: url(../images/imgbg/img-60-60.png) no-repeat;
}
.author-info dt figure .overlay {
	position: absolute;
	left: 4px;
	top: 3px;
	width: 52px;
	height: 52px; 
	background: url(../images/imgbg/overlay-60-60.png) no-repeat 0 0;
}
.author-info dd {
	margin-left: 80px;
}

.author-info dd h5 {
	margin-bottom: 5px;
}

.author-info dd p {
	padding-top: 5px;
	font-size: 1.2em;
	line-height: 1.5em;
	margin-bottom: 0;
}



/*******************************************************************************
 * 05. Related Posts
 *
*******************************************************************************/ 
.related-posts {
	margin-top: 30px;
	padding-top: 40px;
	background: url(../images/split-line.png) no-repeat 50% 0;
}

.related-posts h3 {
	font-size: 16px;
}

.related-posts li {
	float: left;
	margin-top: 30px;
}

.related-posts li h5 {
	line-height: 1.3em;
	margin-bottom: 10px;
}

.related-posts li figure {
	position: relative;
	margin-bottom: 10px;
}

.related-posts li figure .overlay {
	position: absolute;
	left: 6px;
	top: 5px;
}

.related-posts ul.fullwidth {
	width: 1020px;
	margin-left: -30px;
}

.related-posts ul.fullwidth li {
	width: 225px;
	margin-left: 30px;
}

.related-posts ul.fullwidth li figure {
	position: relative;
	padding: 5px 6px 13px;
	width: 213px;
	height: 120px;
	background-image: url(../images/imgbg/img-225-130.png);
	background-repeat: no-repeat;
}

.related-posts ul.fullwidth li figure .overlay {
	width: 213px;
	height: 120px;
	background: url(../images/imgbg/overlay-225-130.png) no-repeat 0 0;
}

.related-posts ul.side {
	width: 650px;
	margin-left: -30px;
}

.related-posts ul.side li {
	width: 185px;
	margin-left: 30px;
}

.related-posts ul.side li figure {
	margin-right: 30px;
	padding: 5px 6px 14px;
	width: 173px;
	height: 90px;
	background-image: url(../images/imgbg/img-185-100.png);
	background-repeat: no-repeat;
}

.related-posts ul.side li figure .overlay {
	width: 173px;
	height: 90px;
	background: url(../images/imgbg/overlay-185-100.png) no-repeat 0 0;
}


/*******************************************************************************
 * 06. 404 Page
 *
*******************************************************************************/
.page-404 {
	text-align: center;
	padding: 100px 0;
}

.page-404 h1 {
	margin-bottom: 10px;
	font-size: 4.8em;
	color: #999999;
}

.page-404 h3 {
	color: #333333;
}

.page-404 p {
	font-size: 1.4em;
	margin-top: 20px;
}




/*******************************************************************************
 * 07. Contact Page
 *
*******************************************************************************/
.page-contact {
	padding: 40px 0 0;
}

.page-contact h5 { 
	font-size: 16px;
	padding-bottom: 5px;
}

.page-contact input[type="text"], 
.page-contact textarea { 
	padding: 10px 12px;
	margin-bottom: 20px;
	border: 1px solid #DADADA;
	background: url(../images/comment-text.png) repeat-x #F7F7F7;
	color: #999999;
	font-size: 1.1em;
}

.page-contact input[type="text"]:focus, 
.page-contact textarea:focus { 
	border: 1px solid #BBBBBB;
	background: url(../images/comment-text-hover.png) repeat-x #EBEBEB;
	color: #666666;
}

.page-contact input[type="text"] {  
	width: 350px;  
	font-style: italic; 
}

.page-contact textarea { 
	overflow: auto; 
	width: 90%;  
	height: 150px;
	margin-bottom: 20px;
}

.page-contact input[type="submit"] { 
	display: block;
	height: 28px;
	line-height: 26px;
	padding: 0 30px;
	color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: 0 0;
	font-style: italic; 
}

.page-contact input[type="submit"]:hover {
	background-position: 0 -26px;
}

.page-contact .notice,
.page-contact .warning {
	 margin-top: 0;
}

.page-contact .post-text {
	padding: 0
}



/*******************************************************************************
 * 08. Page Navi
 *
*******************************************************************************/ 
.pagenavi {
	padding: 20px 0 50px;
	height: 100%;
	overflow: hidden; 
}
.pagenavi a, .pagenavi span { 
	 display: block;
	 float: left;
	 height: 20px;
	 line-height: 20px;
	 padding: 0 8px;
	 margin-right: 5px;
	 border: 1px solid #C5C5C5;
	 background: url(../images/pagination.png) repeat-x 0 0;
}
.pagenavi .pages {
     margin-left: 0;
}
.page-link { 
	padding-bottom: 40px;
	font-size: 1.2em;
}
.page-link a { 
	 margin: 0 5px;
	 height: 20px;
	 line-height: 20px;
	 padding: 3px 8px;
	 margin-right: 5px;
	 border: 1px solid #C5C5C5;
	 background: url(../images/pagination.png) repeat-x 0 0;
}




/*******************************************************************************
 * 08. Sitemap
 *
*******************************************************************************/ 
.sitemap-col {
	margin: 40px 0;
}

.sitemap-col h3 {
	font-size: 1.6em;
	color: #333333;
	margin-bottom: 20px;
}

.sitemap-col li {
	font-size: 12px;
	line-height: 2.5em;
	padding-left: 15px;
	background: url(../images/sidebar-bullet.png) no-repeat 0 14px;
}

#sitemap-pages li ul, 
#sitemap-categories li ul, 
#sitemap-portfolios li ul, 
#sitemap-galleries li ul,
#sitemap-slides li ul {
	padding: 5px 0 10px 2px;
}







/*#################################################################################
*
* 8. Comment CSS-----------------------comment.css      2011/6/19 21:12
*
#################################################################################*/ 
/*******************************************************************************
 * 01. Comment Lists
 *
*******************************************************************************/
#comments {
	padding-top: 40px;
	background: url(../images/split-line.png) no-repeat 50% 0;
}
#comments #respond {
	padding: 20px 0 0;
}
#comments #respond #reply-title small {
	margin-left: 20px;
}
#comments #comments-title, 
#respond #reply-title {
	font-size: 16px;
}
#comments ol.commentlist {
	padding-bottom: 30px;
}
#comments ol.commentlist li dl {
	padding: 30px 0;
	background: url(../images/linebg.png) repeat-x 0 100%;
}
#comments ol.commentlist li .comment-auther {
	width: 60px;
	float: left;
	text-align: center;
}
#comments ol.commentlist li .comment-auther figure{
	position: relative;
	width: 52px;
	height: 52px;
	padding: 3px 4px 8px;
	background: url(../images/imgbg/img-60-60.png) no-repeat;
}
#comments ol.commentlist li .comment-auther figure .overlay {
	position: absolute;
	left: 4px;
	top: 3px;
	width: 52px;
	height: 52px; 
	background: url(../images/imgbg/overlay-60-60.png) no-repeat 0 0;
}
#comments ol.commentlist li .comment-auther .reply {
	padding-top: 8px;
}
#comments ol.commentlist li .comment-content {
	margin-left: 80px;
}
#comments ol.commentlist li .comment-meta {
	text-align: right;
}
#comments ol.commentlist li .comment-meta cite.fn {
	padding-right: 10px;
	font-size: 11px;
}
#comments ol.commentlist li .comment-meta span {
	color: #999999;
	font-size: 10px;
	text-transform: uppercase;
}
#comments ol.commentlist li .comment-meta span {
	float: left;
}
#comments ol.commentlist li .comment-body {
	font-size: 1.2em;
	line-height: 1.5em;
	padding-top: 10px;
}
#comments ol.commentlist li .noapproved {
	margin-bottom: 10px;
}
#comments ol.commentlist ul.children {
	padding-left: 80px;
}
/*******************************************************************************
 * 02. Post Comment
 *
*******************************************************************************/
#respond {
	padding: 10px 0;
}
#respond #reply-title {
	margin-bottom: 15px;
}
#respond label {
	display: block;
	margin-top: 5px;
}
#respond input[type="text"],  #respond textarea {
	padding: 10px 12px;
	border: 1px solid #DADADA;
	background: url(../images/comment-text.png) repeat-x #F7F7F7;
	color: #999999;
	font-size: 1.1em;
}
#respond input[type="text"]:focus,  #respond textarea:focus {
	border: 1px solid #BBBBBB;
	background: url(../images/comment-text-hover.png) repeat-x #EBEBEB;
	color: #666666;
}
#respond input[type="text"] {
	width: 350px;
	font-style: italic;
}
#respond textarea {
	overflow: auto;
	width: 93%;
	margin: 5px 0;
}
#respond input[type="submit"] {
	display: block;
	height: 28px;
	line-height: 26px;
	padding: 0 30px;
	color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: 0 0;
	font-style: italic; 
}
#respond input[type="submit"]:hover {
	background-position: 0 -26px;
}
.comment-form-author, .comment-form-email, .comment-form-url, .comment-form-comment {
	padding-bottom: 10px;
}
.logged-in-as {
	font-size: 1.2em;
	padding-bottom: 10px;
}






/*#################################################################################
*
* 9. Widgets CSS-----------------------widgets.css      2011/6/19 21:12
*
#################################################################################*/ 
/*******************************************************************************
 * 01. Common
 *
*******************************************************************************/ 
.widget {
	padding-top: 40px;
}

.widget h3 {
	margin-bottom: 25px;
	font-size: 16px;
}

.widget li {
	font-size: 12px;
	line-height: 1.5em; 
}

.widget li p {
	padding-top: 10px;
	margin-bottom: 0;
	font-size: 12px;
}
.widget li p a:link, .widget li p a:visited {
	text-decoration:underline; 
}

.widget li p em {
	padding-right: 10px;
	font-style: normal;
}

.widget_archive li,
.widget_meta li,
.widget_links li {
	padding: 10px 0;
}

.widget_nav_menu ul li ul {
	padding: 0;
	margin: 0;
}

.widget-random-posts li,
.widget-recent-posts li,
.widget-mostview-posts li,
.widget-tweets li { 
	padding: 15px 0; 
}

.widget-gallery-posts ul {
	width: 330px;
	margin-left: -20px;
}

.widget-gallery-posts li {
	 float: left;
	 width: 90px;
	 margin-left: 20px;
	 margin-bottom: 15px;
}

.widget-gallery-posts li figure,
.widget-random-posts li figure,
.widget-recent-posts li figure,
.widget-mostview-posts li figure{
	position: relative;
	padding: 3px 4px 8px;
	margin-top: 2px;
	width: 82px;
	height: 64px;
	background-image: url(../images/imgbg/img-90-70.png);
	background-repeat: no-repeat;
}

.widget-gallery-posts li figure .overlay,
.widget-random-posts li figure .overlay,
.widget-recent-posts li figure .overlay,
.widget-mostview-posts li figure .overlay {
	position: absolute;
	left: 4px;
	top: 3px;
	width: 82px;
	height: 64px; 
	background: url(../images/imgbg/overlay-90-70.png) no-repeat 0 0;
}

/*sidebar widgets*/
#sidebar .widget a {
	color: #666666;
}

#sidebar .widget_archive li,
#sidebar .widget_meta li,
#sidebar .widget_links li,
#sidebar .widget-random-posts li,
#sidebar .widget-recent-posts li,
#sidebar .widget-mostview-posts li,
#sidebar .widget-tweets li { 
	border-bottom: 1px solid #E5E5E5;
}

#sidebar .widget_categories li,
#sidebar .widget_account li,
#sidebar .widget_nav_menu li,
#sidebar .widget_pages li {
	margin-bottom: 8px;
}

#sidebar .widget_categories li a,

#sidebar .widget_nav_menu li a,
#sidebar .widget_pages li a {
	height: 37px;
	line-height: 37px;
	padding: 0 30px;
	display: block;
	background: url(../images/widget-cat-libg.png) no-repeat;
}

#sidebar .widget_account li a{
	height: 37px;
	line-height: 37px;
	padding: 0 30px;
	display: block;
	background: url(../images/widget-account-libg.png) no-repeat;

}


/*Footer widgets*/
.footer-widgets .widget-random-posts li,
.footer-widgets .widget-recent-posts li,
.footer-widgets .widget-mostview-posts li,
.footer-widgets .widget-tweets li {
	padding: 20px 0 0;
}

.widget li:nth-child(1) {
	padding-top: 0;
}


/*******************************************************************************
 * 02. Footer Wigets Area
 *
*******************************************************************************/ 
.footer-widgets .footer-widgets-area {
	padding-top: 30px;
}

.footer-widgets .widget {
	padding: 0 0 30px;
}

.footer-widgets h3 {
	color: #FFFFFF;
}


/*******************************************************************************
 * 03. Flickr
 *
*******************************************************************************/ 
.widget-flickr h3 {
	margin-bottom: 20px;
}

.flickr_badge_image {
	float: left;
}

.flickr_badge_image {
	padding: 3px 4px 8px;
	margin: 10px 15px 2px 0;
	width: 52px;
	height: 52px;
	background-image: url(../images/imgbg/img-60-60.png);
	background-repeat: no-repeat;
}

.flickr_badge_image img {
	width: 52px;
	height: 52px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}




/*******************************************************************************
 * 04. Tweets
 *
*******************************************************************************/ 
.tweets-widget-time {
	display: block;
	padding-top: 10px;
	font-size: 10px;
}



/*******************************************************************************
 * 05. Tag Cloud
 *
*******************************************************************************/ 
.widget-tag-cloud a {
	float: left;
	padding: 6px 15px;
	margin: 0 10px 10px 0;
}

#sidebar .widget-tag-cloud a {
	background: #DDDDDD;
	color: #666666;
}

#sidebar .widget-tag-cloud a:hover {
	background: #CCCCCC;
}



/*******************************************************************************
 * 05. Premium
 *
*******************************************************************************/ 

.widget-premium li {
	float: left;
	width: 135px;
	margin-right: 30px;
	margin-bottom: 20px;
}

.widget-premium li:nth-child(2),
.widget-premium li:nth-child(4),
.widget-premium li:nth-child(6),
.widget-premium li:nth-child(8){
	margin-right: 0;
}
.widget-premium li:nth-child(3),
.widget-premium li:nth-child(5),
.widget-premium li:nth-child(7),
.widget-premium li:nth-child(9){
	margin-bottom: 0;
}



/*******************************************************************************
 * 06. Contact Form
 *
*******************************************************************************/
.widget-contact-form form {
	margin-top: 25px;
}

.widget-contact-form input[type="text"], 
.widget-contact-form input[type="submit"],
.widget-contact-form input[type="password"],
.widget-contact-form textarea {
	font-size: 10px;
}

.widget-contact-form label {
	display: block;
	margin-top: 8px;
}

.widget-contact-form textarea {
	height: 50px;
	margin: 8px 0;
	overflow: auto;
}

.widget-contact-form input[type="text"], 
.widget-contact-form input[type="password"], 
.widget-contact-form textarea {
	padding: 8px 5px; 
	border: none;
}

.widget-contact-form input[type="submit"] { 
	border: none;
	font-size: 1.2em;
	padding: 0 20px;
	height: 28px;
	line-height: 26px;
	font-style: italic; 
	color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: 0 0;
}

.widget-contact-form input[type="submit"]:hover {
	background-position: 0 -26px;
}

#sidebar .widget-contact-form input[type="text"], 
#sidebar .widget-contact-form input[type="password"], 
#sidebar .widget-contact-form textarea {
	width: 300px;
}

#sidebar .widget-contact-form input[type="text"], 
#sidebar .widget-contact-form input[type="password"], 
#sidebar .widget-contact-form textarea {
	color: #666666;
	background: #DDDDDD;
	box-shadow: inset 0px 2px 5px #C1C1C1;
	-moz-box-shadow: inset 0px 2px 5px #C1C1C1;
	-webkit-box-shadow: inset 0px 2px 5px #C1C1C1;
}

.footer-widgets .two-column .warning,
.footer-widgets .two-column .widget-contact-form input[type="text"],
.footer-widgets .two-column .widget-contact-form textarea {
	width: 430px;
}

.footer-widgets .three-column .warning,
.footer-widgets .three-column .widget-contact-form input[type="text"],
.footer-widgets .three-column .widget-contact-form textarea{
	width: 290px;
}

.footer-widgets .four-column .warning,
.footer-widgets .four-column .widget-contact-form input[type="text"],
.footer-widgets .four-column .widget-contact-form textarea {
	width: 200px;
}



/*******************************************************************************
 * 07. Social Media
 *
*******************************************************************************/
.widget-social-media a {
	display: block;
	float: left;
	width: 32px;
	height: 32px;
	margin: 0 5px 6px 0;
	background-image: url(../images/widget-media.png);
	background-repeat: no-repeat;
	text-indent: -999em;
}

.widget-social-media .media-box {
	margin-top: 25px;
}

.widget-social-media .rss {
	background-position: 0 0;
}

.widget-social-media .twitter {
	background-position: -32px 0;
}

.widget-social-media .linkedin {
	background-position: -64px 0;
}

.widget-social-media .facebook {
	background-position: -96px 0;
}

.widget-social-media .digg {
	background-position: -128px 0;
}

.widget-social-media .flickr {
	background-position: -160px 0;
}

.widget-social-media .delicious {
	background-position: -192px 0;
}

.widget-social-media .stumble {
	background-position: -224px 0;
}

.widget-social-media .youtube {
	background-position: -256px 0;
}

.widget-social-media .myspace {
	background-position: -288px 0;
}


/*******************************************************************************
 * 08. Gallery
 *
*******************************************************************************/
.footer-widgets .two-column .widget-gallery-posts ul {
	width: 500px;
	margin-left: -20px;
}

.footer-widgets .four-three .widget-gallery-posts ul {
	width: 330px;
	margin-left: -20px;
}

.footer-widgets .four-column .widget-gallery-posts ul {
	width: 240px;
	margin-left: -20px;
}




/*******************************************************************************
 * 08. Feature Services
 *
*******************************************************************************/
.feature-services-wrap {
	background: #F9F9F9;
}

.feature-services-widgets h5 {
	margin-bottom: 10px;
	font-size: 16px;
}

.feature-services-widgets img {
	padding-bottom: 10px; 
}

.feature-services-widgets p {
	font-size: 1.2em;
	line-height: 1.5em;
	margin-bottom: 0;
}

.feature-services-widgets .widget {
	padding: 0 0 30px;
}







/*#################################################################################
*
* 10. Shortcodes CSS-----------------------shortcodes.css      2011/6/19 21:12
*
#################################################################################*/ 
/*******************************************************************************
 * 01. Column
 *
*******************************************************************************/
.one-half,
.one-third,
.one-fourth,
.two-third, 
.three-fourth {
	float: left;
	margin-right: 30px; }

.one-half { width: 480px; }

.one-third { width: 310px; }

.one-fourth { width: 225px; }

.two-third { width: 650px; }

.three-fourth { width: 735px; }

.last { margin-right: 0; }

/*******************************************************************************
 * 02. Html
 *
*******************************************************************************/
.hr { height: 20px; background: url(../images/split-line.png) no-repeat 50% 50%; }

.dropcap {
	float: left;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 24px;
	margin-right: 10px;
	background-image: url(../images/dropcap.png);
	background-repeat: no-repeat;
}

.quote { 
	padding-left: 60px; 
	font-style: italic;
	color: #999999;
	font-size: 16px;
	background: url(../images/shortcode/quotes.png) no-repeat 0 0;
}

.divider {
	background: url(../images/shortcode/gotop.png) repeat-x 50% 50%; }

	.divider a { display: block; height: 20px; width: 50px; margin: 0 auto; text-indent: -999em;}

.frame img { margin: 5px 0; }

.highlight { padding: 5px 10px; }

.br { font-size: 0; }


/*******************************************************************************
 * 03. Button
 *
*******************************************************************************/
/*****************Button Common********************/
.button-wrap {
	float: left;
	margin-right: 10px; }

.button-small,
.button-medium,
.button-large { background-position: 0 0; }

.button-small:hover,
.button-medium:hover,
.button-large:hover { background-position: 0 100%; }

.button-small,
.button-medium,
.button-large,
.button-small:hover,
.button-medium:hover,
.button-large:hover {
	display: block;
	background-repeat: repeat-x;
	color: #FFFFFF; }

.button-small {
	height: 20px;
	line-height: 20px;
	padding: 0 20px;
	font-size: 12px; }

.button-medium {
	height: 26px;
	line-height: 26px;
	padding: 0 30px;
	font-size: 18px; }

.button-large {
	height: 46px;
	line-height: 46px;
	padding: 0 40px;
	font-size: 24px; }

/*****************Button Color********************/
.button-grey {
	border: 1px solid #C5C5C5;
	background-color: #E8E8E8;
	color: #666666; }

	.button-grey:hover {
		border: 1px solid #ADADAD;
		background-color: #C5C5C5;
		color: #333333; }

.button-small-grey { background-image: url(../images/shortcode/button-small-grey.png); }

.button-medium-grey { background-image: url(../images/shortcode/button-medium-grey.png); }

.button-large-grey { background-image: url(../images/shortcode/button-large-grey.png); }

.button-coffee {
	border: 1px solid #3F3331;
	background-color: #564845;}

	.button-coffee:hover {
		border: 1px solid #2F2524;
		background-color: #483936;}

.button-small-coffee { background-image: url(../images/shortcode/button-small-coffee.png); }

.button-medium-coffee { background-image: url(../images/shortcode/button-medium-coffee.png); }

.button-large-coffee { background-image: url(../images/shortcode/button-large-coffee.png); }

.button-green {
	border: 1px solid #69865C;
	background-color: #8BAA67;}

	.button-green:hover {
		border: 1px solid #456E40;
		background-color: #6C8A48;}

.button-small-green { background-image: url(../images/shortcode/button-small-green.png); }

.button-medium-green { background-image: url(../images/shortcode/button-medium-green.png); }

.button-large-green { background-image: url(../images/shortcode/button-large-green.png); }

.button-deepblue {
	border: 1px solid #394654;
	background-color: #485C72;}

	.button-deepblue:hover {
		border: 1px solid #25313E;
		background-color: #394D62;}

.button-small-deepblue { background-image: url(../images/shortcode/button-small-deepblue.png); }

.button-medium-deepblue { background-image: url(../images/shortcode/button-medium-deepblue.png); }

.button-large-deepblue { background-image: url(../images/shortcode/button-large-deepblue.png); }

.button-black {
	border: 1px solid #424242;
	background-color: #545454;}

	.button-black:hover {
		border: 1px solid #222222;
		background-color: #363636;}

.button-small-black { background-image: url(../images/shortcode/button-small-black.png); }

.button-medium-black { background-image: url(../images/shortcode/button-medium-black.png); }

.button-large-black { background-image: url(../images/shortcode/button-large-black.png); }

.button-red {
	border: 1px solid #5E0B08;
	background-color: #841511;}

	.button-red:hover {
		border: 1px solid #4A0907;
		background-color: #363636;}

.button-small-red { background-image: url(../images/shortcode/button-small-red.png); }

.button-medium-red { background-image: url(../images/shortcode/button-medium-red.png); }

.button-large-red { background-image: url(../images/shortcode/button-large-red.png); }

.button-royalblue {
	border: 1px solid #285054;
	background-color: #068700;}

	.button-royalblue:hover {
		border: 1px solid #0E4446;
		background-color: #065C56;}

.button-small-royalblue { background-image: url(../images/shortcode/button-small-royalblue.png); }

.button-medium-royalblue { background-image: url(../images/shortcode/button-medium-royalblue.png); }

.button-large-royalblue { background-image: url(../images/shortcode/button-large-royalblue.png); }

.button-orange {
	border: 1px solid #AE3F0C;
	background-color: #D5540A;}

	.button-orange:hover {
		border: 1px solid #9C2806;
		background-color: #C93A06;}

.button-small-orange { background-image: url(../images/shortcode/button-small-orange.png); }

.button-medium-orange { background-image: url(../images/shortcode/button-medium-orange.png); }

.button-large-orange { background-image: url(../images/shortcode/button-large-orange.png); }

.button-purple {
	border: 1px solid #544859;
	background-color: #705F78;}

	.button-purple:hover {
		border: 1px solid #423547;
		background-color: #615068;}

.button-small-purple { background-image: url(../images/shortcode/button-small-purple.png); }

.button-medium-purple { background-image: url(../images/shortcode/button-medium-purple.png); }

.button-large-purple { background-image: url(../images/shortcode/button-large-purple.png); }

.button-darkpurple {
	border: 1px solid #6B4A56;
	background-color: #885A6B;}

	.button-darkpurple:hover {
		border: 1px solid #51353F;
		background-color: #714757;}

.button-small-darkpurple { background-image: url(../images/shortcode/button-small-darkpurple.png); }

.button-medium-darkpurple { background-image: url(../images/shortcode/button-medium-darkpurple.png); }

.button-large-darkpurple { background-image: url(../images/shortcode/button-large-darkpurple.png); }




/*******************************************************************************
 * 04. Icon List
 *
*******************************************************************************/
.icon-list ul li {
	list-style: none;
	background-image: url(../images/shortcode/list-ico-bg.png);
	background-repeat: no-repeat;
	padding-left: 25px; }

	.icon-list ul li:last-child { margin-bottom: 0; }

.icon-tick ul li { background-position: 0 2px; }

.icon-save ul li { background-position: 0 -38px; }

.icon-redo ul li { background-position: 0 -78px; }

.icon-undo ul li { background-position: 0 -118px; }

.icon-error ul li { background-position: 0 -158px; }

.icon-stop ul li { background-position: 0 -198px; }

.icon-delete ul li { background-position: 0 -238px; }

.icon-info ul li { background-position: 0 -278px; }

.icon-question ul li { background-position: 0 -318px; }

/*******************************************************************************
 * 05. Message BOX
 *
*******************************************************************************/
.message-box {
	position: relative;
	font-size: 14px; }

	.message-box .closebox {
		position: absolute;
		right: 30px;
		top: 15px;
		font-size: 11px;
		text-decoration: underline;
		cursor: pointer; }

	.message-box p {
		margin: 0;
		padding: 15px 30px; }

		.message-box p.icon {
			padding-left: 70px;
			background-repeat: no-repeat;
			background-position: 20px 9px; }

.message-box-note {
	background-color: #D3E9FF;
	border: 1px solid #BBDDFF;
	color: #467EB5; }

		.message-box-note p.icon { background-image: url(../images/shortcode/messagebox-note.png); }

.message-box-info {
	background-color: #E3FFCD;
	border: 1px solid #A3C159;
	color: #5E6F33; }

		.message-box-info p.icon { background-image: url(../images/shortcode/messagebox-info.png); }

.message-box-alert {
	background-color: #FFF0BC;
	border: 1px solid #D3BC6F;
	color: #9E660D; }

		.message-box-alert p.icon { background-image: url(../images/shortcode/messagebox-alert.png); }

.message-box-error {
	background-color: #FFC7C2;
	border: 1px solid #FF8C80;
	color: #A22121; }

		.message-box-error p.icon { background-image: url(../images/shortcode/messagebox-error.png); }

.message-box-success {
	background-color: #D9ECFF;
	border: 1px solid #A0D0FF;
	color: #2B4B5C; }

		.message-box-success p.icon { background-image: url(../images/shortcode/messagebox-success.png); }

/*******************************************************************************
 * 06. Images
 *
*******************************************************************************/
.sized-image-wrap { float: left; }

.sized-image-wrap figure { position: relative; }

.sized-image-wrap figure .overlay { position: absolute; }

/*60*60*/
.sized-image-60-60 figure,
.sized-image-60-60 figure .overlay,
.sized-image-60-60 figure a.preloader .image-loading,
.sized-image-60-60 figure .fade-hover {
	width: 52px;
	height: 52px; 
}

.sized-image-60-60 figure {
	padding: 3px 4px 8px; 
	background: url(../images/imgbg/img-60-60.png) no-repeat 0 0; 
}

.sized-image-60-60 figure .overlay,
.sized-image-60-60 figure .fade-hover {
	left: 4px;
	top: 3px;
}

.sized-image-60-60 figure .overlay {
	background: url(../images/imgbg/overlay-60-60.png) no-repeat 0 0;
}

/*90*70*/
.sized-image-90-70 figure,
.sized-image-90-70 figure .overlay,
.sized-image-90-70 figure a.preloader .image-loading,
.sized-image-90-70 figure .fade-hover {
	width: 82px;
	height: 64px; 
}

.sized-image-90-70 figure {
	padding: 3px 4px 8px; 
	background: url(../images/imgbg/img-90-70.png) no-repeat 0 0; 
}

.sized-image-90-70 figure .overlay,
.sized-image-90-70 figure .fade-hover {
	left: 4px;
	top: 3px;
}

.sized-image-90-70 figure .overlay {
	background: url(../images/imgbg/overlay-90-70.png) no-repeat 0 0;
}


/*105*75*/
.sized-image-105-75 figure,
.sized-image-105-75 figure .overlay,
.sized-image-105-75 figure a.preloader .image-loading,
.sized-image-105-75 figure .fade-hover {
	width: 97px;
	height: 69px; 
}

.sized-image-105-75 figure {
	padding: 3px 4px 8px; 
	background: url(../images/imgbg/img-105-75.png) no-repeat 0 0; 
}

.sized-image-105-75 figure .overlay,
.sized-image-105-75 figure .fade-hover {
	left: 4px;
	top: 3px;
}

.sized-image-105-75 figure .overlay {
	background: url(../images/imgbg/overlay-105-75.png) no-repeat 0 0;
}

/*185*100*/
.sized-image-185-100 figure,
.sized-image-185-100 figure .overlay,
.sized-image-185-100 figure a.preloader .image-loading,
.sized-image-185-100 figure .fade-hover {
	width: 173px;
	height: 90px; 
}

.sized-image-185-100 figure {
	padding: 5px 6px 14px;
	background: url(../images/imgbg/img-185-100.png) no-repeat 0 0; 
}

.sized-image-185-100 figure .overlay,
.sized-image-185-100 figure .fade-hover {
	left: 6px;
	top: 5px;
}

.sized-image-185-100 figure .overlay {
	background: url(../images/imgbg/overlay-185-100.png) no-repeat 0 0;
}

/*185*135*/
.sized-image-185-135 figure,
.sized-image-185-135 figure .overlay,
.sized-image-185-135 figure a.preloader .image-loading,
.sized-image-185-135 figure .fade-hover {
	width: 173px;
	height: 125px; 
}

.sized-image-185-130 figure {
	padding: 5px 6px 14px;
	background: url(../images/imgbg/img-185-135.png) no-repeat 0 0; 
}

.sized-image-185-135 figure .overlay,
.sized-image-185-135 figure .fade-hover {
	left: 6px;
	top: 5px;
}

.sized-image-185-135 figure .overlay {
	background: url(../images/imgbg/overlay-185-135.png) no-repeat 0 0;
}

/*225*130*/
.sized-image-225-130 figure,
.sized-image-225-130 figure .overlay,
.sized-image-225-130 figure a.preloader .image-loading,
.sized-image-225-130 figure .fade-hover {
	width: 213px;
	height: 120px; 
}

.sized-image-225-130 figure {
	padding: 5px 6px 14px;
	background: url(../images/imgbg/img-225-130.png) no-repeat 0 0; 
}

.sized-image-225-130 figure .overlay,
.sized-image-225-130 figure .fade-hover {
	left: 6px;
	top: 5px;
}

.sized-image-225-130 figure .overlay {
	background: url(../images/imgbg/overlay-225-130.png) no-repeat 0 0;
}


/*295*150*/
.sized-image-295-150 figure,
.sized-image-295-150 figure .overlay,
.sized-image-295-150 figure a.preloader .image-loading,
.sized-image-295-150 figure .fade-hover {
	width: 283px;
	height: 140px; 
}

.sized-image-295-150 figure {
	padding: 5px 6px 14px;
	background: url(../images/imgbg/img-295-150.png) no-repeat 0 0; 
}

.sized-image-295-150 figure .overlay,
.sized-image-295-150 figure .fade-hover {
	left: 6px;
	top: 5px;
}

.sized-image-295-150 figure .overlay {
	background: url(../images/imgbg/overlay-295-150.png) no-repeat 0 0;
}


/*310*160*/
.sized-image-310-160 figure,
.sized-image-310-160 figure .overlay,
.sized-image-310-160 figure a.preloader .image-loading,
.sized-image-310-160 figure .fade-hover {
	width: 298px;
	height: 150px; 
}

.sized-image-310-160 figure {
	padding: 5px 6px 14px;
	background: url(../images/imgbg/img-310-160.png) no-repeat 0 0; 
}

.sized-image-310-160 figure .overlay,
.sized-image-310-160 figure .fade-hover {
	left: 6px;
	top: 5px;
}

.sized-image-310-160 figure .overlay {
	background: url(../images/imgbg/overlay-310-160.png) no-repeat 0 0;
}

/*480*220*/
.sized-image-480-220 figure,
.sized-image-480-220 figure .overlay,
.sized-image-480-220 figure a.preloader .image-loading,
.sized-image-480-220 figure .fade-hover {
	width: 468px;
	height: 210px; 
}

.sized-image-480-220 figure {
	padding: 5px 6px 14px;
	background: url(../images/imgbg/img-480-220.png) no-repeat 0 0; 
}

.sized-image-480-220 figure .overlay,
.sized-image-480-220 figure .fade-hover {
	left: 6px;
	top: 5px;
}

.sized-image-480-220 figure .overlay {
	background: url(../images/imgbg/overlay-480-220.png) no-repeat 0 0;
}


/*620*200*/
.sized-image-620-200 figure,
.sized-image-620-200 figure .overlay,
.sized-image-620-200 figure a.preloader .image-loading,
.sized-image-620-200 figure .fade-hover {
	width: 608px;
	height: 190px; 
}

.sized-image-620-200 figure {
	padding: 5px 6px 14px;
	background: url(../images/imgbg/img-620-200.png) no-repeat 0 0; 
}

.sized-image-620-200 figure .overlay,
.sized-image-620-200 figure .fade-hover {
	left: 6px;
	top: 5px;
}

.sized-image-620-200 figure .overlay {
	background: url(../images/imgbg/overlay-620-200.png) no-repeat 0 0;
}

/*resized-image*/
.resized-image {
	padding: 5px;
	border: 1px solid #D3D3D3;
	background: #F9F9F9;
}



/*******************************************************************************
 * 07. Video
 *
*******************************************************************************/
.video-wrap img { border: none; }

/*******************************************************************************
 * 08. Tabs
 *
*******************************************************************************/
/*Top Tabs*/
.top-tabs {
	border: 1px solid #E7E7E7;
	border-bottom: 1px solid #B7B7B7;
	background: #F9F9F9;
}
.top-tabs .tabs {
	background: url(../images/shortcode/toptab-libg.png) repeat-x 0 0 #E2E2E2;
}
.top-tabs .tabs li {
	float: left;
	height: 41px;
	line-height: 41px;
	list-style: none;
	padding: 0;
	margin: 0; }

	.top-tabs .tabs li a {
		display: block;
		padding: 0 30px;
		font-size: 12px;
		color: #666666; }

	.top-tabs .tabs li.current a { 
		background: #F9F9F9; 
		border-left:1px solid #CFCFCF;
		border-right:1px solid #CFCFCF; 
		color: #333333;}

	.top-tabs .tabs li:nth-child(1).current a { 
		border-left: none;}

.top-tabs .panes { padding: 25px 30px 10px; }

/*Left Tabs*/
.left-tabs .tabs {
	float: left;
	width: 290px; }

	.left-tabs .tabs li {
		list-style: none;
		margin: 0 0 10px;
		padding: 0;}

		.left-tabs .tabs li a {
			display: block;
			height: 42px;
			line-height: 42px;
			padding: 0 50px 0 20px;
			background: url(../images/shortcode/left-tab-li.png) no-repeat 0 0;
			font-size: 14px;
			color: #333333; }

		.left-tabs .tabs li.current a {
			background: url(../images/shortcode/left-tab-li-current.png) no-repeat 0 0;
			color: #FFFFFF; }

.left-tabs .panes { margin-left: 320px; }

/*******************************************************************************
 * 08. Toggle
 *
*******************************************************************************/
.toggle { 
	border: 1px solid #E7E7E7; 
	border-bottom: 1px solid  #C6C6C6;
	background: #F9F9F9;
}

	.toggle h3 {
		cursor: pointer;
		height: 38px;
		line-height: 38px;
		background: url(../images/shortcode/toggle-title.png) repeat-x 0 0;
		margin: 0;
		font-size: 14px;
		color: #333333;
	}

	.toggle h3 span {
		padding: 0 30px 0 50px;
		display: block;
		background-image: url(../images/shortcode/toggle-arrow.png);
		background-position: 20px 8px;
		background-repeat: no-repeat;
	}

		.toggle h3.toggled span {  background-position: 20px -51px; }

	.toggle .inner { padding: 30px 30px 15px; }

/*******************************************************************************
 * 09. Pricing Table
 *
*******************************************************************************/
.pricing-table-wrap {
	color: #999999;
	text-align: center; }

	.pricing-table-wrap h1,
.pricing-table-wrap h2,
.pricing-table-wrap h3,
.pricing-table-wrap h4,
.pricing-table-wrap h5,
.pricing-table-wrap h6 {
		color: #FFFFFF;
		margin-bottom: 0; }

	.pricing-table-wrap p {
		margin: 0;
		padding: 0; }

	.pricing-table-wrap ul li {
		list-style: none;
		margin: 0;
		padding: 15px 20px;
		border-bottom: 1px solid #E7E7E7;}

.pricing-table-col-2 .pricing-column {
	width: 47%;
	margin-right: 6%; }

.pricing-table-col-3 .pricing-column {
	width: 30%;
	margin-right: 5%; }

.pricing-table-col-4 .pricing-column {
	width: 22%;
	margin-right: 4%; }

.pricing-table-wrap .last { margin-right: 0; }

.pricing-column {
	float: left; }

.pricing-column-inner {
	border: 1px solid #E7E7E7;
	background: #FFFFFF; }

.pricing-column-title {
	padding: 15px 20px; }

.pricing-column-cost {
	padding: 15px 0;
	background: url(../images/shortcode/costs.png) repeat-x 0 0; color: #FFFFFF; }

	.pricing-column-cost  .costs { font-size: 36px; font-family: Georgia, Arial, Helvetica, sans-serif;  padding-bottom: 15px;}

.pricing-column-button { padding: 20px 10px; }

	.pricing-column-button a {
		line-height: 20px;
		padding: 7px 30px;
		font-size: 12px;  
		border: 1px solid #C5C5C5;
		background-color: #E8E8E8;
		background-image: url(../images/shortcode/button-medium-grey.png);
		color: #666666; }

		.pricing-column-button a:hover { 
			background-position: 0 100%;
			border: 1px solid #ADADAD;
			background-color: #C5C5C5;
			color: #333333; }

/*******************************************************************************
 * 09. Portfolio
 *
*******************************************************************************/
.shortcode-portfolio-lists ul {
	padding: 0;
	width:1020px;
	margin-left: -30px; }

.shortcode-portfolio-lists ul li {
	list-style: none;
	padding: 0 0 20px 0;
	margin: 0 0 0 30px; }

.shortcode-portfolio-lists ul li p {
	font-size: 12px;
	margin-bottom: 10px;
}

.shortcode-portfolio-lists h3, 
.shortcode-portfolio-lists h4, 
.shortcode-portfolio-lists h5 {
	margin-bottom: 10px;
}
/*******************************************************************************
 * 10. Blog
 *
*******************************************************************************/
.shortcode-blog-lists p span {
	font-size: 10px; 
	padding-right: 10px;
}

.shortcode-blog-lists .button-wrap {
	margin-top: 5px;
}

.shortcode-blog-lists .button-wrap a {
	height: 20px;
	line-height: 20px;
}

.shortcode-blog-lists .button-wrap a:hover {
	background-position: 0 100%;
	color: #FFFFFF;
}

/*******************************************************************************
 * 11. Testimonials
 *
*******************************************************************************/
.testimonials {
	background: #FCFCFC;
	border: 1px solid #C5C5C5;
	position: relative;
	padding: 20px 25px 0 25px;
	margin-bottom: 15px;
	box-shadow: 1px 1px 5px #C9C9C9;
	-moz-box-shadow: 1px 1px 5px #C9C9C9;
	-webkit-box-shadow: 1px 1px 5px #C9C9C9; }

	.testimonials h3 { text-align: right; }
	.testimonials h4 { text-align: left; }
	.testimonials .name-arrow {
		position: absolute;
		bottom: -13px;
		right: 30px;
		width: 24px;
		height: 13px;
		background: url(../images/shortcode/testimonials-arrow.png) no-repeat; }



/*******************************************************************************
 * 12. Slider
 *
*******************************************************************************/
.shortcode-slider-wrap {
	position: relative;
	background: url(../images/shortcode/slider-bg.png) repeat-x 0 100%;
	padding: 9px;
	margin: 0 auto;
	border-left: 1px solid #DFDFDF;
	border-top: 1px solid #EDEDED;
	border-right: 1px solid #DFDFDF;
	border-bottom: 1px solid #B6B6B6;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px; }

	.shortcode-slider-wrap .shadow {
		position: absolute;
		bottom: -10px;
		left: 0;
		height: 10px;
		width: 100%;
		background: url(../images/shortcode/slider-shadow.png) no-repeat 50% 0; }

	.shortcode-slider-wrap .overlay {
		position: absolute;
		z-index: 30;
		top: 9px;
		left: 9px;
		background: url(../images/shortcode/slider-overlay.png) no-repeat 0 0; }

	.shortcode-slider-wrap .overlay-right {
		position: absolute;
		z-index: 30;
		top: 9px;
		right: 9px;
		width: 10px;
		background: url(../images/shortcode/slider-overlay-right.png) no-repeat 0 0; }

	.shortcode-slider-wrap .overlay-bottom-right {
		position: absolute;
		z-index: 30;
		bottom: 9px;
		right: 9px;
		height: 10px;
		width: 10px;
		background: url(../images/shortcode/slider-overlay-bottom-right.png) no-repeat 0 0; }

	.shortcode-slider-wrap .overlay-bottom {
		position: absolute;
		z-index: 30;
		bottom: 9px;
		left: 9px;
		height: 10px;
		background: url(../images/shortcode/slider-overlay-bottom.png) no-repeat 0 0; }

.shortcode-slider {
	overflow: hidden;
	background: url(../images/loading-big.gif) no-repeat 50% 50%; }

	.shortcode-slider img {
		position: absolute;
		top: 9px;
		left: 9px;
		z-index: 10; }

	.shortcode-slider .nivo-controlNav {
		position: absolute;
		bottom: 0;
		z-index: 99;
		width: 70px;
		height: 23px;
		padding: 0 15px;
		background: url(../images/shortcode/slider-controlnav.png) no-repeat 50% 0; }

		.shortcode-slider .nivo-controlNav a,
.shortcode-slider .nivo-controlNav a:hover {
			cursor: pointer;
			width: 12px;
			height: 12px;
			line-height: 12px;
			text-indent: -999em;
			font-size: 0;
			display: block;
			background-repeat: no-repeat;
			background-image: url(../images/shortcode/slider-nav-ico.png); }

		.shortcode-slider .nivo-controlNav a {
			position: relative;
			z-index: 9;
			float: left;
			margin: 10px 0 0 2px;
			background-position: 0 1px; }

			.shortcode-slider .nivo-controlNav a:nth-child(1) { margin-left: 1px; }

			.shortcode-slider .nivo-controlNav a.active { background-position: 0 -10px; }

	.shortcode-slider .nivo-directionNav a {
		position: absolute;
		z-index: 99;
		text-indent: -999em;
		cursor: pointer;
		width: 34px;
		height: 50px;
		background-image: url(../images/shortcode/directionnav.png);
		background-repeat: no-repeat; }

	.shortcode-slider .nivo-prevNav {
		left: 0;
		background-position: 0 0; }

		.shortcode-slider .nivo-prevNav:hover { background-position: 0 -50px; }

	.shortcode-slider .nivo-nextNav {
		right: 0;
		background-position: 0 -100px; }

		.shortcode-slider .nivo-nextNav:hover { background-position: 0 -150px; }

/*******************************************************************************
 * 13. Social Media
 *
*******************************************************************************/
.social-wrap { float: left; }

	.social-wrap a {
		display: block;
		background-repeat: no-repeat;
		background-image: url(../images/shortcode/media.png);
		text-indent: -999em; }

	.social-wrap .social-small {
		width: 24px;
		height: 24px;
		margin-right: 4px; }

	.social-wrap .social-medium {
		width: 32px;
		height: 32px;
		margin-right: 4px; }

	.social-wrap .social-large {
		width: 47px;
		height: 47px;
		margin-right: 10px; }

/*stumble*/
.social-stumble .social-round-small { background-position: 0 0; }

.social-stumble .social-round-medium { background-position: 0 -50px; }

.social-stumble .social-round-large { background-position: 0 -100px; }

.social-stumble .social-square-small { background-position: 0 -150px; }

.social-stumble .social-square-medium { background-position: 0 -200px; }

/*flickr*/
.social-flickr .social-round-small { background-position: -30px 0; }

.social-flickr .social-round-medium { background-position: -40px -50px; }

.social-flickr .social-round-large { background-position: -50px -100px; }

.social-flickr .social-square-small { background-position: -30px -150px; }

.social-flickr .social-square-medium { background-position: -40px -200px; }

/*designfloat*/
.social-designfloat .social-round-small { background-position: -60px 0; }

.social-designfloat .social-round-medium { background-position: -80px -50px; }

.social-designfloat .social-round-large { background-position: -100px -100px; }

.social-designfloat .social-square-small { background-position: -60px -150px; }

.social-designfloat .social-square-medium { background-position: -80px -200px; }

/*technorati*/
.social-technorati .social-round-small { background-position: -90px 0; }

.social-technorati .social-round-medium { background-position: -120px -50px; }

.social-technorati .social-round-large { background-position: -150px -100px; }

.social-technorati .social-square-small { background-position: -90px -150px; }

.social-technorati .social-square-medium { background-position: -120px -200px; }

/*linkedin*/
.social-linkedin .social-round-small { background-position: -120px 0; }

.social-linkedin .social-round-medium { background-position: -160px -50px; }

.social-linkedin .social-round-large { background-position: -200px -100px; }

.social-linkedin .social-square-small { background-position: -120px -150px; }

.social-linkedin .social-square-medium { background-position: -160px -200px; }

/*facebook*/
.social-facebook .social-round-small { background-position: -150px 0; }

.social-facebook .social-round-medium { background-position: -200px -50px; }

.social-facebook .social-round-large { background-position: -250px -100px; }

.social-facebook .social-square-small { background-position: -150px -150px; }

.social-facebook .social-square-medium { background-position: -200px -200px; }

/*rss*/
.social-rss .social-round-small { background-position: -180px 0; }

.social-rss .social-round-medium { background-position: -240px -50px; }

.social-rss .social-round-large { background-position: -300px -100px; }

.social-rss .social-square-small { background-position: -180px -150px; }

.social-rss .social-square-medium { background-position: -240px -200px; }

/*google*/
.social-google .social-round-small { background-position: -210px 0; }

.social-google .social-round-medium { background-position: -280px -50px; }

.social-google .social-round-large { background-position: -350px -100px; }

.social-google .social-square-small { background-position: -210px -150px; }

.social-google .social-square-medium { background-position: -280px -200px; }

/*twitter*/
.social-twitter .social-round-small { background-position: -240px 0; }

.social-twitter .social-round-medium { background-position: -320px -50px; }

.social-twitter .social-round-large { background-position: -400px -100px; }

.social-twitter .social-square-small { background-position: -240px -150px; }

.social-twitter .social-square-medium { background-position: -320px -200px; }

/*digg*/
.social-digg .social-round-small { background-position: -270px 0; }

.social-digg .social-round-medium { background-position: -360px -50px; }

.social-digg .social-round-large { background-position: -450px -100px; }

.social-digg .social-square-small { background-position: -270px -150px; }

.social-digg .social-square-medium { background-position: -360px -200px; }

/*delicious*/
.social-delicious .social-round-small { background-position: -300px 0; }

.social-delicious .social-round-medium { background-position: -400px -50px; }

.social-delicious .social-round-large { background-position: -500px -100px; }

.social-delicious .social-square-small { background-position: -300px -150px; }

.social-delicious .social-square-medium { background-position: -400px -200px; }

/*myspace*/
.social-myspace .social-round-small { background-position: -330px 0; }

.social-myspace .social-round-medium { background-position: -440px -50px; }

.social-myspace .social-round-large { background-position: -550px -100px; }

.social-myspace .social-square-small { background-position: -330px -150px; }

.social-myspace .social-square-medium { background-position: -440px -200px; }

/*picasa*/
.social-picasa .social-round-small { background-position: -360px 0; }

.social-picasa .social-round-medium { background-position: -480px -50px; }

.social-picasa .social-round-large { background-position: -600px -100px; }

.social-picasa .social-square-small { background-position: -360px -150px; }

.social-picasa .social-square-medium { background-position: -480px -200px; }

/*yahoo*/
.social-yahoo .social-round-small { background-position: -390px 0; }

.social-yahoo .social-round-medium { background-position: -520px -50px; }

.social-yahoo .social-round-large { background-position: -650px -100px; }

.social-yahoo .social-square-small { background-position: -390px -150px; }

.social-yahoo .social-square-medium { background-position: -520px -200px; }


/*******************************************************************************
 * 14. Gallery Lists
 *
*******************************************************************************/
.shortcode-gallery-lists ul { padding: 5px 0;}

.shortcode-gallery-lists ul li {
	float: left;
	padding: 0;
	list-style: none;
	margin: 0 30px 20px 0;
}

.shortcode-gallery-lists ul li.last {
	margin-right: 0;
}

.shortcode-gallery-lists figure { position: relative; }

.shortcode-gallery-lists figure .overlay { position: absolute; }

.shortcode-gallery-lists figure .overlay,
.shortcode-gallery-lists figure .fade-hover {
	left: 6px;
	top: 5px;
}

/*Two Column*/
.shortcode-gallery-lists .two-column li {
	width: 480px;
}

.shortcode-gallery-lists .two-column figure,
.shortcode-gallery-lists .two-column figure .overlay,
.shortcode-gallery-lists .two-column figure a.preloader .image-loading,
.shortcode-gallery-lists .two-column figure .fade-hover {
	width: 468px;
	height: 210px; 
}

.shortcode-gallery-lists .two-column li figure {
	padding: 5px 6px 13px;
	background-image: url(../images/imgbg/img-480-220.png);
	background-repeat: no-repeat;
}

.shortcode-gallery-lists .two-column li figure .overlay {
	background: url(../images/imgbg/overlay-480-220.png) no-repeat 0 0;
}

/*Three Column*/
.shortcode-gallery-lists .three-column li {
	width: 310px;
}

.shortcode-gallery-lists .three-column figure,
.shortcode-gallery-lists .three-column figure .overlay,
.shortcode-gallery-lists .three-column figure a.preloader .image-loading,
.shortcode-gallery-lists .three-column figure .fade-hover {
	width: 298px;
	height: 150px; 
}

.shortcode-gallery-lists .three-column li figure {
	padding: 5px 6px 13px;
	background-image: url(../images/imgbg/img-310-160.png);
	background-repeat: no-repeat;
}

.shortcode-gallery-lists .three-column li figure .overlay {
	background: url(../images/imgbg/overlay-310-160.png) no-repeat 0 0;
}

/*Four Column*/
.shortcode-gallery-lists .four-column li {
	width: 225px;
}

.shortcode-gallery-lists .four-column figure,
.shortcode-gallery-lists .four-column figure .overlay,
.shortcode-gallery-lists .four-column figure a.preloader .image-loading,
.shortcode-gallery-lists .four-column figure .fade-hover {
	width: 213px;
	height: 120px; 
}

.shortcode-gallery-lists .four-column li figure {
	padding: 5px 6px 13px;
	background-image: url(../images/imgbg/img-225-130.png);
	background-repeat: no-repeat;
}

.shortcode-gallery-lists .four-column li figure .overlay {
	background: url(../images/imgbg/overlay-225-130.png) no-repeat 0 0;
}

/* Admin */

.join_edit_error {
	background-color: #f0f0f0;
	border: 1px solid #f00;
	padding: 2px;
	color:#FF0000;
}
/*Manage Members Account */

.blogaccount { font-size:12px; border:1px solid #DDD; background-color:#fafafa; padding:5px; height:130px; text-align:left; }
.blogaccount .thumbshot { float:left; width:150px; height:110px; margin:10px 10px; }
 .blogaccount .info { font-size:12px; float:left; width:220px; margin:10px 0; background:#FFF;}
.blogaccount .info h4 { font-size:14px; }

.blogaccount .info p { margin:0; padding:0; }
.blogaccount .info p.approved { color:#009900; }
.blogaccount .info p.pending { color:#FF6633; }
.blogaccount .info p.declined { color:#CC0000; }

.blogaccount .info p.url { color:#990000; font-size:10px; margin:5px;}

.blogaccount .info ul.actions { list-style:none; margin:5px 0 0 0; position:absolute; }
.blogaccount .info ul.actions li { float:left;  }
.blogaccount .info ul.actions li a {  padding: 2px 4px; margin: 1px 5px 1px 0; font-size:12px; border:1px solid #257BB3; text-decoration: none; color: #124774; display:inline-block; }

 .blogaccount .stats { float:right; width:145px; border-left:1px solid #DDD;  }
 .blogaccount .stats ul { list-style:none; margin:10px; }
 .blogaccount .stats ul li { color:#124774; border-bottom:1px solid #DDD; margin:0 0 4px 0; padding:0 0 4px 0; }
 .blogaccount .stats ul li.last { color:#124774; border:none; margin:0 0 4px 0; padding:0 0 4px 0; }

 .blogaccount .handle { width:20px; float:left; height:100%; }
 .blogaccount .handle a { background:#d4d4d4 url(images/drag_bg.gif) center center no-repeat; cursor:move; display:block; height:100%; /*display:inline-block;*/ }
 .blogaccount .handle a:hover { background-color:#206ca0; }


/*Manage Menu */
#default_439.default_horiz_dropdown_mm li.sm_normal, #default_439.default_horiz_dropdown_mm li.sm_active{
	list-style-image:none;background:url('/it_healthcare/modules/mod_ice_menu/tmpl/default/nav_border.png') no-repeat top right;
	list-style-position:outside;list-style-type:none;float:left;margin-right:15px;position:relative
}
#default_439.default_horiz_dropdown_mm li.sm_normal:last-child, #default_439.default_horiz_dropdown_mm li.sm_active:last-child{
	background:none
}
#default_439.default_horiz_dropdown_mm li.sm_normal div.default_horiz_dropdown_h, #default_439.default_horiz_dropdown_mm li.sm_active div.default_horiz_dropdown_h{
	margin:0;height:59px;margin-right:15px;text-decoration:none
}#default_439.default_horiz_dropdown_mm li .default_horiz_dropdown_h a.icemenu_link,
			#default_439.default_horiz_dropdown_mm li .default_horiz_dropdown_h span.separator, 
			#default_439.default_horiz_dropdown_mm li li.sm_normal .default_horiz_dropdown_h span.separator{
			text-decoration:none;display:block
}
			#default_439.default_horiz_dropdown_mm li .default_horiz_dropdown_h span.separator:hover,
			#default_439.default_horiz_dropdown_mm li li.sm_normal .default_horiz_dropdown_h span.separator:hover,
			#default_439.default_horiz_dropdown_mm li .default_horiz_dropdown_h a.icemenu_link:hover, 
			#default_439.default_horiz_dropdown_mm li li.sm_normal .default_horiz_dropdown_h a.icemenu_link:hover{
			color:#fff
}
#default_439.default_horiz_dropdown_mm li.sm_active div.default_horiz_dropdown_h, #default_439.default_horiz_dropdown_mm li.parent div.default_horiz_dropdown_h
{
			background:url('/it_healthcare/modules/mod_ice_menu/tmpl/default/nav_current.png') no-repeat 47% bottom
}
#default_439.default_horiz_dropdown_mm li.sm_active div.default_horiz_dropdown_h span.title, #default_439.default_horiz_dropdown_mm li.parent div.default_horiz_dropdown_h span.title{
color:#F7EF48
}
#default_439 li.sm_normal .default_horiz_dropdown_h span.title,
#default_439 li.sm_active .default_horiz_dropdown_h span.title{display:block;font-family:'Nobile',arial,serif;font-size:1.1em;line-height:1.2em;margin:0;color:#fff;text-shadow:1px 1px 1px #444;padding:8px 0 0}#default_439 li.sm_normal .default_horiz_dropdown_h span.titlefix,
	#default_439 li.sm_active .default_horiz_dropdown_h span.titlefix{padding-top:15px}#default_439 li.sm_normal .default_horiz_dropdown_h span.subtitle,
#default_439 li.sm_active .default_horiz_dropdown_h span.subtitle{font-family:Arial,Helvetica,sans-serif;letter-spacing:0;color:#fff;text-shadow:none;filter:alpha(opacity=75);-moz-opacity:0.75;-khtml-opacity:0.75;opacity:0.75;display:block;margin:0;padding:0;font-size: .9em;font-weight:normal;line-height:1.1em;text-transform:none;white-space:nowrap}


#default_439 li.sm_normal ul.default_horiz_dropdown_sm, #default_439 li.sm_active ul.default_horiz_dropdown_sm{
	position:absolute;top:45px;left: -27px;margin:0;padding:0;width:320px;overflow:hidden;display:none;background:transparent url('/it_healthcare/modules/mod_ice_menu/tmpl/default/nav_drop_bg.png') no-repeat bottom center
}
#default_439 li.sm_normal ul.default_horiz_dropdown_sm li.lastitem, #default_439 li.sm_active ul.default_horiz_dropdown_sm li.lastitem{
	height:25px;clear:both;list-style-type:none
}

#default_439 ul.default_horiz_dropdown_sm li.sm_normal, #default_439 ul.default_horiz_dropdown_sm li.sm_active{
	float:none;background:none;width:310px
}
#default_439 ul.default_horiz_dropdown_sm li.sm_normal .default_horiz_dropdown_h, #default_439 ul.default_horiz_dropdown_sm li.sm_active .default_horiz_dropdown_h{
	float:none;height:auto!important;padding-bottom:5px;margin-left:27px;
	background:url('/it_healthcare/modules/mod_ice_menu/tmpl/default/nav_line.png') repeat-x bottom left!important
}
#default_439 ul.default_horiz_dropdown_sm li.sm_normal .default_horiz_dropdown_h a.icemenu_link,
	#default_439 ul.default_horiz_dropdown_sm li.sm_active .default_horiz_dropdown_h a.icemenu_link,
	#default_439 ul.default_horiz_dropdown_sm .default_horiz_dropdown_h span.separator{padding-left:17px;background:url('/it_healthcare/modules/mod_ice_menu/tmpl/default/nav_point.png') no-repeat center left}#default_439 ul.default_horiz_dropdown_sm li.sm_normal .default_horiz_dropdown_h a.icemenu_link:hover{background-image:url('/it_healthcare/modules/mod_ice_menu/tmpl/default/nav_point_hover.png')}#default_439 ul.default_horiz_dropdown_sm div.haschilds span.icemenu_haschild{width:16px;height:16px;margin-top:-1.9em;position:relative;float:right;background:url('http://aux.iconpedia.net/uploads/12786014861302021913.png') no-repeat}#default_439 ul.default_horiz_dropdown_sm li.sm_active .default_horiz_dropdown_h a.icemenu_link{background-image:url('/it_healthcare/modules/mod_ice_menu/tmpl/default/nav_point_hover.png')}#default_439 ul.default_horiz_dropdown_sm .default_horiz_dropdown_h span.title,
			#default_439 ul.default_horiz_dropdown_sm .default_horiz_dropdown_h:hover span.title{color:#fff!important;font-size:1.1em!important}#default_439 ul.default_horiz_dropdown_sm .default_horiz_dropdown_h span.titlefix{padding-top:9px}#default_439 ul.default_horiz_dropdown_sm span.subtitle{padding-bottom:6px!important;line-height:13px!important}#default_439 ul.default_horiz_dropdown_sm li.sm_active .default_horiz_dropdown_h span.title,
			#default_439 ul.default_horiz_dropdown_sm li.sm_active .default_horiz_dropdown_h:hover span.title,
			#default_439 ul.default_horiz_dropdown_sm li.parent .default_horiz_dropdown_h span.title{color:#F7EF48!important}#default_439 ul.default_horiz_dropdown_sm li.parent li.sm_normal .default_horiz_dropdown_h span.title{color:#fff!important}#default_439 ul.default_horiz_dropdown_sm ul.default_horiz_dropdown_sm{top:10px;left:250px}#default_439.default_horiz_dropdown_mm li .moduletable{position:relative;overflow:hidden;display:block;text-shadow:none;color:#D8E0BA;margin:10px 0 0}#default_439.default_horiz_dropdown_mm li .moduletable p:last-child{margin-bottom:.75em}#default_439.default_horiz_dropdown_mm li .moduletable h3{color:#fff;font-size:1.3em;padding:2px 0 0;margin:0;top:auto;left:auto;position:relative}#default_439.default_horiz_dropdown_mm li .moduletable h4{color:#fff;text-shadow:none;font-size:1.15em}#default_439.default_horiz_dropdown_mm li .moduletable ul,
#default_439.default_horiz_dropdown_mm li .moduletable ol{padding:0;margin:0}#default_439.default_horiz_dropdown_mm li .moduletable li{list-style-type:none;padding:0 0 1em}#default_439.default_horiz_dropdown_mm li .moduletable li a:hover{text-decoration:underline}#default_439.default_vert_accordion_mm{margin:0;clear:both;position:relative;padding:0;list-style-image:none;list-style-position:outside;list-style-type:none}#default_439.default_vert_accordion_mm li.sm_normal ul,
	#default_439.default_vert_accordion_mm li.sm_active ul{margin:0;padding:0}#default_439.default_vert_accordion_mm li ul.level1{background:#EDF2E9;overflow:hidden}#default_439.default_vert_accordion_mm li ul.level1 div.default_vert_accordion_h{padding-left:10px;padding-right:10px}#default_439.default_vert_accordion_mm li ul.level2{background:#E0E9D9}#default_439.default_vert_accordion_mm li ul.level2 div.default_vert_accordion_h{padding-left:10px}#default_439.default_vert_accordion_mm li ul.level3{background:#E0E9D9}#default_439.default_vert_accordion_mm li ul.level4{background:#E0E9D9}#default_439.default_vert_accordion_mm li.sm_normal,
	#default_439.default_vert_accordion_mm li.sm_active{border-bottom:1px dotted #DEDEDE;list-style-image:none;list-style-position:outside;list-style-type:none;display:block}#default_439.default_vert_accordion_mm li.sm_normal li,
	#default_439.default_vert_accordion_mm li.sm_active li{border-bottom:0px;border-top:1px solid #fff}#default_439.default_vert_accordion_mm li div.default_vert_accordion_h a,
			#default_439.default_vert_accordion_mm li div.default_vert_accordion_h span.separator{display:block;position:relative;padding:0;padding:6px 0 8px;text-decoration:none;font-size:1em;font-weight:normal}#default_439.default_vert_accordion_mm li.sm_active div.default_vert_accordion_h,
				#default_439.default_vert_accordion_mm li.parent div.default_vert_accordion_h{}#default_439.default_vert_accordion_mm li div.haschilds span.accArrow{background:url('/images/drop_arrow.png') no-repeat top;width:25px;height:25px;cursor:pointer;position:absolute;top:auto;bottom:25%;left:auto;right:0}#default_439.default_vert_accordion_mm li div.haschilds.oppened span.accArrow{background-position:bottom}#default_439.default_vert_accordion_mm li.sm_normal span.title,
#default_439.default_vert_accordion_mm li.sm_active span.title{color:#666;display:block;font-size:1.1em;font-family:'Nobile',arial,serif;font-weight:normal;margin:0;padding:0}#default_439.default_vert_accordion_mm li.sm_normal a:hover span.title,
	#default_439.default_vert_accordion_mm li.sm_active a span.title,
	#default_439.default_vert_accordion_mm li li.sm_active a span.title{color:#a1661a}#default_439.default_vert_accordion_mm li.sm_active li a span.title{color:#666}#default_439 li.sm_normal span.subtitle,
#default_439 li.sm_active span.subtitle{display:block;margin:0;padding:0;font-weight:normal;color:#999;line-height:1em;font-size:.9em;text-transform:none;white-space:nowrap}#default_439 li.sm_normal .default_vert_accordion_h span.titlefix,
#default_439 li.sm_active .default_vert_accordion_h span.titlefix{margin-bottom:-4px}#default_439.default_vert_accordion_mm li.sm_normal li span.title,
#default_439.default_vert_accordion_mm li.sm_active li span.title{font-size:1em}#default_439.default_vert_accordion_mm li .moduletable{display:block;margin:10px 10px 0 0}#default_439.default_vert_accordion_mm li .moduletable{color:#666}
#default_439.default_vert_accordion_mm li .moduletable h3{color:#444;position:relative;font-size:1.3em;padding:2px 0 3px;text-shadow:1px 1px 1px #fff;margin:-4px 0 0 0;top:0;lef:0}
