/*-----------------------------------------------------------------------------------

	Theme Name: Orchid

	Description: A minmal and clean portfolio layout for creatives
	Author: Jdsans
	Author URI: http://www.bloggerzbible.com
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Version: 1.0
	
	Designed by jdsans of bloggerzbible.com
	All files, unless otherwise stated, are released under the GNU General Public License
	version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)

-----------------------------------------------------------------------------------*/
@import url(css00000.css);
@import url(css00001.css);
@import url(css00002.css);
/*-----------------------------------------------------------------------------------*/
/*	0.	CSS Reset & Clearfix - http://meyerweb.com/eric/tools/css/reset/
/*-----------------------------------------------------------------------------------*/

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 { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; } table { border-collapse: collapse; border-spacing: 0; }

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .clearfix { display: inline-block; } /* Hide from IE Mac \*/ .clearfix { display: block; } /* End hide from IE Mac */ .none { display: none; } /* End Clearfix */


/*-----------------------------------------------------------------------------------*/
/*	1.	Document Setup (body, common classes, vertical rhythm, structure etc)
/*-----------------------------------------------------------------------------------*/

body {
  color: #999999;
  font: 12px/20px Arial,Helvetica,sans-serif;
  margin: 0;
  padding: 0;
}
input, textarea {
  background:#EEEEEE;
  border: medium none;
  color: #777777;
  font: 12px/20px Arial,Helvetica,sans-serif;
}

input:focus,textarea:focus {
	background: #FFFFFF;
}


.hidden { display: none; }

.alignleft { float: left; }

.alignright { float: right; }

.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
}

.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width:100%;
}

a,a:visited,a:link  { 
	text-decoration: none; 
}

a:hover { 
	text-decoration: none; 
	transition: color 0.1s linear;
	-moz-transition: color 0.1s linear;
	-webkit-transition: color 0.1s linear;
	-o-transition: color 0.1s linear;
}
a img { border: none; }

code {
  background: #F1F1F1;
  display: block;
  padding: 5px 10px;
}

hr{
  background: #DDDDDD;
  border: medium none;
  display: inline-block;
  height: 1px;
  margin: 0 0 20px;
  width: 100%;
}

p,
pre,
ul,
ol,
dl,
dd,
address,
table,
fieldset,
form,
.gallery-row,
.hentry .entry-meta,#logo,.carousel-container,#comments ol ul .details,#comments .details,#respond.contact h1,.footer .widget .widget-title{ margin-bottom: 20px; }

blockquote,.jp-video-container,.jp-audio-container,.post-thumb,.format-gallery .slider{
	margin-bottom:10px;
}
.home .jp-audio-container{
	margin-bottom:0;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	padding: 0;
	font-family:Arial,Helvetica,sans-serif;
}

h1 {
	font-size: 24px;
	line-height: 28px;
}

h2 {
	font-size: 20px;
	line-height: 22px;
}

h3 {
	font-size: 16px;
	line-height: 20px;
}

h4 {
	font-size: 14px;
	line-height: 18px;
}

h5 {
	font-size: 12px;
	line-height: 18px;
}

h6 {
	font-size: 10px;
	line-height: 16px;
}

/* ~~ this fixed width container surrounds the other divs ~~ */
#container {
	width: 930px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

/*-----------------------------------------------------------------------------------*/
/*	2.	LOGO, CONTACT HEAD, SOCIAL BAR, NAVIGATION MENU
/*-----------------------------------------------------------------------------------*/

#navigation {
  margin: 0 0 40px;
  padding: 40px 0 0;
  position: relative;
}

/*----------- Main Logo ---------*/
#navigation #logo {
  font-family:'Pacifico';
  font-size: 60px;
  line-height: 80px;
  position: relative;
  text-align: center;
  width: 100%;
}
#navigation #logo .description {
  display: block;
  font-family: "Droid Serif",Georgia,Times,serif;
  font-size: 12px;
  font-style: italic;
  line-height: 20px;
}
#navigation #logo a{
  color: #666;
}

/*----------- Social bar ---------*/
#navigation ul#social_bar {
  display: block;
  margin: 0 0 5px;
  text-align: center;
  z-index: 1;
}
#navigation ul#social_bar li {
  display: inline-block;
  position: relative;
  text-align:left;
}
#navigation ul#social_bar li span {
  
	/*Border-radius*/
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	/*Box-shadows*/
	-webkit-box-shadow: 0 2px 4px #C6C6C6;
	-moz-box-shadow: 0 2px 4px #C6C6C6;
	box-shadow: 0 2px 4px #C6C6C6;

    background:#555555;
    color: #DDDDDD;
    font-size: 11px;
    left: -15000px;
    line-height: 18px;
    padding: 3px 9px 5px;
    position: absolute;
    text-indent: 0;
    top: 23px;
	white-space:pre;
}
#navigation ul#social_bar li span:hover {
    left: -15px !important;
    opacity: 1 !important;
}
#navigation ul#social_bar li.twitter_btn a {
    background-position: 0 -17px;
    padding-left: 28px;
}
#navigation ul#social_bar li.dribbble_btn a {
    background-position: 0 -33px;
}
#navigation ul#social_bar li.vimeo_btn a {
    background-position: 0 -50px;
}
#navigation ul#social_bar li.linked_btn a{
  background-position: 0 -103px;
}
#navigation ul#social_bar li.flickr_btn a{
  background-position: 0 -67px;
}
#navigation ul#social_bar li.plus_btn a{
  background-position:0 -85px;
}
#navigation ul#social_bar li.forrst_btn a{
  background-position:0 -118px;
}

#navigation ul#social_bar li a {
    background: url("sharing0.png") no-repeat;
    display: block;
    line-height: 16px;
    margin-right: 14px;
    padding-left: 26px;
	color:#999;
}
/*----------- Contact head ---------*/
#navigation .contact_head {
  text-align: center;
  width: 100%;
}
#navigation .contact_head ul li{
  display:inline-block;
  margin-right: 13px;
}
#navigation .contact_head ul li:last-child{
  margin-right: 0px;
}
/*----------- Navigtaion Menu---------*/
#menu_container {
  text-align: center;
  width: 100%;
  margin-top:40px;
}
#primary-nav ul {
	/*Border-radius*/
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

  border-style: solid;
  border-width: 1px;
  display: inline-block;
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
#primary-nav ul a {
	display: block;
	position: relative;
}
#primary-nav ul li {
  display: inline-block;
  position: relative;
  z-index: 40;
}
#primary-nav ul li:hover { visibility: inherit; /* fixes IE7 'sticky bug' */ }
#primary-nav ul ul {
	position: absolute;
	top: -9999em;
	width: 150px; /* left offset of submenus need to match (see below) */
}
#primary-nav ul ul li { width: 100%; }

/*  Make sub menus appear */
#primary-nav ull li:hover ul,
#primary-nav ul li.sfHover ul {
	left: -1px;
	top: 34px; /* match top ul list item height */
	z-index: 99;
}

/* Hide all subs subs (4 levels deep) */
#primary-nav ul li:hover li ul,
#primary-nav ul li.sfHover li ul,
#primary-nav ul li li:hover li ul,
#primary-nav ul li li.sfHover li ul,
#primary-nav ul li li li:hover li ul,
#primary-nav ul li li li.sfHover li ul { top: -9999em; }

/* Displays all subs subs (4 levels deep) */
#primary-nav ul li li:hover ul,
#primary-nav ul li li.sfHover ul,
#primary-nav ul li li li:hover ul,
#primary-nav ul li li li.sfHover ul,
#primary-nav ul li li li li:hover ul,
#primary-nav ul li li li li.sfHover ul {
	left: 180px; /* match .nav ul width */
	top: -1px;
}
	
/* top level skin */
#primary-nav ul a {
  color: #fff;
  text-decoration: none;
  padding:6px 21px 9px;
}

#primary-nav ul a:hover{
    text-decoration: none;
}

/* 2nd level skin */
#primary-nav ul ul {
	-webkit-border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;

	-webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0 4px 15px rgba(0, 0, 0, 0.1);
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
	
	background:#FFFFFF;
	border-color: #999 transparent transparent;
	border-right: medium none transparent;
	border-style: solid none none;
	border-width: 2px medium medium;
	margin: 10px 0 0 -15px;
	padding: 6px 19px;
	text-align: left;
}


.ie #primary-nav ul ul { border: 1px solid #f4f3ef; }

#primary-nav ul ul li {
	float: none;
	background: none;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #e8e8e8;
	border-left:none;
}

#primary-nav ul ul li:last-child {
	border: none;
}
#primary-nav ul ul li a {
  color: #444444;
  display: block;
  font-size: 12px;
  padding: 7px 0 9px;
  text-transform: none;
}
#primary-nav ul li.sfHover ul a {  
    text-decoration: none;
}

/*-----------------------------------------------------------------------------------*/
/*	3.	Circular carousel slider
/*-----------------------------------------------------------------------------------*/
.carousel-container {
  margin-bottom: 60px;
  position: relative;
  width: 900px;
  margin: 0 auto;
}
#carousel {
  height: 340px;
  padding-bottom: 20px;
  position: relative;
}
.carousel-image {
  border:0;
  display:block;
}
.carousel-feature {
  background: url("active-b.png") no-repeat center bottom;
  cursor: pointer;
  padding-bottom: 10px;
  position:absolute;
  top:-1000px;
  left:-1000px;
}
.carousel-feature .carousel-caption {
  bottom: 47%;
  position: absolute;
  width: 100%;
  text-align:center;
}
.carousel-feature .carousel-caption p {
	/*Border-radius*/
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
  background:rgba(0, 0, 0, 0.7);
  color: #FFFFFF;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  margin: 0 auto;
  padding: 4px 10px;
  text-align: center;
  text-transform: capitalize;
}
.tracker-summation-container {
  top: 0;
  position: absolute;
  left: 0;
}
.tracker-individual-container {
  bottom: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align:center;
  width:100%;
}
.tracker-individual-container li {
  display: inline-block;
  float: none !important;
  list-style: none;
}
.tracker-individual-container .tracker-individual-blip {
	/*Border-radius*/
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	
  background-color: #E4E4E4;
  color: white;
  line-height: 10px;
  margin: 0 3px;
  padding: 0 5px;
  text-indent: -9999px;
}
.tracker-individual-container .tracker-individual-blip-selected {
  line-height: 12px;
  padding: 0 6px;
  margin-top:-1px;
}
#carousel-left {
  position:absolute;
  bottom:33px;
  left:220px;
  cursor:pointer;
}
#carousel-right {
  position:absolute;
  bottom:33px;
  right:220px;
  cursor:pointer;
}
.shadow-right {
    background: url("http://jdsans.net/wp-content/themes/orchid/images/active-right-shadow.png") no-repeat;
    right: -21px !important;
    width: 21px;
}
.shadow-left {
    background: url("http://jdsans.net/wp-content/themes/orchid/images/active-left-shadow.png") no-repeat;
    left: -29px !important;
    width: 29px;
}
.shadow-left, .shadow-right {
  height: 228px;
  position: absolute;
  top: 35px;
  display:none;
}


/*-----------------------------------------------------------------------------------*/
/*	4.	SIDEBAR AND ITS WIDGETS
/*-----------------------------------------------------------------------------------*/
.sidebar {
  float:left;
  margin-left: 30px;
  width: 200px;
}
.sidebar .widget {
	margin:0 0 40px 0;
}
.sidebar .widget .widget-title {
  font-size: 12px;
  font-weight:bold;
  margin-bottom: 20px;
  color:#444;
}


/*--------Recent Widgets(Comment and entries)---------*/
.sidebar .widget_recent_entries ul li:first-child,.sidebar #recentcomments li:first-child{
    border: medium none;
    padding-top: 0;
}
.sidebar .widget_recent_entries ul li:last-child,.sidebar #recentcomments li:last-child{
    padding-bottom: 0;
}
.sidebar .widget_recent_entries ul li a, .sidebar #recentcomments li a {
  color: #999999;
  font-family: arial;
  font-style: normal;
  display:inline-block;
}
.sidebar .widget_recent_entries ul li, .sidebar #recentcomments li {
  border-top: 1px solid #EEEEEE;
  font-family: "Droid Serif",Georgia,Times,serif;
  font-style: italic;
  padding: 10px 0 12px;
}

.sidebar #flickr_badge_wrapper .flickr_badge_image img {
  float: left;
  height: 40px;
  margin: 0 8px 10px 0;
  width: 40px;
}

.sidebar #flickr_badge_wrapper a.flickr_link {
	color:#444;
}

#searchform #s {
  padding: 8px 10px;
  width: 180px;
  color:#aaa;
}

.sidebar .widget_categories a {
  display: inline-block;
  margin-bottom: 2px;
  text-transform: capitalize;
}


/*-----------------------------------------------------------------------------------*/
/*	5.	BASIC SETTING FOR PAGES
/*-----------------------------------------------------------------------------------*/
.grid_three {
  float: left;
  margin-left: 30px;
  width: 210px;
}
.neutral{
	margin:0 !important;
}
h2#page-title {
  font-family: "Droid Serif",Georgia,Times,serif;
  font-size: 28px;
  font-style: italic;
  margin: 0 0 20px;
  text-align: center;
}
.content{
	margin:40px 0 0;
}
.home .content{
	margin:60px 0 0 !important;
}
.post-content{
  width: 700px;
  float:left;
}
.curly {
  background: url("curly000.png") no-repeat 50% 0;
  height: 7px;
  text-align: center;
  width: 100%;
}
#slogon {
  margin: 40px 0;
  text-align: center;
}
#slogon p {
  font-family: 'Josefin Sans', sans-serif;;
  font-size: 18px;
  line-height: 24px;
  color:#777;
  margin-bottom:25px;
}
#slogon a.launch_grey {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;

	-webkit-box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 2px #DDDDDD, 0 0 0 4px #F9F9F9;
	-moz-box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 2px #DDDDDD, 0 0 0 4px #F9F9F9;
	box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 2px #DDDDDD, 0 0 0 4px #F9F9F9;

	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#F7F7F7), to(#EBEBEB));
	background: -moz-linear-gradient(center top , #F7F7F7 0pt, #EBEBEB);
	background: -o-linear-gradient(center top , #F7F7F7 0pt, #EBEBEB);
	background: -ms-linear-gradient(center top , #F7F7F7 0pt, #EBEBEB);
	background: linear-gradient(center top , #F7F7F7 0pt, #EBEBEB);
	
	border-color: #E1E0E0 #CBCBCB #AEAEAE;
	border-style: solid;
	border-width: 1px;
	color: #777;
	display: inline-block;
	font-size: 11px;
	padding: 6px 20px 7px;
}

#slogon a.launch_grey:hover {
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#EBEBEB), to(#F7F7F7));
	background: -moz-linear-gradient(center top , #EBEBEB 0pt, #F7F7F7);
	background: -o-linear-gradient(center top , #EBEBEB 0pt, #F7F7F7);
	background: -ms-linear-gradient(center top , #EBEBEB 0pt, #F7F7F7);
	background: linear-gradient(center top , #EBEBEB 0pt, #F7F7F7);
	
	color: #777 !important;
}

/*-----------------------------------------------------------------------------------*/
/*	8. CLIENTS LOGO SECTION
/*-----------------------------------------------------------------------------------*/
.clients {
  margin: 40px 0 0px;
  position: relative;
  text-align:center;
}
.clients .logo_container{
	display:inline-block;
}
.clients span {
  float: left;
  margin: 0 42px 0px 0;
}
.clients span:last-child{
  margin-right:0;
}
.clients span img{
	width:75px;
}
/*-----------------------------------------------------------------------------------*/
/*	6.	HOMEPAGE SETTINGS
/*-----------------------------------------------------------------------------------*/

/*------- Global for homepage --------*/
.home .main_title {
  background: url("line0000.png") repeat-x 50%;
  margin-bottom: 40px;
  text-align: center;
}
.home .main_title .title_inner_wrap {
  background:#fff;
  display: inline-block;
  padding: 0 40px;
}
.home .main_title h4.cont_title {
  color: #444;
  font-family:'Josefin Sans', sans-serif;;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 3px;
}
.home .main_title .description p {
  color: #ddd;
  margin: 0;
  position: relative;
}
.home .main_title .description p a{
  margin-left: 4px;
}
/*-------Recent Projects--------*/
#recent-portfolio {
  position: relative;
}
ul.image-grid{
	margin:0;
}
#recent-portfolio ul.image-grid li,#related-projects li {
	float: left;
	width: 210px;
	margin: 0 30px 0px 0;
}
#recent-portfolio ul.image-grid li{
  margin: 0 30px 60px 0 !important;
}
#recent-portfolio ul.image-grid li:nth-child(4n),#related-projects li:last-child{
    margin-right: 0 !important;
}
#recent-portfolio div.hentry h5.title a, #related-projects li h5.title a,#skills h5.progress_title {
  color: #444;
  display: block;
  font-size: 12px;
  font-weight: bold;
  line-height: 21px;
  margin: 20px 0 10px;
  text-align:center;
}
#recent-portfolio div.hentry .post-thumb a, #related-projects li .post-thumb a {
  display: block;
  height: 210px;
  margin: 0 !important;
  overflow: hidden;
  width: 210px;
}
#recent-portfolio div.hentry .post-thumb a img, #related-projects li .post-thumb a img{
	height:210px;
}
#recent-portfolio div.hentry .entry-content p,#related-projects li .entry-content p,#skills .progress_bar .info_bar p{
  line-height: 20px;
  margin:0;
  text-align:center;
}
#recent-portfolio div.hentry .overlay,.format-image .overlay_large{
  opacity: 0;
  position: absolute;
  text-align: center;
  z-index: 1;
}
#recent-portfolio div.hentry .overlay{
  background: url("overlay0.png") no-repeat;
  height: 210px;
  width: 210px;
}
.format-image .overlay_large{
  background: url("overlay_.png") no-repeat;
  height: 180px;
  width: 480px;
}

.content a.more_link {
  margin-left: 3px;
  color:#ed1414;
}
.post-thumb .frame {
  background: url("frame000.png")  transparent;
  height: 210px;
  position: absolute;
  width: 210px;
  z-index:1;
}
/*-----------------------------------------------------------------------------------*/
/*	7.	SKILLS SECTION
/*-----------------------------------------------------------------------------------*/
#skills {
  position: relative;
}
#skills .progress_bar {
  float: left;
  margin: 0 30px 0 0;
  width: 210px;
}
#skills .progress_bar:nth-child(4n) {
    margin-right: 0;
}
#skills .progress_back {
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	border-radius: 200px;
	
	background:#f7f7f7;
	height: 210px;
	position: relative;
}

#skills .progress_back span {
  bottom: 0;
  color:#840606;
  font-size: 12px;
  font-weight: bold;
  left: 0;
  margin-top: 40%;
  position: absolute;
  right: 0;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  top: 0;
  width: 100%;
}
#skills .progress {
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	border-radius: 200px;

	-webkit-box-shadow: 0 1px 2px #E68B8B, 0 0 4px #FF8080 inset;
	-moz-box-shadow: 0 1px 2px #E68B8B, 0 0 4px #FF8080 inset;
	box-shadow: 0 1px 2px #E68B8B, 0 0 4px #FF8080 inset;

	background:url("pat00000.png")  , -webkit-linear-gradient(#FFADAD, #F28989);
	background:url("pat00000.png")  , -moz-linear-gradient(#FFADAD, #F28989);
	background:url("pat00000.png")  , -o-linear-gradient(#FFADAD, #F28989);
	background:url("pat00000.png")  , -ms-linear-gradient(#FFADAD, #F28989);
	background:url("pat00000.png")  , linear-gradient(#FFADAD, #F28989);
	border-color: #E66E6E #C95959 #C14141;
	border-style: solid;
	border-width: 1px;
	bottom: 0;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
}

#skills .progress.green {
	-webkit-box-shadow:0 1px 2px #9CDD38, 0 0 4px #9CDD38 inset;
	-moz-box-shadow: 0 1px 2px #9CDD38, 0 0 4px #9CDD38 inset;
	box-shadow:0 1px 2px #9CDD38, 0 0 4px #9CDD38 inset;

	background:url("pat00000.png")  , -webkit-linear-gradient(#CAE899, #ACDE5F);
	background:url("pat00000.png")  , -moz-linear-gradient(#CAE899, #ACDE5F);
	background:url("pat00000.png")  , -o-linear-gradient(#CAE899, #ACDE5F);
	background:url("pat00000.png")  , -ms-linear-gradient(#CAE899, #ACDE5F);
	background:url("pat00000.png")  , linear-gradient(#CAE899, #ACDE5F);
	border-color: #94C44A #7FAE36 #719F2B;
	border-style: solid;
	border-width: 1px;
}

#skills .progress.green span {
    color: #3D5C0C;
}
#skills .progress.blue {
	/*Gradient-background*/
	background:url("pat00000.png") , -webkit-linear-gradient(#A7D6F4,#7FBBE0);
	background:url("pat00000.png")  , -moz-linear-gradient(#A7D6F4, #7FBBE0);
	background:url("pat00000.png")  , -o-linear-gradient(#A7D6F4, #7FBBE0);
	background:url("pat00000.png")  , -ms-linear-gradient(#A7D6F4, #7FBBE0);
	background:url("pat00000.png")  , linear-gradient(#A7D6F4, #7FBBE0);

	-webkit-box-shadow: 0 1px 2px #69ADD7, 0 0 4px #6EB6E3 inset;
	-moz-box-shadow: 0 1px 2px #69ADD7, 0 0 4px #6EB6E3 inset;
	box-shadow: 0 1px 2px #69ADD7, 0 0 4px #6EB6E3 inset;
	border-color: #3C9FDC #2585BF #237EB5;
	border-style: solid;
	border-width: 1px;
}

#skills .progress.blue span {
    color: #054A74;
}
#skills .progress.yellow {
	/*Gradient-background*/
	background:url("pat00000.png")  , -webkit-linear-gradient(#FFE4A4,#F7CC6B);
	background:url("pat00000.png")  , -moz-linear-gradient(#FFE4A4, #F7CC6B);
	background:url("pat00000.png")  , -o-linear-gradient(#FFE4A4, #F7CC6B);
	background:url("pat00000.png")  , -ms-linear-gradient(#FFE4A4, #F7CC6B);
	background:url("pat00000.png")  , linear-gradient(#FFE4A4, #F7CC6B);

	-webkit-box-shadow: 0 1px 2px #DCBE7A, 0 0 4px #F8CE6E inset;
	-moz-box-shadow: 0 1px 2px #DCBE7A, 0 0 4px #F8CE6E inset;
	box-shadow: 0 1px 2px #DCBE7A, 0 0 4px #F8CE6E inset;
	border-color: #E4B549 #D7A93E #C9992A;
	border-style: solid;
	border-width: 1px;
}

#skills .progress.yellow span {
    color: #875E00;
}
#skills .progress.grey {
	background:#E6E6E6;
}
#skills .progress.grey span {
    color: #777777;
}


/*-----------------------------------------------------------------------------------*/
/*	9. BASIC SETTINGS FOR BLOG
/*-----------------------------------------------------------------------------------*/
.hentry .left-entry,.single-post .left-entry,.single-portfolio .left-entry{
  float: left;
  width: 190px;
  position:relative;
  text-align:right;
}
.hentry .right-entry,.single .right-entry,.single-portfolio .right-entry{
  float: left;
  width:480px;
  margin-left:30px;
}
.blog .hentry .right-entry,.archive .hentry .right-entry,.search .hentry .right-entry {
	border-bottom: 1px solid #EEE;
	margin-bottom: 50px;
	padding-bottom: 10px;
}

.blog .hentry:last-child .right-entry,.archive .hentry:last-child .right-entry,.search .hentry:last-child .right-entry{
	margin-bottom:0;
	padding:0;
	border:none;
}
.hentry .post_title h4 {
  color: #444444;
  font-family: "Droid Serif",Georgia,Times,serif;
  font-size: 18px;
  font-style: italic;
  line-height: 25px;
  text-align: right;
  margin-bottom:15px;
}
.hentry .post_title a {
  display: inline-block;
  color:#444;
}
.hentry .thumb {
  float: left;
  margin-bottom: 10px;
}
.hentry .left-entry .post-type{
  background: url("line0000.png") no-repeat -478px 50%;
  display: inline-block;
  height: 16px;
  margin: 0 0 15px;
  padding: 0 0 0 30px;
  position: relative;
}
.hentry .left-entry .post-type a{
  display: inline-block;
  height: 17px;
  width: 17px;
} 
.format-link .left-entry .post-type a{
  background-position: -90px 0;
}
.format-link .post_title a {
    color: #000;
}
.format-quote .left-entry .post-type a{
  background-position: -126px 0;
}
.format-aside .left-entry .post-type a{
  background-position: -53px 0;
}
.format-image .left-entry .post-type a{
  background-position: -18px 0;
}
.format-video .left-entry .post-type a{
  background-position: -36px 0;
}
.format-audio .left-entry .post-type a{
  background-position: -71px 0;
}
.format-gallery .left-entry .post-type a{
  background-position: -108px 0;
}
.hentry .right-entry img.aligncenter,.hentry .right-entry img.alignnone{
	margin:10px auto;
}
.hentry .right-entry img.alignleft {
  margin: 0 20px 20px 0;
}
.hentry .right-entry img.alignright{
  margin: 0 0 20px 20px;
}
.hentry .entry-meta {
  font-size: 11px;
  margin-bottom:15px;
}
.hentry .entry-meta a{
	color:#444;
}
.hentry .entry-meta span {
  display:block;
}
.hentry .entry-meta span span{
	display:inline;
}
.hentry .entry-meta span.published {
  color:#444;
}
.hentry .more_container {
  margin-top: 25px;
  text-align: right;
  width: 100%;
}
.hentry a.more-link {
display: block;
font-size: 11px;
text-align: right;
}

blockquote {
	/*Border-radius*/
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
  /*Box-shadows*/
	-webkit-box-shadow: 0 2px 2px #EEE, 0 1px 0 0 #FFFFFF inset;
   -moz-box-shadow: 0 2px 2px #EEE, 0 1px 0 0 #FFFFFF inset;
   box-shadow: 0 2px 2px #EEE, 0 1px 0 0 #FFFFFF inset;

  background:#f9f9f9;
  color: #000000;
  font-family: "Droid Serif",Georgia,Times,serif;
  font-size: 12px;
  font-style: italic;
  padding: 15px 20px;
}
blockquote p{
	margin:0;
}
.hentry .entry-content h1,.hentry .entry-content h2,.hentry .entry-content h3,.hentry .entry-content h4,.hentry .entry-content h5,.hentry .entry-content h6{
  color: #444;
  font-family: "Droid Serif",Georgia,Times,serif;
  font-style: italic;
}
.hentry .entry-content h1{
	margin-bottom:20px;
}
.hentry .entry-content h2{
	margin-bottom:18px;
}
.hentry .entry-content h3{
	margin-bottom:16px;
}
.hentry .entry-content h4{
	margin-bottom:14px;
}
.hentry .entry-content h5{
	margin-bottom:12px;
}
.hentry .entry-content h6{
	margin-bottom:10px;
}
.hentry .entry-content ul li {
  list-style: disc inside none;
  margin: 8px 0;
}
.navigation{
	margin-left: 220px;
	width: 480px;
	display:inline-block;
}
.page-navigation .nav-next {
  float:left;
}
.page-navigation .nav-previous {
  float: right;
}
/*-----------BLOG AUDIO AND VIDEO FORMAT------------*/
div.jp-audio,
div.jp-video {
	font-size: 1em;
	font-family: Verdana, Arial, sans-serif;
	color: #fff;
	line-height: 1.6;
}

div.jp-audio,
div.jp-video { width: 478px; }


.jp-video-play,
div.jp-jplayer.jp-jplayer-video { width: 480px; }


div.jp-interface {
	/*Border-radius*/
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
  /*Box-shadows*/
	-webkit-box-shadow: 0 1px 1px rgba(70, 70, 70, 0.1);
	-moz-box-shadow: 0 1px 1px rgba(70, 70, 70, 0.1);
	box-shadow: 0 1px 1px rgba(70, 70, 70, 0.1);

  background: url("jplayer_.png") repeat-x;
  border-color: #EBEBEB #D6D6D6 #BBBBBB;
  border-style: solid;
  border-width: 1px;
  position: relative;
  width: 100%;
  z-index: 39;
}

div.jp-type-single div.jp-interface { height: 34px; }

div.jp-interface ul.jp-controls {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

div.jp-interface ul.jp-controls li { display: inline; }

div.jp-interface ul.jp-controls a {
  border-right: 1px solid #DDDDDD;
  overflow: hidden;
  position: absolute;
  text-indent: -9999px;
}

a.jp-play, a.jp-pause {
  height: 34px;
  outline: medium none;
  width: 34px;
  z-index: 1;
}

div.jp-type-single a.jp-play,
div.jp-type-single a.jp-pause {
	top: 0;
	left: 0;
}

a.jp-play { 
	background-position:0 2px;
	background-repeat:no-repeat;
}

a.jp-play:hover { 
	background-position:-33px 2px;
	background-repeat:no-repeat;
 }

a.jp-pause {
	display: none;
	background-position:0 -28px;
	background-repeat:no-repeat;
}

a.jp-pause:hover {
	background-position:-33px -28px;
	background-repeat:no-repeat;
}

div.jp-progress-container {
  border-right: 1px solid #DDDDDD;
  height: 6px;
  left: 40px;
  padding: 14px 10px;
  position: absolute;
  top: 0px;
  width: 330px;
}
div.jp-progress {
	position: absolute;
	overflow:hidden;
}
div.jp-type-single div.jp-progress {
    /*Box-shadows*/
	-webkit-box-shadow: 0 1px 0 #AAAAAA inset, 0 -1px 0 #FFFFFF inset;
	-moz-box-shadow: 0 1px 0 #AAAAAA inset, 0 -1px 0 #FFFFFF inset;
	box-shadow: 0 1px 0 #AAAAAA inset, 0 -1px 0 #FFFFFF inset;

  background:#D7D7D7;
  height: 7px;
  width: 326px;
  
	/*Border-radius*/
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	
}
div.jp-seek-bar {
	/*Border-radius*/
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	
  background:#d7d7d7;
  border-bottom: 1px solid #FFFFFF;
  border-top: 1px solid #AAAAAA;
  cursor: pointer;
  height: 5px;
}
div.jp-play-bar {
	width: 0px;
	height: 5px;
	background-position:0 -133px;
	background-repeat:repeat-x;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* The seeking class is added/removed inside jPlayer
div.jp-seeking-bg {
	background: url("pbar-ani.gif");
}
*/
div.jp-volume-bar-container {
  height: 6px;
  left: 396px;
  padding: 14px 10px;
  position: absolute;
  top: 0px;
  width: 46px;
}
div.jp-volume-bar {
  background-position:0 -163px;
  background-repeat:repeat-x;
  border-bottom: 1px solid #FFFFFF;
  border-top: 1px solid #BBBBBB;
  cursor: pointer;
  height: 5px;
  overflow: hidden;
  position: relative;
  width: 44px;
}
div.jp-type-single div.jp-volume-bar {
	top: 0;
	left: 18px;
}
div.jp-volume-bar-value {
  background-position:0 -133px;
  background-repeat:repeat-x;
  height: 5px;
  width: 0;
}
a.jp-mute,
a.jp-unmute {
	width: 17px;
	height: 13px;
	z-index: 1;
	outline: none;
}
div.jp-type-single a.jp-mute, div.jp-type-single a.jp-unmute {
  left: 400px;
  top: 10px;
}

a.jp-mute { 
	background-position:-10px -68px;
	background-repeat:no-repeat;
	border-right:none !important;
}
a.jp-mute:hover {
	background-position:-43px -68px;
	background-repeat:no-repeat;
	}
a.jp-unmute {
	background-position:-10px -98px;
	background-repeat:no-repeat;
	display: none;
	border-right:none !important;
}
a.jp-unmute:hover {
	background-position:-43px -98px;
	background-repeat:no-repeat;
 }
div.jp-jplayer {
	width:0px;
	height:0px;
}
div.jp-jplayer { background-color: #292a2b; }

/*-----------BLOG GALLERY FORMAT------------*/
.format-gallery .slider {
    height: auto;
    width: 480px;
	position:relative;
}
.single .format-gallery .slider {
    height: auto;
    width: 480px;
}
.format-gallery .slides_container {
    height: auto;
    width: 480px;
}
.single .format-gallery .slides_container {
    height: auto;
    width: 480px;
}
.format-gallery ul.pagination ,.single-portfolio #slider ul.pagination {
  bottom: 14px;
  margin: 0;
  position: absolute;
  right: 9px;
  z-index: 1000;
}
.format-gallery ul.pagination li,.single-portfolio #slider ul.pagination li{
	/*Border-radius*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

  float: right;
  height: 8px;
  list-style: none outside none;
  margin: 0 0 0 3px;
  text-indent: -9999px;
  width: 8px;
}
.format-gallery ul.pagination li a{
  display: block;
}
.format-gallery ul.pagination li.current,.single-portfolio #slider ul.pagination li.current{
  background: #fff;
}

/*-----------------------------------------------------------------------------------*/
/*	10. BASIC PORTFOLIO SETTINGS
/*-----------------------------------------------------------------------------------*/
.single-portfolio #slider{
	position:relative;
}
.single-portfolio #slider ul.pagination li{
	text-indent:0;
}
.single-portfolio #slider ul.pagination li a {
  height: 8px;
  position: absolute;
  top: 0;
  width: 8px;
}
.single-portfolio .post-content{
	width:930px;
}
.single-portfolio .right-entry{
	width:710px;
}
/*---------Related projects widget--------*/
#related-projects {
  display: inline-block;
  margin-top: 30px;
}
#related-projects #recent-portfolio-detail {
	border-top: 1px solid #EEE;
	margin-top: 30px;
	padding-top: 25px;
}


/*-------------Filter links-----------*/
.portfolio_top {
  margin-bottom: 40px;
  text-align: center;
}
.page-template-template-portfolio-php #filter {
  display: inline-block;
  margin-bottom: 0;
  position: relative;
}
.page-template-template-portfolio-php #filter li {
  display: inline-block;
  float: left;
}
.page-template-template-portfolio-php #filter li a {
	/*Border-radius*/
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
  background:#e6e6e6;
  color: #444;
  display: inline-block;
  font-size: 9px;
  font-weight: bold;
  margin-right: 8px;
  padding: 0 6px 1px;
  text-transform: uppercase;
}

/*-----------------------------------------------------------------------------------*/
/*	11. BASIC SINGLE PAGE SETTINGS ( COMMENTS AND RESPOND FORM )
/*-----------------------------------------------------------------------------------*/
.single-post .post_navi {
  margin-top: 10px;
}
.single-post .post_navi a.next-link, .single-post .post_navi a.top-link, .single-post .post_navi a.prev-link {
  background:#333333;
  color: #FFFFFF;
  display: inline-block;
  float: right;
  line-height: 16px;
  padding: 0 4px 4px;
}
.single-post .post_navi .top-link {
  margin: 0 5px;
  padding: 0 7px 4px !important;
}
.single-page-navigation {
  margin-left: 190px;
}
/*--------------- Comments--------*/
#comments h3, .respond_form h3, #related-projects .left-entry h3 {
  border-bottom: 1px solid #EEE;
  color: #444444;
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 20px;
  padding: 4px 0 6px;
}
p.title_bottom{
	font-size:11px;	
}

#comments .image {
  display: block;
  height: 35px;
  width: 35px;
}
#comments .image img {
  background:#333333;
  display: inline-block;
  height: 35px;
  text-indent: -9999px;
  width: 35px;
}
span.author-tag{
  display: block;
  font-size: 11px;
  text-align: center;
}
#comments ol {
  margin-top: 30px;
}
#comments ol, #comments ul {
    float: left;
}
#comments ol ul {
  border-left: 1px solid #eee;
  float: left;
  margin: 5px 0 0 30px;
  padding: 0 0 0 50px;
  width: 399px;
}
#comments ol ul ul {
  margin: 8px 0 0 30px;
  width: 318px;
}
#comments ol ul ul ul {
    width: 237px;
}
#comments ol ul ul ul ul {
    width: 156px;
}
#comments ol ul ul ul ul ul {
    width: 75px;
}
#comments ol .line {
    display: none;
}
#comments ol ul .line {
    border-bottom: 1px solid #eee;
    display: block;
    height: 50px;
    margin: -15px 0 0 -50px;
    position: absolute;
    width: 30px;
}
#comments ol ul li {
    border: medium none;
    padding: 14px 0;
}
#comments ol ul .details {
  float: left;
  margin: 0 0 0 20px;
  width: 344px;
}
#comments ol ul ul .details {
  width: 263px;
}
#comments ol ul ul ul .details {
    width: 182px;
}
#comments ol ul ul ul ul .details {
    width: 101px;
}
#comments ol li {
    border-top: 1px solid #eee;
    float: left;
    padding: 27px 0 7px;
}
#comments .details {
  float: left;
  margin: 0 0 0 20px;
  width: 425px;
}
#comments .details .name span.comment-date {
    font-family: "Droid Serif",Georgia,Times,serif;
    font-size: 11px;
    font-style: italic;
    margin-left: 6px;
    text-align: left;
}
#comments .details .name span.comment-date a{
	color:#999;
}
#comments .name .reply a {
  color: #777777;
  font-family: "Droid Serif",Georgia,Times,serif;
  font-size: 11px;
  font-style: italic;
  margin-left: 6px;
}
#comments .avatar_cont {
  float: left;
  height: 35px;
  width: 35px;
}
#comments .details .name .author{
  color: #444444;
  font-weight: bold;
  font-size: 12px;
}
#comments .details .name {
    margin: 0 0 10px;
}
#comments .details .name span.author a {
  color: #444444;
  font-weight: bold;
}
p.nocomments {
  border-top: 1px solid #EEE;
  color: #444444;
  font-weight: bold;
  margin-left: 190px;
  padding-top: 10px;
}
span.grey{
  color: #AAAAAA !important;
  font-size: 11px;
}
em.moderation {
  color: #CCCCCC;
  display: inline-block;
}
/*----------COMMENT FORM-----------*/
#respond {
  border-top: 1px solid #EEE;
  margin-top: 30px;
  padding-top: 10px;
}
#respond.contact {
    border: medium none;
    margin: 0;
    padding: 0 0 20px;
}
#respond form {
  display: block;
  float: left;
  margin: 10px 0;
  width: 100%;
}
#respond.contact h1 {
    color: #2387D9;
    margin-bottom: 20px;
}
#respond.contact form {
    margin: 0;
    width: 100%;
}
#respond p {
    float: left;
	position:relative;
}
#respond button,#contactForm li.buttons button {
  border-style: solid;
  border-width: 1px;
  color: #F4F4F4;
  display: inline-block;
  font-size: 9px;
  padding: 7px 10px;
  text-transform: uppercase;
}
#respond label small span {
  color: #ED1414;
  font-weight: normal;
  margin-left: 2px;
}
#respond input {
  float: left;
  margin: 0 10px 0 0;
  padding: 8px 16px;
  width: 240px;
}
#respond textarea {
  float: left;
  height: 150px;
  margin: 0 10px 0 0;
  padding: 10px;
  width: 68%;
}
#respond label {
  display: block;
  float: left;
  padding: 0 0 8px;
  width: 400px;
  font-weight:bold;
  color:#777777;
}
#respond label.error {
	/*Border-radius*/
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
  background: url("http://jdsans.net/wp-content/themes/orchid/images/arrow.png") no-repeat 0 center #FF7E7E;
  color: #FEFEFE;
  font-size: 11px;
  margin-top: 2px;
  padding: 0 10px;
  width: auto;
  font-weight:normal;
}


/*----------Archives pages---------------*/
.page .archive-lists ul {
  background:#FFFFFF;
  margin-bottom: 40px;
}
.page .archive-lists li {
  border-top: 1px solid #F3F3F3;
  line-height: 24px;
  padding: 8px 0 6px;
}
.page .archive-lists li:first-child{
  border-top:none;
  padding-top:0;
}
.page .archive-lists li a {
  color: #999999;
  font-size: 13px;
}
.page .archive-lists .post_title h4 {
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 3px;
  display:inline-block;
}
/*------------404 msg------------*/
p.error_msg {
  background: #FFFFFF;
  padding: 10px 0;
  text-align: center;
}
/*------------------Contact Form--------------*/
#contactForm li{
	list-style:none;
}
#contactForm li.name, #contactForm li.email {
  float: left;
  margin: 0 20px 0 0;
  position: relative;
}
#contactForm li label {
  color: #444444;
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
}
#contactForm li label small span {
  color: #AAAAAA;
  font-family:"Droid Serif",Georgia,Times,serif;
  font-size: 11px;
  font-style: italic;
  font-weight: normal;
  margin-left: 5px;
  position: relative;
}
#contactForm li label.error {
  color: #EF4D4D;
  display: block;
  font-size: 11px;
  font-weight: normal;
  margin: 10px 0 0;
}
.thanks{
  text-align: center;
}
.thanks .ok{
  position: relative;
  right: 15px;
  top: 10px;
}
#contactForm li.textarea {
	position:relative;
  width: 100%;
}
#contactForm li.textarea textarea {
  height: 200px;
  padding: 10px !important;
  width: 650px !important;
}
#contactForm li.name input, #contactForm li.email input, #contactForm li.textarea textarea {
  padding: 6px 5px;
  width: 290px;
}
/*-----------------------------------------------------------------------------------*/
/*	12. BASIC FOOTER SETTINGS AND WIDGETS
/*-----------------------------------------------------------------------------------*/
.footer {
  background: url("footer_b.gif");
  color: #8C8989;
  margin: 50px auto 0;
  position: relative;
  z-index: 101;
}
.footer b{
	color:#aaa;
}
.footer a{
	color:#BFBFBF !important;
}
.footer a:hover{
	color:#fff !important;
}
.footer_inner {
  margin: 0 auto;
  padding: 60px 0 20px;
  width: 930px;
}

.footer .widget .widget-title {
  /*Box-shadows*/
	-webkit-box-shadow: 0 1px 0 #363636;
	-moz-box-shadow: 0 1px 0 #363636;
	box-shadow: 0 1px 0 #363636;

  	border-bottom: 1px solid #111111;
    color: #aaa;
    font-family: 'Josefin Sans', sans-serif;;
    font-size: 15px;
    margin-bottom: 25px;
    padding-bottom: 15px;
}
.footer #logo {
  display: block;
  font-size: 40px;
  line-height: 40px;
  padding: 0;
  text-align: left;
  width: 100%;
}
.footer_inner .attribution {
  /*Box-shadows*/
	-webkit-box-shadow: 0 -1px 0 #111111;
	-moz-box-shadow: 0 -1px 0 #111111;
	box-shadow: 0 -1px 0 #111111;

  border-top: 1px solid #363636;
  margin-top: 40px;
  padding-top: 10px;
}

.footer_inner .copyright{
    float: left;
    font-size: 11px;
}
.footer_inner .credit {
    float: right;
    font-size: 11px;
}
.top_scroll {
  bottom: 20px;
  position: fixed;
  right: 20px;
  z-index: 1000;
}
.top_scroll a {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	
	color: #FFFFFF !important;
	display: none;
	padding: 3px 9px 5px;
	background-image:url('pat00000.png');
}
.top_scroll a:hover{
	color:#fff !important;
}

/*--------------Widgets------------------*/
.footer .recent_comments li {
	-webkit-box-shadow: 0 1px 0 #363636;
	-moz-box-shadow: 0 1px 0 #363636;
	box-shadow: 0 1px 0 #363636;
	
	border-bottom: 1px solid #111111;
	padding: 10px 0 12px;
}

/*--------------Flickr Widget-----------*/
#flickr_badge_wrapper .flickr_badge_image img {
  float: left;
  height: 40px;
  margin: 0 14px 14px 0;
  width: 40px;
}
#flickr_badge_wrapper a.flickr_link {
  color: #777777;
  display: inline-block;
  float: left;
  margin-top: 9px;
}
/*--------------Twitter Widget-----------*/
.tz_tweet_widget ul li,.footer #recentcomments li,.footer .widget_recent_entries ul li{
  padding: 10px 0 12px;
  
  /*Box-shadows*/
	-webkit-box-shadow: 0 1px 0 #363636;
	-moz-box-shadow: 0 1px 0 #363636;
	box-shadow: 0 1px 0 #363636;

  border-bottom: 1px solid #111111;
  line-height:24px;

}
.tz_tweet_widget ul li:first-child, .footer #recentcomments li:first-child, .footer .widget_recent_entries ul li:first-child {
  padding: 0 0 12px !important;
}
.tz_tweet_widget ul li:last-child,.footer #recentcomments li:last-child,.footer .widget_recent_entries ul li:last-child{
	padding:10px 0 0;
	
	/*Box-shadows*/
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;

  border-bottom:none;
}
.footer .widget_recent_entries ul li a{
	display:block;
}
/*-----------Search Box------------*/
.footer #searchform #s {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;

  background:#151515;
  border: medium none;
  color: #555555;
  padding: 6px 10px;
  width: 180px;
}


/*-----------------------------------------------------------------------------------*/
/*	13.	Shortcode Styles
/*-----------------------------------------------------------------------------------*/

/* Columns */
.one_half { width: 48%; }
.one_third { width: 30.66%; }
.two_third { width: 65.33%; }
.one_fourth { width: 22%; }
.three_fourth { width: 74%; }
.one_fifth { width: 16.8%; }
.two_fifth { width: 37.6%; }
.three_fifth { width: 58.4%; }
.four_fifth { width: 67.2%; }
.one_sixth { width: 13.33%; }
.five_sixth { width: 82.67%; }

.one_half,
.one_third,
.two_third,
.three_fourth,
.one_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth {
	position: relative;
	margin-right: 4%;
	margin-bottom: 20px;
	float: left;
}

.column-last {
	margin-right: 0!important;
	clear: right;
}

/* Buttons ------------------------------*/

a.button,a.button:hover {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;

	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	
	background-image: url("http://jdsans.net/wp-content/themes/orchid/images/shortcodes/gradient_small.png");
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	line-height: 12px;
	margin: 0 5px 20px;
	padding: 8px 10px 0;
	text-decoration: none;
}

a.button.large {
	height: 24px;
  	background-image: url("http://jdsans.net/wp-content/themes/orchid/images/shortcodes/gradient_large.png");
	padding: 11px 10px 0 10px;
	font-size: 14px;
	line-height: 14px;
}

a:hover.button { background-image: url("http://jdsans.net/wp-content/themes/orchid/images/shortcodes/gradient_small_hover.png"); }
a:hover.button.large { background-image: url("http://jdsans.net/wp-content/themes/orchid/images/shortcodes/gradient_large_hover.png"); }

a.button.white {
  background-color: white;
  border: 1px solid #AAAAAA;
  color: #777777 !important;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

a.button.grey {
  background-color: grey;
  border: 1px solid #444444;
  color: #444 !important;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}

a.button.red {
  background-color: #FF3939;
  border: 1px solid #B40000;
  color: #B80C23 !important;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}

a.button.orange {
  background-color: orange;
  border: 1px solid #BA7500;
  color: #A4611F !important;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}

a.button.green {
  background-color: #37AA36;
  border: 1px solid #66851C;
  color: #597821 !important;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}

a.button.teal {
  background-color: #15A4A2;
  border: 1px solid #127E84;
  color: #217478 !important;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}

a.button.blue {
  background-color: #36BAEE;
  border: 1px solid #17759A;
  color: #2D7F9F !important;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}

a.button.navy {
  background-color: #6766F1;
  border: 1px solid #302EA0;
  color: #403FA0 !important;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}

a.button.purple {
  background-color: #C06CE3;
  border: 1px solid #7C25A0;
  color: #7D24A2 !important;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}

a.button.black {
  background-color: #000000;
  border: 1px solid black;
  color: #FEFEFE !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

/* Alerts ------------------------------*/

.alert {
	font-style: italic;
	margin: 0 0 20px;
	padding: 12px 5%;
	text-align: center;
}

.alert.white {
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#FCFCFC));
	background: -moz-linear-gradient(#FFFFFF, #FCFCFC);
	background: -o-linear-gradient(#FFFFFF, #FCFCFC);
	background: -ms-linear-gradient(#FFFFFF, #FCFCFC);
	background: linear-gradient(#FFFFFF, #FCFCFC);
	border-color: #F1F1F1 #E7E7E7 #dddddd;
	border-style: solid;
	border-width: 1px;
	color: #777777;
}

.alert.red {
	-webkit-box-shadow: 0 1px 0 #F9F0EE inset;
	-moz-box-shadow: 0 1px 0 #F9F0EE inset;
	box-shadow: 0 1px 0 #F9F0EE inset;

	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#F9E3DF), to(#F4D6D0));
	background:  -moz-linear-gradient(#F9E3DF, #F4D6D0);
	background:  -o-linear-gradient(#F9E3DF, #F4D6D0);
	background:  -ms-linear-gradient(#F9E3DF, #F4D6D0);
	background:  linear-gradient(#F9E3DF, #F4D6D0);
	border-color: #EDCCC5 #DCB2AA #CC9E94;
	border-style: solid;
	border-width: 1px;
	color: #B75440;
}

.alert.yellow {
	-webkit-box-shadow: 0 1px 0 #FFF7E3 inset;
	-moz-box-shadow: 0 1px 0 #FFF7E3 inset;
	box-shadow: 0 1px 0 #FFF7E3 inset;

	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#FBECC3), to(#FBE4A7));
	background: -moz-linear-gradient(#FBECC3, #FBE4A7);
	background: -o-linear-gradient(#FBECC3, #FBE4A7);
	background: -ms-linear-gradient(#FBECC3, #FBE4A7);
	background: linear-gradient(#FBECC3, #FBE4A7);
	border-color: #F7DA8E #F4CF6B #DDB447;
	border-style: solid;
	border-width: 1px;
	color: #CC6600;
}

.alert.green {
	-webkit-box-shadow: 0 1px 0 #F3FCF2 inset;
	-moz-box-shadow: 0 1px 0 #F3FCF2 inset;
	box-shadow: 0 1px 0 #F3FCF2 inset;

	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#D3FBD1), to(#B8F9B5));
	background: -moz-linear-gradient(#D3FBD1, #B8F9B5);
	background: -o-linear-gradient(#D3FBD1, #B8F9B5);
	background: -ms-linear-gradient(#D3FBD1, #B8F9B5);
	background: linear-gradient(#D3FBD1, #B8F9B5);
	border-color: #ACEFA9 #A3E4A0 #72D26D;
	border-style: solid;
	border-width: 1px;
	color: #5F8B33;
}
.alert.blue{
	-webkit-box-shadow: 0 1px 0 #EDFAFF inset;
	-moz-box-shadow: 0 1px 0 #EDFAFF inset;
	box-shadow: 0 1px 0 #EDFAFF inset;

	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#D1EFFB), to(#BAE1F1));
	background: -moz-linear-gradient(#D1EFFB, #BAE1F1);
	background: -o-linear-gradient(#D1EFFB, #BAE1F1);
	background: -ms-linear-gradient(#D1EFFB, #BAE1F1);
	background: linear-gradient(#D1EFFB, #BAE1F1);
  	border-color: #C5EAF8 #8AD2EE #77BAD5;
	border-style: solid;
	border-width: 1px;
	color: #3B8FB0;
}


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

.ui-tabs .ui-tabs-hide {
    position: absolute;
    left: -10000px;
}

.tabs {
	margin: 0 0 20px 0;
}

.tabs ul.nav {
	list-style: none;
	margin: 0;
	padding: 0;
}

.tabs ul.nav li {
	float: left;
	position: relative;
	margin: 0 2px -1px 0;
	z-index: 10;
	list-style:none;
}

.tabs ul.nav li a {
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	
	background: #EEEEEE;
	border-bottom: medium none;
	color: #8F8E8E;
	display: block;
	height: 24px;
	margin: 0;
	overflow: hidden;
	padding: 5px 10px 0;
}
.tabs ul.nav li.ui-tabs-selected a {
  border-bottom: 1px solid #d6d6d6;
}

.tabs .tab {
  background: #f9f9f9;
  padding: 10px;
}

/* Toggle ------------------------------*/

.toggle {
	margin: 0 0 20px 0;
}

.toggle h4 {
  cursor: pointer;
  font-family: Arial,sans-serif !important;
  font-size: 12px;
  font-style: normal !important;
  font-weight: bold;
  margin: 0 !important;
  padding: 10px;
}

.toggle-inner {
	padding: 10px;
	border-top: none;
	background: #f9f9f9;
}

.toggle .ui-icon {
	background: url('http://jdsans.net/wp-content/themes/orchid/images/shortcodes/toggles/toggle-closed.png') no-repeat;
	width: 12px;
	height: 12px;
	float: left;
	margin: 3px 10px 0 0;
}

.toggle .ui-state-active .ui-icon { background: url('http://jdsans.net/wp-content/themes/orchid/images/shortcodes/toggles/toggle-open.png') no-repeat }

/* Accordian ------------------------------*/

.accordion h3 {
  background: #F1F1F1;
  cursor: pointer;
  padding: 5px 12px;
  position: relative;
  margin:0 !important;
}
.accordion h3 span.ui-icon {
  background: url("http://jdsans.net/wp-content/themes/orchid/images/shortcodes/toggles/toggle-closed.png") no-repeat;
  float: right;
  height: 12px;
  margin: 4px 0 0;
  width: 12px;
}
.accordion h3.ui-state-active span.ui-icon { background: url('http://jdsans.net/wp-content/themes/orchid/images/shortcodes/toggles/toggle-open.png') no-repeat }
.accordion h3 a {
  color: #444444;
  font-size: 15px;
}
.accordion .ui-accordion-content{
	position:relative;
	height:100%;
}
.accordion .ui-accordion-content p{
	background:#fff;
	padding:10px 12px;
	margin:0;
}