 /*
Theme Name: CleanMag
Theme URI: http://www.wpexplorer.com
Description: CleanMag WordPress theme by AJ Clarke from <a href="http://www.wpexplorer.com">WPExplorer.com</a>
Author: AJ Clarke
Version: 1.0
License: Do as you wish with this theme!
*/

/*import 960 GS*/
@import url(css/960.css);

/*get google fonts*/
@import url(http://fonts.googleapis.com/css?family=Istok+Web:400,400italic,700,700italic);

/*-----------------------------------------------------------------------------------*
/* = Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
/*-----------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}

/* Block elements */
header, hgroup, footer, section, article, aside {
	display: block;
}

/*-----------------------------------------------------------------------------------*
/* = Body, Common Classes & Wrap
/*-----------------------------------------------------------------------------------*/

body {
    background: #E9E9E9 url(images/white-texture.png) repeat;
    font-size: 12px;
    line-height: 1.5em;
	letter-spacing: 0.5px;
    color: #717171;
    font-family: 'Istok Web', arial, serif;
}
a {
    text-decoration: none;
    color: #7da1bc;
	-webkit-transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    -ms-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}
a:hover {
    text-decoration: none;
	color: #ef4034;
}
a img{webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;-ms-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}
a:hover img{-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";filter: alpha(opacity=60);-moz-opacity: 0.6;-khtml-opacity: 0.6;opacity: 0.6;-}
p { margin: 0 0 1em }
strong { font-weight: 700 }
em { font-style: italic }
blockquote{
	background: #F9F9F9;
    margin: 30px 0px;
    padding: 20px;
    border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;}
.clear { clear: both }
.clearfix:after {
    display: block;
    visibility: hidden;
    content: ".";
    clear: both;
    text-indent: -9999px;
    height: 0;
}
.remove-margin { margin-right: 0 !important }

/*-----------------------------------------------------------------------------------*
/* = Structure
/*-----------------------------------------------------------------------------------*/

#main{
	margin-top:20px;
	padding-top: 0px !important;
}

/*-----------------------------------------------------------------------------------*
/* = Headings
/*-----------------------------------------------------------------------------------*/

h1,
h2,
h3,
h4 {
    color: #535353;
    line-height: 1.5em;
    text-transform: uppercase;
	font-weight: normal;
	text-shadow: 1px 1px 1px #CCC;
}
h1 {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 1.2em;
}
h2 { font-size: 18px }
h3 { font-size: 16px }
h4 { font-size: 14px; }
h2,
h3,
h4 {
    margin-top: 30px;
    margin-bottom: 20px;
}
h1 a,
h2 a,
h3 a,
h4 a { color: #535353 }
h2 a:hover,
h3 a:hover,
h4 a:hover { color: #7da1bc; text-decoration: none; }
/*-----------------------------------------------------------------------------------*
/* = WordPress Styles
/*-----------------------------------------------------------------------------------*/

/*sticky*/
.sticky{}

/*gallery captio*/
.gallery-caption

/*by post author*/
.bypostauthor{}

/*aligns*/
.aligncenter{ display:block;  margin:0 auto}
.alignright{ float:right;  margin:10px 0 10px 10px}
.alignleft{ float:left;  margin:10px 10px 10px 0}

/*floats*/
.floatleft{ float:left}
.floatright{ float:right}

/*text style*/
.textcenter{ text-align:center}
.textright{ text-align:right}
.textleft{ text-align:left}

/*captions*/
.wp-caption{
	border:1px solid #ddd; 
	text-align:center; 
	background-color:#f3f3f3; 
	padding-top:4px; 
	margin:10px; 
	-moz-border-radius:3px; 
	-khtml-border-radius:3px; 
	-webkit-border-radius:3px; 
	border-radius:3px;
}
.wp-caption img{
	margin:0; 
	padding:0; 
	border:0 none;
}
.wp-caption p.wp-caption-text{
	font-size:11px; 
	line-height:17px; 
	padding:0 4px 5px; 
	margin:0;
}

/*smiley reset*/
.wp-smiley{
	margin:0 !important;
	max-height:1em;
}

/*blockquote*/
blockquote.left{
	margin-right:20px;
	text-align:right;
	margin-left:0;
	width:33%;
	float:left;
}
blockquote.right{
	margin-left:20px;
	text-align:left;
	margin-right:0;
	width:33%;
	float:right;
}

/* tag-cloud widget */
.tagcloud a {
	float: left;
	display: block;
	color: #717171;
    margin-left: 5px;
	margin-bottom: 5px;
    padding: 3px 7px;
	line-height: 1.3em;
    background: #e8e8e8;
	-webkit-transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    -ms-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}
.tagcloud a:hover{
	background: #333;
	color: #FFF;
	text-decoration: none;
}
/* calendar widget */
.widget_calendar {float: left;}
#wp-calendar {width: 100%; }
#wp-calendar caption {
	text-align: right;
	color: #333;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 15px;
}
#wp-calendar thead { font-size: 12px; }
#wp-calendar thead th { padding-bottom: 10px; }
#wp-calendar tbody { color: #aaa; }
#wp-calendar tbody td { background: #f5f5f5; border: 1px solid #fff; text-align: center; padding:8px;}
#wp-calendar tbody td:hover { background: #fff; }
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot #next { font-size: 12px; text-transform: uppercase; text-align: right; }
#wp-calendar tfoot #prev { font-size: 12px; text-transform: uppercase; padding-top: 10px; }

/*-----------------------------------------------------------------------------------*
/* = Header
/*-----------------------------------------------------------------------------------*/
#header {
	margin-top: 30px;
	margin-bottom: 10px;
    position: relative;
	z-index: 99;
}
#logo {
    float: left;
	color: #666;
	text-shadow: 1px 1px 1px #FFF;
}
#logo h2,
#logo h1 {
	color: #666;
    margin: 0 !important;
    line-height: 1em !important;
    font-size: 36px;
    font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
}
#logo h2 a,
#logo h1 a {
    color: #909090;
    text-decoration: none;
}
#logo h2 a:hover,
#logo h1 a:hover { color: #000 }

#top-ad{
	position: absolute;
	top: 20px;
	right: 0px;
}

/*-----------------------------------------------------------------------------------*
/* = Navigation
/*-----------------------------------------------------------------------------------*/
#navigation {
	background: #FFF;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
}
#navigation a {
    -webkit-transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    -ms-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}
/*** ESSENTIAL Navigation Style ***/
.sf-menu,
.sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sf-menu { line-height: 1.0 }
.sf-menu ul {
    position: absolute;
    top: -999em;
    width: 10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li { width: 100% }
.sf-menu li:hover {
    visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
    float: left;
    position: relative;
}
.sf-menu a {
    display: block;
	position: relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
    left: 0;
    top: 40px; /* match top ul list item height */
    z-index: 99;
	background: #1F1F1E;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul { top: -999em }
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
    left: 10em; /* match ul width */
    top: 0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul { top: -999em }
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
    left: 10em; /* match ul width */
    top: 0;
}
/*** navigation skin ***/
.sf-menu {
    float: left;
    margin-bottom: 1em;
}
.sf-menu a {
    color: #5c5c5c;
    padding: 0 15px;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
	text-transform: uppercase;
}
.sf-menu a:focus,
.sf-menu a:hover{
    color: #FFF;
	background: #333; 
}
li.sfHover { color: #333 }
.sf-menu li li {text-transform: none; }
.sf-menu li li li { background: #333 }
.sf-menu ul a {
	color: #CCC;
	padding: 0 1.2em;
	height: 35px;
	line-height: 35px;
}
/*** arrows **/
.sf-menu a.sf-with-ul {
    padding-right: 2.25em;
    min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
    position: absolute;
    display: block;
    right: .75em;
    width: 9px;
    height: 5px;
    text-indent: -999em;
    overflow: hidden;
    background: url('images/arrows-down.png');
}
a > .sf-sub-indicator {
    /* give all except IE6 the correct values */
    top: 18px;
    background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
    background-position: -9px 0px; /* arrow hovers for modern browsers*/
}
/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator {
    top: 1px;
    width: 5px;
    height: 9px;
    background: url('images/arrows-side.png');
}
.sf-menu ul a > .sf-sub-indicator { background-position: 0 0 }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
    background-position: -5px 0; /* arrow hovers for modern browsers*/
}
/*-----------------------------------------------------------------------------------*
/* = Featured Slider
/*-----------------------------------------------------------------------------------*/

/* ---------------------- Featured Slider -------------------------- */
#featured{padding: 20px; padding-right: 280px; position:relative; background: #FFF; height:260px; margin-top: 20px;  border-bottom: 1px solid #cdcdcd; border-right: 1px solid #cdcdcd;}
#featured ul.ui-tabs-nav{position:absolute; top:20px; right: 20px; list-style:none; padding:0; margin:0; width:270px;}
#featured ul.ui-tabs-nav li{ color:#666;}
#featured ul.ui-tabs-nav li img{float:left; margin-right: 10px;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";filter: alpha(opacity=60);-moz-opacity: 0.6;-khtml-opacity: 0.6;opacity: 0.6;-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;-ms-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}
#featured ul.ui-tabs-nav li p{ font-size: 16px; margin: 0px; padding: 0px; }
#featured li.ui-tabs-nav-item a{display:block; height: 59px; color: #535353; margin-bottom: 4px; padding-bottom: 2px; border-bottom: 1px dashed #EEE; }
#featured li.ui-tabs-nav-item a.remove-border{ border: none !important; }
#featured li.ui-tabs-nav-item a:hover,
#featured li.ui-tabs-selected{ color: #7da1bc; text-decoration: none; }
#featured li.ui-tabs-nav-item a:hover img,
#featured li.ui-tabs-selected img{-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;filter: alpha(opacity=100) !important;-moz-opacity: 1 !important;-khtml-opacity: 1 !important;opacity: 1 !important;}
#featured li.ui-tabs-selected p{ color: #7da1bc !important; }
#featured .ui-tabs-panel{width:635px; height:260px; position:relative}
#featured .ui-tabs-panel .info{position:absolute; bottom: 20px; left:0; background:#FFF;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";filter: alpha(opacity=80);-moz-opacity: 0.8;-khtml-opacity: 0.8;opacity: 0.8; color: #000; padding: 10px 20px;}
#featured .info a{text-decoration:none; color:#535353}
#featured .info a:hover{text-decoration: none; color: #000; }
#featured .ui-tabs-hide{display:none}

/*-----------------------------------------------------------------------------------*
/* = Posts & Pages
/*-----------------------------------------------------------------------------------*/
.entry {
	margin-bottom: 20px;
	padding: 20px;
	background: #FFF;
	border-bottom: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
}
.entry ul,
.entry ol {
    margin-left: 50px;
    margin-bottom: 10px;
}
h2.entry-title{
	margin-top: 0px;
	margin-bottom: 5px;
}
/*thumbnail*/
.post-thumbnail{
	margin-bottom: 10px;
}
/*post meta*/
.post-meta{
    font-size: 12px;
    color: #999;
	padding: 7px 0px;
	margin-bottom: 20px;
	margin-top: 10px;
	border-top: 1px dashed #c2c2c2;
	border-bottom: 1px dashed #c2c2c2;
}
.post-meta span{
	padding-left: 20px;
	margin-right: 10px;
}
.meta-date{ background: url(images/date.png) left no-repeat; }
.meta-category{ background: url(images/category.png) left no-repeat; }
.meta-author{ background: url(images/author.png) left no-repeat; }
.meta-permalink{ background: url(images/permalink.png) left no-repeat; }
.post-meta-single {
	margin-bottom: 20px;
}
/*post tags*/
.post-tags {
    margin-right: 10px;
    margin-top: 30px;
    font-size: 12px;
}
.post-tags a {
	float: left;
	display: block;
	color: #717171;
    margin-left: 5px;
	margin-bottom: 5px;
    padding: 3px 7px;
	line-height: 1.3em;
    background: #e8e8e8;
	-webkit-transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    -ms-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}
.post-tags a:hover{
	background: #333;
	color: #FFF;
	text-decoration: none;
}
/*titles*/
.entry h1 { margin-bottom: 0px }
.post h2 {
    line-height: 1.2em;
    margin: 0 !important;
    font-size: 21px;
}
.page-title {
	margin-bottom: 20px !important;
	padding-bottom: 10px;
	border-bottom: 1px dashed #CCC;
}
/*sub description*/
#sub-description{
	font-size: 14px;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dashed #CCC;
}
#sub-description p{
	margin: 0;
	padding: 0;
}
/*post navigation*/
#single-nav{margin-bottom: 20px;}
#single-nav-left{float: left; width: 50%;}
#single-nav-right{float: right; width: 50%; text-align: right;}

#single-nav-left a{
	float: left;
}
#single-nav-right a{
	float: right !important;
}

/*-----------------------------------------------------------------------------------*
/* = Post Author Section
/*-----------------------------------------------------------------------------------*/
#post-author {
    margin: 30px 0px;
}
#post-author .avatar {
    float: left;
    margin-right: 20px;
	margin-bottom: 20px;
}
#post-author h4{
	margin-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #CCC;
	margin-left: 70px;
}

/*-----------------------------------------------------------------------------------*
/* = Pagination
/*-----------------------------------------------------------------------------------*/
.pagination
{
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
}
.pagination a,
.pagination span
{
    line-height: 30px;
    height: 30px;
    width: 30px;
    text-align: center;
    margin-right: 5px;
    display: block;
    float: left;
	background: #FFF;
	color: #666;
	border-bottom: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
}
.pagination a:hover,
.pagination span.current
{
    text-decoration: none;
	color: #FFF;
	background: #333;
}

/*-----------------------------------------------------------------------------------*
/* = Comments
/*-----------------------------------------------------------------------------------*/
#comments {
	padding: 20px;
	background: #FFF;
	border-top: 2px solid #DDD;
	text-align: center;
}
#commentsbox { margin-top: 30px }
#commentsbox ol,
#commentsbox ul {
    list-style: none;
    margin-left: 0 !important;
}
#commentsbox li { margin-bottom: 30px }
.children {
    list-style: none;
    margin: 30px 0 0;
    text-indent: 0;
}
.children li.depth-2 { margin: 0 0 0px 50px }
.children li.depth-3 { margin: 0 0 0px 50px }
.children li.depth-4 { margin: 0 0 0px 50px }
.children li.depth-5 { margin: 0 0 0px 50px }
.comment-body {
    background: #FFF;
    position: relative;
	padding: 20px;
	background: #FFF;
	border-bottom: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
}
#commentsbox .avatar {
	float: left;
	margin-right: 30px;
}
.comment-author {
    font-size: 14px;
    color: #000;
    line-height: 1em;
	margin-bottom: 5px;
}
.says { display: none }
.comment-meta{
	font-size: 10px;
}
.comment-meta a {
    margin-bottom: 10px;
    font-style: italic;
    color: #666;
}
.comment-reply-link {
}
.comment-reply-link:hover{
}
.cancel-comment-reply a {
    color: #F00;
    line-height: 20px;
    height: 20px;
}
.cancel-comment-reply a:hover{
	text-decoration: underline;
}

#respond {
	margin: 40px 0 15px;
	padding: 20px;
	background: #FFF;
	border-bottom: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
}
#comments-respond {
    margin: 0 0 10px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #CCC;
    clear: both;
}
#commentform label {
    display: block;
    font-size: 11px;
}
#commentform input {
    margin-bottom: 10px;
    width: 40%;
}
#commentform textarea {
    margin-top: 10px;
    display: block;
    width: 70%;
}
#commentform input#author,
#commentform input#email,
#commentform input#url,
#commentform textarea {
    background: #e8e8e8;
    position: relative;
    padding: 5px;
    border: 1px solid #E3E3E3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	text-shadow: 1px 1px 1px #FFF;
}
#commentform input#author:focus,
#commentform input#email:focus,
#commentform input#url:focus,
#commentform textarea:focus {
	background: #F2F2F2;
}
#commentSubmit {
	cursor: pointer;
	font-size: 12px;
	color: #969696;
	padding: 5px 0px;
	width: 100px !important;
	background: -moz-linear-gradient( top, #f2f2f2 0%, #dbdbdb);
	background: -webkit-gradient( linear, left top, left bottom,  from(#f2f2f2), to(#dbdbdb));
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #CCC;
}
#commentSubmit:hover { background: #EEE !important }
#commentSubmit {
	border: 1px solid #6587a2;
   background: #799db9;
   background: -webkit-gradient(linear, left top, left bottom, from(#92b1c8), to(#799db9));
   background: -webkit-linear-gradient(top, #92b1c8, #799db9);
   background: -moz-linear-gradient(top, #92b1c8, #799db9);
   background: -ms-linear-gradient(top, #92b1c8, #799db9);
   background: -o-linear-gradient(top, #92b1c8, #799db9);
   padding: 8px 16px;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #FFF;
   text-decoration: none;
   vertical-align: middle;
}
#commentSubmit:hover {
   border-top-color: #799db9 !important;
   background: #799db9 !important;
   color: #ffffff;
}
#commentSubmit:active {
   border-top-color: #7094b1 !important;
   background: #7094b1 !important;
}

/*-----------------------------------------------------------------------------------*
/* = Sidebar
/*-----------------------------------------------------------------------------------*/
#sidebar {
	float: right;
}
.sidebar-box {
	margin-bottom: 20px;
	padding: 20px;
	background: #FFF;
	border-bottom: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
}
.sidebar-box h4 {
    border-bottom: 1px dashed #CCC;
    padding-bottom: 5px;
	margin-top: 0px !important;
    margin-bottom: 15px;
}
.sidebar-box ul {
    list-style: none;
}
.sidebar-box li{
	margin-bottom: 5px;
}

/*-----------------------------------------------------------------------------------*
/* = Copyright
/*-----------------------------------------------------------------------------------*/
#copyright-wrap{
	width: 100%;
	background: #FFF;
	border-top: 1px solid #d7d7d7;
	margin-top: 5px;
}
#copyright {
    padding: 10px 0;
    text-align: right;
    font-size: 10px;
}
#copyright a{
	color: #999;
}
#copyright a:hover{
	color: #333;
	text-decoration: underline;
}
/*-----------------------------------------------------------------------------------*
/* = Search Bar
/*-----------------------------------------------------------------------------------*/
#searchbar {
    display: block;
    position: relative;
	width: 250px;
}
#search {
    position: relative;
    width: 210px;
    padding: 10px 30px 10px 10px;
    outline: none;
	background: #e8e8e8;
    border: 1px solid #CCC;
	color: #666;
	text-shadow: 1px 1px 1px #FFF;
}
#search:focus { }
#searchsubmit {
    position: absolute;
    right: 10px;
    top: 12px;
    background: url(images/search.png) no-repeat;
    text-indent: -9999px;
    border: none;
    outline: none;
    width: 15px;
    height: 15px;
	cursor: pointer;
}

/*-----------------------------------------------------------------------------------*
/* Main Shortcodes
/*-----------------------------------------------------------------------------------*/

/*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%; }
.one-sixth{ width:13.33%; }
.one-half, .one-third, .two-third, .one-fourth, .three-fourth, .one-fifth, .one-sixth {
	position:relative; margin-right:4%; float:left;
}


.column-last{margin-right: 0px;}
.column-first{margin-left: 0px;}

/*box shortcodes*/
.box-shortcode {
    margin: 5px 0px;
    color: #666;
    padding: 10px;
}
.box-red {
    background-color: #FFB8B8;
    border: 1px solid #FF8C8C;
    color: #BF2F2F;
}
.box-yellow {
    background-color: #FFC;
    border: 1px solid #FC6;
    color: #960;
}
.box-green {
    background-color: #CF9;
    border: 1px solid #9C0;
    color: #360;
}
.box-blue {
    background-color: #D1F2F5;
    border: 1px solid #AFDEE2;
    color: #38878E;
}
/*highlights*/
.text-highlight { padding: 2px }
.highlight-yellow,
.highlight-yellow a {
    background-color: #FFF7A8;
    color: #695D43;
}
.highlight-pink,
.highlight-pink a {
    background-color: #F7DEEB;
    color: #724473;
}
.highlight-purple,
.highlight-purple a {
    background-color: #E0DBF6;
    color: #5C5577;
}
.highlight-blue,
.highlight-blue a {
    background-color: #D7F0FF;
    color: #2A67A4;
}
.highlight-green,
.highlight-green a {
    background-color: #E7FFCE;
    color: #47630A;
}
.highlight-red,
.highlight-red a {
    background: #FFCEBE;
    color: #A22121;
}
.highlight-gray,
.highlight-gray a {
    background-color: #EBEBEB;
    color: #787777;
}

/*buttons*/
.btn-shortcode {
    display: inline-block;
    nowhitespace: afterproperty;
	zoom: 1;
	*display:inline;
	vertical-align:baseline;
	margin:0 2px 5px;
	outline:none;
	cursor:pointer;
	text-align:center;
	text-decoration:none;
	padding: 0px 20px;
	height: 35px;
	line-height: 35px;
	text-shadow:0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,.2);
	box-shadow:0 1px 2px rgba(0,0,0,.2);
}
.btn-shortcode:hover {
    text-decoration: none;
    color: #FFF;
}
.btn-shortcode:active {
    position: relative;
    top: 1px;
    color: #FFF;
}
/* black */
.buttonblack {
    color: #d7d7d7 !important;
    border: solid 1px #333;
    background: #333;
    background: -webkit-gradient(linear,left top,left bottom,from(#666),to(#000));
    background: -moz-linear-gradient(top, #666, #000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666',endColorstr='#000');
}
.buttonblack:hover {
    background: #000;
    background: -webkit-gradient(linear,left top,left bottom,from(#444),to(#000));
    background: -moz-linear-gradient(top, #444, #000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444',endColorstr='#000');
}
.buttonblack:active {
    color: #666;
    background: -webkit-gradient(linear,left top,left bottom,from(#000),to(#444));
    background: -moz-linear-gradient(top, #000, #444);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000',endColorstr='#666');
}
/* gray */
.buttongray {
    color: #e9e9e9;
    border: solid 1px #555;
    background: #6e6e6e;
    background: -webkit-gradient(linear,left top,left bottom,from(#888),to(#575757));
    background: -moz-linear-gradient(top, #888, #575757);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#888',endColorstr='#575757');
}
.buttongray:hover {
    background: #616161;
    background: -webkit-gradient(linear,left top,left bottom,from(#757575),to(#4b4b4b));
    background: -moz-linear-gradient(top, #757575, #4b4b4b);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575',endColorstr='#4b4b4b');
}
.buttongray:active {
    color: #afafaf;
    background: -webkit-gradient(linear,left top,left bottom,from(#575757),to(#888));
    background: -moz-linear-gradient(top, #575757, #888);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757',endColorstr='#888');
}
/* white */
.buttonwhite {
    color: #606060;
    border: solid 1px #b7b7b7;
    background: #fff;
    background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#ededed));
    background: -moz-linear-gradient(top, #fff, #ededed);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff',endColorstr='#ededed');
}
.buttonwhite:hover {
    color: #606060;
    background: #ededed;
    background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#dcdcdc));
    background: -moz-linear-gradient(top, #fff, #dcdcdc);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff',endColorstr='#dcdcdc');
}
.buttonwhite:active {
    color: #999;
    background: -webkit-gradient(linear,left top,left bottom,from(#ededed),to(#fff));
    background: -moz-linear-gradient(top, #ededed, #fff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed',endColorstr='#fff');
}
/* orange */
.buttonorange {
    color: #fef4e9;
    border: solid 1px #da7c0c;
    background: #f78d1d;
    background: -webkit-gradient(linear,left top,left bottom,from(#faa51a),to(#f47a20));
    background: -moz-linear-gradient(top, #faa51a, #f47a20);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a',endColorstr='#f47a20');
}
.buttonorange:hover {
    background: #f47c20;
    background: -webkit-gradient(linear,left top,left bottom,from(#f88e11),to(#f06015));
    background: -moz-linear-gradient(top, #f88e11, #f06015);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11',endColorstr='#f06015');
}
.buttonorange:active {
    color: #fcd3a5;
    background: -webkit-gradient(linear,left top,left bottom,from(#f47a20),to(#faa51a));
    background: -moz-linear-gradient(top, #f47a20, #faa51a);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20',endColorstr='#faa51a');
}
/* red */
.buttonred {
    color: #faddde;
    border: solid 1px #980c10;
    background: #d81b21;
    background: -webkit-gradient(linear,left top,left bottom,from(#ed1c24),to(#aa1317));
    background: -moz-linear-gradient(top, #ed1c24, #aa1317);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24',endColorstr='#aa1317');
}
.buttonred:hover {
    background: #b61318;
    background: -webkit-gradient(linear,left top,left bottom,from(#c9151b),to(#a11115));
    background: -moz-linear-gradient(top, #c9151b, #a11115);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b',endColorstr='#a11115');
}
.buttonred:active {
    color: #de898c;
    background: -webkit-gradient(linear,left top,left bottom,from(#aa1317),to(#ed1c24));
    background: -moz-linear-gradient(top, #aa1317, #ed1c24);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317',endColorstr='#ed1c24');
}
/* blue */
.buttonblue {
    color: #FFF;
    border: solid 1px #0076a3;
    background: #0095cd;
    background: -webkit-gradient(linear,left top,left bottom,from(#00adee),to(#0078a5));
    background: -moz-linear-gradient(top, #00adee, #0078a5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee',endColorstr='#0078a5');
}
.buttonblue:hover {
    background: #007ead;
    background: -webkit-gradient(linear,left top,left bottom,from(#0095cc),to(#00678e));
    background: -moz-linear-gradient(top, #0095cc, #00678e);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc',endColorstr='#00678e');
}
.buttonblue:active {
    color: #80bed6;
    background: -webkit-gradient(linear,left top,left bottom,from(#0078a5),to(#00adee));
    background: -moz-linear-gradient(top, #0078a5, #00adee);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5',endColorstr='#00adee');
}
/* rosy */
.buttonrosy {
    color: #fae7e9;
    border: solid 1px #b73948;
    background: #da5867;
    background: -webkit-gradient(linear,left top,left bottom,from(#f16c7c),to(#bf404f));
    background: -moz-linear-gradient(top, #f16c7c, #bf404f);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f16c7c',endColorstr='#bf404f');
}
.buttonrosy:hover {
    background: #ba4b58;
    background: -webkit-gradient(linear,left top,left bottom,from(#cf5d6a),to(#a53845));
    background: -moz-linear-gradient(top, #cf5d6a, #a53845);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf5d6a',endColorstr='#a53845');
}
.buttonrosy:active {
    color: #dca4ab;
    background: -webkit-gradient(linear,left top,left bottom,from(#bf404f),to(#f16c7c));
    background: -moz-linear-gradient(top, #bf404f, #f16c7c);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf404f',endColorstr='#f16c7c');
}
/* green */
.buttongreen {
    color: #e8f0de;
    border: solid 1px #538312;
    background: #64991e;
    background: -webkit-gradient(linear,left top,left bottom,from(#7db72f),to(#4e7d0e));
    background: -moz-linear-gradient(top, #7db72f, #4e7d0e);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f',endColorstr='#4e7d0e');
}
.buttongreen:hover {
    background: #538018;
    background: -webkit-gradient(linear,left top,left bottom,from(#6b9d28),to(#436b0c));
    background: -moz-linear-gradient(top, #6b9d28, #436b0c);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28',endColorstr='#436b0c');
}
.buttongreen:active {
    color: #a9c08c;
    background: -webkit-gradient(linear,left top,left bottom,from(#4e7d0e),to(#7db72f));
    background: -moz-linear-gradient(top, #4e7d0e, #7db72f);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e',endColorstr='#7db72f');
}
/* pink */
.buttonpink {
    color: #feeef5;
    border: solid 1px #d2729e;
    background: #f895c2;
    background: -webkit-gradient(linear,left top,left bottom,from(#feb1d3),to(#f171ab));
    background: -moz-linear-gradient(top, #feb1d3, #f171ab);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feb1d3',endColorstr='#f171ab');
}
.buttonpink:hover {
    background: #d57ea5;
    background: -webkit-gradient(linear,left top,left bottom,from(#f4aacb),to(#e86ca4));
    background: -moz-linear-gradient(top, #f4aacb, #e86ca4);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4aacb',endColorstr='#e86ca4');
}
.buttonpink:active {
    color: #f3c3d9;
    background: -webkit-gradient(linear,left top,left bottom,from(#f171ab),to(#feb1d3));
    background: -moz-linear-gradient(top, #f171ab, #feb1d3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f171ab',endColorstr='#feb1d3');
}