/*
Theme Name: Underworld Adventures responsive
Description: Underworld Adventures responsive
Version: 1.0
Author: Andy
*/



/* General styles                                   */
/* ------------------------------------------------ */
body {
	margin: 0;
	background: #000;
	font-size: 1.6em;
}

html, body, p, li, ul, dd, td {
	color: #fff;
	font-family: 'Yanone Kaffeesatz', sans-serif;

}

img a, a img {
	border: 0;
}

td {
	vertical-align: top;
}

a {
	color: #04afff;
	text-decoration: underline;
	outline: none;
}

a:hover {
	color: #ef4210;
}

ul {
	margin: 8px 0 18px 18px;
	padding: 0;
}

li {
	padding-left: 4px;
	line-height: 130%;
	padding-bottom: 6px;
}

h1, h1 a, h2, h2 a, h3, h3 a {
	line-height: 120%;
	color: #ef4210;
	margin-bottom: 0;
}

h1, h1 a {
	font-size: 2.0em;
	margin-top: 0;
	font-weight: normal;
}

h2, h2 a {
	font-size: 1.7em;
}

h3, h3 a {
	font-size: 1.5em;
}

hr {
	height: 1px;
	border: 0;
	width: 100%;
	background: #FFFFFF;
	color: #FFFFFF;
	margin: 5px 0 15px 0;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

p {
	margin-top: 0;
}


#navbar ul li a, a.readmore {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* Header                                           */
/* ------------------------------------------------ */
#logo {
	position: absolute;
	top: 0px;
	left: 0;
	z-index: 999;
}

#slideshow {
	max-height: 381px;
	overflow: hidden;
}

#slideshow img {
	display: block;
}

/* Navbar                                           */
/* ------------------------------------------------ */
#navbar {
	background: #ef4210;
	margin: 0 auto;
	padding: 10px 0 8px 0;
}

#navbar ul {
	margin: 0 auto;
	list-style-type: none;
	text-align: center;
}

#navbar ul li {
	display: inline-block; /* for all other browsers */
	zoom: 1;
	*display: inline; /* for IE7 */
	padding: 2px 12px;
}

#navbar ul li a {
	background: none;
	font-size: 31px;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

#navbar ul li a:hover, #navbar li.current_page_item a {
	color: #f58869;
}

a.anchor-link {
	display: none;
	height: 44px;
	padding: 0 25px;
	color: #fff;
	text-decoration: none;
	line-height: 44px;
	font-size: 31px;
	font-weight: 700;
	text-transform: uppercase;
}

/* Homepage                                         */
/* ------------------------------------------------ */
#homepageboxes {
	clear: both;
	overflow: hidden;
	padding: 10px 0;
	border-bottom: 2px solid #ef4210;
	margin-bottom: 10px;
}

#homepageboxes > div {
	width: 47%;
	margin: 15px 3% 15px 0;
	float: left;
}

#homepageboxes div div h2 {
	font-size: 40px;
	margin: 0;
}

#homepageimages img {
	width: 49%;
	margin: 0 1% 2% 0;
	float: left;
}

#homepageimages img:nth-child(even) {
	margin: 0 0 2% 1%;
}

/* Content                                          */
/* ------------------------------------------------ */
#content, #content-home {
	padding: 45px 60px;
	overflow: hidden;
}

#content-home {
	text-align: center;
}

#content, #content p, #content-home, #content-home p {
	line-height: 130%;
}

body.page-id-2 #content {
	text-align: center;
}

#content img {
	max-width: 100%;
	height: auto;
}

input, select, textarea {
    background-color: #fff;
    color: #000;
    padding: 10px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ddd;
    font-size: 18px;
    color: #5e5d5d;
}

a.readmore, input[type="submit"] {
    background: #ef4210;
    color: #fff !important;
    border-radius: 5px;
    padding: 12px 25px 14px 25px;
    text-decoration: none;
    display: inline-block;
    margin: 15px 0;
    font-size: 20px;
    text-shadow: none;
    line-height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: 0;
}

a.readmore:hover, input[type="submit"]:hover {
    background: #c00000;
    color: #fff !important;
    cursor: pointer;
}

/* Footer                                           */
/* ------------------------------------------------ */
#footer {
	font-size: 30px;
	font-weight: 700;
	padding: 25px 0 25px 0;
	text-align: center;
	background: #ef4210;
}

#footer a, #footer, #footer p {
	color: #fff;
}

#copyright {
	font-size: 20px;
	padding: 20px 0;
	text-align: center;
	font-weight: 700;
}

#copyright, #copyright a {
	color: #4e4e4e;
}


a.readmore {
	background: #ef4210;
	color: #000;
	padding: 6px 16px;
	text-decoration: none;
	display: inline-block;
	margin: 15px 0;
	font-size: 25px;
	line-height: 100%;
	text-transform: uppercase;
}

a.readmore:hover {
	background: #04afff;
}

#footer a.readmore {
	background: #fff;
	color: #ef4210;
	font-size: 30px;
	margin: 30px 0;
}

#footerlogos img {
	padding: 10px;
}

.TA_certificateOfExcellence {
	margin: 0 auto;
	width: 170px;
}

/* 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 {
   text-align: center;
   padding: 5px 0 15px 0;
}
.editLink a, a.editLink {
   background: #e0e0e0;
   color: #777777;
   font-size: 10px;
   border: 1px solid #999999;
   text-decoration: none;
   padding: 3px 5px;
}
.editLink a:hover, a.editLink:hover {
   background: #eeeeee;
   border: 1px solid #333333;
   color: #000000;
}
.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;
}