/* 
Theme Name: Seido
Description: Seido theme
Version: 1.0
Author: Andy
*/

/* General styles                                   */
/* ------------------------------------------------ */
body {
	margin: 0;
	background: #fff;
	min-width: 300px;
}

html, body, p, li, dd, td {
	color: #231f20;
	line-height: 150%;
	font-size: 0.92em;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

html,body {
	height:100%;
}

.pace-running {
	background: url(images/preloader.gif) center no-repeat #fff;
}

.pace-running > :not(.pace) {
  opacity: 0;
}

.pace-done > :not(.pace) {
  opacity: 1;
  transition: opacity .5s ease;
}



img a, a img {
	border: 0;
}

img {
	max-width: 100%;
	height: auto;
}

td {
	vertical-align: top;
}

a {
	color: #0c509f;
	text-decoration: none;
	font-weight: 700;
	outline: none;
}
  
a:hover {
	color: #b76966; 
}

ul { 
	margin: 8px 0 18px 18px;
	padding: 0;
}

li {
	padding-left: 4px;
	line-height: 180%;
}

b, strong {
	font-weight: 700;
}

h1, h1 a, h2, h2 a, h3, h3 a {
	line-height: 120%;
	font-family: 'Open Sans', sans-serif;
}

h1 {
	font-size: 1.9em;
	margin-top: 0;
	padding-bottom: 12px;
	text-transform: uppercase;
}

h2 {
	font-size: 1.6em;
	text-transform: uppercase;
}

h3 {
	font-size: 1.4em;
}

hr {
	height: 1px;
	border: 0;
	width: 100%;
	color: #a7a9ac;
	background: #a7a9ad;
	margin: 35px 0; 
}
  
.wrapper {
	width: 950px;
	padding: 0 25px !important;
	margin: 0 auto;
}


img#headerlogo-big, img#headerlogo-small {
	float: left;
	padding-left: 20px;
}

img#headerlogo-small {
	display: none;
}

/* Homepage                                         */
/* ------------------------------------------------ */
.section {
	position: relative;
	height: 100%;
}

.section-inner {
	max-height: 500px;
}

.section-inner img {
	min-height: 200px;
}

.section-content-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: -0;
	height: 100%;
	color: #fff;
	font-size: 28px;
	text-align: center;
	text-transform: uppercase;
	line-height: 140%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.section-content {
	background: rgba(0,0,0,0.5);
	padding: 15px 35px;
	width: 800px;
	margin: 0 auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	font-weight: 700;
}

.white-bg {
	background: rgba(255,255,255,0.6);
	border: 4px solid #fff;
	width: 640px;
	font-size: 14px;
	font-weight: bold;
	color: #231f20;
}


.white-bg h2 {
	color: #231f20;
	font-size: 21px;
}

.white-bg a {
	color: #231f20;
	text-decoration: none;
}

a.newstitle {
	font-weight: 700;
	font-size: 1.3em;
	color: #231f20;
	text-decoration: none;
}

a.homepagebox-readmore {
	text-transform: uppercase;
	color: #6d6f71;
	font-weight: 700;
	text-decoration: none;
}

a.buttonlink, a.readmore {
	height: 80px;
	line-height: 80px;
	color: #fff;
	text-transform: uppercase;
	background-color: #3c839c;
	font-size: 21px;
	font-weight: 700;
	text-decoration: none;
	display: block;
	text-align: center;
	-webkit-transition: background-color 0.3s ease-out;  
	-moz-transition: background-color 0.3s ease-out;
	-ms-transition: background-color 0.3s ease-out;
	-o-transition: background-color 0.3s ease-out;
	transition: background-color 0.3s ease-out; 
}

a.buttonlink-calendar {
	background-color: #b7a998;
}

a.buttonlink-community {
	background-color: #b76966;
}

a.buttonlink:hover {
	background: #231f20;
}

/* Content                                          */
/* ------------------------------------------------ */
.content {
	padding: 100px 0;
	overflow: hidden;
	font-size: 1.1em;
	min-height: 200px;
	clear: both;
}

.content, .content p, .content li {
	line-height: 160%;
}

.content img {
	max-width: 100%;
	height: auto;
}

.content-left {
	width: 66%;
	float: left;
}

.column-container {
	margin-left: -4%;
}

.column-third, .content-right {
	width: 29.33%;
	margin-left: 4%;
	float: left;
	position: relative;
}

.newspost h2 a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	color: #231f20;
}

span.date {
	display: block;
	font-style: italic;
	color: #777;
	font-size: 0.9em;
}


a.readmore {
	display: inline-block;
	padding: 15px 20px;
	height: auto;
	line-height: 120%;
	font-size: 16px;
}

a.readmore:hover {
	background: #b76966;
	color: #fff !important;
}

table td {
	padding: 5px 20px 20px 0;
}

table th {
	text-align: left;
	padding-top: 40px;
}

/* Footer                                           */
/* ------------------------------------------------ */
#footer {
	font-size: 0.9em;
	padding: 60px 0;
	text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.2);
}
 
#footer a, #footer, #footer p {
	color: #fff;
}

#footer h3 {
	text-transform: none;
	margin-bottom: 6px;;
}

#footer a {
	font-weight: 300;
	text-decoration: underline;
}

#copyright {
	margin-top: 100px;
	text-align: center;
	clear: both;
}

a.scrollup {
	width: 53px;
	height: 53px;
	position: fixed;
	bottom: 50px;
	right: 20px;
	display: none;
	text-indent: -9999px;
	background: url('images/top.png') no-repeat;
	opacity: 0.7;
}

/* Responsive elements                              */
/* ------------------------------------------------ */
@media screen and (max-width: 1420px) {
	.section-inner {
		height: auto;
	}
}

@media screen and (max-width: 1000px) {
	.wrapper {
		width: auto;
	}
}

@media screen and (max-width: 950px) {
	/*.section-inner {
		height: auto;
	}
	*/
	.section-content {
		width: auto;
	}
}

@media screen and (max-width: 860px) {
	body #navbar {
		position: relative;
		background: #fff;
	}
}

@media screen and (max-width: 680px) {
	img#headerlogo-big {
		display: none;
	}

	img#headerlogo-small {
		display: block;
	}
	
}

@media screen and (max-width: 600px) {
	.column-third, .content-left, .content-right {
		width: auto;
		float: none;
		margin-bottom: 50px;
	}
	
	.content-right {
		margin-left: 0;
	}
	
}




/* WP Common Styles */

ol.commentlist {
	margin:0;
	padding:0;
	}

.commentlist li {
	list-style:none;
	margin-bottom:14px;
	}

.commentlist cite {
	padding: 7px;
	display:block;
	font-style:normal;
	background:url(http://www.yoursite.com/images/bg_comments2_cite.gif);
	border-top:1px solid #d6e4c1;
	border-bottom:1px solid #779d42;
	color:#596e3b;
	}	

.commentlist a:link, .commentlist a:visited {
	color:#596e3b;
	}

.commentlist a:hover, .commentlist a:active {
	color:#8ec343;
	}

.commentlist cite img {
	padding:1px;
	border:1px solid #aab59a;
	float:left;
	margin-right:9px;
	}

.commentlist .author {
	font: small-caps bold 1.2em Georgia, "Times New Roman", Times, serif;
	text-decoration:underline;
	}

.commentlist .time {
	background: url(http://www.yoursite.com/images/bg_clock.gif) no-repeat 1px;
	padding-left:13px;
	}

.commenttext {
	background: #9bc561 url(http://www.yoursite.com/images/bg_comments2_text.jpg) repeat-x bottom;
	border-top:1px solid #c5f386;
	padding: 0 20px 10px 20px;
	color:#fafcf6;
	}

.editLink {
   margin-top: 30px;
   text-align: center;
   padding: 5px 0 15px 0;
}
.editLink a, a.editLink {
   background: #777;
   color: #fff;
   font-size: 18px;
   text-decoration: none;
   padding: 8px 15px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   border-radius: 5px;
}
.editLink a:hover, a.editLink:hover {
   background: #444;
   text-decoration: none !important;
}
.postmetadata {
   color: #999;
   font-size: 10px;
   margin: 2px 0;
}

img.aligncenter {
   display: block;
   text-align: center;
   margin: 0 auto;
}
img.alignright {
   text-align: right;
   display: block;
   float: right;
   margin: 10px 0px 5px 15px;
}
img.alignleft {
   text-align: left;
   display: block;
   float: left;
   margin: 10px 20px 5px 0px;
}
.wp-caption-text,.wp-caption-dd {
   margin: 0;
   font-weight: bold;
   font-size: smaller;
   text-align: center;
}
.wp-caption {
   margin-right: 5px;
}
.more-link {
   display:block;
}
.linklove {
   display:none;
}
.aligncenter,
dl.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}