/**
 * @version $Id: template.css 20075 2011-07-28 12:24:47Z infograf768 $
 * @author Templatesquare
 * @package Joomla
 * @subpackage Magnum Themes
 * @copyright Copyright (C) 2011 Templatesquare. All rights reserved.
 * @license GNU/GPL, see LICENSE.php
 * Joomla! is free software. This version may have been modified pursuant to the
 * GNU General Public License, and as distributed it includes or is derivative
 * of works licensed under the GNU General Public License or other free or open
 * source software licenses. See COPYRIGHT.php for copyright notices and
 * details.
 */
 
/* Generated by Font Squirrel (http://www.fontsquirrel.com)*/
@font-face {
    font-family: 'DroidSansRegular';
    src: url('../fonts/DroidSans-webfont.eot');
    src: url('../fonts/DroidSans-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DroidSans-webfont.woff') format('woff'),
         url('../fonts/DroidSans-webfont.ttf') format('truetype'),
         url('../fonts/DroidSans-webfont.svg#DroidSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DroidSansBold';
    src: url('../fonts/DroidSans-Bold-webfont.eot');
    src: url('../fonts/DroidSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DroidSans-Bold-webfont.woff') format('woff'),
         url('../fonts/DroidSans-Bold-webfont.ttf') format('truetype'),
         url('../fonts/DroidSans-Bold-webfont.svg#DroidSansBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* #Base 960 Grid
================================================== */

    .container					                { position: relative; width: 960px; margin: 0 auto; padding: 0; }
    .column, .columns                           { float: left; display: inline; margin-left: 10px; margin-right: 10px; }
    .row                                        { margin-bottom: 20px; }

    /* Nested Column Classes */
    .column.alpha, .columns.alpha               { margin-left: 0; }
    .column.omega, .columns.omega               { margin-right: 0; }

    /* Base Grid */	
	.container .one.column						{ width: 60px;  }
	.container .two.columns 					{ width: 140px; }
	.container .three.columns 					{ width: 220px; }
	.container .four.columns 					{ width: 300px; }
	.container .five.columns 					{ width: 380px; }
	.container .six.columns 					{ width: 460px; }
	.container .seven.columns 					{ width: 540px; }
	.container .eight.columns 					{ width: 620px; }
	.container .nine.columns 					{ width: 700px; }
	.container .ten.columns 					{ width: 780px; }
	.container .eleven.columns 					{ width: 860px; }
	.container .twelve.columns 					{ width: 940px; }

    /* Offsets */
	
	.container .offset-by-one                	{ padding-left: 80px;  }
    .container .offset-by-two                	{ padding-left: 160px; }
    .container .offset-by-three              	{ padding-left: 240px; }
    .container .offset-by-four               	{ padding-left: 320px; }
    .container .offset-by-five               	{ padding-left: 400px; }
    .container .offset-by-six                	{ padding-left: 480px; }
    .container .offset-by-seven              	{ padding-left: 560px; }
    .container .offset-by-eight              	{ padding-left: 640px; }
    .container .offset-by-nine               	{ padding-left: 720px; }
    .container .offset-by-ten                	{ padding-left: 800px; }
    .container .offset-by-eleven             	{ padding-left: 880px; }
	

	/* Self Clearing Goodness */
    .container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

    /* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
    .clearfix:before,
    .clearfix:after,
    .row:before,
    .row:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; }
    .row:after,
    .clearfix:after {
      clear: both; }
    .row,
    .clearfix {
      zoom: 1; }

    /* You can also use a <br class="clear" /> to clear columns */
    .clear, .clr {
      clear: both;
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0;
    }


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, font, 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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
a img {
	border: none;
}

*:focus {
	outline:none; /* removes ugly dotted border but may make template more unsuable, up to you
					 if you want to keep it! */
}
/* Clearing

/* Self Clearing Goodness */
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

/* Use clearfix class on parent to clear nested columns,
or wrap each row of columns in a <div class="row"> */
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }
.row:after,
.clearfix:after {
  clear: both; }
.row,
.clearfix {
  zoom: 1; }

/* You can also use a <br class="clear" /> to clear columns */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family:Arial, Tahoma, Verdana;
}

h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.wp-caption-text,
input[type=submit]
{
	font-family:Arial, Tahoma, Verdana;
}
pre {
	font-family:Arial, Tahoma, Verdana;
}
code {
	font-family:Verdana, Arial;
	letter-spacing:1px;
	margin:25px 0 25px 0px;
	display:block;
	font-size:0.9em;
	border-left:4px solid #e0e0e0;
	padding:15px 10px;
}
a img{border:0px;}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	font-family:"DroidSansRegular", Arial, Verdana;
	font-size:13px;
	margin:0 auto;
	padding:0;
	line-height:22px;
	color:#555;
	background:#fbfbfb url(../images/bg-body.png) repeat;
}

/* links */
a, a:visited, .colortext {text-decoration:none; color:#2d6191;}
a:hover{text-decoration:none; color:#2d6191;}
a img{border:none}

/* img */
.frame{	border:1px solid #e5e5e5; background:#fff; padding:2px; }

/* heading */
h1, h2, h3{margin-bottom:15px; font-family:"DroidSansRegular", Arial, Verdana; font-weight:normal; }
h4, h5, h6{margin-bottom:8px; font-family:"DroidSansRegular", Arial, Verdana; font-weight:normal; }
h1, h2, h3, h4, h5, h6, .pagetitle a, .pagetitle a:visited{color:#303030;}


h1 {font-size:30px; line-height:30px;}
h2 {font-size:25px; line-height:26px;}
h3 {font-size:16px; line-height:24px;}
h4 {font-size:13px; line-height:22px;}
h5 {font-size:12px; line-height:20px;}
h6 {font-size:11px; line-height:normal}
.pagetitle{font-size:25px; line-height:27px; padding-bottom:0; margin-bottom:0; font-family:"DroidSansBold", Arial, Verdana;}
.boldtext{font-family:"DroidSansBold", Arial, Verdana;}


/* Text elements */
hr {
	border-width:0;
	height:1px;
	line-height:0;
	margin:30px 0px !important;
	page-break-after:always;
	text-align:center;
	width:100%;
	clear:both;
	color:#f1f1f1;
	background:#f1f1f1;
}

p {
	margin-bottom:20px;
}

body p:last-child{margin-bottom:0;}

ul {
	list-style: disc;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 2.2em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}

blockquote{
	margin:0px 0 20px 0px;
	padding:0px 10px 0px 50px;
	background-image:url(../images/quote.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	clear:both;
	font-style:italic;
	font-size:13px;
	line-height:22px;	}
	
blockquote p{ margin:0px;}
blockquote div{}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}

code {
	font-family:Verdana, Arial;
	letter-spacing:1px;
	margin:25px 0 25px 0px;
	display:block;
	font-size:0.9em;
	border-left:solid 4px #ebebeb;
	padding:15px 10px;
}

pre {
	border-left:solid 4px #ebebeb;
	line-height: 18px;
	margin-bottom: 18px;
	padding:20px;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}
/*** END OF GLOBAL  ***/

/* CONTAINER
-------------------------------------------------------------- */
#wrapper-top{ background:#fff; border-top:solid 4px #2b2b2b}
#wrapper-header{background:#f9f9f9; border-top:1px solid #eee; border-bottom:1px solid #eee;}
#wrapper-content{ background:#fff;}
#wrapper-beforefooter{background:#f9f9f9; border-top:1px solid #eee;}
#wrapper-footer{background:#2b2b2b; }

/* TOP AREA & MENU
-------------------------------------------------------------- */
#top{ padding:25px 0px 25px 0px;}
#logo{float:left;}
#logo h1{margin:0 0 5px 0;}
#nav{position:relative;	z-index:200;float:left;padding:0;}

#topnav{
	margin:7px 0 0 0;
	padding:0;
	list-style-type:none;
	overflow:visible;
	position:relative;
	float:right;
	font-size:12px;
	font-family:"DroidSansRegular", Arial, Verdana;
	text-transform:uppercase
  }

#topnav a, .sf-menu a, .sf-menu a:visited {color:#878787;}
#topnav a:hover{color:#2d6191;}
#topnav li a:hover,
#topnav .current_page_item > a, #topnav  .current_page_item > a:hover,
#topnav .current_page_parent > a, #topnav .current_page_parent > a:hover,
#topnav .current-menu-parent > a, #topnav .current-menu-parent > a:hover,
#topnav .current-menu-item > a, #topnav .current-menu-item > a:hover
{color:#2d6191;}

/* Drop down menu */
.sf-menu ul{ border:1px solid #eee; border-bottom:0px; text-transform:capitalize}
.sf-menu li li {background:	#fff; border-bottom:1px solid #eee;}

.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			-1px;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {	float:	left;	margin-bottom:	1em;}
.sf-menu a { padding: .75em 1em;	text-decoration:none;}


/*** arrows **/
.sf-menu .sf-sub-indicator { display:none;}

/* HEADER AND SLIDER
-------------------------------------------------------------- */
#header{padding:29px 0; }
#header h2{ padding-bottom:14px;}

#slider-container{padding:0 0 20px 0; position:relative  }
#slider-container.no-navigation{padding-bottom:0;}
.box_skitter_large {width:940px; height:294px; background:#000}
.label_skitter{bottom:20px !important; left:30px !important; padding:15px 20px;
	color:#fff;
	background:#000; 
	opacity: 0.9;
    -moz-opacity: 0.9;
    filter:alpha(opacity=90);
}
.label_skitter h3{margin-bottom:5px; color:#fff; font-family:"DroidSansBold", Arial, Verdana;}
.label_skitter h3 a, .label_skitter h3 a:visited{color:#fff;}
/* END SLIDER */

/* CONTENT
-------------------------------------------------------------- */
#main-content{ padding:44px 0}

#content{width:620px;}
#content.positionleft{float:left;}
#content.positionright{float:right;}
.small{font-size:11px}
ul.small{margin-top:10px; margin-bottom:20px}



/* form & button */
form{margin:0; padding:0;}
input[type="text"], input[type="password"], input[type="email"],
textarea, select {	padding:8px;  font-size:12px;  border:1px solid #e6e6e6; color:#555; }
textarea:focus{outline:0;}
.button, .button:visited, input[type="submit"]{
	padding:4px 15px 2px 15px;
	display:inline-block;
	font-size:12px;
	text-align:center;
	font-family:"DroidSansRegular", Arial, Verdana;
	text-transform:uppercase;
	border-radius: 2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	cursor:pointer;
	color:#555;
	border:solid 1px #e5e5e5;
	background:#f4f4f4;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f4f4f4));
	background: -moz-linear-gradient(top,  #ffffff,  #f4f4f4);
	background: -o-linear-gradient(top,  #ffffff,  #f4f4f4);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f4f4f4');
}
.button:hover, input[type="submit"]:hover{
	text-decoration:none;
	color:#555;
	background:#ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#ffffff));
	background: -moz-linear-gradient(top,  #f4f4f4,  #ffffff);
	background: -o-linear-gradient(top,  #f4f4f4,  #ffffff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#ffffff');
}
input[type="submit"]{padding:8px 15px 6px 15px; }
#contact-form input[type="text"], input[type="password"], input[type="email"]{
	width:60%;
}
#contact-form textarea{
	width:80%;
}
#contact-form .button{
	padding:10px;
}

/* Separator */
.separator {
	display:block;
	padding:15px 0;
	text-align:center;
	width:100%;
	clear:both;
}

.separator.line {
	display:block;
	text-align:center;
	width:100%;
	clear:both;
	border-bottom: 1px solid #f1f1f1;
	padding:19px 0px 0px;
	height:1px;
	margin:0 0 44px 0 !important;
}


.separator.line div{
 	height:1px;
	background:#f1f1f1;
}

/* Column Layouts */
.one_half, .one_third, .two_third, 
.three_fourth, .one_fourth, .one_fifth, 
.two_fifth, .three_fifth, .four_fifth, 
.one_sixth, .five_sixth{margin-right: 2%; margin-left:2%; position:relative; float:left;}

.one_half									{ width:48%; }
.one_third									{ width:30.6666%;}
.one_fourth								{ width:22%; }
.one_fifth									{ width: 16.8%;}
.one_sixth 								{ width: 13.3333%;}

.two_third									{ width: 65.3332%;}
.two_fourth 								{ width: 48%;}
.two_fifth 									{ width: 37.6%;}
.two_sixth 								{ width: 30.6666%;}

.three_fourth							{ width:74%;}
.three_fifth 								{ width: 58.4%;}
.three_sixth 								{ width: 47.9998%;}

.four_fifth 								{ width: 79.2%;}
.four_sixth 								{ width: 65.3332%;}

.five_sixth 								{ width: 82.6665%;}
.firstcols										{ margin-left:0px !important; }
.last, .lastcols							{ margin-right:0px !important; clear:right; }

/* Tables */
table {border-collapse:separate;border-spacing:0;width:100%; margin-bottom:18px;}
table,td,th { text-align:center;}
th{padding:10px;text-transform:uppercase; border-bottom: 1px solid #f1f1f1;}
td{padding:10px;}
tfoot td{border:0px;}
th,tr:hover{}
table {
	border: 1px solid #f1f1f1;
	border-bottom:0;
	text-align: left;
	margin: 0 -1px 24px 0;
	width: 100%;
}
tr th,
thead th {
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
tr td {
	border-bottom: 1px solid #f1f1f1;
	padding: 6px 24px;
}
tr.odd td {
	background: #F2F7FC;
}


/* BLOG STYLE
-------------------------------------------------------------- */
.sticky{
	background: #fff;
	border-top: 4px solid #e5e5e5;
	padding: 10px;
}
.post{margin-bottom:40px;  position:relative; padding-bottom:40px; border-bottom:1px solid #f1f1f1; }
.post.item-page{margin-bottom:0px;padding-bottom:0px;border-bottom:0px;}
.post .posttitle{ margin-bottom:0px; font-size:16px; font-family:"DroidSansBold", Arial, Verdana;}
.post-date{
	display:inline-block;
	width: 47px;
	height: 40px;
	-moz-border-radius: 47px;
	-webkit-border-radius: 47px;
	-khtml-border-radius: 47px;
	border-radius: 47px;
	float:right;
	font-size:12px;
	line-height:15px;
	text-align: center;
	margin:0px 0px 0 0;
	padding-top:7px;
	background-color:#555555; color:#fff;
}
.posttitle a:hover{text-decoration:none}
.entry-utility{font-size:11px; color:#999; position:relative;}
.entry-utility a, .entry-utility a:visited{color:#999;}
.entry-utility a:hover{text-decoration:underline;}
ul.actions{margin:0px; padding:0px; position:absolute; z-index:12; right:52px; top:-15px;}
ul.actions li{list-style-type:none; display:inline;}
#postcontent.entry-content, #postattachment.entry-content{padding:20px 0 0 0;}
.postimg{margin-bottom:10px;}

#searchresult .hentry{padding:0 0 10px; margin:0 0 20px 0}
#searchresult .post{border:0px;}
#searchresult #postcontent.entry-content{padding:0;}
#searchresult h2{font-size:14px; font-family:"DroidSansBold", Arial, Verdana; margin-bottom:4px}

.entry-attachment{margin-bottom:20px;}

#share{float:right}
#share span{float:left;}
#share .st_twitter_hcount{width:100px;}
#share .st_facebook_hcount{width:100px;}
#share .st_plusone_hcount{width:70px;}


/* author */
h2.title-author{ font-size:16px}
#entry-author-info {
	clear: both;
	padding:10px 10px 30px 10px;
	margin-bottom:30px;
	position:relative;
	border:solid 1px #f1f1f1;
}
#entry-author-info #author-avatar {
	margin: 0 0 0 0;
	position:absolute;
	top:10px;
}
.avatar{padding:5px !important}
#entry-author-info #author-description {
	margin: 0 0 10px 85px; vertical-align:top;
}
#entry-author-info #author-description  h2{font-size:15px; margin-bottom:0}
#author-description span.author{ font-weight:bold; display:block}

/* attachment pages wordpress */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}

/* images content */
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
	margin-top: 5px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
	margin-top: 5px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignnone,
img.alignnone {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding:0px;
}
img.alignleft, 
img.alignright, 
img.aligncenter,
img.alignnone {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	margin: 5px;
	color: #888;
	font-size: 11px;
}
#content .wp-smiley {
	margin:0;
}
#content .gallery {
	margin: auto;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 11px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}
.tag-links{padding:10px 0; display:block}


/* navigation  */
.navigation {
	line-height: 20px;
	overflow: hidden;
}
.navigation .button{text-transform:capitalize;}
.navigation a:link,
.navigation a:visited {
	text-decoration: none;
	color:#666
}
.navigation a:active,
.navigation a:hover {
}
.nav-previous {
	float: left;
}
.nav-next {
	float: right;
	text-align: right;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: 20px 0 10px 0;
}

/* Calendar */
.widget_calendar #wp-calendar {
	width: 98%;
	text-align:left;
	border: 0px !important;
}
.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
	text-align: center;
	padding:3px !important;
	border: 0px !important;
}
.widget_calendar #wp-calendar caption {
	font-size: 11px;
	font-weight: 800;
	padding: 5px 0 3px 0 !important;
	text-transform: uppercase;
}
.widget_calendar #wp-calendar th {
	font-weight: bold;
	padding:3px !important
}
.widget_calendar #wp-calendar tfoot td {
}
#today{font-weight:bold}

/* SIDEBAR */
#sidebar{width:280px;}
#sidebar.positionleft{padding-right:40px; float:left}
#sidebar.positionright{padding-left:40px; float:right}

#sidebar .widget-title{font-size:16px;  font-family:"DroidSansBold", Arial, Verdana; }
#sidebar ul{
	list-style-type:none;
	list-style-position:outside;
	margin:0;
	padding:0;
}
#sidebar ul li{
	list-style-type:none;
	margin:0;
	padding:0;
	font-size:12px;
 }

#sidebar ul li li{
	margin:0;
	padding:5px 0 5px 0px;
}
#sidebar .widget-container{margin-bottom:40px;}


#sidebar ul li a, #sidebar ul li a:visited{ color:#2d6191;}
#sidebar ul li li:hover, #sidebar ul li a:hover{color:#555}
#sidebar ul li li{ border-bottom:1px solid #f1f1f1;}
#sidebar ul li li {color:#2d6191; list-style-type:disc;list-style-position:inside; padding-left:1em; text-indent:-1em;}
#sidebar ul li li:first-child{ border-top:1px solid #f1f1f1;}
#sidebar ul .custom li{list-style-type:none !important; color:#555;}

#sidebar ul.sub-menu, #sidebar ul.children{margin:0 0 0 10px; }
#sidebar ul.sub-menu li, #sidebar ul.children li{margin:0; padding:2px 0 0 0;}
#sidebar ul.sub-menu li:first-child, #sidebar ul.children li:first-child{border-bottom:0; border-top:0}
#sidebar ul.sub-menu li:last-child, #sidebar ul.children li:last-child{padding-bottom:0px; border-bottom:0; border-top:0; }

/* ts recent post widget */
#sidebar ul li.widget_ts_recent_posts a, #sidebar ul li.widget_ts_recent_posts a:visited{color:#555;}
#sidebar ul li.widget_ts_recent_posts li a:hover, #sidebar ul li.widget_ts_recent_posts li:hover{color:#555;}


#sidebar .widget_text ul{list-style-type:none; margin:0; padding:0}
#sidebar .widget_text ul li{
list-style-type:none !important;
text-indent:0;
color:#555;
margin:0 0px 0px 0px !important;
padding:5px 5px 5px 0px !important;
}
#sidebar .widget_text ul li:hover{color:#555;}

/* search form widget */
#sidebar #searchform input[type="text"], #sidebar input#mod-search-searchword{width:210px;}
#searchform input[type="text"], #sidebar input#mod-search-searchword{padding:7px 5px; vertical-align:top; height:12px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	border-top-right-radius:0px;
	border-bottom-right-radius:0px;
	-moz-border-radius-topleft:2px;
	-moz-border-radius-bottomleft:2px;
	-moz-border-radius-topright:0px;
	-moz-border-radius-bottomright:0px;
	margin:0px

}
#searchform .button, #sidebar .button{
	border-top-left-radius:0px;
	border-bottom-left-radius:0px;
	-moz-border-radius-topleft:0px;
	-moz-border-radius-bottomleft:0px;
	padding:7px 15px;
	border-left: none;
	vertical-align:top; height:28px;
	margin:0 0 0 0px
}


/* social network widget */
ul.sn{list-style-type:none; margin:0 0 0 0; padding:0;} 
ul.sn li{list-style-type:none; margin:0; padding:0 2px 0 0 !important; display:inline; background:transparent !important; border:0 !important} 
ul.sn li a{background:transparent !important; padding:0 !important}
ul.sn span{height:34px; width:34px; display:inline;display:inline-block}

/* latest post widget */
ul.latestpost li{list-style-type:none !important; text-indent:0 !important; margin:0px 0px 0 0px !important; padding:15px 5px 15px 0px !important; border-width:0 0 1px 0}
ul.lastestpost li:first-child{padding-top:0px !important;}
ul.latestpost .post-date{
	display: block;
	width: 47px;
	height: 40px;
	-moz-border-radius: 47px;
	-webkit-border-radius: 47px;
	-khtml-border-radius: 47px;
	border-radius: 47px;
	float:left;
	font-size:12px;
	line-height:15px;
	text-align: center;
	margin:0 15px 0 0;
	padding-top:7px;
}
ul.latestpost span, ul.latestpost p{
	margin-left:63px;
}
ul.latestpost p.mod-articles-category-introtext{
	margin-top:8px;
}

/* testimonial cycle widget */

.testi-quote{font-style:italic; font-size:13px; quotes: "\201C" "\201D"; background:transparent}
.testi-quote p{margin:0 0 10px 0; color:#888}
.testi-quote p:before {
	content: '"'; 
}
.testi-quote p:after {
	content: '"'; 
}
.testi-info{padding:10px 0 0 0; font-size:13px; font-style:italic; color:#2d6191;}

/* portfolio cycle widget */
.wdt-title{ position:absolute; top:91px; padding:5px 10px; width:93%;}
.wdt-title{ 
	background:#000; opacity: 0.7;
    -moz-opacity: 0.7;
    filter:alpha(opacity=70);
 	color:#fff; 
}
.wdt-title a, .wdt-title a:visited{color:#fff !important;}

/* PLUGIN
-------------------------------------------------------------- */
#breadcrumbs{padding:0 0 20px 0;  margin:0 auto}
.widget_adrotate_widgets{border:solid 10px; display:block}


.galery-pagination {clear:both; padding:20px 0px 20px 0px;}
.galery-pagination a, .galery-pagination a:visited{
	padding:5px 8px !important;
	margin:0 5px 0 0 !important;
	color:#555 !important;
	border:solid 1px #e5e5e5 !important;
	-moz-border-radius : 0px;
	-webkit-border-radius : 0px;
	border-radius : 0px;
	background:#f4f4f4;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f4f4f4));
	background: -moz-linear-gradient(top,  #ffffff,  #f4f4f4);
	background: -o-linear-gradient(top,  #ffffff,  #f4f4f4);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f4f4f4');
}

.galery-pagination a:hover, .galery-pagination span{
	padding:5px 8px !important;
	margin:0 5px 0 0 !important;
	color:#555 !important;
	border:solid 1px #e5e5e5 !important;
	-moz-border-radius : 0px;
	-webkit-border-radius : 0px;
	border-radius : 0px;
	text-decoration:none;
	background:#ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#ffffff));
	background: -moz-linear-gradient(top,  #f4f4f4,  #ffffff);
	background: -o-linear-gradient(top,  #f4f4f4,  #ffffff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#ffffff');
}

.galery-pagination .pages{
	padding:5px 8px !important;
	margin:0 5px 0 0 !important;
	background:transparent;
	border:0 !important
}
/* Flickr Plugin  */
#flickr {text-align:left !important; padding:0}
#flickr img {
	margin:0 8px 3px 0px !important;
	padding:0px !important;
	width:69px;
	height:69px;
	border:0 !important;
}
.flickr_badge_image{ display:inline-block !important}
* html .flickr_badge_image, *+html .flickr_badge_image{display:inline !important}

/* SHORTCODE
-------------------------------------------------------------- */
/* Dropcaps */
.dropcap1{
	text-shadow:1px 1px 0 #666;
	display:block;
	float:left;
	font-size:35px;
	line-height:35px;
	margin:5px 8px 0 0;
}
.dropcap2{
	display: block;
	float:left;
	font-size:35px;
	line-height:45px;
	width: 47px;
	-moz-border-radius: 47px;
	-webkit-border-radius: 47px;
	-khtml-border-radius: 47px;
	border-radius: 47px;
	float:left;
	text-align: center;
	margin:8px 15px 0 0;
	padding-top:3px;
	background-color:#555555; color:#fff;
}
.dropcap3{
	background-color:#555555; color:#fff;
	display:block;
	float:left;
	font-size:35px;
	line-height:40px;
	width:47px;
	height:40px;
	text-align: center;
	margin:6px 8px 0 0;
	padding:5px 0
}

/* Highlight */
.highlight1{ background-color:#e6e8e8; color:#000; border:solid 1px #ccc ; padding:2px}	
.highlight2{ background-color:#666666; color:#fff; border:solid 1px #333; padding:2px}	

	

/* Pullquotes */
.pullquote-right,.pullquote-left{
	padding:0px 10px;
	float:right;
	font-style:italic;
	font-size:13px;
	letter-spacing:0px;
	line-height:20px;
	margin:0px 2px 20px 20px;
	padding:10px 20px;
	width:50%;
	background-color:#eeefef;
	}
	
.pullquote-left{float:left; margin-left:2px; margin-right:20px;}

/* Tabs */
.tabcontainer{margin:20px 0px 0px 0px;}
ul.tabs {
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
	height: 30px;
	width: 100%;

}
ul.tabs li {
	float: left;
	margin: 0 15px;
	padding: 0;
	line-height:31px;
	height:29px;
	overflow: hidden;
	position: relative;
	font-size:13px;
	
}
ul.tabs li:first-child{ margin-left:0px;}

ul.tabs li a {
	text-decoration: none;
	display: block;
	padding: 0 0px;
	outline: none;
}

.tab-content {padding: 30px 0px 0px 0px}

ul.tabs li:hover{border-bottom:3px solid #353535;}
ul.tabs li a {	color: #555;}
ul.tabs li a:hover {color:#2d6191}
ul.tabs li.active{ border-bottom:3px solid #353535;}
html ul.tabs li.active, html ul.tabs li.active a:hover  {color:#2d6191}
html ul.tabs li.active a{ color:#2d6191; }
#tab-body{	border-top:solid 1px #f1f1f1;}


/* jQuery Toggle */
h2.trigger {
	padding:5px 0px;
	margin: 0 0 1px 0;
	width:auto;
	font-size:13px;
	font-family:"DroidSansRegular", Arial, Verdana;
}

h2.trigger span {
	text-decoration: none;
	display: block;
	background: url(../images/plus.png);
	background-repeat:no-repeat;
	background-position:0px 8px;
	padding-left:25px;
	cursor:pointer;
}

h2.active span{background: url(../images/minus.png) no-repeat;background-position:0px 8px !important;}
h2.active {background-position: left bottom;}

.toggle_container {
	margin: 0 0 0;
	padding: 0 15px;
	overflow: hidden;
	width: auto;
	clear: both;
	border-width:0px 1px;
}

.toggle_container .block {
	padding: 10px;
}

.toggle_container .block p {
	padding:0;
	margin: 0 0 5px 0;
}

/*  TESTIMONIAL  */
.ts-testimonial{padding:0 0 30px 0; margin-bottom:20px; border-bottom:solid 1px #f1f1f1}
.ts-testimonial blockquote{margin:0 0 10px 0; padding:0; line-height:28px; font-size:16px; quotes: "\201C" "\201D"; background:transparent}
.ts-testimonial blockquote p{margin:0;}
.ts-testimonial blockquote p:before {
	content: '"'; 
}
.ts-testimonial blockquote p:after {
	content: '"'; 
}
.testi-desc{margin:0; font-size:14px; color:#2a2a2a}
	
/* PORTFOLIO */
.ts-display-pf-img{position:relative;}
.ts-display-clear{clear:both; height:1px !important; line-height:1px !important; float:none!important}
.ts-display-pf-text{ line-height:20px; font-size:11px;}
.ts-display-pf-text h3{ font-size:11px; font-family:"DroidSansRegular", Arial, Verdana;}
.ts-display-pf-text p{ margin-bottom:10px;}
.ts-display-pf-text .more{	text-align:left; display:block; padding:5px 0 0 0}
.ts-display-pf-text .more:hover{}
.ts-display-pf-text .nomargin{margin:0;}
.ts-display-separator {
	display:block;
	text-align:center;
	width:100%;
	clear:both;
	padding:35px 0;
	margin:0 !important;
}
#main-content .contentpane{margin-top:0px;}

.ts-display-separator div{
 	height:1px;
	background:#f1f1f1;
}

.no-ts-display-separator {
	display:block;
	text-align:center;
	width:100%;
	clear:both;
	padding:15px 0;
	margin:0 !important;
}


.no-ts-display-separator div{
 	height:1px;
	background:transparent;
}

.home .no-ts-display-separator{
	padding:0;
}


.ts-display-pf-img{
	overflow:hidden;
}
.ts-display-pf-img a.image{
	display:block;
	position:relative;
	overflow:hidden;
}
.ts-display-pf-img a .rollover{
	background:url(../images/hover-zoom.png);
	background-color:#000;
	background-repeat:no-repeat;
	background-position:center;
	display:block;
    position:absolute;
	z-index:10;
	display:none;
	cursor:pointer;
}
.ts-display-pf-img a .rollover.gotolink{
	background:url(../images/hover-link.png);
	background-color:#000;
	background-repeat:no-repeat;
	background-position:center;
}
.ts-display-pf-img a .rollover.gotopost{
	background:url(../images/hover-doc.png);
	background-color:#000;
	background-repeat:no-repeat;
	background-position:center;
}

.ts-display-pf-img a.image{
	width:100%;
	height:100%;
}

.ts-display-pf-img a .rollover{
	width:100%;
	height:100%;
}

/*======= Portfolio 2 Column =======*/
.ts-display-pf-col-2{list-style-type:none; padding:0; margin:0;}
.ts-display-pf-col-2 li{list-style-type:none; padding:0 0 0px 0; margin:0 20px 0px 0; width:300px;  float:left;}
.ts-display-pf-col-2 li.nomargin{margin-right:0;}
.ts-display-pf-col-2 h3{margin:0;  font-size:11px; font-weight:normal}

.ts-display-pf-col-2 .ts-display-pf-img{
	width:294px;
	height:105px;
	border:solid 1px #e5e5e5;
	background:#fff;
	padding:2px;
}

.ts-display-pf-col-2 .ts-display-pf-img a.image{
	width:294px;
	height:105px;
	display:block;
	position:relative;

}
.ts-display-pf-col-2 .ts-display-pf-text{padding:15px 0 0 0;}

/*======= Portfolio 3 Column =======*/
.ts-display-pf-col-3{list-style-type:none; padding:0; margin:0;}
.ts-display-pf-col-3 li{list-style-type:none; padding:0 0 0px 0; margin:0 20px 0px 0; width:300px;  float:left;}
.ts-display-pf-col-3 li.nomargin{margin-right:0;}
.ts-display-pf-col-3 h3{margin:0;  font-size:11px; font-weight:normal}

.ts-display-pf-col-3 .ts-display-pf-img{
	width:294px;
	height:105px;
	border:solid 1px #e5e5e5;
	background:#fff;
	padding:2px;
}

.ts-display-pf-col-3 .ts-display-pf-img a.image{
	width:294px;
	height:105px;
	display:block;
	position:relative;

}
.ts-display-pf-col-3 .ts-display-pf-text{padding:15px 0 0 0;}


/*======= Portfolio 4 Column =======*/
.ts-display-pf-col-4{list-style-type:none; padding:0; margin:0;}
.ts-display-pf-col-4 li{list-style-type:none; padding:0 0 0 0; margin:0 20px 0 0; width:140px;  float:left;}
.ts-display-pf-col-4 li.nomargin{margin-right:0;}
.ts-display-pf-col-4 h3{margin:0;  font-size:11px; font-weight:normal}

.ts-display-pf-col-4 .ts-display-pf-img{
	width:134px;
	height:184px;
	border:solid 1px #e5e5e5;
	background:#fff;
	padding:2px;
}

.ts-display-pf-col-4 .ts-display-pf-img a.image{
	width:134px;
	height:184px;
	display:block;
	position:relative;

}
.ts-display-pf-col-4 .ts-display-pf-text{padding:15px 0 0 0;}


/*======= Portfolio 6 Column =======*/
.ts-display-pf-col-6{list-style-type:none; padding:0; margin:0;}
.ts-display-pf-col-6 li{list-style-type:none; padding:0 0 0 0; margin:0 20px 0 0; width:140px;  float:left;}
.ts-display-pf-col-6 li.nomargin{margin-right:0;}
.ts-display-pf-col-6 h3{margin:0;  font-size:11px; font-weight:normal}

.ts-display-pf-col-6 .ts-display-pf-img{
	width:134px;
	height:184px;
	border:solid 1px #e5e5e5;
	background:#fff;
	padding:2px;
}

.ts-display-pf-col-6 .ts-display-pf-img a.image{
	width:134px;
	height:184px;
	display:block;
	position:relative;

}
.ts-display-pf-col-6 .ts-display-pf-text{padding:15px 0 0 0;}


/* slideshow and client info in single portfolio */
.clienturl{margin-top:-15px;}
#portfolio-gallery #frame-slider-portfolio{width:608px; height:408px; float:left; position:relative; margin-right:20px;}
#portfolio-gallery #frame-slider-portfolio img{ width:604px;  border:solid 1px #e5e5e5; padding:2px}
#portfolio-gallery #frame-slider-portfolio #sliderportfolio{list-style-type:none; margin:0; padding:0; height:408px;}

#portfolio-gallery #frame-slider-portfolio #slide-nav{position:absolute;  bottom:-40px; z-index:30; width:608px; text-align:center;}
#portfolio-gallery #frame-slider-portfolio #pager{width:608px;}
#portfolio-gallery #slide-nav a{
	background: url(../images/but-slide.png) no-repeat scroll 50% 50%;
	display:inline;
	display:inline-block;
	zoom:1;
	font-size:0px;
	width:11px;
	height:11px;
	margin:3px;
	outline-style:none;
	outline-width:medium;
	padding:0px;
	cursor:pointer;
}
#portfolio-gallery #slide-nav .activeSlide {background: url(../images/but-slide-selected.png) no-repeat scroll 0% 50%;}


/* Taxonomy Portfolio */
.ts-portfolio-text-content{margin-bottom:20px}
.ts-portfolio-text-content .alignleft{margin-bottom:0;}


/* FOOTER */
.foot-col{ padding-top:35px; font-size:11px;}
.foot-col ul{ margin:0px 0px 30px 0px; padding:0px; list-style-type:none;}
.foot-col .widget-title{font-size:16px; font-family:"DroidSansBold", Arial, Verdana;}
.foot-col .widget-container{color:#555; margin-bottom:40px}
.foot-col .widget-container li{ list-style-type:none; padding-bottom:5px; margin-bottom:5px; border-bottom:1px solid #ededed;  }
.foot-col .widget-container li a, .foot-col .widget-container li a:visited{ color:#555; text-decoration:none;}
.foot-col .widget-container li a:hover{ color:#2d6191;}

.foot-col ul.sub-menu, .foot-col ul.children{margin:0 0 0 10px; }
.foot-col ul.sub-menu li, .foot-col ul.children li{margin:0; padding:2px 0 0 0; border:0;}

.foot-col #searchform input[type="text"]{width:110px;}

.container.foot-col .three.columns{ width:172px;}
#footer{padding:0; font-size:12px; color:#8f8f8f;}
#footer a, #footer a:visited{color:#8f8f8f; }
#footer a:hover{text-decoration:underline;}
#copyright{padding:20px 0px 10px 0; float:left}
#sn{float:right; padding:10px 0 0 0}
#sn ul{list-style-type:none; margin:0 0 0 0; padding:0; float:right; height:22px;} 
#sn li{list-style-type:none; margin:0; padding:0 0 0 4px; display:inline} 
.sn span{height:22px; width:22px; display:inline;display:inline-block}
.icon-img{background-position:0 0;}
.icon-img:hover{background-position:0 0;}