/*   
Theme Name: Trafikskolan
Theme URI: 
Description: A Thematic Child Theme for Trafikskolan i Norberg.
Author: Johan Dahlborg
Author URI: https://www.trafikskolaninorberg.se/
Template: thematic
Version: 2.0
Tags: trafikskolan
.
Trafikskolan is © Johan Dahlborg http://www.dahlborg.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../trafikskolan/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

@font-face {
    font-family: 'ArialRounded';
    src: url('fonts/arial_rounded_bold-webfont.eot?') format('eot'),
         url('fonts/arial_rounded_bold-webfont.woff') format('woff'),
         url('fonts/arial_rounded_bold-webfont.ttf') format('truetype'),
         url('fonts/arial_rounded_bold-webfont.svg#webfontNyYeHsME') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* =Global Elements
-------------------------------------------------------------- */

pre, code {
	font:14px Monaco, monospace;
	line-height:22px;
}
blockquote {
    color:#666;
    font-style:italic;
}
table {
    border:1px solid #ccc;
    border-width:1px 1px 0 1px;
    font-size:13px;
    line-height:18px;
    margin:0 0 22px 0;
    text-align:left;
}
caption {
    text-align:left;
}
tr {
    border-bottom:1px solid #ccc;
}
th, td {
    padding: .7em 1.25em;
}
hr {
    background-color:#ccc;
    border:0;
    color:#ccc;
    height:1px;
    margin-bottom:22px;
}
a:link {
    color:#004B91;
}
a:visited {
    color:#743399;
}
a:active,
a:hover {
    color: #FF4B33;
}

#wrapper {
  margin: 0 auto;
  width: 850px;
}

#content {
    width: 600px;
}

#branding {
    padding: 0 0 2px;
	width: 850px;
}

#blog-title a {
	background:url(images/logo.png) no-repeat top center;
	display:block;
	text-indent:-9000px;
	width: 850px;
	height: 91px;
    color:#000;
    text-decoration:none;
}
#blog-description {
	display: none;
}

body, input, textarea {
    line-height:22px;
	font-family: Arial, sans-serif;
	color: #444444;
}

body, input, textarea, .sf-menu a {
	font-size: 12px;
}

.entry-content {
    padding: 0;
}

h1,h2,h3,h4,h5,h6 { 
	font-family: 'ArialRounded', Arial, sans-serif; 
	color: #618A2E;
}

.entry-content h1 {
	font-family: 'ArialRounded', Arial, sans-serif; 
	font-size: 22px;
	padding: 25px 0 25px;
	font-weight: bold;
}

.entry-content h2 {
	font-family: 'ArialRounded', Arial, sans-serif; 
	font-size: 15px;
	color: #444444;
	padding: 10px 0 5px;
	font-weight: bold;
}

.entry-content h3 {
	font-family: 'ArialRounded', Arial, sans-serif; 
    font-size: 13px;
	color: #444444;
    padding: 0;
}

p, ul, ol, dd, pre {
    margin-bottom: 10px;
}

/* =Menu
-------------------------------------------------------------- */

#access {
    height:32px;
    overflow:visible;
    z-index:100;
	background: #618A2E;
}

.skip-link {
    display:none;
}

.menu {
    width: 850px;
}

.page-template-template-page-fullwidth-php #content {
    width: 850px;
	margin: 0;
}

.sf-menu{/*, .sf-menu * {*/
	margin:			0;
	padding:		0;
	list-style:		none;
}

.sf-menu {
    border: none;
	text-transform: uppercase;
	float:left;
	line-height:	1.0;
}

.sf-menu li {
    background: #618A2E;
    float: left;
    position: relative;
}

.sf-menu a {
	text-decoration:none;
    display: block;
    position: relative;
}

/* this is the parent menu */
.sf-menu a, .sf-menu a:visited {
    color:#fff;
	padding: 10px;
	font-family: 'ArialRounded', Arial, sans-serif; 
}
.windows .sf-menu a {
    font-size: 10px;
	padding: 10px;
}

.sf-menu li a:hover {
    text-decoration: underline;
	background: #618A2E;
}

/* this is the sub menu */
.sf-menu li.current_page_item ul {
	display: block;
}

.sf-menu ul {
    float: left;
	background: #618A2E;
}

.sf-menu a {
    border: none;
}

.sf-menu ul a {
    background:#BBD79A;
	border-bottom:none;
}

.sf-menu ul a:hover {
	background: #BBD79A;
	color: #fff;
}

.menu-secondary {
	display: none;
}

ul.sub-menu {
    list-style-type: none;
    margin-left: 0px;
}

#main {
	clear:both;
    padding: 0px 0 22px;
	width: 850px;
}

#primary {
	border: none;
}
.hentry {
    padding: 0 0 22px;
}

.main-aside {
    width: 205px;
}

.main-aside ul {
    padding: 0;
}

.textwidget {
	margin-bottom: 22px;
}

.textwidget img {
	float: left;
}

.textwidget h2 {
	clear: none;
}

.aside p, .aside ul, .aside ol, .aside dd, .aside pre {
    margin-bottom: 10px;
}

.aside {
	color: #444444;
}

.aside li{
	clear: left;
}

.aside p {
    font-size: 11px;
    line-height: 13px;
}

.aside h2 {
    font-size: 11px;
	font-family: Arial, sans-serif;
    font-style: normal;
	font-weight: bold;
	color: #444444;
}

.aside h3 {
    font-size: 10px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #444444;
	line-height:22px;
}

.aside a {
	color:#666;
}

.aside img {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 8px;
	float: left;
}

/**
  * @section subtemplates
  * @see     http://www.yaml.de/en/documentation/practice/subtemplates.html
  */
  .subcolumns { display:table; width:100%; table-layout:fixed; }

  .c20l, .c25l, .c33l, .c40l, .c38l, .c50l, .c60l, .c62l, .c66l, .c75l, .c80l { float:left; }
  .c20r, .c25r, .c33r, .c40r, .c38r, .c50r, .c60r, .c66r, .c62r, .c75r, .c80r { float:right; margin-left:-5px; }

  .c20l, .c20r { width:20%; }
  .c40l, .c40r { width:40%; }
  .c60l, .c60r { width:60%; }
  .c80l, .c80r { width:80%; }
  .c25l, .c25r { width:25%; }
  .c33l, .c33r { width:33.333%; }
  .c50l, .c50r { width:50%; }
  .c66l, .c66r { width:66.666%; }
  .c75l, .c75r { width:75%; }
  .c38l, .c38r { width:38.2%; }
  .c62l, .c62r { width:61.8%; }

.subc { padding: 0 1em 0 1em; overflow: hidden; }
.subcl { padding: 0 2em 0 0; overflow: hidden; }
.subcr { padding: 0 0 0 2em; overflow: hidden; } 

#footer {
    border-top: 2px solid #466320;
	background: url("/wp-content/themes/trafikskolan/images/footer.png") no-repeat left bottom;
	height: 159px;
}

#footer .subcolumns {
	margin-top: 7px;
	margin-bottom: 80px;
}

#footer h2 {
	font-family: Arial, sans-serif;
	color: #444444;
}

#footer ul {
	list-style-type: none;
	margin: 0;
}

#footer li {
	display: inline;
	margin: 8px 0;
}

#offers  {
	margin: 30px 0;
}

#offers table {
    border: none;
	text-align: center;
	margin: 0;
	width: 550px;
}

#offers thead {
	background: url("/wp-content/themes/trafikskolan/images/offers-top.png") no-repeat top left;
}

#offers tfoot, #offers tbody  {
	background-color: #ECECEC;
}

#offers th, #offers td {
    border-right: 1px solid white;
	padding: 0.5em 1.25em;
}

#offers tr {
    border-bottom: none;
}

.entry-content .wp-post-image {
    border: 0;
    float: left;
    margin: 0 18px 20px 0;
    padding: 5px;
}

.entry-content img {
	border-bottom: 4px solid #618A2E;
}

.wp-smiley {
  width: 15px;
  height: 15px;
}

/* Gravity form */

.intensivkursbokningform {
    background: #ececec;
}
.gform_wrapper form {
    padding: 20px 20px 50px;
}
.gform_wrapper .gfield{
    margin:0 0 2px 0;
}
.gform_heading {
    display: none;
}
.ginput_price {
    display: none;
}
#gform_previous_button_3 {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 2px 9px;
    border: 1px solid #69995b;
    border-radius: 8px;
    background: #adfc96;
    background: -webkit-gradient(linear, left top, left bottom, from(#adfc96), to(#69995b));
    background: -moz-linear-gradient(top, #adfc96, #69995b);
    background: linear-gradient(to bottom, #adfc96, #69995b);
    text-shadow: #4b6e41 1px 1px 1px;
    font: normal normal bold 20px arial;
    color: #ffffff;
    text-decoration: none;
    float:left;
}
#gform_previous_button_3:hover,
#gform_previous_button_3:focus {
    border: 1px solid #96db82;
    background: #d0ffb4;
    background: -webkit-gradient(linear, left top, left bottom, from(#d0ffb4), to(#7eb86d));
    background: -moz-linear-gradient(top, #d0ffb4, #7eb86d);
    background: linear-gradient(to bottom, #d0ffb4, #7eb86d);
    color: #ffffff;
    text-decoration: none;
}
#gform_previous_button_3:active {
    background: #69995b;
    background: -webkit-gradient(linear, left top, left bottom, from(#69995b), to(#69995b));
    background: -moz-linear-gradient(top, #69995b, #69995b);
    background: linear-gradient(to bottom, #69995b, #69995b);
}
#gform_next_button_3_38 {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 12px 24px;
    border: 1px solid #08b20d;
    border-radius: 8px;
    background: #0dff16;
    background: -webkit-gradient(linear, left top, left bottom, from(#0dff16), to(#08b20d));
    background: -moz-linear-gradient(top, #0dff16, #08b20d);
    background: linear-gradient(to bottom, #0dff16, #08b20d);
    text-shadow: #067f0a 1px 1px 1px;
    font: normal normal bold 20px arial;
    color: #ffffff;
    text-decoration: none;
    float:right;
}
#gform_next_button_3_38:hover,
#gform_next_button_3_38:focus {
    border: 1px solid #0bfe13;
    background: #10ff1a;
    background: -webkit-gradient(linear, left top, left bottom, from(#10ff1a), to(#0ad610));
    background: -moz-linear-gradient(top, #10ff1a, #0ad610);
    background: linear-gradient(to bottom, #10ff1a, #0ad610);
    color: #ffffff;
    text-decoration: none;
}
#gform_next_button_3_38:active {
    background: #08b20d;
    background: -webkit-gradient(linear, left top, left bottom, from(#08b20d), to(#08b20d));
    background: -moz-linear-gradient(top, #08b20d, #08b20d);
    background: linear-gradient(to bottom, #08b20d, #08b20d);
}
#gform_submit_button_3 {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 12px 24px;
    border: 1px solid #08b20d;
    border-radius: 8px;
    background: #0dff16;
    background: -webkit-gradient(linear, left top, left bottom, from(#0dff16), to(#08b20d));
    background: -moz-linear-gradient(top, #0dff16, #08b20d);
    background: linear-gradient(to bottom, #0dff16, #08b20d);
    text-shadow: #067f0a 1px 1px 1px;
    font: normal normal bold 20px arial;
    color: #ffffff;
    text-decoration: none;
    float:right;
}
#gform_submit_button_3:hover,
#gform_submit_button_3:focus {
    border: 1px solid #0bfe13;
    background: #10ff1a;
    background: -webkit-gradient(linear, left top, left bottom, from(#10ff1a), to(#0ad610));
    background: -moz-linear-gradient(top, #10ff1a, #0ad610);
    background: linear-gradient(to bottom, #10ff1a, #0ad610);
    color: #ffffff;
    text-decoration: none;
}
#gform_submit_button_3:active {
    background: #08b20d;
    background: -webkit-gradient(linear, left top, left bottom, from(#08b20d), to(#08b20d));
    background: -moz-linear-gradient(top, #08b20d, #08b20d);
    background: linear-gradient(to bottom, #08b20d, #08b20d);
}
.gform_wrapper .gsection {
    border-bottom: 0;
}
.gform_wrapper .gform_page_footer {
    border-top: 0;
}
.gform_wrapper .gfield_description {
    padding: 0;
}

.gform_wrapper .gfield_html_formatted {
    color:#444;
    margin-top:4px;
    border:3px solid #CCC;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.gform_wrapper .gfield_html_formatted p {
    padding:0 4px;
    margin-bottom: 2px;
}
.gform_wrapper .gfield_html_formatted h2 {
    padding: 2px 4px;
}
.gform_wrapper .top_label li.gfield.gf_left_half {
    margin: 0;
}
.gform_wrapper .top_label li.gfield.gf_right_half.gfield_html.gfield_html_formatted{
    margin-top:8px;
}
a.bokaknapp {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0dff15), color-stop(1, #08b20d));
	background:-moz-linear-gradient(top, #0dff15 5%, #08b20d 100%);
	background:-webkit-linear-gradient(top, #0dff15 5%, #08b20d 100%);
	background:-o-linear-gradient(top, #0dff15 5%, #08b20d 100%);
	background:-ms-linear-gradient(top, #0dff15 5%, #08b20d 100%);
	background:linear-gradient(to bottom, #0dff15 5%, #08b20d 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0dff15', endColorstr='#08b20d',GradientType=0);
		background-color:#0dff15;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #08b20d;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	padding:2px 10px;
	text-decoration:none;
}

a.bokaknapp:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #08b20d), color-stop(1, #0dff15));
	background:-moz-linear-gradient(top, #08b20d 5%, #0dff15 100%);
	background:-webkit-linear-gradient(top, #08b20d 5%, #0dff15 100%);
	background:-o-linear-gradient(top, #08b20d 5%, #0dff15 100%);
	background:-ms-linear-gradient(top, #08b20d 5%, #0dff15 100%);	
	background:linear-gradient(to bottom, #08b20d 5%, #0dff15 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#08b20d', endColorstr='#0dff15',GradientType=0);
	color:#ffffff;
	background-color:#08b20d;
}

a.bokaknapp:active {
	position:relative;
	top:1px;
}

/* Decent comment */
.decent-comments{
    background:#ECECEC;
}
.comment-avatar{
    display:none;
}
.decent-comments .comment-excerpt{
    font-style: italic;
    font-weight: bold;
}