
/*
Design by TEMPLATED
http://templated.co
Released for free under the Creative Commons Attribution License
*/

body {
  padding-left: calc(100vw - 100%);
	margin: 0;
	padding: 0;
	background: #E7E7E7;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #5F6D7D;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	color: #7D7764;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.8em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #5BA689;
}

a:hover {
}

#wrapper {
	overflow: hidden;
	background: #E7E7E7;
}

.container {
	width: 1000px;
	margin: 0px auto;
}

/* Header */

#header-wrapper {
	overflow: hidden;
	height: 600px;
}

#header {
	width: 960px;
	height: 200px;
	margin: 0 auto;
	padding: 0px 20px;
}

/* Banner */

#banner {
	overflow: hidden;
	height: 400px;
}

#banner .image-style {
	border: 15px solid #F4F4F4;
}

/* Logo */

#logo {
	overflow: hidden;
	height: 130px;
}

#logo h1, #logo p {
	text-align: center;
}

#logo h1 {
	padding: 0px;
	text-align: right;
	letter-spacing: -4px;
	text-transform: capitalize;
	font-family: 'Dancing Script', cursive;
	font-size: 100px;
}

#logo p {
	margin-top: -20px;
	padding: 0px 0px 0px 5px;
	font-family: 'Dancing Script', cursive;;
	font-size: 20px;
	color: #5F6D7D;
}

#logo p a {
	color: #5F6D7D;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #5F6D7D;
}

/* Splash */

#splash {
	overflow: hidden;
	padding: 0px 0px 50px 0px;
	border-bottom: 1px dashed #E7E2DC;
	letter-spacing: -3px;
	text-align: center;
	font-size: 48px;
}

#splash span {
	color: #313131;
}

/* Menu */

#menu-wrapper {
	overflow: hidden;
	height: 53px;
	background: #5F6D7D;
}

#menu {
	overflow: hidden;
	height: 52px;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
	text-align: center;
}

#menu li {
	display: inline-block;
}

#menu a {
	display: block;
	padding: 0px 30px;
	line-height: 52px;
	border: none;
	text-decoration: none;
	text-transform: lowercase;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #FFFFFF;
}

#menu a:hover, #menu .current_page_item a {
	background: #76828F;
	text-decoration: none;
	color: #FFFFFF;
}

#menu .current_page_item a {
}

/* Page */

#page {
	overflow: hidden;
	padding: 50px 20px 40px 20px;
}

/* Content */

#content {
	float: center;
	width: 936px;
	padding: 0px 0px 0px 0px;
}

.post {
	overflow: hidden;
}

.post .title {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 15px 0px;
	border-bottom: 3px solid #E0E1D6;
	text-shadow: 1px 1px 0px #FFFFFF;
	font-size: 26px;
	color: #5F6D7D;
}

.post .subtitle {
	margin: -35px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	font-size: 14px;
	text-transform:none;
	color: #5F6D7D;
}

.post .title a {
	border: none;
	color: #5F6D7D;
}

.post .entry {
	padding: 0px 0px 20px 0px;
	text-align: justify;
}

.post .entry .imag-800 {
	max-width: 800px;
}

.post .entry-a {
	float: left;
	width: 354px;
	margin-right: 20px;
	padding: 0px 0px 20px 0px;
	text-align: justify;
}

.post .entry-b {
	float: right;
	width: 354px;
	padding: 0px 0px 20px 0px;
	text-align: justify;
}

.links {
	padding-top: 20px;
	margin-bottom: 30px;
}

.more {
	display: block;
	float: left;
	width: 88px;
	height: 25px;
	padding: 2px 0px 0px 0px;
	margin-right: 10px;
	background: url(images/img08.jpg) no-repeat left top;
	text-align: center;
	color: #FFFFFF;
}

.comments {
	display: block;
	float: left;
	width: 88px;
	height: 25px;
	padding: 2px 0px 0px 0px;
	background: url(images/img08.jpg) no-repeat left top;
	text-align: center;
	color: #FFFFFF;
}

/* Left-Content (If I decide to use the sidebar) */

#left-content {
	float: left;
	width: 728px;
	padding: 0px 0px 0px 0px;
}

.post {
	overflow: hidden;
}

.post .title {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 15px 0px;
	text-shadow: 1px 1px 0px #FFFFFF;
	border:0px;
	font-size: 26px;
	color: #5F6D7D;
	text-align: center;
}

.post .subtitle {
	margin: -35px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	font-size: 14px;
	text-transform:none;
	color: #5F6D7D;
}

.post .title a {
	border: none;
	color: #5F6D7D;
}

.post .entry {
	padding: 0px 0px 20px 0px;
	padding-bottom: 20px;
	text-align: justify;
}

.post .entry-a {
	float: left;
	width: 354px;
	margin-right: 20px;
	padding: 0px 0px 20px 0px;
	padding-bottom: 20px;
	text-align: justify;
}

.post .entry-b {
	float: right;
	width: 354px;
	padding: 0px 0px 20px 0px;
	padding-bottom: 20px;
	text-align: justify;
}

.links {
	padding-top: 20px;
	margin-bottom: 30px;
}

.more {
	display: block;
	float: left;
	width: 88px;
	height: 25px;
	padding: 2px 0px 0px 0px;
	margin-right: 10px;
	background: url(images/img08.jpg) no-repeat left top;
	text-align: center;
	color: #FFFFFF;
}

.comments {
	display: block;
	float: left;
	width: 88px;
	height: 25px;
	padding: 2px 0px 0px 0px;
	background: url(images/img08.jpg) no-repeat left top;
	text-align: center;
	color: #FFFFFF;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 208px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	color: #787878;
	text-align:center;
}

#sidebar h2 {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 3px solid #E0E1D6;
	font-size: 26px;
	color: #5F6D7D;
}

#sidebar a {
	border: none;
	font-size: 14px;
	color: #5F6D7D;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar .imag {
	padding:0px;
	margin:0px;
	border:4px double #5F6D7D;
}

#sidebar .imag-200 {
	padding:0px;
	margin:0px;
	max-width:200px;
	border:4px double #5F6D7D;
}

#sidebar .box {
        padding:5px;
	margin:0px 0px 5px 0px;
	border:4px double #5F6D7D;
}

#sidebar .box-left {
	text-align:left;
        padding:5px;
	margin:0px 0px 5px 0px;
	border:4px double #5F6D7D;
}

#sidebar h3 {
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #E0E1D6;
	font-size: 16px;
	color: #5F6D7D;
}

/* Three Column Footer Content */

#footer-bg {
	overflow: hidden;
	padding: 0px;
	background: #5F6D7D;
}

#footer-content {
	height: 52px;
	width:1000px;
	text-align:center;
	line-height: 52px;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #FFFFFF;
}

#column1 {
	float: left;
	width: 476px;
	margin-right: 20px;
}

#column2 {
	float: left;
	width: 190px;
}

#column3 {
	float: right;
	width: 286px;
}

/* Footer */

#footer {
	height: 30px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
}

#footer p {
	margin: 0;
	padding-top: 5px;
	line-height: normal;
	text-align: center;
	color: #5F6D7D;
}

#footer a {
	text-decoration: underline;
	color: #5F6D7D;
}

#footer a:hover {
	text-decoration: none;
	color: #5F6D7D;
}

.box1 {
	overflow: hidden;
	height: 300px;
	background: url(images/img04.jpg) no-repeat center bottom;
}

.list-style1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list-style1 li {
	padding: 7px 0px 7px 0px;
	border-top: 1px dashed #E7E2DC;
}

.list-style1 .first {
	padding-top: 0px;
	border-top: none;
}

.list-style2 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list-style2 li {
	padding: 7px 0px 7px 0px;
}

.list-style2 a {
	color: #585856;
}

.list-style2 a:hover {
	text-decoration: underline;
	color: #5F6D7D;
}

.list-style2 .first {
	padding-top: 0px;
	border-top: none;
	background: none;
}

/* Three Column Content */

#three-column {
	overflow: hidden;
	padding: 10px 0px 10px 0px;
}

#three-column #tbox1 {
	float: left;
	width: 300px;
	margin-right: 18px;
}

#three-column #tbox2 {
	float: left;
	width: 300px;
	margin-right: 18px;
}

#three-column #tbox3 {
	float: left;
	width: 300px;
}

.box-style {
	background: #E7E7E7;
    border:4px double #5F6D7D;
}

.box-style h2 {
    background:#a5abb3;
    color:#E5E6DD;
    text-align:center;
	width: 272px;
	padding: 10px;
	margin: -10px;
	margin-bottom: 0px;
	letter-spacing: -1px;
	font-size: 20px;
	color: #FFFFFF;
}

.box-style h3 {
    background:#c7cace;
    color:#E5E6DD;
    text-align:center;
	width: 272px;
	height:30px;
	padding: 10px;
	margin: 0px -10px;
	letter-spacing: -1px;
	font-size: 15px;
	color: #FFFFFF;
}

.box-style .image {
	width: 257px;
}

.box-style .arrow {
}

.box-style .content {
	overflow: hidden;
	width: 280px;
	height: 200px;
	padding: 10px;
	margin: 0px;
    text-align:center;
}

/ * Rider Pages */

#viewleft {
	float: left;
	width: 284px;
	margin: 0px;
	padding: 0px;
}

#viewleft .imag {
	padding:0px;
	margin:10px;
	border:4px double #5F6D7D;
}

#viewright {
	float: right;
	width: 652px;
	padding: 0px;
}


.post .entry {
	padding: 0px 0px 20px 0px;
	padding-bottom: 20px;
	text-align: justify;
}


#profile {
   margin:0px;
   padding:0px;
   width:100%;
   color:#5F6D7D;
   text-align:left;
   letter-spacing:1px;
   border:4px double #5F6D7D;
 }

#profile th {
   background:#b7bbc1;
   width:20%;
   margin:0px;
   padding:5px;
   border:0px;
 }

#profile td {
   width:80%;
   margin:0px;
   padding:5px;
   border:0px;
 }



#ped {
   margin:0px;
   padding:0px;
   width:100%;
   color:#5F6D7D;
   text-align:left;
   letter-spacing:1px;
   border:4px double #5F6D7D;
 }

.ped, .pedb, .pedc {
   padding:2px 5px;
   width:20%;
   border:0px;
   border-bottom:1px solid #5F6D7D;
 }

.pedb {
   background:#c7cace;
 }

.pedc {
   background:#c7cace;
   border:0px;
 }


#classification {
   margin:0px;
   padding:0px;
   width:85%;
   color:#5F6D7D;
   text-align:left;
   letter-spacing:1px;
   border:4px double #5F6D7D;
 }

#classification .tt {
   background:#a5abb3;
   color:#E5E6DD;
   text-align:center;
   font-family: 'Oswald', sans-serif;
   font-size: 20px;
   margin:0px;
   padding:4px;
   border:0px;
 }

#classification .tt2 {
   background:#c7cace;
   color:#E5E6DD;
   text-align:center;
   font-family: 'Oswald', sans-serif;
   font-size: 15px;
   margin:0px;
   padding:4px;
   border:0px;
 }

#classification th {
   background:#b7bbc1;
   margin:0px;
   padding:2px;
   border:0px;
 }

#classification td {
   margin:0px;
   padding:2px;
   border:0px;
 }


#info {
   margin:0px;
   padding:0px;
   color:#5F6D7D;
   text-align:left;
   letter-spacing:1px;
   border:4px double #5F6D7D;
 }

#info th {
   background:#a5abb3;
   margin:0px;
   padding:5px;
   border:0px;
 }

#info td {
   margin:0px;
   padding:5px;
   border:0px;
 }







#poptrox {
	width: 969px;
	margin: 0px auto;
}

#gallery {
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#gallery li {
	float: left;
	margin: 0px;
	padding: 10px;
}

#gallery img {
	border: 1px solid #D9D9D9;
	padding: 3px;
}

/*****************************************************
  Poptrox
*****************************************************/

.poptrox_popup
{
	position: relative;
	padding: 1em 1em 3em 1em;
	background: #ffffff;
}

.poptrox_popup .loader
{
	display: block;
	margin: 55px 0 0 0;
	text-indent: -9999em;
	background: url('loader.gif') top center no-repeat;
}

.poptrox_popup .caption
{
	position: absolute;
	bottom: 1em;
	left: 1em;
}

.poptrox_popup .closer
{
	position: absolute;
	bottom: 1em;
	right: 1em;
}