/*
 Theme Name: cyclo
 Theme URI: http://www.akirastudio.com/
 Author: Akira Studio
 Author URI: http://www.akirastudio.com/
 Description: Privit
 Version: 1.0
 License: Commercial
 -------------------------------------------------------------- */
 /* 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,
 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,
 article,
 aside,
 canvas,
 details,
 embed,
 figure,
 figcaption,
 footer,
 header,
 hgroup,
 menu,
 nav,
 output,
 ruby,
 section,
 summary,
 time,
 mark,
 audio,
 video {
   margin: 0;
   padding: 0;
   border: 0;
   vertical-align: baseline;
   font: inherit;
   font-size: 100%;
 }
 /* HTML5 display-role reset for older browsers */
 article,
 aside,
 details,
 figcaption,
 figure,
 footer,
 header,
 hgroup,
 menu,
 nav,
 section {
   display: block;
 }
 html {
   margin: 0;
   padding: 0;
   font-size: 15px;
   -webkit-text-size-adjust: 100%;
   /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
   -ms-text-size-adjust: 100%;
   /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
 }
 body {
 }
 ol,
 ul {
   list-style: none;
 }
 blockquote,
 q {
   quotes: none;
 }
 blockquote:before,
 blockquote:after,
 q:before,
 q:after {
   content: '';
   content: none;
 }
 table {
   border-spacing: 0;
   border-collapse: collapse;
 }
 code,
 kbd,
 tt,
 var {
   font-size: 15px;
 }
 abbr,
 acronym {
   border-bottom: 1px dotted #666;
   cursor: help;
 }
 mark,
 ins {
   background: #fff9c0;
   text-decoration: none;
 }
 sup,
 sub {
   font-size: 75%;
   height: 0;
   line-height: 0;
   position: relative;
   vertical-align: baseline;
 }
 sup {
   bottom: 1ex;
 }
 sub {
   top: .5ex;
 }
 small {
   font-size: 75%;
 }
 big {
   font-size: 125%;
 }
 figure {
   margin: 0;
 }
 table {
   margin: 0 0 1.5em;
   width: 100%;
 }
 th {
   font-weight: 700;
 }
 button,
 input,
 select,
 textarea {
   font-size: 100%;
   /* Corrects font size not being inherited in all browsers */
   margin: 0;
   /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
   vertical-align: baseline;
   *vertical-align: middle;
   /* Improves appearance and consistency in all browsers */
 }
 button,
 input {
   line-height: normal;
   /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
   *overflow: visible;
   /* Corrects inner spacing displayed oddly in IE6/7 */
   
   cursor:pointer
 }
 button,
 html input[type="button"],
 input[type="reset"],
 input[type="submit"] {
 background-color:#A5CA39;
 border-radius:6px;
 color:#FFF;
 padding:3px 10px 3px 10px;
 margin:0 1%;
 -o-transition: all 0.3s linear;
 -moz-transition: all 0.3s linear;
 -khtml-transition: all 0.3s linear;
 -webkit-transition: all 0.3s linear;
 -ms-transition: all 0.3s linear;
 transition: all 0.3s linear;
 font-weight:700;
 font-size:17px;
 text-shadow: none;
 border:0;
 }
 button:hover,
 html input[type="button"]:hover,
 input[type="reset"]:hover,
 input[type="submit"]:hover {
   -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
   -moz-box-shadow: 0 0 3px rgba(0,0,0,0.5);
   box-shadow: 0 0 3px rgba(0,0,0,0.5);
 }
 button:focus,
 html input[type="button"]:focus,
 input[type="reset"]:focus,
 input[type="submit"]:focus,
 button:active,
 html input[type="button"]:active,
 input[type="reset"]:active,
 input[type="submit"]:active {
   -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
   -moz-box-shadow: 0 0 3px rgba(0,0,0,0.5);
   box-shadow: 0 0 3px rgba(0,0,0,0.5);
 }
 input[type="checkbox"],
 input[type="radio"] {
   box-sizing: border-box;
   /* Addresses box sizing set to content-box in IE8/9 */
   padding: 0;
   /* Addresses excess padding in IE8/9 */
 }
 input[type="search"] {
   -webkit-appearance: textfield;
   /* Addresses appearance set to searchfield in S5, Chrome */
   -moz-box-sizing: content-box;
   -webkit-box-sizing: content-box;
   /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
   box-sizing: content-box;
 }
 input[type="search"]::-webkit-search-decoration {
   /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
   -webkit-appearance: none;
 }
 button::-moz-focus-inner,
 input::-moz-focus-inner {
   /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
   border: 0;
   padding: 0;
 }
 input[type=text],
 input[type=email],
 textarea {
   color: #888888;
   border: 1px solid #dddddd;
   border-radius: 5px;
 }
 input[type=text]:focus,
 input[type=email]:focus,
 textarea:focus {
   color: #101010;
 }
 input[type=text],
 input[type=email] {
   padding: 2px 3px;
 }
 textarea {
   overflow: auto;
   /* Removes default vertical scrollbar in IE6/7/8/9 */
   padding: 10px;
   vertical-align: top;
   /* Improves readability and alignment in all browsers */
   width: 98%;
 }
 /* typography
 -------------------------------------------------------------- */
 /* Headings */
 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
   clear: both;
   color:#000000;
margin:0 0 12px 0;
 }
 h1 {
   line-height: normal;
   font-size: 25px;
 }
 h2 {
   line-height: normal;
   font-size: 24px;
 }
 
 .conditionsdiv h2 {
	font-size: 24px; 
 }
 h3 {
   line-height: normal;
   font-size: 19px;
 }
 .post h3.title {
   font-size: 19px;
 }
 h4 {
 line-height: normal;
 font-size: 17px;
 }
 hr {
   background-color: #ccc;
   border: 0;
   height: 1px;
   margin-bottom: 1.5em;
 }
 /* Text elements */
 p {
 }
 
h1.title {
font-size:43px;
margin:0 0 10px 0  
}
 
 
 ul,
 ol {
 
 }
 ul {
   margin:0px 0 0 0;
   padding:10px 0 0 0
 }
 ul li {
   margin:0 0 0 0;
   padding:0 0 7px 30px;
   display:block;
   background: url(images/ulli.png) no-repeat left 4px;
 } 
 ol {
   list-style: decimal;
 }
 ul ul,
 ol ol,
 ul ol,
 ol ul {
   margin-bottom: 0;
   margin-left: 1.5em;
 }
 dt {
   font-weight: bold;
 }
 dd {
   margin: 0 1.5em 1.5em;
 }
 b,
 strong {
   font-weight: 700;
 }
 dfn,
 cite,
 em,
 i {
   font-style: italic;
 }
 blockquote {
   margin: 0 1.5em;
 }
 address {
   margin: 0 0 1.5em;
 }
 pre {
   background: #eee;
   font-size: 70%;
   line-height: 1.5em;
   margin-bottom: 1.6em;
   padding: 1.6em;
   overflow: auto;
   max-width: 100%;
   box-shadow: 0 3px 5px #ddd inset;
 }
 /* Links */
 a {
   color:#000;
   -webkit-transition: all 0.25s ease-in-out;
   -moz-transition: all 0.25s ease-in-out;
   -o-transition: all 0.25s ease-in-out;
   -ms-transition: all 0.25s ease-in-out;
   transition: all 0.25s ease-in-out;
   text-decoration: none;
 }
 a:hover,
 a:focus,
 a:active {
   color:#f69646;
 }
 /* Alignment */
 .alignleft {
   display: inline;
   float: left;
   margin-right: 1.5em;
 }
 .alignright {
   display: inline;
   float: right;
   margin-left: 1.5em;
 }
 .aligncenter {
   clear: both;
   display: block;
   margin: 0 auto;
 }
 .center {
   text-align: center;
 }
 /* Posts/Articles
 -------------------------------------------------------------- */
 .clear {
   clear: both;
 }
 /* clear floats 
 .clearfix:after {
   content: ".";
   display: block;
   clear: both;
   visibility: hidden;
   line-height: 0;
   height: 0;
 }
 .clearfix {
   display: inline-block;
 }
 */
 html[xmlns] .clearfix {
   display: block;
 }
 * html .clearfix {
   height: 1%;
 }


/* ==============================
Andrew - akira studio edits moved to "add custom css" plugin
============================== */

