/*   
Theme Name:TROOPERS
Theme URI:
Description:This theme is a heavily modified version of the theme 'Piano Black' by http://www.mono-lab.net 
Author:flouSH
Author URI:http://www.flouSH.net
Version:1.0
Tags: black, two-columns, fixed-width, theme-options, threaded-comments, translation-ready
*/

/*  ------ basic ------------------- */

body {
	margin: 0;
	padding: 0;
	background: url(img/back1.gif);
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #333;
	text-align: center;
}

a img {
	border: none;
}

a, a:visited {
	color: #3a3833;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #554a34;
	text-decoration: underline;
}

p {
	margin: 0 0 1em 0;
	padding: 0;
	line-height: 160%;
}

ul {
	list-style-type: none;
	margin: 0 0 1em 0;
	padding: 0;
	line-height: 0%;
}

ul li {
	margin: 0;
	padding: 0;
	line-height: normal;
}

ol {
	margin: 0 0 1em 19px;
	padding: 0;
}

* html ol {
	margin: 0 0 1em 23px;
	padding: 0;
}

ol li {
	padding: 0 0 5px 0;
}

form,table,input,textarea,dl,dt,dd {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border: 0;
	width: 100%;
}

blockquote {
	color: #fff;
	margin: 0 110px 20px 110px;
	text-align: center;
	font-variant: small-caps;
	font-size: 16px;
	padding: 15px 20px 0 20px;
	border: 3px solid;
	border-color: #9c9c9c #9c9c9c #9c9c9c #9c9c9c;
	border-style: inset;
	background: url(img/back1.gif) repeat;
}

blockquote a, blockquote a:visited {
	text-decoration: underline;
	color: #fff;
}

pre {
	border: 1px solid #333;
	background: #222;
	padding: 10px 20px;
	margin: 0 0 1em 0;
	overflow: auto;
}

object {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.aligncenter {
	margin-left: auto;
	margin-right: auto;
}

.centered {
	margin-left: auto;
	margin-right: auto;
}

.clear {
	clear: both;
}

/*  ------ layout ------------------------ */

#wrapper {
	background: url(img/back2.png) no-repeat center top;
}

#contents {
	width: 959px;
	margin: 0 auto;
	text-align: left;
}

#header {
	background: url(../../uploads/2012/10/top3.png) no-repeat bottom;
	height: 155px;
	position: relative;
	z-index: 1;
}

#back_home { 
		position: absolute; 
		top: 55px; 
		left: 5px; 
		width: 330px; 
		height: 100px; 
		background-color: transparent; 
}

#middle-contents {
	background: url(img/side.png) repeat-y;
	padding-bottom: 50px;
}

#left-col {
	float: left;
	display: inline;
	width: 584px;
	margin: 0 0 0 5px;
}

.left-col-landingpage {
	width: 664px !important;
}

#right-col {
	float: right;
	display: inline;
	width: 330px;
	margin: 70px 5px 0 0;
}

.right-col-landingpage {
	width: 250px !important;
}

#footer {
	background: url(img/bottom.png) no-repeat top;
	height: 40px;
	margin-bottom: 40px;
	text-align: right;
}

/*  ------ header ---------------------- */

/* Change the number of margin if you are using original logo image */

#logo_image {
	margin: 69px 0 0 30px;
	float: left;
	display: inline;
}

#logo_image h1 {
	margin: 0;
	padding: 0;
}

/* blog title */

#logo {
	float: left;
	display: inline;
	margin: 64px 0 0 40px;
}

#logo a, #logo a:visited {
	color: #ccc;
	font-size: 22px;
}

#logo a:hover {
	text-decoration: none;
	color: #F99F20;
}

#logo h1 {
	font-weight: normal;
	line-height: 100%;
	margin: 0;
	padding: 6px 0;
	color: #666;
	font-size: 11px;
}

#header_meta {
	position: relative;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
	left: 350px;
	top: 0px;
	width: 500px;
}

#rss-feed {
	font-size: 14px;
	color: #000;
	background: url(img/rss.png) no-repeat 0 -16px;
	position: relative;
	top: 10px;
	padding: 0 0 0 20px;
	height: 20px;
	left: 159px;
}

#rss-feed:hover {
	background: url(img/rss.png) no-repeat 0 -16px;
	color: #fff;
	text-decoration: none;
}

#twitter {
	font-size: 14px;
	color: #000;
	background: url(img/twitter.png) no-repeat 0 -16px;
	height: 20px;
	padding-left: 15px;
	position: relative;
	top: 10px;
	left: 178px;
}

#twitter:hover {
	background: url(img/twitter.png) no-repeat 0 -16px;
	color: #fff;
	text-decoration: none;

}

#search-area {
	width: 183px;
	height: 29px;
	background: url(img/search-area.png) no-repeat;
	position: relative;
	top: 30px;
	left: 376px;
}

#search-input {
	position: absolute;
	top: 7px;
	left: 21px;
	border: 0px;
	height: 17px;
	display: inline;
	width: 125px;
	font-size: 100%;
	color: #333;
	background: transparent;
}

#search-button {
	position: absolute;
	right: 0px;
	top: 0px;
}

/*  ------ left-col ------------- */

.post {
	margin: 30px 0 5px 35px;
}

.post h2 {
	margin: 0 0 4px 0;
	padding: 0;
	line-height: 100%;
}

.post h2 a, .post h2 a:visited, #single h2 {
	color: #000;
	font-size: 20px;
	line-height: 120%;
	font-weight: normal;
	font-variant: small-caps
}

.post h2 a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

.post-info {
	margin: 0;
}

.post-info li {
	display: inline;
	font-size: 11px;
	color: #fff;
	margin: 0 10px 0 0;
}

.write-comment {
	background: url(img/arrow1.gif) no-repeat left center;
	padding: 0 0 0 11px;
}

.post-info a, .post-info a:visited {
	color: #333;
}

.post-info a:hover {
	color: #000;
}

.post-content {
	clear: both;
	padding: 15px 0 0 0;
	line-height: 160%;
}

.post-content p {
	margin: 0 0 1em 0;
	line-height: 160%;
}

.post-content a,.post-content a:visited {
	text-decoration: underline;
}

.post-content a.more-link, .post-content a.more-link:visited {
	display: block;
	clear: both;
	margin: 15px 0 5px 0;
	height: 23px;
	padding: 6px 0 0 35px;
	background: url(img/arrow3.gif) no-repeat left top;
	text-decoration: none;
}

.post-content a.more-link:hover {
	background: url(img/arrow3.gif) no-repeat left bottom;
	text-decoration: none;
}

.post img.centered,div.centered {
	display: block;
	margin: 0 auto;
}

.post img.aligncenter,div.aligncenter {
	display: block;
	margin: 0 auto;
}

.post img.alignright, div.alignright {
	margin: 4px 0 20px 20px;
	display: inline;
}

.post img.alignleft, div.alignleft {
	margin: 4px 20px 20px 0;
	display: inline;
}

.post table {
	margin: 0 0 1em 0;
}

.post td, .post th {
	border: 1px solid #333;
	padding: 15px;
}

.post th {
	background-color: #000;
	font-weight: normal;
}

.post-content ul li {
	margin: 0 0 0 0;
	line-height: 160%;
	background: url(img/bullet.png) no-repeat left 5px;
	padding: 0 0 0 12px;
}

.post-content input {
	margin: 5px 0;
}

.post-meta {
	background: url(img/meta-top.gif) no-repeat right top;
	padding: 13px 0 0 0;
	width: 585px;
	clear: both;
}

.post-meta ul {
	background: url(img/meta-bottom.gif) no-repeat right bottom;
	padding: 0 10px 10px 30px;
	line-height: 0%;
}

.post-meta li {
	display: inline;
	font-size: 11px;
	line-height: 140%;
}

.post-category {
	float: left;
	width: 345px;
	background: url(img/category-icon.gif) no-repeat 2px 2px;
	padding: 0 0 1px 20px;
}

.post-tag {
	float: left;
	width: 345px;
	background: url(img/tag-icon.gif) no-repeat 2px 2px;
	padding: 0 0 1px 29px;
}

.post-comment {
	float: right;
	width: 80px;
	background: url(img/write-comment.gif) no-repeat left top;
	padding: 0 10px 2px 22px;
}

#previous_next_post {
	padding: 15px 0 0 30px;
	margin: 0 0 20px 0;
}

#previous_next_post #previous_post a {
	float: left;
	display: block;
	width: 231px;
	padding: 8px 0 10px 40px;
	background: url(img/preview_post.gif) no-repeat left top;
}

#previous_next_post #next_post a {
	float: right;
	display: block;
	text-align: right;
	width: 231px;
	padding: 8px 40px 10px 0;
	background: url(img/next_post.gif) no-repeat right top;
}

#previous_next_post p {
	line-height: 140%;
	margin: 0;
}

#back-top {
	padding: 10px 5px 0 15px;
	font-size: 11px;
	background: url(img/arrow5.gif) no-repeat left 16px;
	float: right;
	color: #333;
}

#back-top:hover {
	text-decoration: none;
	color: #554a34;
}

#back-top-edit {
	padding: 10px 42px 0 15px;
	font-size: 11px;
	background: url(img/arrow5.gif) no-repeat left 16px;
	float: right;
	color: #333;
}

#back-top-edit:hover {
	text-decoration: none;
	color: #554a34;
}

p.post-edit {
	margin: 0;
}

/*  ------ right-col ------------- */

#information-title {
	background: url(img/info-box-top.gif) no-repeat left top;
	padding: 25px 20px 5px 20px;
	width: 232px;
	margin: 0 0 0 30px;
}

.information-contents {
	line-height: 160%;
	font-size: 11px;
	color: #999;
	background: url(img/info-box-bottom.gif) no-repeat left bottom;
	padding: 12px 20px 20px 20px;
	margin: 0 0 50px 30px;
	width: 232px;
}

.side-title {
	margin: 0 0 20px 0;
	font-size: 11px;
	text-transform: uppercase;
	color: #935a12;
	font-weight: normal;
	line-height: 100%;
}

.side-box {
	color: #000;
	margin: 0 0 50px 32px;
	font-size: 11px;
	width: 270px;
}

#right-col ul {
	
}

#right-col li {
	margin: 0 0 1em 0;
	line-height: 140%;
}

#right-col li li {
	padding: 0 0 0 10px;
	margin: 3px 0;
	background: url(img/bullet_small.gif) no-repeat 1px 7px;
}

#side-left {
	float: left;
	width: 135px;
	padding: 0;
	display: inline;
	margin: 0 0 0 30px;
}

#side-right {
	float: right;
	width: 135px;
	padding: 0;
	display: inline;
	margin: 0 26px 0 0;
}

.side-box-short {
	margin: 0 0 50px 0;
	width: 130px;
	font-size: 11px;
	color: #000;
}

#side-bottom {
	clear: both;
}

/* this is just for default mode */

#side-left-ex {
	float: left;
	width: 135px;
	padding: 0;
	display: inline;
	margin: 0 0 0 30px;
}

#side-right-ex {
	float: right;
	width: 135px;
	padding: 0;
	display: inline;
	margin: 0 26px 0 0;
}

#side-bottom-ex {
	clear: both;
}

/* calendar */

#wp-calendar {
	margin: 0 auto;
	width: 100%;
	font-size: 11px;
}

#wp-calendar th, #wp-calendar td {
	padding: 0;
	width: 14%;
	line-height: 220%;
	text-align: center;
	color: #333;
}

#wp-calendar th {
	color: #fff;
}

#wp-calendar td a, #wp-calendar td a:visited {
	color: #868a8d;
	display: block;
	text-decoration: none;
	background: url(img/calendar2.gif) no-repeat center;
}

#wp-calendar td a:hover {
	color: #ccc;
	background: url(img/calendar1.gif) no-repeat center;
}

#wp-calendar caption {
	padding: 8px 0;
}

#wp-calendar tfoot td {
	border: none;
	padding: 5px 0;
}

#wp-calendar #prev a, #wp-calendar #prev a:visited, #wp-calendar #next a, #wp-calendar #next a:visited,
 #side_middle #wp-calendar #prev a, #side_middle #wp-calendar #prev a:visited, #side_middle #wp-calendar #next a, #side_middle #wp-calendar #next a:visited {
	text-decoration: none;
	background: none;
	color: #7d7d7d;
}

#wp-calendar #prev a:hover, #wp-calendar #next a:hover,
 #side_middle #wp-calendar #prev a:hover, #side_middle #wp-calendar #next a:hover {
	text-decoration: underline;
	color: #81c8d5;
}

#wp-calendar td#today {
	color: #ccc;
	background: url(img/calendar1.gif) no-repeat  center;
}

#side_middle #wp-calendar td#today {
	background: url(img/calendar4.gif) no-repeat  center;
}

#side_middle #wp-calendar td a, #side_middle #wp-calendar td a:visited {
	background: url(img/calendar5.gif) no-repeat  center;
}

#side_middle #wp-calendar td a:hover {
	background: url(img/calendar6.gif) no-repeat  center;
}

#copyrights {
	font-size: 11px;
	color: #333;
	padding: 12px 12px 0 8px;
	clear: both;
}

#copyrights li {
	margin: 0;
	padding: 0;
	line-height: 160%;
}

#copyrights a, #copyrights a:visited {
	color: #000;
}

#copyrights a:hover {
	color: #666;
}

#wp a {
	text-decoration: underline;
}

/*  ------ archive ------------- */

.archive, .search-page {
	margin: 25px 0 25px 30px;
	border-left: 3px solid #555;
	padding-left: 10px;
}

.archive h2, .search-page h2 {
	font-size: 14px;
	color: #fff;
	margin: 0 0 3px 0;
	display: block;
	line-height: 120%;
	font-weight: normal;
	padding: 0;
}

.archive p, .search-page p {
	font-size: 12px;
}

.read-more {
	padding: 0 0 0 0;
}

/* ------ page navi -------------- */

.page-navi, .next-previous-navi {
	margin: 50px 0 25px 30px;
}

#comment-pager {
	margin: 20px 0 0 0;
}

.page-navi li {
	line-height: 0%;
	display: block;
	float: left;
}

.page-navi a, .page-navi a:visited, .page-navi a:hover,
.page-navi span.pages, .page-navi span.extend, .page-navi span.current, .page-navi span.dots {
	font-size: 11px;
	line-height: 100%;
	margin: 0 -1px 25px 0;
	padding: 2px 14px;
	display: block;
	float: left;
	border-right: 1px solid #555;
	border-left: 1px solid #555;
}

.page-navi span.current {
	color: #81c8d5;
	background: url(img/arrow8.gif) no-repeat center bottom;
	padding-bottom: 10px;
	border: none;
}

.page-navi a.prev, .page-navi a:hover.prev, .page-navi a:visited.prev {
	border-left: none;
}

.page-navi a.next, .page-navi a:hover.next, .page-navi a:visited.next {
	border-right: none;
}

#previous-page a, #previous-page a:visited {
	float: left;
	display: inline;
	margin: 5px 0 10px 5px;
	height: 22px;
	padding: 7px 0 0 40px;
	background: url(img/arrow2.gif) no-repeat left top;
}

#previous-page a:hover {
	background: url(img/arrow2.gif) no-repeat left bottom;
	text-decoration: none;
}

#next-page a, #next-page a:visited {
	float: right;
	display: inline;
	margin: 5px 0 10px 0;
	height: 22px;
	padding: 7px 40px 0 0;
	background: url(img/arrow3.gif) no-repeat right top;
}

#next-page a:hover {
	background: url(img/arrow3.gif) no-repeat right bottom;
	text-decoration: none;
}

/*  ------ header for category/archive/search/...etc  ------------- */

.common-navi-wrapper {
	background: url(img/archive-top.gif) no-repeat right top;
	padding: 13px 0 0 0;
	width: 585px;
	margin: 70px 0 0;
}

.common-navi-wrapper p {
	background: url(img/archive-bottom.gif) no-repeat right bottom;
	padding: 0 10px 10px 32px;
	margin: 0;
	line-height: 140%;
}

#archve-title {
	margin: 0 0 0 13px;
}

#search-hit {
	
}

/*  ------ page widthout side ------------------------ */

#no-side {
	background: url(img/side-noside.png) repeat-y;
	padding: 30px 0;
}

#no-side .post {
	margin: 0 40px 20px 40px;
}

/*  ------ editorial ------------------------ */

#no-side-editorial {
	background: url(img/side-noside.png) repeat-y;
	padding: 30px 0;
}

#no-side-editorial .post {
	margin: 0px 40px 20px 40px;
}

/*  ------ header-menu ------------------------ */

.header-menu-wrapper {
	position: relative;
	top: 125px;
	padding-right: 5px;
	z-index: 100;
}

#pngfix-right {
	background: url(img/menu_right.png) no-repeat right top;
	display: block;
	width: 10px;
	height: 30px;
	float: right;
}

#pngfix-left {
	background: url(img/menu_left.png) no-repeat left top;
	display: block;
	width: 10px;
	height: 30px;
	float: right;
}

.menu {
	float: right;
	font-size: 14px;
	font-variant: small-caps;
	height: 30px;
	margin: 0;
}

.menu, .menu ul {
	line-height: 1;
	margin: 0;
	padding: 0;
}

.menu li {
	position: relative;
	float: left;
	border-left: 1px solid #aeafaf;
	height: 22px;
	padding: 8px 0 0;
}

.menu li.first_menu {
	border: none;
}

.menu ul li {
	height: auto;
	border-left: none;
	padding: 0;
	left: auto;
}

.menu #header-menu-home {
	border: none;
}

.menu a, .menu a:visited {
	color: #2a2b2b;
	display: block;
	position: relative;
	font-variant: normal;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	padding: 0 10px 6px;
	height: 14px;
}

.menu a:hover {
	color: #F99F20;
	border-bottom: 2px solid #F99F20;
	text-decoration: none;
}

.menu ul {
	position: absolute;
	top: 31px;
	left: -999em;
	width: 200px;
}

.menu ul li a{
	color: #fff !important;
}

.menu li:hover ul {
	left: auto;
}

.menu ul a, .menu ul a:visited {
	background: #000;
	line-height: 140%;
	padding: 9px 30px 8px;
	border: 1px solid #222;
	width: 128px;
	margin: -1px 0 0 0;
}

.menu ul a:hover {
	background: #222;
	border-bottom: 1px solid #222;
}

.menu ul ul {
	margin: -34px 0 0 189px;
	top: 34px;
}

.menu .current_page_item a, .menu .current_page_item a:visited,
 .menu .current-cat a, .menu .current-cat a:visited,
  .menu .current-menu-item a, .menu .current-menu-item a:visited ; {
	color: #62cd29;
	border-bottom: 2px solid #ffffff;
}

.menu .current_page_item a:hover,
 .menu .current-cat a:hover,
  .menu .current-menu-item a:hover {
	color: #F99F20;
	border-bottom: 2px solid #F99F20;
	text-decoration: none;
}

.menu .current_page_item ul a, .menu .current_page_item ul a:visited, .menu .current_page_item ul a:hover,
 .menu .current-cat ul a, .menu .current-cat ul a:visited, .menu .current-cat ul a:hover,
  .menu .current-menu-item ul a, .menu .current-menu-item ul a:visited, .menu .current-menu-item ul a:hover {
	border-bottom: 1px solid #373737;
}

.menu ul .parent_menu > a:link, .menu ul .parent_menu > a:visited {
	background: #000 url(img/arrow1.gif) no-repeat 170px 15px;
}

.menu ul .parent_menu > a:hover {
	background: #222 url(img/arrow1.gif) no-repeat 170px 15px;
}

/* ---------- clearfix hack ---------- */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* exlude MacIE5 \*/

* html .clearfix {
	height: 1%
}

.clearfix {
	display: block;
}

/* end MacIE5 */

/* Gallery styles */

#editorial_background {
	background: url(img/side-noside.png) repeat-y;
	padding: 0px 0;
	position: relative;
	top: 0px;
	left: 0px;
}

#gallery {
	border-left: 1px solid white;
	background: url(img/menu_bg.png) repeat-x bottom center #ffffff;
	

/* The width of the gallery */
	width: 600px;
	overflow: hidden;
}

#gallery2 {
	

/* The width of the gallery */
	width: 350px;
	height: 250px;
	overflow: hidden;
}

#slider {
	

/* The main container */
	float: left;
	text-align: center;
	width: 950px;
	position: relative;
	padding: 0 0 0 4px;
	margin: 0;
}

#slider2 {
	

/* The main container */
	float: left;
	text-align: center;
	width: 600px;
	position: relative;
	padding: 0 0 0 4px;
	margin: 0;
}

#slides {
	

/* This is the slide area */
	height: 250px;
	/* 

jQuery changes the width later on to the sum of the widths of all the slides. */
	width: 600px;
	overflow: hidden;
}

#slides2 {
	

/* This is the slide area */
	height: 250px;
	/* 

jQuery changes the width later on to the sum of the widths of all the slides. */
	width: 350px;
	overflow: hidden;
}

.slide {
	float: left;
}

.slide2 {
	float: left;
	line-height: 0;
}

#gallery_menu {
	

/* This is the container for the thumbnails */
	border-left: 1px solid white;
	background: url(img/menu_bg.png) repeat-x top center #ffffff;
	

/* The width of the gallery */
	height: 45px;
	width: 950px;
	overflow: hidden;
}

ul.editorial {
	margin: 0px;
	padding: 0px;
}

li.editorial {
	

/* Every thumbnail is a li element */
	width: 62px;
	display: inline-block;
	list-style: none;
	height: 45px;
	overflow: hidden;
	zoom: 1;
	*display: inline;
}

li.pointer {
	
/* Pointer hand is displayed correctly in IE */
	width: 350px;
	display: inline-block;
	list-style: none;
	height: 45px;
	overflow: hidden;
	zoom: 1;
	*display: inline;
	vertical-align: top;
}

li.inact.editorial:hover {
	

/* The inactive state, highlighted on mouse over */
	background: url(img/pic_bg.png) repeat;
}

li.act.editorial,li.act.editorial:hover {
	

/* The active state of the thumb */
	background: url(img/active_bg.png) no-repeat;
}

li.act.editorial a {
	cursor: default;
}

.fbar.editorial {
	width: 2px;
	background: url(img/divider.png) repeat-y right;
}

li.editorial a {
	display: block;
	background: url(img/divider.png) repeat-y right;
	height: 35px;
	padding-top: 13px;
}

a.editorial img {
	border: none;
}

#teaser {
	float: right;
	width: 349px;
	height: 250px;
	margin-right: 4px;
	border-right: 1px solid white;
	background: url(img/teaser_bg.png) repeat-x;
}

#teaser_hand {
	float: right;
	width: 350px;
	height: 45px;
	margin-right: 4px;
	background: url(img/menu_bg.png) repeat-x;
}

#space {
	height: 6px;
	margin-left: 4px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #222;
	background: url(img/space_bg.png) repeat-x;
	overflow: hidden;
	width: 951px;
	line-height: 25px;
}

#quicklinks {
	float: left;
	width: 182px;
	height: 250px;
	margin: 0;
	border-right: 1px solid #666;
	border-right-style: dashed;
	position: relative;
	padding: 5px 0 0 0px;
}

#welcome {
	float: right;
	width: 770px;
	margin-right: 4px;
	padding: 20px 0 0 0;
}

/* @group SIGN UP FORM */

.wpcf7-form .formGroup {
	padding: 0;
	margin-right: 10px;
	margin-bottom: 10px;
}

.wpcf7-form ul{
	list-style: none !important;
	background: rgba(47,47,48,0.0) !important;
}

.wpcf7-form li, span.wpcf7-list-item {
	list-style: none !important;
	padding-left: 10px;
	margin-bottom: 5px !important;
	margin-left: 0 !important;
	background: #656565 !important;
	background: rgba(47,47,48,0.5) !important;
}

.wpcf7-form label {
	width: 120px;
	display: inline-block;
	color: #d5d5d5;
	padding-right: 10px;
}

.wpcf7-form input, .wpcf7-form select {
	background-color: #c0c0c0;
	border: 1px solid #383838;
	font-size: 13px;
}

.wpcf7-text{
	width: 250px;
}

.wpcf7-text.inputField50{
	width: 122px;
}

.wpcf7-text.inputField10{
	width: 40px;
}

.wpcf7-text.inputField90{
	width: 200px;
}

.wpcf7-checkbox label {
	width: auto;
}

.wpcf7-form .formLeftCol {
	float: left;
	width: 410px;
	margin-right: 20px;
}

.wpcf7-form .formRightCol {
	float: right;
	width: 410px;
}

#accept_terms{
}

#termsLink{
	text-decoration: none;
	color: #b6b6b6;
	float: right;
	position: relative;
	top: -28px;
	right: 10px;
}

span.wpcf7-list-item {
	display: block;
}

#workshop_select {
	
}

#form_options label {
	float: none;
	text-align: left;
	width: auto;
}

.wpcf7-submit {
	padding: 3px 10px;
	background-color: #F99F20 !important;
}

#wpcf7-f1-p18-o1 form.wpcf7-form div.formGroup.formLeftCol p {
	
}

span.wpcf7-form-control-wrap.captcha input {
	width: 120px;
	height: 22px;
	background-color: white;
}

img#captcha.wpcf7-captcha-captcha {
	position: relative;
	top: 8px;
}

/* @end */

/* @group AGENDA */

.agenda th.newHeadDateWS {
	background-color: #d5d5d5;
	color: #5e5e5e;
	font-weight: bold;
	font-size: 1.1em;
	text-align: center;
}

.newAgenda {
	color: #000000;
}

.agenda .newAgendaWS {
	color: #fff;
	border-bottom: 1px dotted #cfd1d1;
	min-width: 120px;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(252, 175, 42) transparent;
	/* RGBa with 0.4 opacity */
	background: rgba(252, 175, 42, 0.400);
}




span.agendaHeadDates {
	display: inline-block;
	margin-left: 20px;
	color: #5e5e5e;
	font-size: 0.8em;
	text-transform: uppercase;
}

.agenda {
	font-size: 0.8em;
	line-height: 1.4em;
}

.agenda th, .agenda td {
	padding: 5px;
	border-style: none;
	vertical-align: top;
}

.agenda td {
	border-bottom: 1px solid #cfd1d1;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(227,229,229) transparent;
	/* RGBa with 0.33 opacity */
	background: rgba(227,229,229,0.5);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#82E3E5E5, endColorstr=#82E3E5E5);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#82E3E5E5, endColorstr=#82E3E5E5)";
}

.agenda .cellDaybreak {
	background-color: transparent;
}

.agenda td a {
	display: block;
	text-decoration: none;
}

.agenda th.headTime {
	width: 100px;
	text-align: right;
	color: #d5d5d5;
	background-color: transparent;
	font-weight: bold;
	font-size: 1.1em;
	border-top: 1px solid #cfd1d1;
}

.agenda .headEmpty {
	background-color: transparent;
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF)";
}

.agenda .cellNoBorder {
	border-right: none !important;
}

.agenda .cellEmpty {
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(252,254,255) transparent;
	/* RGBa with 0.1 opacity */
	background: rgba(252,254,255,0.1);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#19FCFEFF, endColorstr=#19FCFEFF);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#19FCFEFF, endColorstr=#19FCFEFF)";
}

.agenda th.headCategory {
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(252,254,255) transparent;
	/* RGBa with 0.33 opacity */
	background: rgba(252,254,255,0.33);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#54FCFEFF, endColorstr=#54FCFEFF);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#54FCFEFF, endColorstr=#54FCFEFF)";
}

.agenda th.headDate {
	background-color: #d5d5d5;
	color: #5e5e5e;
	width: 45%;
	font-weight: bold;
	font-size: 1.1em;
}

.agenda th.headDateWS {
	background-color: #d5d5d5;
	color: #5e5e5e;
	width: 90%;
	font-weight: bold;
	font-size: 1.1em;
}

.agenda th.headDate_prices {
	background-color: #d5d5d5;
	color: #5e5e5e;
	font-weight: bold;
	font-size: 1.1em;
}

.agenda th.headTrack {
	background-color: #c0c0c0;
	border-bottom: 3px solid #a1a1a1;
	font-weight: bold;
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C787878, endColorstr=#4C787878);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C787878, endColorstr=#4C787878)";
}

.agenda .attackCol {
	color: #fff;
	border-right: 1px solid #cfd1d1;
	min-width: 120px;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(255,126,120) transparent;
	/* RGBa with 0.26 opacity */
	background: rgba(255,126,120,0.26);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#42FF7E78, endColorstr=#42FF7E78);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#42FF7E78, endColorstr=#42FF7E78)";
}

.agenda .yellow_prices {
	color: #fff;
	font-size: 1.3em;
	min-width: 120px;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(250,216,120) transparent;
	/* RGBa with 0.4 opacity */
	background: rgba(250,216,120,0.4);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66FAD878, endColorstr=#66FAD878);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66FAD878, endColorstr=#66FAD878)";
}

.agenda .blue_prices {
	color: #fff;
	font-size: 1.3em;
	min-width: 120px;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(116,253,255) transparent;
	/* RGBa with 0.4 opacity */
	background: rgba(116,253,255,0.4);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#6674FDFF, endColorstr=#6674FDFF);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#6674FDFF, endColorstr=#6674FDFF)";
}

.agenda .defenseCol {
	color: #fff;
	min-width: 120px;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(135,250,120) transparent;
	/* RGBa with 0.4 opacity */
	background: rgba(135,250,120,0.4);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#6687FA78, endColorstr=#6687FA78);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#6687FA78, endColorstr=#6687FA78)";
}

.agenda .green_prices {
	color: #fff;
	font-size: 1.3em;
	min-width: 120px;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(135,250,120) transparent;
	/* RGBa with 0.4 opacity */
	background: rgba(135,250,120,0.4);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#6687FA78, endColorstr=#6687FA78);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#6687FA78, endColorstr=#6687FA78)";
}

.agenda .keynoteRow {
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(116,253,255) transparent;
	/* RGBa with 0.4 opacity */
	background: rgba(116,253,255,0.4);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#6674FDFF, endColorstr=#6674FDFF);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#6674FDFF, endColorstr=#6674FDFF)";
}

.agenda .breakRow {
	background: rgba(51,51,51,0.25);
	border-top: 1px solid #cfd1d1;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(51,51,51) transparent;
	/* RGBa with 0.25 opacity */
	background: rgba(51,51,51,0.25);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3F333333, endColorstr=#3F333333);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3F333333, endColorstr=#3F333333)";
}

.agenda .breakRow_prices {
	border-top: 1px solid #cfd1d1;
	/* Fallback for web browsers that doesn't support RGBa */
	background: url(img/arrows.png) no-repeat center rgb(51,51,51) transparent;
	/* RGBa with 0.25 opacity */
	background: url(img/arrows.png) no-repeat center rgba(51,51,51,0.25);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3F333333, endColorstr=#3F333333);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3F333333, endColorstr=#3F333333)";
}

#workshops .workshop {
	border-right: 1px solid #cfd1d1;
	/* Fallback for web browsers that doesn't support RGBa */
	no-repeat center rgb(174, 172, 172) transparent;
	/* RGBa with 0.6 opacity */
	no-repeat center rgba(174, 172, 172, 0.6);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99AEACAC, endColorstr=#99AEACAC);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99AEACAC, endColorstr=#99AEACAC)";
}

/* @end */

/* pturbing */
/* google search bar positioning */
#gsearchbar {
	width: 360px;
	margin-top: 26px;
	margin-left: 200px;
}
/* search result styling */
.gsc-control-cse, .gsc-results, .gsc-results .gsc-imageResult {
	background: none !important;
	border: none !important;
}

.gsc-webResult.gsc-result {
	background: none !important;
}

/*
.cse .gsc-webResult.gsc-result {
	border-bottom: 1px dotted #fcaf20 !important;
}*/

.gsc-tabHeader {
	border: none !important;
	border-top-right-radius: 0px !important;
	-moz-border-radius-topright: 0px !important;
	-webkit-border-top-right-radius: 0px !important;
	border-top-left-radius: 0px !important;
	-moz-border-radius-topleft: 0px !important;
	-webkit-border-top-left-radius: 0px !important;
}

.post td {
	border: none !important;
}


.gs-webResult div.gs-per-result-labels a.gs-label, .gs-per-result-labels {
	color: #676767 !important;
}

.gsc-above-wrapper-area {
	display: none;
}

.gsc-tabsArea {
	border: none !important;
	text-align: center;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
	border: 1px solid #676767 !important;
	/*background-color: #676767 !important;*/
	text-decoration: none !important;
	color: #676767 !important;
}