/*---------------------------------------------- 
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%; }
	
ol, ul  { list-style: none; }

:focus  { outline: 0; }

/* deleting the default appearence for form elements */
input, textarea { -moz-appearance: none; -webkit-appearance: none; }

.copyrights{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
/*---------------------------------------------- 
html5 display definitions
------------------------------------------------*/

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, dialog {
display: block;
	}

/* corrects inline-block not defined in ie6/7/8 and ff3 */
audio, canvas, video {
display: inline-block;
*display: inline;
*zoom: 1;
	}

audio:not([controls]) {
display: none;
	}

/* ensures content is hidden from all presentations, including screenreaders */
[hidden] {
display: none;
visibility: hidden;
	}


/*---------------------------------------------- 
base structure
------------------------------------------------*/
html {
	height: 100%;
	font-size: 100%;
	overflow-y: scroll; /* force a scrollbar in non-ie */
	-webkit-text-size-adjust: 100%; /* prevent ios text size adjust on orientation change without disabling user zoom */
	-ms-text-size-adjust: 100%;
	}

body {
	font-family: helvetica, arial, sans-serif; font-size:12px; color:#999999; text-align: left; line-height:19px;
	background: transparent ;
	}
::selection { background:#72b6af; color:#fff; }
::-moz-selection { background:#72b6af; color:#fff; }
::-webkit-selection { background:#72b6af; color:#fff; }	


/* headings
---------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-family: 'colaborate thin',helvetica, arial, sans-serif;
	color: #666666;
	font-weight: normal;
	text-shadow: 1px 1px 0px #ffffff;
	}
	
h4, h5, h6 {
	font-family: 'colaborate light',helvetica, arial, sans-serif;
	}
	
#bottom h1, #bottom h2, #bottom h3, #bottom h4, #bottom h5, #bottom h6 {
	text-shadow: none;
	color: #ffffff;
	}

h1 { font-size: 60px; line-height: 68px; }
h2 { font-size: 40px; line-height: 46px; }
h3 { font-size: 24px; line-height: 30px; }
h4 { font-size: 18px; line-height: 22px; }
h5 { font-size: 16px; line-height: 20px; }
h6 { font-size: 14px; line-height: 18px; }

.title_section { margin-bottom: 30px; }
.title_page { padding-bottom: 30px; padding-top: 30px; }

div h1, div h2, div h3, div h4, div h5, div h6 {
	margin-top: 30px;
	}
	
div h1:first-child, div h2:first-child, div h3:first-child, div h4:first-child, div h5:first-child, div h6:first-child {
	margin-top: 0px;
	}
	
.widget h1, .widget h2, .widget h3, .widget h4, .widget h5, .widget h6 {
	margin-bottom: 30px;
	} 


/* forms
---------------------------------------- */
input[type=text], input[type=password], textarea {
	font-family: helvetica, arial, sans-serif;
	font-size: 10px;
	background: #f0f0f0;
	border: none;
	line-height: 20px;
	color: #999999;
	padding: 5px 5px;
	}

input[type=text], input[type=password] { width: 240px; }		/* padding issue (240   2*5 = 250) */
textarea { width: 395px; height: 150px; max-width: 100%; }		/* padding issue (395   2*5 = 405) */

input[type=submit] {
	font-size: 11px;
	line-height: 26px;
	height: 24px;
	color: #ffffff;
	background: #999999;
	padding: 0px 10px;
	border: none;
	cursor: pointer;
	}
input[type=submit]:hover { 
	background: #139083;  
	}
	
label {
	display: none;
	}
	
form {
	margin-top: 30px;
	}
	
form div {
	margin-top: 15px;
	position: relative;
	}
	
div form:first-child, form div:first-child 	 {
	margin-top: 0px;
	}
	


/* chech formular */
form .checkfalse {
	width: 12px;
	height: 23px;
	background: ;
	text-indent: -9999px;
	position: absolute;
	top: 0;
	left: -30px; 
	}
	
#form-note {
	display: none;
	}
	
#form-note .confirm_message {
	color: #139083;
	background:  center left no-repeat;
	height: 23px;
	line-height: 23px;
	display: inline-block;
	padding-left: 30px;
	margin-left: -30px;
	}
	
#form-note .error_message {
	color: #b12a2a;
	background:  center left no-repeat;
	height: 23px;
	line-height: 23px;
	display: inline-block;
	padding-left: 30px;
	margin-left: -30px;
	}
	

	
/* links
---------------------------------------- */

a, a:visited {
	text-decoration: none;
	color: #333333;
	cursor: pointer;
	}

a:hover {
	color: #139083;
	}

a.color {
	text-decoration: none;
	color: #139083;
	}
	
a.color:hover {
	color: #666666;
	}


/* embedded content
---------------------------------------- */

img, object, video {
	max-width: 100%; 
	height: auto;
	display:block;
	}
	
img {
	width: auto;
	max-width: 100%; 
	border: 0;
	-ms-interpolation-mode: bicubic;
	}

p img { margin-top: 15px; }
p img:first-child { margin-top: 0px; }
img.alignleft { margin: 3px 30px 30px 0; float: left; }
img.alignright { margin: 3px 0px 30px 30px; float: right; }
img.aligncenter { margin-bottom: 30px; }

.video iframe { 
	display: block;
	}


/* lists
---------------------------------------- */
article ul {
	margin-top: 30px;
	padding-left: 30px;
	}

article ul li {
	padding-left: 15px;
	background: transparent  0 8px no-repeat;
	line-height: 22px;
	}
	
article ol {
	margin-top: 30px;
	margin-left: 45px;
	list-style: decimal;
	}
	
article ol li {
	line-height: 22px;
	}


/* others
---------------------------------------- */

strong, b, dt {
	font-weight: bold; 
}

i, dfn {
	font-style: italic; 
	}

sub, sup {
	font-size: 0.625em;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
	}

sup {
	top: -0.5em;
	}

sub {
	bottom: -0.25em;
	}

/* paragraph rules */
p { 
	margin-top: 30px; 
	}
	
div p:first-child { 
	margin-top: 0px; 
	}	

blockquote {
	margin-top: 30px; 
	padding-left: 35px;
	background: transparent  no-repeat center left;
	}

blockquote p {
	border-left: 1px dashed #e5e5e5;
	padding-left: 15px;
	}

div blockquote:first-child { 
	margin-top: 0px; 
	}
	
address {
	border: 1px dashed #e5e5e5;
	padding: 15px;
	margin-top: 30px;
	}
	
div address:first-child { 
	margin-top: 0px; 
	}	
	
pre {
	border: 1px dashed #e5e5e5;
	padding: 15px;
	margin-top: 30px;
	}
	
div pre:first-child { 
	margin-top: 0px; 
	}	
		

/*---------------------------------------------- 
general id's or classes
------------------------------------------------*/
#page {
	position: relative;
	overflow: hidden;
	}
	
#sidebar {
	width: 210px;
	padding-bottom: 60px;
	}
	
#maincontent {
	width: 660px;
	}

.wrapper {
	width: 1200px; 
	margin: 0 auto;
	margin-top:52px;
	position: relative;
	}
	
.clearfix:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    font-size: 0;
    height: 0;
}

.clearfix {
    *display: inline-block;
    height: 1%;
}

.clear {
	clear: both;
	}
	
.sidebar_section {
	margin-top: 60px;
	}
#sidebar .sidebar_section:first-child {
	margin: 0;
	}

.left_float { 
	float: left; 
	}
	
.right_float { 
	float: right; 
	}
	
article .seperator { 
	background: transparent  repeat-x top left; 
	padding-top: 30px;
	padding-bottom: 30px;
	}
	
.add_padding {
	padding-left: 30px;
	padding-right: 30px;
	}


/*---------------------------------------------- 
header
------------------------------------------------*/
header, #header {
	overflow: hidden;
	}
	
.header_top {
	background: transparent  repeat-x bottom left; padding-bottom: 40px;
	margin-bottom: 40px;
	}
	
.header_tagline {
	background: transparent  repeat-x bottom left; padding-bottom: 40px;
	margin-bottom: 80px;
	text-align: center;
	}
	
.header_tagline h1, .header_tagline h2, .header_tagline h3, .header_tagline h4, .header_tagline h5, .header_tagline h6 {
	margin:  0 0 5px 0;
	}
	
#loader {
	position: absolute;
	bottom: 30px;
	left: 0;
	display: none;		/* hidden on start */
	}
	
#close {
	position: absolute;
	bottom: 0px;
	left: 30px;
	display: none;		/* hidden on start */
	
	width: 39px;
	height: 20px;
	background:  no-repeat top left;
	text-indent: -9999px;
	cursor: pointer;
	}
	
#close:hover {
	background-position: bottom left;
	}
	

/*---------------------------------------------- 
top
------------------------------------------------*/
#top {
	background: #ffffff;		
	width: 100%;
	height: 40px;
	position: relative;
	z-index: 2;
	box-shadow:  rgba(0,0,0, 0.1) 0px 0px 5px;
	-moz-box-shadow:  rgba(0,0,0, 0.1) 0px 0px 5px;
	-webkit-box-shadow:  rgba(0,0,0, 0.1) 0px 0px 5px;
	margin-bottom: 40px;
	position: relative;
	}	
	
#top .widget {
	line-height: 40px;
	height: 40px;
	width: 100%;
	overflow:hidden;
	font-size: 11px;
	position: absolute;
	top: 0;
	left: 0;
	}
	
#top .widget h1, #top .widget h2, #top .widget h3, #top .widget h4, #top .widget h5, #top .widget h6 {
	font-size: 10px;
	margin: -1px 0 0 0;
	display: inline-block;
	margin-right: 15px;
	text-transform: uppercase;
	font-family: helvetica;
	float: left;
	line-height: 42px;
	color: #999;
	}
	
#top .socialmedia {
	position: absolute;
	top: 0;
	right: 0;
	background: #fff;
	padding-left: 30px;
	}
 .more {
	margin-top:10px;
	width:98%;
	text-align: right;
	padding-right: 2%;
}
.more a {
	font-size:16px;
	color: #dc223e;
	font-weight:bold;
}
.more a:hover {
	font-size:16px;
	color: #dc223e;
	text-decoration:none;
}	
	

/*---------------------------------------------- 
bottom
------------------------------------------------*/
#bottom {
	width: 100%;
	position:fixed;
	bottom: 0%;
	left: 0;
	z-index: 10;
	}
	
#bottom .bottom_inner {
	background: #0536bf;
	padding: 5px 0 0 0;
	display: none;
	}
	
#slideup {
	background: #0536bf;
	width: 100%;
	height: 5px;
	position: relative;
	}
	
#slideup a {
	display: inline-block;
	background: url(/uploads/image/images/2020jswhsy_bottomarrow.png) no-repeat top left;
	width: 25px;
	height: 13px;
	text-indent: -9999px;
	position:absolute;
	top: -13px;
	left: 50%;
	margin-left: -12px;
	}
	
#slideup a.hide {
	background: url(/uploads/image/images/2020jswhsy_bottomarrow.png) no-repeat bottom right;
	}
	
#slideup a:hover {
	background-position: bottom left;
	}
	
#slideup a.hide:hover {
	background-position: top right;
	}	


/*---------------------------------------------- 
nav
------------------------------------------------*/
nav, #nav {
	}
	
nav ul li, #nav nav ul li {
	float: left;
	margin-left: 30px;
	line-height: 60px;			/* height of the logo*/
	}

nav ul li a, #nav ul li a  {
	font-size: 13px;
	color: #999999;
	text-shadow: 1px 1px 0px #ffffff;
	text-decoration: none;
	}
	
nav ul li a:hover, nav ul li a.active, #nav ul li a:hover, #nav ul li a.active {
	color: #666666; text-decoration: none;
	}

nav ul li ul, #nav nav ul li ul {
	display: none;				/* hide all submenus */
	}

	
/*---------------------------------------------- 
footer
------------------------------------------------*/
footer .footer_inner {
	background: transparent url(/uploads/image/images/2020jswhsy_seperator_main.png) repeat-x top left; 
	padding: 15px 0 20px 0;
	font-size: 11px;
	line-height: 24px;
	}


/*---------------------------------------------- 
article
------------------------------------------------*/
article, #article {
	background: #fff;
	width: 100%;
	height: auto;
	box-shadow:  rgba(0,0,0, 0.1) 0px 0px 3px;
	-moz-box-shadow:  rgba(0,0,0, 0.1) 0px 0px 3px;
	-webkit-box-shadow:  rgba(0,0,0, 0.1) 0px 0px 3px;
	border-bottom: 1px solid #e0e0e0;
	}
	
.article_content {
	padding-top: 30px;
	padding-bottom: 30px;
	}

#page-single .article_content {
	padding-top: 60px;
	}


/*---------------------------------------------- 
			   p a g e c o n t e n t
------------------------------------------------*/
#pagecontent {
	width: 100%;
	height: auto;
	padding-bottom: 80px;
	display: none;
	}
	
	

/*---------------------------------------------- 
entries
------------------------------------------------*/
.entries {
	width: 110%;
	margin-bottom: 30px;
	}
	
.entry {
	float: left;
	width: 280px;
	background: #fff;
	margin-right: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #e0e0e0;
	position: relative;
	box-shadow:  rgba(0,0,0, 0.1) 0px 0px 3px;
	-moz-box-shadow:  rgba(0,0,0, 0.1) 0px 0px 3px;
	-webkit-box-shadow:  rgba(0,0,0, 0.1) 0px 0px 3px;
	}
	
.entry .entry-headline {
	border-left: 5px solid #0f7dde;
	padding-left: 15px;
	margin: 20px 15px 20px 15px;
	}

.entry .entry-title {
	font-weight:bold;
	margin-bottom: 5px;
	}
.entry .entry-title h5 {
	font-weight:bold;
	}
.entry-date {
	font-size: 10px;
	line-height: 12px;
	text-transform: uppercase;
	}	
	
.entry .entry-info { 
	background:  repeat-x top left;
	font-size: 11px;
	line-height: 18px;
	padding: 15px; 
	}
	
.entry .entry-meta {
	margin-top: 15px;
	}
	
.entry .entry-meta div.right_float {
	margin-left: 15px;
	}
	
	
#entry-single .entry-headline {
	border-left: 5px solid #139083;
	padding-left: 15px;
	}

#entry-single .entry-title {
	margin-bottom: 5px;
	}
	
#entry-single .entry-info { 
	background:  repeat-x top left;
	margin-top: 30px;
	padding-top: 30px; 
	}
	
#entry-single .entry-meta { 
	background:  repeat-x top left;
	margin-top: 30px;
	padding-top: 30px; 
	}
	
.entry-info p {
	color:#333333;
	text-indent:2em;
	line-height:21px;
}
.entry-info p a {
	color:#c4080b;
}
/*---------------------------------------------- 
filter
------------------------------------------------*/
.filter {
	overflow: hidden;
	margin-bottom: 25px;
	}
	
.filter li {
	float: left;
	background:  no-repeat center right;
	padding-right: 15px;
	margin-right: 10px;
	margin-bottom: 5px;
	}
	
.filter li:last-child {
	margin-right: 0px;
	padding-right: 0px;
	background: none;
	}

.filter li a {
	text-decoration: none;
	color: #999999;
	}
.filter li a:hover { color: #333333; text-decoration: none;}
.filter li a.active { color: #139083; }


/*---------------------------------------------- 
meta datas
------------------------------------------------*/
.entry-meta div {
	font-size: 11px;
	line-height: 18px;
	margin-bottom: 5px;
	}
	
.meta_likes a {
	background:  no-repeat 0px 1px;
	padding-left: 17px;
	color: #999999;
	}
.meta_likes a:hover { background:  no-repeat 0px 1px; color: #ec8ab8; }
	
.meta_comments a {
	background:  no-repeat 0px 1px;
	padding-left: 17px;
	color: #999999;
	}
.meta_comments a:hover { background:  no-repeat 0px 1px; color: #666666; }
	
.meta_views {
	background:  no-repeat 0px 4px;
	padding-left: 17px;
	}
	
.meta_tags {
	background:  no-repeat 0px 4px;
	padding-left: 17px;
	}


/*---------------------------------------------- 
comments
------------------------------------------------*/
#comments  {
	padding-top: 30px;
	padding-bottom: 30px;
	}
	
#comments .comment {
	overflow: hidden;
	padding-top: 30px;
	}
#comments .comment:first-child {
	padding-top: 0px;
	}	

#comments .comment .comment { 
	padding-left: 65px; 
	margin-bottom: 0; 
	padding-bottom: 0;
	}
	
#comments .user {
	float: left;
	width: 50px;
	}
	
#comments .comment_content {
	margin-left: 65px;
	padding-left: 15px;
	border-left: 1px dashed #e5e5e5;
	}
	
#comments .comment_date {
	font-size: 10px;
	line-height: 12px;
	text-transform: uppercase;
	margin-top: 5px;
	margin-bottom: 15px;
	}


/*---------------------------------------------- 
leave comments
------------------------------------------------*/
#leave_comment {
	padding-top: 30px;
	padding-bottom: 30px;
	}
	

/*---------------------------------------------- 
social media widget
------------------------------------------------*/
.socialmedia a {
	float: left;
	height: 40px;
	width: 40px;
	display: inline-block;
	text-indent: -9999px;
	border-right: 1px dashed #e5e5e5;
	}
	
.socialmedia a:first-child {
	border-left: 1px dashed #e5e5e5;
	}
	
a.facebook { background: transparent ; }
a.twitter { background: transparent ; }
a.thumblr { background: transparent ; }
a.vimeo { background: transparent ; }
a.dribbble { background: transparent ; }
a.behance { background: transparent ; }
a.flickr { background: transparent ; }
a.forrst { background: transparent ; }
a.deviantart { background: transparent ; }

.socialmedia a:hover { background-position: bottom left; }	




/*---------------------------------------------- 
skills
------------------------------------------------*/
#skillgroup {
	margin-top: 30px;
	}
	
div #skillgroup:first-child, p #skillgroup:first-child {
	margin-top: 0px;
	}
	
.skill {
	margin-top: 15px;
	}
	
#skillgroup .skill:first-child {
	margin-top: 0px;
	}

.skill .skill_bar {
	background: #e0e0e0;
	height: 22px; width: 100%;
	position: relative;
	}
	
.skill .skill_bar .skill_active {
	background: #999999;
	height: 100%;
	}
	
.skill .skill_bar span {
	color: #ffffff;
	position: absolute;
	top: 2px;
	left: 10px;
	}

	
/*---------------------------------------------- 
columns
------------------------------------------------*/
.columnsection {
	padding-bottom: 30px;
	}

.column { 
	float: left; 
	padding-bottom:45px;
	margin-right: 30px;
	}

.one_full { width: 100%; float: none; margin-right: 0; }
.one_half  { width: 405px; }
.one_third { width: 260px; }
.two_third { width: 550px; }

.last {	margin-right: 0px; }

#bottom .one_half  { width: 405px; }
#bottom .one_third { width: 280px; }
#bottom .two_third { width: 550px; }

#entry-single .one_half  { width: 285px; }
#entry-single .one_third { width: 180px; }
#entry-single .two_third { width: 390px; }

#bottom .one_third p { 
    font-size:16px;
	color:#d3e3ff;
	}

/*---------------------------------------------- 
buttons
------------------------------------------------*/
a.button {
	display: inline-block;
	text-decoration: none;
	text-align: center;
	padding: 3px 15px;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 10px 10px 0;
	}
	
a.button:hover {
	-moz-box-shadow: 0px 1px 0px #cccccc; 
	-webkit-box-shadow: 0px 1p 0px #cccccc; 
	box-shadow: 0px 1px 0px #cccccc;
	}
	
		
a.white {
	color: #999999;
	text-shadow: 1px 1px 0px #ffffff;
	border: 1px solid #cccccc;
	
	background: #f0f0f0;
	background-image: linear-gradient(bottom, rgb(240,240,240) 12%, rgb(250,250,250) 100%);
	background-image: -o-linear-gradient(bottom, rgb(240,240,240) 12%, rgb(250,250,250) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(240,240,240) 12%, rgb(250,250,250) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(240,240,240) 12%, rgb(250,250,250) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(240,240,240) 12%, rgb(250,250,250) 100%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.12, rgb(240,240,240)),
		color-stop(1, rgb(250,250,250))
	);

	}
a.white:hover { border: 1px solid #999999; color: #333333; }

a.blue {
	color: #318588;
	text-shadow: 1px 1px 0px #ace9ec;
	border: 1px solid #5bc0c7;
	
	background: #6ccbd6;
	background-image: linear-gradient(bottom, rgb(108,203,214) 0%, rgb(160,218,221) 100%);
	background-image: -o-linear-gradient(bottom, rgb(108,203,214) 0%, rgb(160,218,221) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(108,203,214) 0%, rgb(160,218,221) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(108,203,214) 0%, rgb(160,218,221) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(108,203,214) 0%, rgb(160,218,221) 100%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(108,203,214)),
		color-stop(1, rgb(160,218,221))
	);
	}
a.blue:hover { border: 1px solid #469499; color: #194b51; -moz-box-shadow: 0px 1px 0px #cccccc; -webkit-box-shadow: 0px 1p 0px #cccccc; box-shadow: 0px 1px 0px #cccccc; }

a.yellow {
	color: #ae8c2d;
	text-shadow: 1px 1px 0px #fce8af;
	border: 1px solid #fcd14b;
	
	background: #fcd96c;
	background-image: linear-gradient(bottom, rgb(252,217,108) 0%, rgb(252,228,154) 100%);
	background-image: -o-linear-gradient(bottom, rgb(252,217,108) 0%, rgb(252,228,154) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(252,217,108) 0%, rgb(252,228,154) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(252,217,108) 0%, rgb(252,228,154) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(252,217,108) 0%, rgb(252,228,154) 100%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(252,217,108)),
		color-stop(1, rgb(252,228,154))
	);
	}
a.yellow:hover { border: 1px solid #ba972a; color: #7e6621; -moz-box-shadow: 0px 1px 0px #cccccc; -webkit-box-shadow: 0px 1p 0px #cccccc; box-shadow: 0px 1px 0px #cccccc; }

a.green {
	color: #768c34;
	text-shadow: 1px 1px 0px #e0eebc;
	border: 1px solid #aecd5b;
	
	background: #c2e16d;
	background-image: linear-gradient(bottom, rgb(194,225,109) 0%, rgb(206,225,154) 100%);
	background-image: -o-linear-gradient(bottom, rgb(194,225,109) 0%, rgb(206,225,154) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(194,225,109) 0%, rgb(206,225,154) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(194,225,109) 0%, rgb(206,225,154) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(194,225,109) 0%, rgb(206,225,154) 100%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(194,225,109)),
		color-stop(1, rgb(206,225,154))
	);
	}
a.green:hover { border: 1px solid #738b32; color: #56691c; -moz-box-shadow: 0px 1px 0px #cccccc; -webkit-box-shadow: 0px 1p 0px #cccccc; box-shadow: 0px 1px 0px #cccccc; }

a.pink {
	color: #e0556e;
	text-shadow: 1px 1px 0px #e9b6bf;
	border: 1px solid #f2798d;
	
	background: #f28699;
	background-image: linear-gradient(bottom, rgb(242,134,153) 0%, rgb(242,162,176) 100%);
	background-image: -o-linear-gradient(bottom, rgb(242,134,153) 0%, rgb(242,162,176) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(242,134,153) 0%, rgb(242,162,176) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(242,134,153) 0%, rgb(242,162,176) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(242,134,153) 0%, rgb(242,162,176) 100%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(242,134,153)),
		color-stop(1, rgb(242,162,176))
	);
	}
a.pink:hover { border: 1px solid #d53652; color: #8e2437; -moz-box-shadow: 0px 1px 0px #cccccc; -webkit-box-shadow: 0px 1p 0px #cccccc; box-shadow: 0px 1px 0px #cccccc; }

a.purple {
	color: #d46fc9;
	text-shadow: 1px 1px 0px #efe2ee;
	border: 1px solid #e8a0e0;
	
	background: #e8b0e2;
	background-image: linear-gradient(bottom, rgb(232,176,226) 0%, rgb(232,211,230) 100%);
	background-image: -o-linear-gradient(bottom, rgb(232,176,226) 0%, rgb(232,211,230) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(232,176,226) 0%, rgb(232,211,230) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(232,176,226) 0%, rgb(232,211,230) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(232,176,226) 0%, rgb(232,211,230) 100%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(232,176,226)),
		color-stop(1, rgb(232,211,230))
	);
	}
a.purple:hover { border: 1px solid #c359b7; color: #843c7c; -moz-box-shadow: 0px 1px 0px #cccccc; -webkit-box-shadow: 0px 1p 0px #cccccc; box-shadow: 0px 1px 0px #cccccc; }


a.grey {
	color: #8c8c8c;
	text-shadow: 1px 1px 0px #ebebeb;
	border: 1px solid #adadad;
	
	background: #bfbfbf;
	background-image: linear-gradient(bottom, rgb(191,191,191) 0%, rgb(217,217,217) 100%);
	background-image: -o-linear-gradient(bottom, rgb(191,191,191) 0%, rgb(217,217,217) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(191,191,191) 0%, rgb(217,217,217) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(191,191,191) 0%, rgb(217,217,217) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(191,191,191) 0%, rgb(217,217,217) 100%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(191,191,191)),
		color-stop(1, rgb(217,217,217))
	);
	}
a.grey:hover { border: 1px solid #737373; color: #4d4d4d; -moz-box-shadow: 0px 1px 0px #cccccc; -webkit-box-shadow: 0px 1p 0px #cccccc; box-shadow: 0px 1px 0px #cccccc; }

a.orange {
	color: #e08457;
	text-shadow: 1px 1px 0px #fde5d9;
	border: 1px solid #fda072;
	
	background: #fdb897;
	background-image: linear-gradient(bottom, rgb(253,184,151) 0%, rgb(253,203,179) 100%);
	background-image: -o-linear-gradient(bottom, rgb(253,184,151) 0%, rgb(253,203,179) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(253,184,151) 0%, rgb(253,203,179) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(253,184,151) 0%, rgb(253,203,179) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(253,184,151) 0%, rgb(253,203,179) 100%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(253,184,151)),
		color-stop(1, rgb(253,203,179))
	);
	}
a.orange:hover { border: 1px solid #de7744; color: #bd5223; -moz-box-shadow: 0px 1px 0px #cccccc; -webkit-box-shadow: 0px 1p 0px #cccccc; box-shadow: 0px 1px 0px #cccccc; }
		
	
	
	
/*---------------------------------------------- 
alert
------------------------------------------------*/
p.alert {
	display: block;
	text-decoration: none;
	font-weight: bold;
	padding: 15px;
	}
		
p.blue {
	color: #2d98bd;
	border: 1px dashed #83c7df;
	background: #d6eff8;
	}
	
p.green {
	color: #509640;
	border: 1px dashed #99dd8a;
	background: #ecffe7;
	}
	
p.red {
	color: #ca3436;
	border: 1px dashed #ff9e9f;
	background: #ffe4e5;
	}




/*---------------------------------------------- 
toggle
------------------------------------------------*/
.toggle {
	border: 1px dashed #e5e5e5;
	margin-top: 30px;
	}
	
div .toggle:first-child {
	margin-top: 0px;
	}
	
.toggle .toggle_title {
	padding: 15px;
	}
	
.toggle .toggle_title .toggle_icon {
	width: 13px;
	height: 13px;
	display: inline-block;
	background: #139083;
	color: #ffffff;
	text-align: center;
	line-height: 13px;
	padding-left: 1px;
	font-size: 10px;
	font-weight: bold;
	margin-right: 15px;
	margin-top: 3px;
	float: left;
	}
	
.toggle .toggle_inner {
	border-top: 1px dashed #e5e5e5;
	padding-top: 15px;
	padding: 15px;
	display: none;
	}
	


/*---------------------------------------------- 
widgets
------------------------------------------------*/
.widget {
	margin-top: 30px;
	}
	
div .widget:first-child {
	margin-top: 0px;
	}



/*---------------------------------------------- 
overlay images
------------------------------------------------*/
.img_holder {
	position: relative;
	cursor: pointer;
	}

.img_holder a .overlay {
	width: 100%;
	height: 100%;
	background: #ffffff /* center center no-repeat*/;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	}
	