/*
Theme Name: RAPP Australia
Theme URI: http://wordpress.org/
Description: RAPP Australia theme for Wordpress.
Version: 1.0
Author: 13th Beach Web
Author URI: http://www.13thbeachweb.com/
Tags: white, blue, fixed width, widgets
*/

body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;	
	margin: 0;
	padding: 0;
	background: white url(images/body-bck.png) repeat-x top;
	color: #384b5b;
}
p, form, h1, h2, h3, h4, ol, ul, li, dl, dt, dd, td, th, img  {
	margin: 0;
	padding: 0;
	list-style: none;
	border: none;
}
p, td, th, input, select, textarea, h1, h2, h3, h4, li {
	font-size: 1.3em;
	font-family: Arial, Helvetica, sans-serif;	
	font-weight: normal;
}
a:link, a:active, a:visited {
	color: #045ed8;
	text-decoration: underline;
}
a:hover {
	color: #2a85fb;
	text-decoration: none;
}


#container {
	width: 982px;
	margin: 0 auto !important;
	padding: 55px 0 20px 0;
}
#container-home {
	width: 982px;
	height: 700px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -310px;
	margin-left: -491px;	
}
#cover {
	background: white;
	border: 1px solid #084572;
}


/* ------------------------------------------------------------------------------ */
/* header */
#header {
	height: 118px;
	border-bottom: 4px solid #ed2428;
}
.blue {
	background: #084572 url(images/header-blue-bck.png) repeat-y left;
}
.red {
	background: #ec1c24 url(images/header-red-bck.png) repeat-y left;
}
.green {
	background: #00a452 url(images/header-green-bck.png) repeat-y left;
}

.red #header-image {
	background: url(images/header-image-red.jpg) no-repeat 0 0;
	height: 118px;
	width: 100%;
}
.green #header-image {
	background: url(images/header-image-green.jpg) no-repeat 0 0;
	height: 118px;
	width: 100%;
}



h1 {
	position: absolute;
}
h1 a {
	display: block;
	width: 90px;
	height: 92px;
	text-indent: -9999px;
	margin-left: 32px;
	margin-top: 13px;
	overflow: hidden;
}

.blue h1 a {
	background: url(images/rapp-logo.png) no-repeat 0 0;	
}
.red h1 a, .green h1 a {
	background: url(images/rapp-logo-alt.png) no-repeat 0 0;	
}



.blue #slogan {
	position: absolute;
	background: url(images/rapp-slogan.png) no-repeat 0 0;
	width: 496px;
	height: 40px;
	margin-top: 49px;
	margin-left: 160px;
	text-indent: -9999px;
}

.red #slogan, .green #slogan {
	position: absolute;
	width: 365px;
	height: 27px;
	margin-top: 55px;
	margin-left: 140px;
	text-indent: -9999px;
	background: url(images/rapp-slogan-alt.png) no-repeat 0 0;
}




#logos {
	float: right;
	padding: 21px 26px 0 0;
	width: 221px;
}
#logos p {
	position: absolute;
	background: url(images/logos-title.png) no-repeat top right;
	width: 221px;
	height: 27px;
	margin-top: 51px;
	text-indent: -9999px;
}
#logos li {
	display: inline;
	float: left;
}
#logos a {
	display: block;
	text-indent: -9999px;
	height: 36px;	
	overflow: hidden;
}
#logos .neann {
	width: 104px;
	background: url(images/logo-neann.png) no-repeat 0 0;
}
#logos .firelogistics {
	width: 94px;
	background: url(images/logo-firelogistics.png) no-repeat 0 0;
	margin-left: 20px;
}

/* ------------------------------------------------------------------------------ */
/* main */
#main-cover {
	padding: 25px 0 70px 40px;
	border-bottom: 2px solid #ed2428;
}
#main {
	overflow: auto;
	overflow-y: hidden;
	width: 100%;
}
#content {
	float: left;
	width: 630px;
}
#sidebar {
	float: right;
	width: 240px;
	padding: 10px 30px 0 0;
}



/* ------------------------------------------------------------------------------ */
/* home */
#main-home {
	border-bottom: 2px solid #ed2428;
	height: 459px;
	overflow: hidden;
	background: url(images/home-bck.jpg) no-repeat 0 0;
}
#content-intro {
	width: 680px;
	height: 459px;
	float: left;
}
#flash-cover {
	width: 430px;
	height: 459px;
	float: left;
}
#info {
	float: right;
	width: 224px;
	padding-right: 10px;
	padding-top: 45px;
}
#info p {
	margin-bottom: 8px;
}
#main-home #sidebar {
	padding-top: 45px !important;
}
#image {
	width: 224px;
	height: 155px;
	background: url(images/home-image-bck.png) no-repeat 0 0;
	margin-bottom: 40px;
}
#image img {
	border: 1px solid #bdd3e4;
}
#info h2 {
	color: #ed2428;
	font-size: 1.4em;
	font-weight: bold;
	background: url(images/h2-home-bck.png) no-repeat left bottom;
	padding-bottom: 7px;
	margin-bottom: 15px;	
}
#info p {
	line-height: 140%;
}




/* ------------------------------------------------------------------------------ */
/* footer */
#footer {
	background-color: #084572;
	border-top: 1px solid white;
}
#footer h2 {
	display: none;
}
#footer ul {
	overflow: auto;
	width: 100%;
	padding: 8px 0;
}
#footer li {
	display: inline;
	float: left;
	margin: 0 17px;
}
#footer li.first-child {
	margin-left: 20px;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: white;
	text-decoration: none;
	font-size: 1.1em;
	text-transform: lowercase;
}
#footer a:hover {
	text-decoration: underline;
}


/* ------------------------------------------------------------------------------ */
/* copyright */
#copyright {
	padding-top: 16px;
	height: 20px;
	color: #95a2ab;	
}
#rapp {
	text-align: center;
	font-size: 1.1em;
	position: absolute;
	width: 592px;
	margin-left: 200px;
}
#copyright ul {
	position: absolute;
	margin-left: 20px;
}
#copyright li {
	float: left;
	display: inline;
	font-size: 1.1em;
	background: url(images/footer-divider.png) no-repeat 0 3px;
}
#copyright li.first-child {
	background-image: none;
}
#copyright a:link, #copyright a:visited, #copyright a:active {
	color: #73a4cf;
	text-decoration: none;
	margin: 0 10px;
}
#copyright a:hover {
	color: #2a85fb;
	text-decoration: underline;
}
#copyright li.first-child a {
	margin-left: 0;
}
#thweb {
	float: right;
	display: block;
	font-size: 1.1em;
	margin-top: -3px;
}
#thweb span {
	display: block;
	float: left;
	padding-top: 3px;
}
#thweb a:link, #thweb a:visited, #thweb a:active {
	display: block;
	float: left;
	background: url(images/13thbeach-web-logo.png) top no-repeat;
	width: 59px;
	height: 20px;
	text-indent: -9999px;
	margin: 0 20px 0 5px;
	padding: 0;
}
#thweb a:hover {
	background-position: bottom;
}








/* ------------------------------------------------------------------------------ */
/* sidebar */


/* logo/frontline */
#sidebar-logo, #sidebar-frontline {
	margin-bottom: 20px !important;
	height: 84px;
	overflow: hidden;	
}
#sidebar-logo h2, #sidebar-frontline h2 {
	display: none;
}
#sidebar-logo img, #sidebar-frontline img {
	display: block;
}

/* pages/blog */
.sidebar {
	margin-top: 35px;
}
.sidebar li {
	border: 1px solid #dae4eb;
	margin-bottom: 35px;
	zoom: 1;
}
.sidebar li li {
	border: none;
	margin: 0;
	font-size: 1em;
	display: block;
	padding: 4px 10px 4px 22px;
	background: url(images/sidebar-bullet.png) no-repeat 12px 8px;
	zoom: 1;	
}
.sidebar li ul {
	padding: 5px 0;
}
.sidebar li h2 {
	display: block;
	color: #5587ac;
	font-weight: bold;
	text-transform: lowercase;
	font-size: 1.1em;
	padding: 5px 12px;
}
.sidebar li h2, .sidebar li ul {
	border: 1px solid white;
	background: url(images/sidebar-bck.png) repeat-x top;	
}


/* menu */
#sidebar-menu {
	padding: 0 0 1px 0 !important;
	border: none !important;
	background: url(images/menu-divider.png) no-repeat bottom left !important;
}
#sidebar-menu h2 {
	display: none !important;
}
#sidebar-menu ul, #sidebar-menu ul ul  {
	border: none !important;
	background-image: none !important;
	padding: 0 !important;
	margin: 0 !important;
}
#sidebar-menu li {
	display: block !important;
	background-color: white !important;
	padding: 0 !important;
	margin: 0 !important;
	background: url(images/menu-bck.png) repeat-x 0 2px !important;
}
#sidebar-menu a {
	display: block;
	background: url(images/menu-divider.png) no-repeat top left;
	padding: 7px 12px 9px 12px;
	line-height: 100%;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: bold;
	font-size: 1.1em;
	color: #093e68;
}
#sidebar-menu a:hover, #sidebar-menu .selected a, #sidebar-menu .current_page_item a, #sidebar-menu .current_page_parent a {
	color: #2a85fb !important;
}
#sidebar-menu a:focus {
	outline: none;
	color: #2a85fb !important;
}
#sidebar-menu ul ul {
	display: none;
}
#sidebar-menu li.current_page_item ul, #sidebar-menu li.current_page_parent ul {
	display: block !important;
	background: url(images/menu-divider.png) no-repeat top left !important;
	padding: 4px 0 9px 0 !important;
}
#sidebar-menu li li {
	background: white none !important;
}
#sidebar-menu li li a {
	background: none !important;
	font-size: .76em !important;
	padding: 4px 12px 4px 20px !important;
	font-weight: normal !important;
}
#sidebar-menu li li.current_page_item a {
	font-weight: bold !important;
}
#sidebar-menu .current_page_parent li a:hover, #sidebar-menu .current_page_item li a:hover {
	text-decoration: underline;	
}



#sidebar-menu .page-item-11.current_page_item a, #sidebar-menu .page-item-11.current_page_parent a {
	color: #006634 !important;
}
#sidebar-menu .page-item-11 a:hover {
	color: #006634 !important;
}
#sidebar-menu .page-item-11 ul a {
	color: #006634 !important;
}
#sidebar-menu .page-item-11 ul a:hover {
	color: #00a452 !important;
}
#sidebar-menu .page-item-11 ul .current_page_item a {
	background: url(images/menu-bullet-green.png) no-repeat 9px 8px !important;	
}
#sidebar-menu .page-item-11 a:focus {
	color: #006634 !important;
}
#sidebar-menu .page-item-11 ul a:focus {
	outline: none;
	color: #00a452 !important;
	text-decoration: underline;
}




#sidebar-menu .page-item-9.current_page_item a, #sidebar-menu .page-item-9.current_page_parent a {
	color: #cd0e13 !important;
}
#sidebar-menu .page-item-9 a:hover {
	color: #cd0e13 !important;
}
#sidebar-menu .page-item-9 ul a {
	color: #cd0e13 !important;
}
#sidebar-menu .page-item-9 ul a:hover {
	color: #ed2428 !important;
}
#sidebar-menu .page-item-9 ul .current_page_item a {
	background: url(images/menu-bullet-red.png) no-repeat 9px 8px !important;	
}
#sidebar-menu .page-item-9 a:focus {
	outline: none;
	color: #cd0e13 !important;
}
#sidebar-menu .page-item-9 ul a:focus {
	outline: none;
	color: #ed2428 !important;
	text-decoration: underline;
}




/* ------------------------------------------------------------------------------ */

.post-page h4 {
	margin: 20px 0 10px 0 !important;
	font-weight: bold;
}




/* ------------------------------------------------------------------------------ */
/* sociable */
.sociable {
	font-size: 1.2em;
	padding: 15px 0 5px 0;
}
.sociable_tagline {
	padding-bottom: 5px;
}


/* ------------------------------------------------------------------------------ */
/* content */
#content {
	padding-top: 40px;
}
#content p {
	line-height: 135%;
	margin: 13px 0;
}
#content h2 {
	color: #ed2428;
	font-size: 1.6em;
	font-weight: bold;
	background: url(images/h2-bck.png) no-repeat left bottom;
	padding-bottom: 7px;
	padding-top: 25px;
	margin-bottom: 30px;
}
#content h3 {
	font-weight: bold;
	margin-top: 30px;
	font-size: 1.4em;
}

#content ul {
	list-style: disc;
	margin-left: 20px;
	margin-top: -5px;
}
#content li {
	list-style: disc;
	padding: 2px 0;
}
#content li li {
	list-style: disc;
	font-size: 1em;
}
#content li ul {
	padding-top: 8px;
}

#content li p {
	font-size: 1em;
}
#content li h3 {
	font-size: 1.1em;
}
ul.contacts {
	padding-top: 10px !important;	
	margin-top: 0 !important;
}
ul.contacts li {
	padding-bottom: 6px !important;
}
.contacts li h3 {
	margin: 0 !important;
}
.contacts li p {
	margin-top: 5px !important;
}

.half-right {
	float: right;
	width: 50%;
}


.breadcrumb {
	position: absolute;
	font-size: 1.1em;
	color: #95a2ab;
	margin-top: -40px;
}
.breadcrumb span {
	padding: 0 5px;
}
.breadcrumb a:link, .breadcrumb a:visited, .breadcrumb a:active {
	color: #95a2ab;
	text-decoration: none;
	border-bottom: 1px dotted #d3d8dc;
}
.breadcrumb a:hover {
	color: #2a85fb;
	border-bottom: 1px dotted #2a85fb;	
}

.download-pdf {
	background: url(images/icon-pdf.png) no-repeat 0 0;
	display: inline-block;
	padding: 0 0 0 22px;
	margin: 7px 0;
}

.product-info {
	margin: 10px 0;
	border-collapse: collapse;
	border-spacing: 0;
}
.product-info td {
	padding: 4px 10px;
}
.product-info td.title {
	padding-right: 70px !important;
}
.product-info .alt {
	background-color: #edf3f7;
}
.product-info thead {
	background-color: #bdd3e4;
}
.product-info thead th {
	padding: 4px 10px;
	font-weight: bold;
	text-align: left;
}


img.alignright {
	padding: 0 0 10px 25px;
}




/* ------------------------------------------------------------------------------ */
/* ngg */
.ngg-gallery-thumbnail {
	margin: 0 !important;
}
.ngg-gallery-thumbnail a {
	-moz-outline: none;
}
.ngg-gallery-thumbnail img {
	margin: 0 12px 12px 0 !important;
	border: 1px solid #6b9cc3 !important;
}
.ngg-gallery-thumbnail img:hover {
	background-color: white !important;
	border: 1px solid #ed2428 !important;
}




/* ------------------------------------------------------------------------------ */
/* wordpress */
.navigation {
	overflow: auto;
	width: 100%;
	font-size: 1.5em;
	overflow-x: hidden;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}






/* ------------------------------------------------------------------------------------------------------- */
/* comments */
h4#comments {
	font-size: 1.4em;
	font-weight: bold;
}
ol.commentlist {
	padding-top: 5px !important;
	margin-bottom: 40px;
}
ol.commentlist li {
	font-size: 1em;
	padding: 7px 10px !important;
	margin-bottom: 7px !important;
	margin-top: 5px !important;
	border: 1px solid #d9e3ea;
}
ol.commentlist li.even {
	background-color: #f7f9fa;
}
ol.commentlist .avatar {
	float: right;
	border: 1px solid #ebebeb;
	padding: 3px;
	margin: 0 3px 7px;
	background-color: white;
	margin-top: -3px;
}
ol.commentlist .comment-author {
	font-size: 1.2em;
	padding-top: 3px;
}
ol.commentlist .comment-author .fn {
	font-weight: bold;
}
ol.commentlist em {
	color: #c51252;
}
ol.commentlist .comment-meta {
	padding: 3px 0 12px 0;
}
ol.commentlist .comment-meta a:link, ol.commentlist .comment-meta a:visited, ol.commentlist .comment-meta a:active {
	/*color: #88979b;*/
}
ol.commentlist .comment-meta a:hover {
	/*color: #0167da;*/
}


ol.commentlist p {
	padding-bottom: 8px !important;
	margin: 0 !important;
	line-height: 1.4em !important;
	font-size: 1.2em !important;
}

#respond {

}
#respond h4 {
	font-size: 1.4em;
	font-weight: bold;
	padding-bottom: 6px;		
	margin-bottom: 10px;
}



#commentform p {
	overflow: auto;
	width: 100%;
	font-size: 1.2em;
	margin: 0 !important;
	padding-bottom: 7px;
}
#commentform label {
	float: left;
	display: block;
	width: 75px;
	padding-top: 4px;
}
#commentform input {
	width: 200px;
	padding: 3px;
	font-size: 1.1em;
	float: left;
	margin-right: 5px;
}
#commentform span.required {
	color: #c51252;
	font-weight: bold;
}
#commentform span.note {
	color: #c2c2c2;
	float: left;
	padding-top: 4px;	
}
#commentform textarea  {
	padding: 3px;
	font-size: 1.1em;
	width: 80%;
	height: 150px;
	overflow: auto;
	float: left;
}
#captcha-image {
	display: block;
	width: 250px;
	height: 55px;	
	margin-left: 75px;
}
#commentform #submit {
	margin-left: 65px;
	margin-top: 20px;
	width: 120px;
}




.post {
	margin: 30px 0 60px 0;
}
.post-page {
	margin-top: 0 !important;
}
.post h3 {
	font-size: 1.1em;
}
.post h3 a {
	color: #093e68;
	text-decoration: none;
}
.post h3 a:hover {
	color: #2a85fb;
	text-decoration: underline;
}
.post small {
	font-size: 1.1em;
	color: #95a2ab;
}
.post-subtitle {
	padding-top: 5px;
	margin: 0 !important;
	font-size: 1.1em;
	color: #95a2ab;
}
.post-subtitle a {
	color: #578bce;
	text-decoration: none;
	border-bottom: 1px dotted #578bce;
}
.post-subtitle a:hover {
	color: #2a85fb;
	border-bottom: 1px solid #2a85fb;
}
.post-subtitle span {
	padding: 0 5px;
	color: #d3d8dc;
}

.navigation {
	font-size: 1.3em;
}

.postmetadata {
	border: 1px solid #d9e3ea;
	margin: 0;
	padding: 10px 15px;
	font-size: 1em;	
	line-height: 160% !important;
}
.postmetadata a {
	color: #578bce;
	text-decoration: none;
	border-bottom: 1px dotted #578bce;
}
.postmetadata a:hover {
	color: #2a85fb;
	border-bottom: 1px solid #2a85fb;
}


.wp-caption-text {
	font-size: 1.1em;
	color: #5a7892;
	margin-top: 5px !important;
	text-align: center;
}




#bck {
	background: url(images/body-bck-globe.png) no-repeat top center;
}

hr {
	padding: 0;
	margin: 40px 0 30px 0;
	background-color: transparent;
	border: none;
	border-bottom: 1px dotted #5a7892;
	height: 0;
}
.cform-required {
	position: absolute;
	margin: -40px 0 0 455px !important;
	font-style: italic;
}
