/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/


/* Table of Contents
==================================================
    #Base 960 Grid
    #Tablet (Portrait)
    #Mobile (Portrait)
    #Mobile (Landscape)
    #Clearing */



/* #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; }
	
	/* 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; }



/* #Tablet (Portrait)
================================================== */

    /* Note: Design for a width of 768px */

    @media only screen and (min-width: 768px) and (max-width: 959px) {
        .container                				{ width: 768px; }
		
       
		.container .column,
		.container .columns                     { margin-left: 10px; margin-right: 10px;  }
		
        .column.alpha, .columns.alpha           { margin-left: 0; margin-right: 10px; }
        .column.omega, .columns.omega           { margin-right: 0; margin-left: 10px; }

		.container .one.column					{ width: 44px;  }
		.container .two.columns 				{ width: 108px; }
		.container .three.columns 				{ width: 172px; }
		.container .four.columns 				{ width: 236px; }
		.container .five.columns 				{ width: 300px; }
		.container .six.columns 				{ width: 364px; }
		.container .seven.columns 				{ width: 428px; }
		.container .eight.columns 				{ width: 492px; }
		.container .nine.columns 				{ width: 556px; }
		.container .ten.columns 				{ width: 620px; }
		.container .eleven.columns 				{ width: 684px; }
		.container .twelve.columns 				{ width: 748px; }

        /* Offsets */
		.container .offset-by-one                { padding-left: 64px; }
        .container .offset-by-two                { padding-left: 128px; }
        .container .offset-by-three              { padding-left: 192px; }
        .container .offset-by-four               { padding-left: 256px; }
        .container .offset-by-five               { padding-left: 320px; }
        .container .offset-by-six                { padding-left: 384px; }
        .container .offset-by-seven              { padding-left: 448px; }
        .container .offset-by-eight              { padding-left: 512px; }
        .container .offset-by-nine               { padding-left: 576px; }
        .container .offset-by-ten                { padding-left: 640px; }
        .container .offset-by-eleven             { padding-left: 704px; }
    }


/*  #Mobile (Portrait)
================================================== */

    /* Note: Design for a width of 320px */

    @media only screen and (max-width: 767px) {
        .container { width: 300px; }
        .columns, .column { margin: 0; }
		
		.container .one.column,
        .container .two.columns,
        .container .three.columns,
        .container .four.columns,
        .container .five.columns,
        .container .six.columns,
        .container .seven.columns,
        .container .eight.columns,
        .container .nine.columns,
        .container .ten.columns,
        .container .eleven.columns,
        .container .twelve.columns { width: 300px;  margin-bottom:10px;}

        /* Offsets */
		
		.container .offset-by-one,
        .container .offset-by-two,
        .container .offset-by-three,
        .container .offset-by-four,
        .container .offset-by-five,
        .container .offset-by-six,
        .container .offset-by-seven,
        .container .offset-by-eight,
        .container .offset-by-nine,
        .container .offset-by-ten,
        .container .offset-by-eleven { padding-left:0px; }
		
		/* 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: 0; margin-left:0; position:relative; float:left;  margin-bottom:20px }
		
		.one_half,
		.one_third,
		.one_fourth,
		.one_fifth,
		.one_sixth,
		.two_third,
		.two_fourth,
		.two_fifth,
		.two_sixth,
		.three_fourth,
		.three_fifth,
		.three_sixth,
		.four_fifth,
		.four_sixth { width: 96%;}
		.firstcols									{ margin-left:0px !important; clear:left }
		.last, .lastcols							{ margin-right:0px !important; clear:left; }

    }


/* #Mobile (Landscape)
================================================== */

    /* Note: Design for a width of 480px */

    @media only screen and (min-width: 480px) and (max-width: 767px) {
        .container { width: 420px; }
        .columns, .column { margin: 0; }
		
		.container .one.column,
        .container .two.columns,
        .container .three.columns,
        .container .four.columns,
        .container .five.columns,
        .container .six.columns,
        .container .seven.columns,
        .container .eight.columns,
        .container .nine.columns,
        .container .ten.columns,
        .container .eleven.columns,
        .container .twelve.columns { width: 420px; }
    }


/* #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, .clr {
      clear: both;
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0;
    }
/* 

AppSquare - CSS File

*/

/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
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, img, ins, kbd, q, s, samp, small, strike, 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-size: 100%;
	font: inherit;
	vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block; }
body {
	line-height: 1; }
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; }

/*============================================ GLOBAL  =================================================*/
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0 auto;
	padding:0;
	line-height:20px;
}
* {
	margin:0;
	padding:0;
}
*:focus {
	outline:none; /* removes ugly dotted border but may make template more unsuable, up to you
					 if you want to keep it! */
}
form{margin:0; padding:0;}
hr {
	border-width:0;
	height:1px;
	line-height:0;
	margin:30px 0px 30px 0px;
	page-break-after:always;
	text-align:center;
	width:100%;
	clear:both;
}

/*** END OF GLOBAL  ***/


/*============================================ DEFAULT ELEMENT STYLES  =================================================*/
/* heading */
h1, h2, h3{margin-bottom:20px;}
h4, h5, h6{margin-bottom:18px;}
h1	{font-size:24px;}
h2	{font-size:22px;}
h3	{font-size:16px;}
h4	{font-size:14px;}
h5	{font-size:13px;}
h6	{font-size:12px;}
h1, h2, h3, h4, h5, h6{ font-weight:normal; line-height:normal; font-family: 'Open Sans', sans-serif, arial;}
.titleRegular{font-weight:400}
.titleSemibold{font-weight:600}
.titleBold{font-weight:700}
.titleUppercase{text-transform:uppercase}
.titleRegularItalic{font-family: 'Open Sans', sans-serif, arial; font-style:italic}
.titleSection{margin-bottom:11px;}
.pagetitle{font-family: 'Open Sans', sans-serif, arial; font-weight:400; font-stretch:normal; font-size:20px; margin-bottom:0px; }
.valignmiddle{line-height:35px; margin-bottom:14px}

/* links */
a, a:visited {text-decoration:none; font-weight:normal; }
a:hover{text-decoration:none;}
a img{border:none}


/* float align */
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
	margin-top: 3px;
}
.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-top:3px;
}


img.alignleft, 
img.alignright, 
img.aligncenter,
img.alignnone {
	margin-bottom: 12px;
}

/* lists, blockquotes and paragraphs */
p, ul, ol, blockquote {
	margin-bottom:20px;
}
ul {
	list-style: disc;
	margin: 0 0 18px 1.5em;
}
ul li{ padding-bottom:10px;}
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;
}
	
blockquote {
    background-image: url("../images/quote.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    clear: both;
    font-size: 16px;
    font-style: italic;
    line-height: 25px;
    margin: 0 0 20px 0;
    padding: 0 10px 0 50px;
	font-family:'Open Sans', sans-serif, arial;
}
	
	
blockquote.left, blockquote.right  {
	float:right;
	letter-spacing:0px;
	margin-bottom:20px;
	margin-left:20px;
	margin-top:0px;
	padding:0px 20px 10px 60px;
	width:43%;
	background-position:0px 0px;
	}
	
blockquote.left{
	float:left;
	margin-left:0px;
	margin-right:20px;}

blockquote p{margin-bottom:0px;}

/* code */
code {
	font-family:Verdana, Arial;
	letter-spacing:1px;
	margin:25px 0 25px 0px;
	display:block;
	font-size:0.9em;
	padding:15px 10px;
}

/*** END OF DEFAULT ELEMENT STYLES ***/


/*============================================ CONTAINER  =================================================*/
#bodychild{
	width:100%;
	margin:0;
}
#outercontainer{
	width:100%;
	margin:0;
	padding:0;
}

#outerheader, #outerslider, #outerbeforecontent, #outermain,  #outerfootersidebar, #outerfooter{width:100%; margin:0 auto}
/*** END CONTAINER ***/

/*** HEADER ***/
#top{}
#logo{float:left; height:auto;}
#logo img{display:block;}

/* TOP MENU */
#navigation{position:relative; z-index:200; margin:0; padding:37px 0 0 0; float:right}

/* Nav Menu */
#topnav{
	margin:0;
	padding:0;
	list-style-type:none;
	overflow:visible;
	position:relative;
	float:left;
	font-size:13px;
	font-family:'Open Sans', sans-serif, arial;
}
.sf-menu a {
	text-decoration:none;
	display:		block;
	position:		relative;
	padding: 		0 13px !important;
	text-decoration:none;
	font-weight:normal;
	text-transform:uppercase;
}

.sf-menu > li:first-child > a{padding-left:0 !important;}

/* Drop down menu */
.sf-menu ul a:hover {}
.sf-menu li li {
	text-align:left;
	line-height:20px;
	margin:0;
}
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:100%;
	position:absolute;
	right:0;
	bottom:0;
	float:left;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			12em; /* 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;
	margin:0;
}

.sf-menu li li{margin:0px 0px;}


.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			-2px;
	top:			4.2em; /* match top ul list item height */
	top:			4.1em\9; /* ie only */
	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:			12em; /* match ul width */
	top:			-1px;
	margin-left:	0px;
}
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:			12em; /* match ul width */
	top:			-1px;
}
.sf-menu ul li a{
	padding:8px 20px!important;
	text-transform:capitalize;
}

.sf-menu ul li a:hover{}
.sf-menu li ul {
	padding:0px;
}
.sf-menu a.sf-with-ul {
	padding-right: 	0px;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			10px;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
}

	
/* dropdown mobile */
.tinynav { display: none }

/*============================================ SLIDER   =================================================*/
#slidercontainer{clear:both; height:auto; position:relative; height:396px}
#slider{position:relative; height:auto;}
.opacityslider{background:url(../images/opacity-slider.png) repeat; height:10px; position:absolute; width:100%; z-index:10}
#carouselslider{ position:absolute; bottom:-54px; z-index:11; width:942px;}


/*============================================ PAGE TITLE  =================================================*/
#pagetitlecontainer{padding:21px 0;}

/*============================================ CONTENT  =================================================*/
#outermain{padding:42px 0 60px 0; background:url(../images/bg_content.png) repeat-x top left;}
#maincontent{}
#content{float:left;}
#content.positionright{float:right;}
#content.positionleft{ float:left;}
.padcontent{padding-right:2.8%;}
#content.positionright .padcontent{padding-left:2.8%; padding-right:0}

.indentleft{overflow:hidden;}
.margin_bottomoff{margin-bottom:0 !important;}
.margin_bottom_small{margin-bottom:6px;}
.margin_bottom_middle{margin-bottom:12px;}
.margin_bottom_large{margin-bottom:16px;}
.margin_bottom_extralarge{margin-bottom:25px;}
.center{text-align:center;}
.nomargin{margin-right:0}
.displayblock{display:block;}

/*=== Highlight Content ===*/
.highlight-container{clear:both; width:100%; }
.highlight-content{ clear:both; width:100%; margin:2px 0 3px 0;  padding:27px 0 41px 0;  text-align:center; background:url(../images/pattern.png) repeat;}
.highlight-content h2{margin:0 0 25px 0; font-size:20px; line-height:24px; font-weight:400;}

/*=== Content Box ===*/
.content-box{clear:both; margin:20px 0 40px 0;  padding:35px 40px 42px 40px;  text-align:center; background:url(../images/pattern.png) repeat;}
.content-box h2{font-size:18px; margin:0}


/*=== Package List ===*/
.package-list{margin-bottom:20px;}
.package-list ul{list-style-type:none; padding:0; margin:0}
.package-list h2{
	margin:0; 
	padding:10px 30px;
	 font-size:15px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.package-box{ background:url(../images/bg_package.gif) no-repeat; padding:23px 18px 23px 25px;}
.package-box{font-family:'Open Sans', sans-serif, arial;}
.package-box span{display:block;}
.package-box .text1{font-size:13px; padding-bottom:10px;}
.package-box .text2{font-size:26px; font-weight:700; padding-bottom:16px;}
.package-box .text3{font-style:italic; font-size:13px;}
.package-box a:hover{text-decoration:underline;}
.paddsmall{padding-right:10px;}
.paddsmall.left{padding-right:0}


/*=== Circle ===*/
.circle{
	display: block;
	line-height:normal;
	width:62px;
	height:62px;
	-moz-border-radius:31px;
	-webkit-border-radius:31px;
	-khtml-border-radius:31px;
	border-radius:31px;
	text-align: center;
	margin:0 15px 0 0;
	font-family: 'Open Sans', sans-serif, arial;
	font-weight:700;
	font-size:14px;
}

/*=== Images ===*/
img.scale-with-grid {
	max-width: 100%;
	height: auto;
}

.imgborder{
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
	padding:6px;
	max-width: 95%;
	display:block;
}

img.scale-with-grid.imgborder {
	max-width: 100%;
	height: auto;
}


/*=== Form & Button ===*/
form{margin:0; padding:0;}

input[type="text"],
textarea, input[type="password"], select{
	font-size:12px;
	padding:12px 5px;
	font-size:11px;
	font-family:Arial;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-khtml-border-radius:2px;
	border-radius:2px;
}

textarea{width:90%;}

textarea:focus{outline:0;}

.button, .button:visited, input[type="submit"], button{
	border:0px;
	padding:8px 20px 7px 20px;
	cursor:pointer;
	font-family: 'Open Sans', Arial;
	font-size:14px;
	line-height:14px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
.button:hover, input[type="submit"]:hover, button:hover{
	text-decoration:none;
}
.button.small{font-size:13px; padding:5px 15px 6px 15px;}
.button.large{padding:8px 43px 7px 43px;}
.button.large2{padding:9px 20px 9px 20px;}

.button.rounded, .button.rounded:visited, input[type="submit"].rounded, button.rounded{
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 210px;
	border-radius: 20px;
}

/*=== Separator ===*/
.separator {
	display:block;
	height:35px;
	margin-bottom:20px;
	padding:0 0;
	text-align:center;
	width:100%;
	clear:both;
}

.separator.small{margin-bottom:0;}

.separator.line{
	margin-bottom:42px;
	height:40px;
}

.separator.line.small{
	margin-bottom:10px;
	height:10px;
}

.separator.shadow{background:url(../images/shadow.png) no-repeat center center; height:47px; margin-bottom:22px}
.separator.shadow.small{background:url(../images/shadow-small.png) no-repeat center center; height:47px; margin-bottom:22px}


/*=== Dropcaps ===*/
.dropcap1{
	display:block;
	float:left;
	font-size:35px;
	line-height:35px;
	margin:2px 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;
	
}
.dropcap3{
	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{padding:2px 5px;}	
.highlight2{padding:2px 5px;}

/*=== Pullquotes ===*/
.pullquote-right,.pullquote-left{
	padding:0px 10px 0px 50px;
	background-image:url(../images/quote.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	float:right;
	font-style:italic;
	font-size:16px;
	letter-spacing:0px;
	line-height:22px;
	margin:0px 2px 20px 20px;
	width:50%;
	font-family:'Open Sans', sans-serif, arial;
	}
.pullquote-left{float:left;margin-left:2px;margin-right:20px;}

/*==== Tabs ====*/
.tabcontainer{margin:0;}
ul.tabs {
	margin: 0;
	margin-bottom:-1px;
	padding: 0 0 2px 0;
	list-style: none;
	height: 25px;
	width: 100%;
	
}

ul.tabs li {
	float: left;
	margin: 0 0;
	padding: 0 25px;
	line-height:25px;
	height:25px;
	overflow: hidden;
	position: relative;
	font-size:12px;
}

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

.tab-content {padding: 20px 0; }
	
ul.tabs li:hover{}
#tab-body{padding:0 20px;}

/*==== jQuery Toggles ====*/
#toggle{border: 0px }
h2.trigger {
	padding:7px 0;
	margin: 0 0 0 0;
	font-size:14px;
	font-weight: normal;
	font-family:Arial, Sans-Serif;
}

h2.trigger span {
	text-decoration: none;
	display: block;
	background: url(../images/arrow-left.png) no-repeat 16px 4px;
	padding-left:30px;
	cursor:pointer;
}

h2.active span{ background:url(../images/arrow-down.png) no-repeat 16px 4px;}

h2.active { background:transparent; border-bottom:0;}

.toggle_container {
	margin: 0 0 0 0;
	padding: 0px 0px;
	overflow: hidden;
	clear: both;
}
.toggle_container .block {
	padding: 16px;
}
.toggle_container .block p {
	padding: 0px;
	margin: 0px;
}


/*==== Accordion ====*/
h2.accordion-title{ font-size:14px; margin:0; clear:both; padding:13px 0 13px 20px;}
h2.accordion-title.active{}
ul.ts-accordion{ 
	list-style: none; 
	margin-left: 0px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	overflow:hidden
}
ul.ts-accordion li{ list-style: none; margin:0; padding:0 }
ul.ts-accordion li:first-child h2 {
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}

div.accordion-content{ padding:20px; clear:both;}
h2.accordion-title span.accordion-icon{ width: 21px; height: 21px; float:left; background:url(../images/accordion-icon.png) no-repeat; margin-right: 13px; cursor: pointer; display: block; }
h2.accordion-title.active span.accordion-icon{background-position:0 -21px;}
div.accordion-title p{ margin-bottom: 0px; }



/*==== 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;}
td{padding:10px;}
tfoot td{border:0px;}
th,tr:hover{}
table {
	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 {
	padding: 6px 24px;
}
tr.odd td {}


/*== Pricing Box ==*/
ul.list-box{margin:0; padding:0; list-style-type:none; list-style-position:outside;}
ul.list-box li{ margin-top:15px;}
ul.list-box > li{
	float:left;
	width:234px;
	text-align:center;
	padding:0;
	margin:0;
	position:relative;
	z-index:2;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
 }
ul.list-box li.noborder{border:0;}
ul.list-box li.current{border:0; z-index:4}
ul.list-box .title-box{
	font-size:15px;
	text-align:left;
	margin:0; 
	padding:10px 20px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
ul.list-box li.last{margin-right:0;}
ul.list-box .price-text{
	margin:0; 
	text-align:left;
	padding:30px 20px 20px 20px;
	vertical-align:top;
	font-size:13px;
	font-family:'Open Sans', sans-serif, arial;
	background:url(../images/bg_package2.gif) no-repeat top left
}
ul.list-box .price{font-size:46px; font-weight:bold;}
ul.list-box .price-text img{margin:-10px 0 0 0;}
ul.list-box li.current{}
.list-box-container{
	padding:0 0 26px 0;
	margin-top:0;
}
.list-box-content{ margin:0px 0px; }
.list-box-content ul{margin:0px auto;  padding:0; list-style-type:none;}
.list-box-content ul li{margin:0;
	padding:8px 10px 8px 45px; 
	list-style-type:none; 
	text-align:left;
}
.list-box-content ul li:first-child{}


ul.list-box.default > li{width:35%; margin-right:30px;}
ul.list-box.default .price{font-size:42px;}
ul.list-box.default li.current{
	-moz-box-shadow: 0 0 0;
	-webkit-box-shadow:0 0 0;
	box-shadow:0 0 0;
}


/*============================================ SIDEBAR  =================================================*/
#sidebar{float:left; min-height:530px}
#sidebar.positionleft{float:left; background:url(../images/sidebar-separator2.png) no-repeat top right}
#sidebar.positionright{float:right; background:url(../images/sidebar-separator.png) no-repeat top left}

.widget-title{
	font-size:14px;
	padding:0 0 16px 0;
	margin:0;
	font-family:'Open Sans', sans-serif, arial;
	font-weight:400;
}
#sidebar .widget-container{margin-bottom:40px; padding-left:35px;}
#sidebar .textwidget{padding:15px 0 0 0}

/*=== List ===*/
#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; }
#sidebar li li{ list-style-type:none; padding:5px 0 4px 30px; }
#sidebar li li a{}
#sidebar li li a:hover, #sidebar li li a.active{text-decoration:none;}

.customList{list-style-type:none; margin:0; padding:0 0 0 0;}
.customList li{padding:5px 0 4px 40px; margin:0 0 0 0;}
.customList li:hover{}

.arrowList{list-style-type:none; margin:0; padding:0 0 0 0;}
.arrowList li{padding:0 0 5px 20px; margin:0 0 6px 0; background:url(../images/arrow.gif) no-repeat 0px 8px}
#sidebar li ul.arrowList li{ background:url(../images/arrow.gif) no-repeat 6px 12px; }

.checkList{list-style-type:none; margin:0; padding:0 0 0 0;}
.checkList li{padding:0 0 5px 20px; margin:0 0 6px 0; background:url(../images/checklist.png) no-repeat 0px 4px}
#sidebar li ul.checkList li{ background:url(../images/checklist.png) no-repeat 6px 12px; }

.pdfList{list-style-type:none; margin:0; padding:0 0 0 0;}
.pdfList li{padding:0 0 5px 20px; margin:0 0 6px 0; background:url(../images/pdf.png) no-repeat 0px 0px}
#sidebar li ul.pdfList li{ background:url(../images/pdf.png) no-repeat 6px 6px; }

.inlineBlock{list-style-type:none; margin:0 0 20px 0; padding:0 0 0 0;}


/* Recent post widget */
.rp-widget{padding:15px 0 0 0 !important;}
.rp-widget li{padding:0 0 15px 0 !important; margin-bottom:15px !important; clear:left;  background:transparent !important}
.rp-widget li:last-child{border:0 !important}
.rp-widget li h3{font-size:13px; margin-bottom:4px}

#sidebar input[type="text"],
#sidebar textarea, #sidebar input[type="password"], #sidebar select{width:96%;}

/* Gallery widget */
#gal img{float:left; margin:0 7px 7px 0}

/*============================================ FOOTER SIDEBAR  =================================================*/
#footerstrip{padding:7px 0 0 0}
#footerstrip div{width:100%; height:18px;}
#outerfootersidebar{padding:56px 0 20px 0;}
#footersidebar ul{list-style-type:none; margin:0; padding:0;}
#footersidebar li.widget-container{list-style-type:none; margin:0 0 40px 0; padding:0 6px 0 0; border:0px;}
#footersidebar .widget-title{
	font-size:14px;
	line-height:16px;
	font-family: 'Open Sans', sans-serif, arial;
	font-weight:700;
	padding:0 0 20px 0;
	margin:0 0 7px 0;
	background:url(../images/dotted_line.gif) repeat-x left bottom;
}
#footersidebar li li{padding:0 0 8px 0; margin:0 0 7px 0; background:url(../images/dotted_line.gif) repeat-x left bottom}
#footersidebar li > a{ padding:0 0 0 20px; margin:0px; background:url(../images/arrow2.gif) no-repeat left center}
#footersidebar li a:hover{ text-decoration:none;}


/*============================================ FOOTER  =================================================*/
#footercontainer{position:relative;}
#footer{padding:15px 0;}
#footer{font-size:12px;}
#footer a, #footer a:visited{}
#footer a:hover{}
#toTop {
	position:absolute; /* this is the magic */
	top:15px;
	right:0;
	cursor:pointer;
	display:none;
	font-size:12px;
}
/* 

AppSquare - CSS File

USE THIS STYLE SHEET FOR INNER PAGE

*/
/* Page Navi*/
.wp-pagenavi {padding:0; font-size:12px; margin:0 0 0 0; clear:both}
.wp-pagenavi .pages{
	padding:4px 8px;
	margin-right:4px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
}
.wp-pagenavi a, .wp-pagenavi a:visited{
	padding:4px 8px;
	 margin:0 4px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
}
.wp-pagenavi .current{
	padding:4px 8px;
	 margin:0 4px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
	font-weight:bold
 }



/* ABOUT PAGE */
.i-social img{margin-right:5px;}



/* BLOG */
.post{margin-bottom:50px; padding:0 0 75px 0; clear:both;
	background:url(../images/shadow-small.png) no-repeat left bottom;

}
.post.singlepage{padding-bottom:30px;}
.postimg{
	margin:0 0 20px 0;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
	padding:6px;
}

.postimg img{display:block;}
.posttitle{margin:0 0 6px 0}
.posttitle, .posttitle a{font-size:16px; font-weight:400; line-height:24px;}
.posttitle a:hover{text-decoration:none;}
.entry-utility{padding:7px 0; margin-bottom:20px;}
.entry-utility .comm{float:right;}
.entry-content{padding:0 0 0 0;}
.more-link{font-style:italic;}

#comment h4{}
.commentlist{
	list-style-type:none;
	padding:0;
	margin:0 0 40px 0;
}
.commentlist ol{
	list-style-type:none;
	padding:10px 0 0 90px;
	margin:0;
}

.commentlist li{
	position:relative;
	padding:0 0 10px 0;
	margin-bottom:20px;
}
.commentlist li li{
	position:relative;
	padding:0;
	margin:0
}

.avatar-img{
	position:absolute;
	top:4px;
	left:0;
}
.avatar{display:block}
.fn{font-size:12px; font-style:normal;}
.tdate{padding-left:20px;}
.tdate, .reply{ font-size:10px;}
.reply a, .reply a:visited{}
.reply a:hover{text-decoration:underline;}
.fn a, .fn a:visited{}

.comment-body{margin:0 0 0 90px; }
.comment-body p{ margin-bottom:5px; margin-top:10px;}
.comment-body .more{ padding:0px 0px;}
#commentform {margin-bottom:20px}
#commentform label{display:block}
#commentform .text-input{
	margin-bottom:8px;
}
#commentform .textarea{
	margin-bottom:20px;
}

/* PORTFOLIO */
.ts-display-portfolio{padding-bottom:20px}
.ts-display-portfolio li{position:relative;}
.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{padding:9px 0;}
.ts-display-pf-text h2{font-family: "Open Sans", Arial, sans-serif; font-size:14px; margin-bottom:4px;}
.ts-display-pf-text h2 a, .ts-display-pf-text h2 a:visited{}

.ts-display-pf-img{
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
	padding:6px;
	
}
.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;
}

/*======= Portfolio Navigation =======*/
#filter{
	list-style-type:none;
	margin:0 0 20px 0;
	padding:0 0 25px 0;
	position:relative;
	text-align:center;
	width:100%;
	background:url(../images/shadow-filternav.png) no-repeat bottom center;
	
	
}
#filter li{list-style-type:none; padding:0 5px; line-height:31px; display:inline; display:inline-block; font-family:'Open Sans', Arial;}
#filter li a, #filter li a:visited{
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
	padding:4px 8px;
}
#filter li a:hover, #filter li.selected-1 a{text-decoration:none; padding:4px 8px}


/*======= Portfolio Item =======*/
.ts-display-pf-col-4{list-style-type:none; padding:0; margin:0; clear:both}
.ts-display-pf-col-4 li{
	list-style-type:none; 
	padding:0; 
	margin:0 15px 20px 0; 
	width:220px; 
	float:left;
}
.ts-display-pf-col-4 .ts-display-pf-img img{display:block; max-width:100%;}

.ts-display-pf-col-4 li.nomargin{margin-right:0;}

.ts-display-pf-col-4 .ts-display-pf-img{
	width:208px; 
	height:100%;
}

.ts-display-pf-col-4 .ts-display-pf-img a.image{
	width:208px;  
	height:100%;
	display:block;
	position:relative;

}
.ts-display-pf-col-4 .ts-display-pf-img a .rollover{
	width:208px;  
	height:100%;
}
.image-grid:after {
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
	margin:0;
	padding:0;
	list-style-type:none;
}




/* CONTACT */
form{margin:0; padding:0;}
fieldset{border:0px;}
#contactform{margin:0; position:relative; }
#contactform label{padding:0 0 0 0; margin:0 0 0 0; line-height:35px; vertical-align:top;}
span.required{ color:#888;}
span.error{color:red;text-align:left; font-size:11px; padding-bottom:15px; display:block;}
#contactform input.text-input{
	margin-bottom:5px;
	vertical-align:middle;
	width:40%;
	padding:12px 5px
}
#contactform textarea{ width:95%; float:left; padding:12px 5px} 
#message{ margin-left:0px; font-weight:bold; color:#ff0000}
#message h2	{}
#message p{margin:6px 0px; }
#contactform .button{
	cursor:pointer;
	margin-top:20px;
	clear:both;
 }
/* 

AppSquare - CSS File

CHANGE COLOR STYLE

*/

body {color:#555;}
#outerheader{
	border-top:solid 1px #1b366f;
	border-bottom:solid 1px #fff;
	background: #142f6a; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#142f6a', endColorstr='#0c1634'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#142f6a), to(#0c1634)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #142f6a,  #0c1634); /* for firefox 3.6+ */
}
#top{border-bottom:solid 1px #041033; background:url(../images/bgtop.png) repeat}
#outertheheader{background:url(../images/map.png) no-repeat top center; border-bottom:solid 1px #141d3a }


/*============================================== GENERAL SECTION ==============================================*/
/* Link color */
a, a:visited, .colortext, .colortext a, .colortext a:visited{color:#68b61d}
a:hover, a.colortext:hover, .colortext a:hover{color:#7aca2e;}


/* Heading & text */
h1, h2, h3, h4, h5, h6{color:#444;}

/*============================================== HEADER AND MENU SECTION ==============================================*/
.sf-menu a, .sf-menu a:visited{color:#fff;}/* 1st level */
.sf-menu a:hover, .sf-menu li.current > a{color:#afafaf;}/* 1st level */

/* dropdown */
.sf-menu li li, .sf-menu li li:hover, .sf-menu li li.sfHover{background:#0c1736; opacity:1; text-transform:capitalize}
.sf-menu li li a, .sf-menu li li a:visited, .sf-menu li li a:hover, sf-menu li.current li a{color:#eeeeee;}
.sf-menu li li:hover{
	background:#12285a;
	opacity:1;
}
.sf-menu li li {border-bottom:solid 1px #040d25;}
.sf-menu li li:last-child{ border-bottom:0}

.tinynav{background:#fbfbfb;}

/*============================================== SLIDER SECTION ==============================================*/
#outerslider{border-bottom:solid 1px #fff;}
.flex-caption{color:#fff}
.flex-caption h1, .flex-caption .slidetext1{color:#769bec; text-shadow: 1px 1px 1px #000;}
.flex-caption span{color:#bbb;}



/*============================================== AFTER HEADER SECTION ==============================================*/
#outerafterheader{border-bottom:solid 1px #fff;}
.pagetitle-container{}
.pagetitle, .pagedesc{color:#fff;}

/*============================================== CONTENT SECTION ==============================================*/

.package-list h2{background:#282828 url(../images/bg_1.png) no-repeat 90% 16px; color:#fff; overflow:visible}
.package-box{color:#303030}
.package-box a, .package-box a:visited{color:#303030}

.highlight-container{border:solid 1px #e8e8e8; border-width:1px 0;}
.highlight-content h2{color:#303030;}

/* Form */
input[type="text"],
textarea, input[type="password"], select{
	background: #f9f9f9;
	border: 1px solid #f1f1f1;
	border-width:0px 1px;
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.1);
	border-bottom:0;
	color:#666;
}

/* Line */
hr {color:#efefef;background-color:#efefef;}
.separator.line{border-bottom:solid 1px #efefef;}

/* Images */
.imgborder{border:solid 1px #f0f0f0;}

/* List */
.customList{border-top:dotted 1px #cbcbcb;}
.customList li{border-bottom:dotted 1px #cbcbcb; background:url(../images/arrow.gif) no-repeat 20px 13px}
.customList li:hover{background:#f6f6f6 url(../images/arrow.gif) no-repeat 20px 13px;}


/* Button */
.button, .button:visited, input[type="submit"]{
	background: #539314; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#65b61b', endColorstr='#539314'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#65b61b), to(#539314)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #65b61b,  #539314); /* for firefox 3.6+ */
	color:#fff;
	border-bottom:solid 1px #5e9a24;
	-moz-box-shadow:0 3px 0px rgba(69, 126, 13, 1);
	-webkit-box-shadow: 0 3px 0px rgba(69, 126, 13, 1);
	box-shadow: 0 3px 0px rgba(69, 126, 13, 1);
}
.button:hover, input[type="submit"]:hover{
	background: #65b61b; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#539314', endColorstr='#65b61b'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#539314), to(#65b61b)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #539314,  #65b61b); /* for firefox 3.6+ */
	color:#fff;
	border-bottom:solid 1px #5e9a24;
}

.button.orange, .button.orange:visited, input[type="submit"].orange{
	background: #ff5b23; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4101', endColorstr='#ff5b23'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ff4101), to(#ff5b23)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ff4101,  #ff5b23); /* for firefox 3.6+ */
	color:#fff;
	border-bottom:solid 1px #f55a21;
	-moz-box-shadow:0 1px 0px rgba(0, 0, 0, 1);
	-webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 1);
	box-shadow: 0 1px 0px rgba(0, 0, 0, 1);
}
.button.orange:hover, input[type="submit"].orange:hover{
	background: #ff4101; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5b23', endColorstr='#ff4101'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ff5b23), to(#ff4101)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ff5b23,  #ff4101); /* for firefox 3.6+ */
	color:#fff;
	border-bottom:solid 1px #f55a21;
}


/* Dropcaps and Circle */	
.dropcap1{text-shadow:1px 1px 0 #ededed; color:#68b61d}
.dropcap2, .circle{background:#68b61d; color:#fff;}		
.dropcap3{	background:#68b61d; color:#fff;}

/* Highlight */
.highlight1{background:#68b61d; color:#fff;}	
.highlight2{background:#ebebeb;  border:solid 1px #f7f7f7}

/* Code */
code {border-left:4px solid #eaeaea;}

		
/* Tabs */
ul.tabs li {
	background:#f6f6f6 url(../images/arrow-left.png) no-repeat 12px 9px;
	border:1px solid #ebebeb;
	border-width:1px 1px 1px 0px;
}
ul.tabs li:first-child{border-left:solid 1px #ededed;}
ul.tabs li a {color:#303030;}
ul.tabs li.active{background:#fff url(../images/arrow-down.png) no-repeat 12px 9px; }
#tab-body{border:solid 1px #ebebeb;}

/* jQuery Toggles */
#toggle{border:solid 1px #ececec; border-bottom:0}
#toggle h2{border-bottom:solid 1px #ececec;}
.toggle_container{border-bottom:solid 1px #ececec;}
h2.trigger span {color:#303030}
h2.active{background:#f6f6f6;}

/* Accordion */
h2.accordion-title{background:#f4f4f4;}
h2.accordion-title.active{background-color:#fafafa; border-bottom:solid 1px #fff}
ul.ts-accordion li{border-bottom: 1px solid #fff;}
div.accordion-content{background:#fafafa }

/* Tables */
th{border-bottom: 1px solid #f1f1f1;}
table {border: 1px solid #f1f1f1;border-bottom:0;}
tr td {border-bottom: 1px solid #f1f1f1;}
tr.odd td {background: #F2F7FC;}

/* Pricing Box */
ul.list-box > li{
	background-color:#e9e9e9;
	border:solid 1px #fff;
	border-width:0 1px 0 0;
 }
ul.list-box .title-box{
	color:#fff;
	background-color:#282828;
}
ul.list-box .price-text{
	color:#303030;
	border-bottom:solid 1px #e0e0e0;
}
ul.list-box li.current{
	-moz-box-shadow: 0px 0px 18px #000;
	-webkit-box-shadow: 0px 0px 18px #000;
	box-shadow: 0px 0px 18px #000;
}
.list-box-content ul li{
	background:#f1f1f1 url(../images/checklist.png) no-repeat 20px 12px;
	border-bottom:1px solid #fff;
}


/*============================================== BLOG SECTION ==============================================*/
.post{}
.postimg{border:solid 1px #f0f0f0;}
.posttitle a, .posttitle a:visited{color:#444;}
.posttitle a:hover{color:#7aca2e;}
.entry-utility{color:#aaa; border:solid 1px #f6f6f6; border-width:1px 0}
.entry-utility a, .entry-utility a:visited{color:#555;}
.entry-utility a:hover{color:#7aca2e;}
.tdate, .reply a, .reply a:visited{color:#969696; }
.commentlist li{border-bottom:dotted 1px #cbcbcb}
.commentlist li li{border:0;}

.wp-pagenavi a, .wp-pagenavi a:visited, .wp-pagenavi .pages{
	color:#555;
	border:solid 1px #e3e3e3;
	background: #f4f4f4; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f4f4f4'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f4f4f4)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ffffff,  #f4f4f4); /* for firefox 3.6+ */
}
.wp-pagenavi .current, .wp-pagenavi a:hover, .wp-pagenavi .pages:hover{
	color:#555; 
	border:solid 1px #e3e3e3; 
	background: #fff; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#ffffff'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#ffffff)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #f4f4f4,  #ffffff); /* for firefox 3.6+ */
}

/*============================================== PORTFOLIO SECTION ==============================================*/
#filter li a, #filter li a:visited{border:solid 1px #fff; color:#303030}
#filter li a:hover, #filter li.selected-1 a{text-decoration:none; background:#f8f8f8; border:solid 1px #f0f0f0}
.ts-display-pf-img{border:solid 1px #ececec;}


/*============================================== SIDEBAR SECTION ==============================================*/
#sidebar .widget-title{color:#303030; border-bottom:dotted 1px #cbcbcb;}
#sidebar li li{border-bottom:dotted 1px #cbcbcb;}
#sidebar li li a{color:#555;}
#sidebar li li:hover{background-color:#f6f6f6}

#sidebar .smalldate a, #sidebar .smalldate a:visited{color:#dc3c00;}
#sidebar .smalldate a:hover{text-decoration:underline;}
#sidebar .rp-widget li h3 a{color:#000;}
#sidebar .rp-widget li h3 a:hover{color:#7aca2e;}
#sidebar .rp-widget img{border:solid 1px #e7e7e7;}
#sidebar .rp-widget .smalldate{color:#888;}





/*============================================== FOOTER SIDEBAR SECTION ==============================================*/
#footerstrip{
	background:url(../images/shadow-footer.png) repeat-x top left;
}
#footerstrip div{background:#f9f9f9;}
#outerfootersidebar{background:#303030 url(../images/bg_footer_widget.gif) repeat; border-top:1px solid #fff; color:#888;}
#footersidebar{}
#footersidebar .widget-title{color:#fff; text-shadow: 1px 1px 1px #000;}
#footersidebar li a, #footersidebar li a:visited{color:#999}
#footersidebar li a:hover{color:#ccc;}

#footersidebar .button, #footersidebar .button:visited, #footersidebar .button:hover{color:#fff;}


/*============================================== FOOTER SECTION ==============================================*/
#outerfooter{ background:#101010;  border-top:solid 1px #4d4d4d}
#footer{color:#888;}
#footer a, #footer a:visited{color:#585858;}
#footer a:hover{color:#7aca2e;}
#toTop{color:#585858}
#toTop:hover{color:#7aca2e;}

/* #Media Queries
================================================== */
/* Smaller than standard 960 (devices and browsers) */
@media only screen and (min-width: 959px) {
	#topnav{display:block !important;}
	.flex-direction-nav .flex-next {right: -40px; *right:0;}
	.flex-direction-nav .flex-prev {left: -40px; *left: 0;}
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	#bodychild{width:100%;}
	
	/*============================================== MENU SECTION ==============================================*/
	#topnav{display:block !important;}
	
	/*============================================== SLIDER SECTION ==============================================*/
	.flex-caption{width:40%; top:10%;}
	
	/*============================================== CONTENT SECTION ==============================================*/
	.padcontent{padding-right:12.8%;}
	#content.positionright .padcontent{padding-left:12.8%; padding-right:0}
	.package-box .text2{font-size:15px;}
	
	/* pricing box */
	ul.list-box .price{font-size:20px !important;}
	ul.list-box > li{width:175px !important; margin-right:10px !important;}

	
	/*============================================== PORTFOLIO SECTION ==============================================*/
	/* Portfolio */
	.ts-display-pf-col-4 li{width:170px; }
	.ts-display-pf-col-4 .ts-display-pf-img{width:160px; height:100%}
	.ts-display-pf-col-4 .ts-display-pf-img a.image{width:160px; height:100%}
	.ts-display-pf-col-4  .ts-display-pf-img a .rollover{width:160px; height:100%}
	
	
	/*============================================== SIDEBAR SECTION ==============================================*/
	.rp-widget li .smalldate{background:transparent; padding:0}
	
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	#bodychild{width:100%;}
	#outerheader{height:auto;}
	
	/*============================================== HEADER SECTION ==============================================*/
	#logo{text-align:center;}
	#logo img{margin:0 auto; max-width:100%;}
	#headerright{padding:0; text-align:center;}
	#navigation{text-align:center; clear:both; height:auto; width:100%}
	.sf-menu a{background:transparent !important; border:0 !important}
	.sf-menu > li{border:0 !important; display:none;}
	nav{margin:0 0 20px 0; float:none; }
	.js .tinynav { display: block; display: inline-block; text-align:left ; margin:0 0 0 0; border:0; width:100%; clear:both}/* mobile dropdown */
    .js #topnav { display: none }
		
	/*============================================== SLIDER SECTION ==============================================*/
	#slidercontainer{height:auto;}
	.flex-caption{display:none;}
	
	
	/*============================================== CONTENT SECTION ==============================================*/
	#content.positionright, #content.positionleft{background:transparent;}
	.padcontent{padding-right:0;}
	#content.positionright .padcontent{padding-left:0; padding-right:0}
	.highlight-content{clear:both; text-align:center}
	.content-box .button{margin-bottom:20px; display:inline-block}
	.package-box{ background:#f9f9f9}
	
	/* pricing box */
	ul.list-box > li{margin-bottom:20px; width:100% !important}
	ul.list-box .price-text{background:transparent;}

	
	
		
	/*============================================== BLOG SECTION ==============================================*/
	.post{padding-bottom:50px; margin-bottom:50px;}
	.posttitle{margin-bottom:5px;}
	.wp-pagenavi{margin-bottom:30px;}
	.entry-utility .comm{float:none; padding:0 0 0 10px}
	
	/*============================================== SIDEBAR SECTION ==============================================*/
	#sidebar{background:transparent !important;}
	#sidebar .widget-container{margin-bottom:20px; padding:20px 0 0 0;}
	
	
	/*============================================== PORTFOLIO SECTION ==============================================*/
	.ts-display-pf-col-4 li{width:300px;}
	.ts-display-pf-col-4 .ts-display-pf-img{
		width:286px;
	}
	
	.ts-display-pf-col-4 .ts-display-pf-img a.image{
		width:286px;
	}
	
	.ts-display-pf-col-4  .ts-display-pf-img a .rollover{
		width:286px;
	}
	
	#toTop{display:none !important;}
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	#bodychild{width:100%;}
	
	/*============================================== PORTFOLIO SECTION ==============================================*/
	.ts-display-pf-col-4 li{width:420px;}
	.ts-display-pf-col-4 .ts-display-pf-img{
		width:406px;
	}
	
	.ts-display-pf-col-4 .ts-display-pf-img a.image{
		width:406px;
	}
	
	.ts-display-pf-col-4  .ts-display-pf-img a .rollover{
		width:406px;
	}
	
}


/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	#bodychild{width:100%;}
	
	/*============================================== GENERAL SECTION ==============================================*/
	.button.large{padding:8px 20px 7px 20px;}
	
	/*============================================== BLOG SECTION ==============================================*/
	.commentlist ol{padding-left:20px;}
	.avatar{display:none;}
	.comment-body{margin:0;}

}
