@import url('http://fonts.googleapis.com/css?family=Exo+2:400,700|Oswald:400,700');

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, 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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html { overflow-y: scroll; }
body {
  font-family: 'Ubuntu', sans-serif;
}

.crsl-item img{ float:left; height: auto; width:100%;}
.crsl-item h3{ float:left !important; width: auto; font-size:16px !important; margin-top:13px !important; padding-top:0px; }
.crsl-item h4{ float:left !important;
            width:350px;
			font-size:13px !important;
			margin-top:0px;
			padding-top:0px;
			padding-left:18px;
			margin-bottom:10px;
			color:#999999;
}
.crsl-item h4 i{ margin-right:7px; font-size:12px; color:#0065af;}
.crsl-item p{ float:left !important;width: auto; font-size:13px;}



blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
strong, b { font-weight: bold; }

img { border: 0; max-width: 100%; }

/** page structure **/
#w {
  display: block;
  max-width:100%;
  min-width: 300px;
  margin: 0 auto;
}


/** posts slider widget **/
.crsl-items {
  display: block;
}

.crsl-item {
}

.crsl-item .thumbnail {
  display: block;
  position: relative;
  margin-bottom: 10px;
  border: none;
  cursor: pointer;
}
.crsl-item .thumbnail img {
  display: block; /* fix 1px image space http://stackoverflow.com/q/5804256/477958 */
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border: solid 1px #ccc;
  border-radius: 3px;
}
.crsl-item .thumbnail:hover img {
  opacity: 0.8;
}

.crsl-item h3 {
  font-family: 'Ubuntu', sans-serif;
  font-weight:700;
  font-size:22px;
  margin-bottom: 12px;
  margin-top:25px;
  padding-left:15px;
  padding-top:10px;
}
.crsl-item h3 a {
  text-decoration: none;
  color: #333;
}
.crsl-item h3 a:hover {
  text-decoration: underline;
}

.crsl-item .postdate {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 8px;
  padding-right:18px;
  font-family: 'Ubuntu', sans-serif;
  font-weight:300;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.4);
  font-size:12px;
  background: #0065af;
}

.crsl-item p {
 font-family: 'Ubuntu', sans-serif;
  font-weight:400;
  font-size:15px;
  padding-left:15px;
  padding-right:10px;
  color:#666;
  clear: both;
}

.crsl-item p.readmore a {
  display: block;
  border:#0065af 2px solid;
                    color:#0065af;
					padding:7px;
					text-align:center;
					width:120px;
					margin-right:20px;
					margin-top:17px;
					font-weight:700;
					margin-bottom:20px;
					transition:0.8s ease-in-out;
  float: left;
}
.crsl-item p.readmore a:hover {
  background: #4b6caa;
  color: #fff;
}


/** posts slider nav **/
.slidernav {
  display: block;
  text-align: right;
  margin-bottom: 5px;
  margin-top:20px;
}

.slidernav a {
  display: inline-block;
  padding: 5px 8px;
  background: #fff;
  font-size:13px;
  color: #0065af;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 2px 2px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 2px 2px 0px rgba(0,0,0,0.2);
  box-shadow: 2px 2px 0px rgba(0,0,0,0.2);
}
.slidernav a:active {
  -webkit-box-shadow: 1px 1px 0 rgba(0,0,0,0.2);
  -moz-box-shadow: 1px 1px 0 rgba(0,0,0,0.2);
  box-shadow: 1px 1px 0 rgba(0,0,0,0.2);
}


/** media queries **/
@media screen and (max-width: 660px) {
  h1 { font-size: 2.4em; line-height: 1.2em; }

  .crsl-item h3 { font-size: 1.65em; }
}

/** clearfix **/
.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%; }
