/*
Theme Name: AlertForce
Theme URI: http://wordpress.org/
Description: The AlterForce WordPress theme was produced and delivery by <a href="http://studioTransfer.com.au/">studio Transfer</a>.
Version: 1.0
Author: Adrian Maus of web Transfer
Author URI: http://studioTransfer.com/
Tags: drop-menu, single column, custom news, footer
*/



/* DEFAULTS */
body {
	margin:0;
	padding:0;
	color: #222;
	font-size: 12px;
	font-family: Arial, Sans-Serif;
	background: #dfdcdc url('images/body_bg.png') repeat-x top center;
}
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}
h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}
h1 {
	font-size: 4em;
	text-align: center;
}
h2 {
	font-size: 1.6em;
}
h2.pagetitle {
	font-size: 1.6em;
}
#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
}
h3 {
	font-size: 1.3em;
}
h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description .question {
	text-decoration: none;
	color: white;
}
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
}
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
}
a, h2 a:hover, h3 a:hover {
	color: #535353;
	text-decoration: none;
}
a:hover {
	color: #949494;
	text-decoration: underline;
}
.clear {
	display:block;
	clear:both;
}
/* PAGE */

#pagewrapper {
	margin: 0 auto;
	padding: 0;
	width: 1004px;
	background:url(images/page_bg.png) repeat-y top center;
}
#page {
	background-color: white;
	margin: 0 auto;
	padding: 0;
	width: 962px;
}
/* HEADER  */

#header {
	margin: 0;
	padding: 0;
	background: #dad8d9 url(images/header_bg.jpg) no-repeat top center;
}
#headermenu {
	display:block;
	position:relative;
	margin: 0;
	height: 119px;
	width: 962px;
}
.question {
	position:absolute;
	top:40px;
	right:80px;
	color:#5e5e5e;
	font-size:15px;
	font-weight:bold;
}
.description {
	position:absolute;
	top:57px;
	right:80px;
	color:#eb7c23;
	font-size:2em;
	font-weight:bold;
}
.login {
	position:absolute;
	top:93px;
	right:80px;
	color:#5e5e5e;
	font-weight:bold;
}
.login a {
	color:#5e5e5e;
	text-transform:uppercase;
}
#mainmenu {
	position:relative;
	height:42px;
	display:block;
	background:#3c3a3b url(images/mainmenu_bg.gif) repeat-x top left;
}
#mainmenu ul {
	list-style:none;
	margin:0;
	padding:0;
}
#mainmenu ul li {
	/* position: relative; */
	display:block;
	float:left;
	line-height:21px;
	font-size:0.9em;
}
#mainmenu ul li.last {
	background:url(images/page_item_l.png) no-repeat top left;
	padding:0 10px;
}
#mainmenu ul li a {
	display:block;
	padding:0;
	text-transform:uppercase;
	white-space: nowrap;
}
#mainmenu ul li a:hover {
	text-decoration:none;
}
#mainmenu ul li a span {
	display:block;
	padding:0 10px;
}
#mainmenu ul li.page_item a {
	color:#fff;
	background:url(images/page_item_l.png) no-repeat top left;
}
#mainmenu ul li.page_item a span {
	background:url(images/page_item_r.png) no-repeat top right;
}
#mainmenu ul li.page_item a:hover {
	background:url(images/current_page_item_l.png) no-repeat top left;
}
#mainmenu ul li.page_item a:hover span {
	background:url(images/current_page_item_r.png) no-repeat top right;
}
#mainmenu ul li.current_page_item a, #mainmenu ul li.current_page_ancestor a {
	color:#ffa200;
	background:url(images/current_page_item_l.png) no-repeat top left;
}
#mainmenu ul li.current_page_item a span, #mainmenu ul li.current_page_ancestor a span {
	background:url(images/current_page_item_r.png) no-repeat top right;
}
#mainmenu ul li ul {
	display:none;
	background-color:#3c3a3b;
}
#mainmenu ul li.current_page_item ul, #mainmenu ul li.current_page_ancestor ul, #mainmenu ul li:hover ul {
	display:block;
	width:100%;
}
#mainmenu ul li:hover ul li {
	display:block;
	float:left;
}
#mainmenu ul li.page_item ul li.page_item a {
	color:#fff;
	background:none;
}
#mainmenu ul li.page_item ul li.page_item a span {
	background:none;
}
#mainmenu ul li.page_item ul li.current_page_item a, #mainmenu ul li.page_item ul li.current_page_ancestor a {
	color:#ffa200;
}
#mainmenu ul li.page_item ul li.page_item a:hover {
	color:#ffa200;
}
#mainmenu ul li ul li ul {
	display:none;
}
#mainmenu ul li ul {
	position:absolute;
	left:0;
	list-style:none;
	padding:0;
	margin:0;
	z-index:100;
}
#mainmenu ul li ul li, #mainmenu ul li ul li.page_item, #mainmenu ul li ul li.current_page_item {
	background:none;
}
#mainmenu ul li ul li a, #mainmenu ul li ul li.page_item a, #mainmenu ul li ul li.current_page_item a {
	background:none;
}
/* CONTENT */

.breadcrumbmenu {
	display:block;
	list-style:none;
	margin:0;
	padding:0;
	background-color:#2c2a2b;
	line-height:21px;
	font-size:0.8em;
}
.breadcrumbmenu li {
	display:inline;
}
.breadcrumbmenu li a {
	padding:0 10px;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	white-space: nowrap;
}
.breadcrumbmenu li a:hover, .breadcrumbmenu li.current_page_item a {
	color:#FFA200;
}
#myGallery {
	margin-top:4px;
}
#content {
	margin: 0;
	padding: 10px 0 10px 20px;
}
#content.narrowcolumn, #content.narrow {
	width:608px;
}
#content h2 {
	margin:5px 0 0;
}
#content .col {
	display:block;
	float:left;
	width:294px;
	margin:0 20px 0 0;
	padding:0;
}
#content .col p {
	margin:0 0 1em;
}
#content .buy_now {
	display:block;
	width:70px;
	height:0px;
	margin:0 auto;
	padding-top:20px;
	background:url(images/buy_now.png) no-repeat top left;
	overflow:hidden;
}
/* DCG */

.slideInfoZone {
	width:60% !important;
	background:none !important;
}
/* ENTRY */

.entry {
	position:relative;
}
.entry blockquote, .entry .alignleft .wp-caption-text {
	position:absolute;
	top:5px;
	left:0;
	margin:0;
	width:588px;
	padding:10px;
	color:#fff;
	font-size:2.0em;
	background-color:#f59000;
}
.entry blockquote p {
	margin:0;
}
.entry .alignleft {
	padding: 0px 0 0 0;
	display: block;
	position: relative;
}
.entry .alignleft img {
	display: block;
	padding: 5px 0 0 0;
}
.entry .alignright {
	position:relative;
	margin-right:20px;
	/*border:1px solid #A6A6A6;*/
	padding:5px;
	width:294px !important;
	background: url(images/rt_bg.gif) no-repeat left top;
}
.entry .alignright .wp-caption-text {
	position:absolute;
	/*width:274px;*/
	top:222px;
	left:0;
	font-size:0.9em;
	margin:0;
	padding:15px;/*background-color:#f1f0f0;*/
}
.breadcrumb {
	display: block;
	padding: 0px 0;
	height: 30px;
	line-height: 30px;
	clear: both;
	overflow: hidden;
	position: relative;
}
/* POST */

.post {
	margin-bottom:2em;
}
/* SIDEBAR */

#sidebar {
	position:relative;
	display:block;
	float:right;
	width:334px;
	height:334px;
	margin:0 0 1em;
	padding:0;
	z-index:1000;
}
#sidebar ul {
	margin-left:14px;
	padding:0 20px;
}
.advert_box {
	display:block;
	width:334px;
	margin:0;
	padding:0;
	background:url(images/advert_box_bg.png) repeat-y top left;
}
.advert_box_top {
	display:block;
	height:0;
	padding-top:20px;
	background:url(images/advert_box_t_bg.png) no-repeat top left;
}
.advert_box h3 {
	display:block;
	margin:0 20px;
	padding:0 1em;
	height:40px;
	line-height:40px;
	background:url(images/advert_box_h3_bg.png) repeat-x top left;
}
.advert_box p {
	margin:0 20px;
	padding:1em;
}
.advert_box_img {
	position:relative;
	width:294px;
	height:170px;
	padding:0;
	margin:0 20px;
	background:url(images/advert_bg_1.png) no-repeat top right;
}
.advert_box_img a {
	position:absolute;
	display:block;
	left:12px;
	bottom:14px;
	width:111px;
	height:0px;
	padding-top:39px;
	overflow:hidden;
	background:url(images/advert_box_button.png) no-repeat 50% 50%;
}
.advert_box_bottom {
	display:block;
	height:0;
	padding-top:20px;
	background:url(images/advert_box_b_bg.png) no-repeat top left;
}
/* FOOTER */

#footer_boxes {
	clear:both;
	padding:0;
	background:url(images/footer_boxes_bg.png) repeat-y top center;
}
#footer_boxes_top {
	display:block;
	height:0;
	padding-top:20px;
	background:url(images/footer_boxes_t_bg.png) no-repeat top center;
}
#footer_boxes ul {
	list-style:none;
	margin:0 20px;
	padding:0;
}
#footer_boxes ul li {
	display:block;
	float:left;
	border-right:2px solid #fff;
	background-color:#fcfcfc;
	width:306px;
	padding:0 0 1em;
}
#footer_boxes ul li.last {
	border-right:none;
}
#footer_boxes .clients a {
	color:#ed7b23;
	float:right;
	padding-right:20px;
}
#footer_boxes .news_brief a.title {
	font-weight:bold;
}
#footer_boxes .news_brief a.more {
	color:#666;
}
#footer_boxes h3 {
	display:block;
	margin:0;
	padding:0 20px;
	color:#ed7b23;
	line-height:38px;
	background:url(images/footer_box_h3_bg.png) repeat-x top left;
}
#footer_boxes p {
	margin:1em 0 0;
	padding:0 20px;
}
#footer_boxes p a {
	color:#ed7b23;
}
#footer_boxes p.submit {
	float:right;
	margin-top:-20px;
}
#footer_boxes_bottom {
	display:block;
	height:0;
	padding-top:20px;
	background:url(images/footer_boxes_b_bg.png) no-repeat top center;
}
#footer_boxes form .form-field {
	margin:1em 20px 0;
}
#footer_boxes form #message {
	margin:1em 20px 0;
	padding:0 !important;
	color:DarkGreen;
}
#footer_boxes ul#frm_errors li {
	width: 266px;
	color:#ed7b23;
}
#footer_boxes form select {
	width: 130px;
}
#footer_boxes form label {
	float:left;
	width:50px;
	line-height:16px;
}
#footer_boxes form .formatted {
	display:block;
	width:150px;
	margin:0 0 5px 50px;
	border:1px solid #ebebeb;
	font-size:1.0em;
}
/* footer box slid carousel */
#slideshow-container {
	width:266px;
	height:150px;
	margin:1em 20px;
	position:relative;
}
#slideshow-container img {
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
#footer {
	margin:0;
	padding:0 0 1em;
	clear: both;
}
ul.footermenu {
	text-align:center;
	list-style:none;
	margin:0;
	padding:0;
}
ul.footermenu li {
	display:inline;
}
ul.footermenu li a {
	padding:0 2px;
	color:#949494;
}
ul.footermenu li a:hover {
	text-decoration:none;
}
#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
}
/* End Structure */


/* start forms*/

#content .frm-show-form {
	text-align:left;
}
#content .frm-show-form #message {
	margin:1em 20px 0;
	padding:0 !important;
	color:DarkGreen;
}
#content .frm-show-form ul#frm_errors li {
	color:#ed7b23;
}
#content .frm-show-form .form-field label {
	float:left;
	width:100px;
	line-height:16px;
}
#content .frm-show-form .form-field input {
	width:300px;
}
#content .frm-show-form .form-field textarea {
	width:400px;
}
#content .frm-show-form p.submit {
	padding:0;
	margin:0 0 0 100px;
}
/* end forms */


/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
}
h2 {
	margin: 30px 0 0;
}
h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}
#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
}
h3 {
	padding: 0;
	margin: 30px 0 0;
}
h3.comments {
	padding: 0;
	margin: 40px auto 20px;
}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	display: inline;
	margin:0 0 1em;
	padding:0;
}
img.alignleft {
	display: inline;
	margin:0 0 1em;
	padding:0;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin: 0 0 1em;
	padding: 0;
	list-style: none;
	text-indent: -10px;
}
html>body .entry li {
	margin: 0 0 0.6em 10px;
}
.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
}
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}
.entry ol li {
	margin: 0;
	padding: 0;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}
#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
}
#sidebar #searchsubmit {
	padding: 1px;
}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}
#commentform {
	margin: 5px 10px 0 0;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
}
#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}
.commentlist {
	padding: 0;
	text-align: justify;
}
.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}
.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}
.commentlist p {
	margin: 10px 5px 10px 0;
}
.children {
	padding: 0;
}
#commentform p {
	margin: 5px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}
/* End Comments */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
.center {
	text-align: center;
}
.hidden {
	display: none;
}
.screen-reader-text {
	position: absolute;
	left: -1000em;
}
hr {
	display: none;
}
a img {
	border: none;
}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
/* End Various Tags & Classes*/
/* for share/bookmark */
.addtoany_share_save_container {
	margin:16px 0;
}
ul.addtoany_list {
	display:inline;
	list-style-type:none;
	margin:0 !important;
	padding:0 !important;
	text-indent:0 !important;
}
ul.addtoany_list li {
	background:none !important;
	border:0;
	display:inline !important;
	/*line-height:32px;*/
		list-style-type:none;
	margin:0 !important;
	padding:0 !important;
}
ul.addtoany_list li:before {
	content:"";
}
ul.addtoany_list li a {
	padding:0 5px 0 0;
}
ul.addtoany_list img {
	float:none;
	border:0;
	margin:0;
	padding:0;
	vertical-align:middle;
}
ul.addtoany_list a img {
	opacity:.7;
}
ul.addtoany_list a:hover img, ul.addtoany_list a.addtoany_share_save img {
	opacity:1;
}
a.addtoany_share_save img {
	border:0;
	width:auto;
	height:auto;
}
/* for home page test */
.category_display {
	font-size:13px;
	text-align:center;
}
ul#trainingAvailable {
	list-style: none;
	margin:10px 121px;
	padding: 0px;
}
ul#trainingAvailable li {
	float: left;
	margin: 0px;
	padding: 0px 10px 10px 10px;
	width: 160px;
	height: 140px;
	overflow: hidden;
}
ul#trainingAvailable li img {
	display: block;
}
* html ul#trainingAvailable li {
	zoom: 1;
}
ul#trainingAvailable li a {
	display: block;
	padding: 0 0 5px 0;
}
ul#trainingAvailable li p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3d4b71;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 5px 0;
}
ul#trainingAvailable li .price {
	color: #d60d25;
}
img.WP-PrintIcon {
	vertical-align:middle;
}
/* subscribe rss */
.rss {
	margin-left:3px;
}
.rss img {
	text-decoration:none;
	vertical-align:middle;
}
.sMedia {
	/*float:right; margin-right:20px;*/ width:240px;
	position: absolute;
	right: 20px;
	top: 5px;
	line-height: 18px;
}
/* scroll to follow */
	#wrapper_news {
	width:923px;
}
#current_month_news {
	float:left;
	width:620px;
	padding-right:50px;
	overflow: hidden;
}
#current_month_news ul {
	margin-left:0;
	padding-left:0;
	list-style:none
}
#current_month_news ul li {
	margin-bottom:30px;
}
/*#scrollWrapper{display:inline-block;width:230px;margin-right:20px;position:relative;}*/
	#scrollWrap {
	display:inline-block;
	width:250px;
	margin-right:0px;
	position:relative;
	overflow: hidden;
}
#tag_cloud {
	background:#f5f5f5 url(images/sc_btm.gif) no-repeat left bottom;
	padding: 0px;
	margin: 0 0 10px 0;
}
#scrollWrap .tc_top {
	background: url(images/sc_top.gif) no-repeat left top;
	padding: 10px
}
#content #tag_cloud h2 {
	font-size: 15px;
	margin: 0px;
	padding: 0px;
	background: url(images/head_bg.gif) no-repeat left top;
	display: block;
	padding: 3px 10px;
	height:21px;
}
#content #tag_cloud h2 span, #content #tag_cloud h2 a {
	color: #ED7B23;
}
#tag_cloud p {
	padding:0 8px;
	text-align:justify;
	margin: 10px 0;
}
#tag_cloud p a {
	font-size:12px;
	line-height:1.3em;
	padding:1px 0px 5px 0;
	display:inline-block;
	margin-right:9px;
}
#archived_news {
	background:url("images/sc_btm.gif") no-repeat scroll left bottom #F5F5F5;
	padding: 0px;
}
#content #archived_news h2 {
	font-size: 15px;
	margin: 0px;
	padding: 0px;
	background: url(images/head_bg.gif) no-repeat left top;
	display: block;
	padding: 3px 10px;
	height:21px;
}
#archived_news ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
#archived_news ul li {
	padding: 0px 0 15px 0px;
}
#archived_news ul ul {
	margin: 10px 0;
	padding:0;
	list-style:none;
}
#archived_news ul li li {
	padding: 3px 10px;
	border-bottom: 1px dotted #fff;
	line-height: 18px;
}
* html #archived_news ul li li {
	zoom: 1;
}
#used_tags {
	float:left;
	width:620px;
	padding-right:50px;
}
#used_tags p {
	margin: 0px;
	padding: 5px 0px;
}
#used_tags a {
	line-height:1.6em;
	padding:0 5px 0 0;
	text-align:justify;
}
