/*
Theme Name: The Axe
Theme URI: http://wordpressthemes.oscaralcala.com/theaxe
Description: The Axe is a beautiful and elegant business and blog theme
Version: 1.0
Author: Oscar Alcala
Author URI: http://oscaralcala.com/
Tags: fixed width, two columns, widgets, silver, grey, blue

	Theme made for sale exclusively on Theme Forest
	http://www.themeforest.com

*/

/**************************************************************
				BACKGROUND AND MAIN STRUCTURE
**************************************************************/

body {
	margin: 0;
	padding: 0;
	font-family: "Helvetica", "Arial", "Verdana", "Sans-Serif";
	font-size: 13px;
	color: #c0c0c0;
	background-image: url('images/bg.jpg');
	background-repeat: repeat-x;
	background-color: #23292d;
	text-align: center;
}

#wrapper {
	margin: 0 auto;
	width: 100%;
	text-align: center;
	background-image: url('images/content_tile.jpg');
	background-position: top center;
	background-repeat: repeat-y;
}

#container {
	margin: 0;
	text-align: center;
	background-image: url('images/content_top.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	min-height: 628px;
	_height: 628px;
}

/**************************************************************
							CONTENT
**************************************************************/

#contentwrapper {
	display: block;
	width: 960px;
	margin: 0 auto;
	text-align: center;
	_position: relative;
	_top: -20px;
}

/**************************************************************
							HEADER
**************************************************************/

#header {
	width: 964px;
	margin: 0 auto;
}

#logo {
	float: left;
	margin: 12px 0 0 23px;
	_display: inline;
}

#logo a {
	display: block;
	width: 142px;
	height: 63px;
	text-decoration: none;
	text-indent: -9999px;
	font-size: 0.1px;
	background-image: url('images/logo.png');
}

/**************************************************************
							SLIDER
**************************************************************/

#homewrapper {
	margin: 0;
	display: block;
	width: 911px;
	float: left;
	text-align: left;
	min-height: 450px;
	_height: 450px;
	_display: inline;
}

#featured {
	display: block;
	width: 901px;
	height: 260px;
	background-image: url('images/slider_bg.png');
	background-repeat: no-repeat;
	margin: 50px 0 0 27px;
	font-size: 11px;
}

#slider {
	display: block;
	text-align: left;
	width: 901px;
	height: 220px;
	overflow: hidden;
	position: relative;
	/*top: 17px;
	left: 17px;*/
}

#sliderWrapper {
	width: 9999px;
	height: 260px;
	position: relative;
	margin: 0;
}

.sliderPostWrapper {
	width: 901px;
	height: 260px;
	float: left;
	margin: 0;
	_display: inline;
}

.sliderImg {
	width: 250px;
	height: 170px;
	margin: 21px 0 0 18px;
	padding: 0;
	position: relative;
	float: left;
	border: 1px solid #212728;
	_display: inline;
}

.sliderImg img {
	margin: 0;
	padding: 0;
}

.sliderContent {
	font-family: "Verdana", "Arial", "Sans-Serif";
	width: 590px !important;
	height: 120px;
	float: left;
	position: relative;
	display: block;
	margin: 15px 0 0 28px;
}

#slider h3 {
	font-family: "Myriad Pro", "Arial", "Verdana", "Sanas-Serif";
	color: #cfcfcf;
	font-size: 18px !important;
	font-weight: normal;
	margin: 11px 0 0 22px !important;
}

.sliderContent p {
	color: #c2c2c2;
	line-height: 18px;
	font-size: 13px;
	margin: 0;
}

.sliderContent a {
	color: #8fc2ed;
	margin: 10px 0 0 0;
	position: relative;
	left: -25px;
	float: right;
	text-decoration: none;
	font-size: 13px;
}


.sliderControlLeft, .sliderControlRight {
	display: block;
	float: left;
	width: 119px;
	height: 37px;
	text-decoration: none;
	text-indent: -9999px !important;
	background-repeat: no-repeat;
	position: relative;
	left: 630px;
	top: -43px;
}

.sliderControlLeft {
	background-image: url('images/slidercontrol_prev.png');
}

.sliderControlRight {
	background-image: url('images/slidercontrol_next.png');
}

/**************************************************************
							CONTENT
**************************************************************/

#content {
	display: block;
	width: 598px;
	float: left;
	text-align: left;
	margin: 40px 0 0 0;
	min-height: 450px;
	_height: 450px;
	_display: inline;
}

.post, .page {
	display: block;
	width: 560px;
	margin-left: 20px;
}

#content hr {
	display: block;
	width: 498px;
	height: 1px;
	background-color: #575f61;
	border: 0;
	margin: 3px 0 0 0;
	visibility: hidden;
}

.entry {
	width: 520px !important;
	margin: 0;
	background-image: url('images/content_bg.png');
	background-repeat: no-repeat;
	padding: 20px;
	text-align: left;
	border-top: 1px Solid #575f61;
	width: 520px;
}

.page .entry {
	width: 500px !important;
	padding: 25px 30px;
	font-size: 13px;
	line-height: 19px !important;
}

.navigation {
	width: 560px;
	margin-left: 20px;
}

.entry a, .navigation a, #reply a {
	color: #94c0cb;
	text-decoration: none;
}

.entry a:hover, .navigation a:hover, reply a:hover {
	color: #cdd685;
	text-decoration: none;
}

.entry p {
	line-height: 18px;
	margin: 0 0 16px 0;
	text-align: left;
	display: block;
}

.post .entry p {
	text-align: left;
}

.paragraph_column p {
	display: block;
	width: 350px;
	float: right;
	padding: 0;
	line-height: 19px;
	_display: inline;
}

.paragraph_column img {
	display: block;
	float: left;
	_display: inline;
}

.column {
	width: 238px;
	display:-moz-inline-box;/* older gecko*/
	display:inline-block !important;
	position:relative;
	margin: 0 10px 16px 0;
	text-align: left;
	_width: 243px;
	*width: 243px;
	_float: left;
	*float: left;
	_display: inline;
}

.subcolumn {
	width: 180px;
	display: block;
	float: left;
	margin: 0 0 0 5px;
	_display: inline;
}

.column p {
	margin: 0;
}

.title, .title a {
	font-family: "Myriad Pro", "Arial", "Helvetica", "Sans-Serif";
	font-weight: bold;
	font-size: 20px;
	letter-spacing: -1px;
	color: #d0d0d0;
	text-decoration: none;
	margin: 0 0 3px 5px;
}

#content ul, #entry ul, .widget ul {
	text-align: left;
	list-style-type: none;
	margin: 0 0 15px 0;
	_list-style-type: circle;
}

#content ol {
	text-align: left;
	margin: 0 0 15px 18px;
	*margin: 0 0 15px 23px;
	*padding: 0;
	list-style-type: decimal;
}

#content ol li {
	margin-bottom: 8px;
}

#content ul li, .widget li {
	margin-bottom: 8px;
	_margin-left: 15px;
}

#content ul li, .widget li a {
	background-image: url('images/bullet.png');
	background-repeat: no-repeat;
	padding-left: 14px;
	background-position: 0 4px;
	_background-image: none;
	_background-position: 0;
	_padding: 0;
	_list-style-type: circle;
}

blockquote, blockquote p {
	line-height: 20px !important;
}

#content cite {
	font-family: "Georgia", "Times New Roman", "Serif";
	font-size: 17px;
	font-style: italic;
	color: #ececec;
	float: right;
	margin: 15px 0 0 0;
}

.entry h3 {
	color: #b5d3ec;
	font-size: 15px;
	width: 100%;
	display: block;
	margin: 3px 0 5px 0 !important;
}

.post-edit-link {
	color: #94c0cb;
	margin-top: 10px;
	display: block;
	width: 100%;
	text-align: right;
}

/* DATE AND TAGS */

.date {
	background-image: url('images/icon_calendar.png');
	float: left;
	color: #8d999c;
	line-height: 15px;
	left: 2px;
}

.tags {
	background-image: url('images/icon_tag.png');
	float: right;
	color: #8d999c;
	margin-top: 2px;
	left: -3px;
}

.date, .tags {
	font-size: 10px;
	height: 12px;
	display: block;
	text-transform: uppercase;
	background-repeat: no-repeat;
	padding-left: 18px;
	margin-bottom: 4px;
	position: relative;
	top: -7px;
}

.date a {
	color: #8d999c;
	text-decoration: none;
	position: relative;
}

.tags a {
	color: #8d999c;
	text-decoration: none;
}

.tags a:hover, .date a:hover {
	color: #fff;
}

/**************************************************************
							COMMENTS
**************************************************************/

#comments hr, #reply hr {
	visibility: visible !important;
	width: 560px;
	height: 3px;
	border: 0 !important;
	margin: 3px 0 10px 20px;
	background-image: url('images/hr_bg.png');
	background-repeat: repeat-x;
	background-color: transparent;
	_visibility: hidden;
	*height: 1px;
	*background-color: #e0e0e0;
	background-image: none;
}

#comments_list {
	margin-top: 8px;
	list-style-type: none !important;
}

#comments_list li {
	list-style-type: none !important;
}

h3 {
	font-family: "Myriad Pro", "Helvetica", "Arial", "Sans-Serif";
	font-weight: normal;
	font-size: 19px !important;
	color: #e0e0e0;
	text-decoration: none;
	margin: 0 0 0 20px !important;
}

.comment {
	margin-bottom: 10px;
}

.avatar {
	float: left;
}

.comment_entry {
	width: 490px;
	float: left;
	display: block;
	margin-left: 8px;
}

.commentflair {
	float: left;
	position: relative;
	top: 8px;
	left: -1px;
}

.comment_text {
	width: 480px;
	display: block;
	padding: 10px;
	margin-left: 11px;
	background-color: #1b1b1b;
	border: 1px Solid #3a3a3a;
	color: #b3b3b3;
	font-weight: normal;
	_position: relative;
	_top: -20px;
	*position: relative;
	*top: -20px;
}

.comment_meta {
	font-size: 13px;
	font-weight: bold;
	display: block;
	margin-bottom: 8px;
}

#comments cite {
	font-family: "Helvetica", "Verdana", "Arial", "Sans-Serif";
	font-weight: normal;
	float: none;
	display: inline;
	font-size: 12px;
}

.comment_date {
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	color: #717171;
	margin: 3px 10px 0 0;
	float: right;
}

#comments cite, #comments cite a {
	color: #94c0cb;
	font-style: normal;
}

#comments cite a:hover {
	color: #fff;
}

.commentsbottom {
	margin-bottom: 20px;
}

/* Reply */

.inputtext { 
	display: block;
	width: 257px;
	height: 20px;
	background-image: url('images/input_text.png');
	background-repeat: no-repeat;
	background-color: transparent;
	border: 1px Solid #3a3b3b;
	padding: 6px 0 0 5px;
	font-family: "Helvetica", "Arial", "Verdana", "Sans-Serif";
	font-size: 15px;
	line-height: 26px;
	color: #ccc;
	*position: relative;
	*left: -20px;
}

.inputarea { 
	display: block;
	width: 257px;
	height: 134px;
	background-image: url('images/input_textarea.png');
	background-repeat: no-repeat;
	background-color: transparent;
	border: 1px SOlid #3a3b3b;
	padding: 5px 0 0 5px;
	font-family: "Helvetica", "Arial", "Verdana", "Sans-Serif";
	font-size: 15px;
	line-height: 20px;
	color: #ccc;
	overflow: auto;
	word-break: inherit;
	*position: relative;
	*left: -20px;
}

.comments_userdata {
	display: block;
	width: 275px;
	float: left;
	margin: 0 0 0 20px;
	_display: inline;
	_position: relative;
	_left: 20px;
}

.comments_userdata input {
	margin: 0 0 15px 0;
}

.comments_message {
	display: block;
	width: 275px;
	float: left;
	margin-left: 20px;
	_display: inline;
	_position: relative;
	_left: 20px;
}

#respond label {
	_position: relative;
	_left: -20px;
}

#respond #submit {
	display: block;
	width: 67px;
	height: 28px;
	text-decoration: none;
	text-indent: -9999px;
	font-size: 0.1px;
	background-image: url('images/button_send.png');
	background-repeat: no-repeat;
	background-color: transparent;
	border: 0;
	display: block;
	float: right;
	margin: 15px 10px 0 0;
}

#respond p {
	margin: 0 0 10px 20px;
}

#respond a {
	color: #94c0cb;
	text-decoration: none;
}

#respond a:hover {
	color: #fff;
}

#cancel-comment-reply {
	margin-left: 20px;
}

.children {
	list-style-type: none;
}

.children li {
	background-image: none !important;
	margin: 10px 0 0 45px;
}

.children .comment_entry {
	width: 432px !important;
}

.children .comment_text {
	width: 422px !important;
}

/**************************************************************
							  MENU
**************************************************************/

#menu {
	width: 100%;
	height: 48px;
	background-image: url('images/menu_bg.png');
	background-repeat: no-repeat;
	text-align: left;
	margin: 20px 0 0 4px;
	_margin: 6px 0 0 4px;
}

#menu ul {
	width: 710px;
	height: 48px;
	display: block;
	float: left;
}

#menu ul li {
	float: left;
	display: block;
	margin: 9px 0 0 18px;
	_display: inline;
}

#menu ul li a {
	display: block;
	height: 22px;
	line-height: 22px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
	position: relative;
	color: #d8d8d8;
	_display: inline;
}

#menu ul li a:hover {
	text-decoration: underline;
}

.menu_active {
	background-image: url('images/menu_ileft.png');
	background-repeat: no-repeat;
	_background-image: none;
}

.menu_active a {
	margin: 0 11px;
	background-image: url('images/menu_itile.png');
	background-repeat: repeat-x;
	color: #fff !important;
	padding: 0 7px;
	_padding: 0;
	_color: #282d2f;
	_background-image: none;
	_margin: 0;
}

.menu_active a:hover {
	text-decoration: none !important;
}

.active_page {
	display: block;
	height: 22px;
	background-image: url('images/menu_iright.png');
	background-repeat: no-repeat;
	background-position: top right;
	_background-image: none;
	_display: inline;
}

/**************************************************************
						SEARCH FORM
**************************************************************/

#searchform {
	width: 250px;
	margin: 8px 0 0 0;
	float: left;
}

#s {
	display: block;
	width: 178px;
	height: 22px;
	background-image: url('images/search_input.png');
	background-repeat: no-repeat;
	background-color: transparent;
	border: 0;
	padding: 2px 4px;
	font-family: "Helvetica", "Arial", "Verdana", "Sans-Serif";
	font-size: 14px;
	line-height: 18px;
	color: #8d8d8d;
	float: left;
	margin: 0 0 0 4px;
}

#searchsubmit {
	display: block;
	width: 26px;
	height: 26px;
	text-decoration: none;
	background-color: transparent;
	text-indent: -9999px;
	font-size: 0.1px;
	background-image: url('images/search_submit.png');
	float: left;
	border: 0;
	margin: 0 0 0 4px;
}


/**************************************************************
							SIDEBAR
**************************************************************/

#sidebar {
	display: block;
	width: 360px;
	float: left;
	margin: 40px 0 0 0;
	_display: inline;
}

.internal_page #sidebar {
	margin-top: 63px !important;
}

.widgettitle {
	font-family: "Myriad Pro", "Arial", "Verdana", "Sans-Serif";
	font-weight: bold;
	font-size: 18px;
	letter-spacing: -1px;
	color: #d0d0d0;
	text-decoration: none;
	display: block;
}

#sidebar .widget {
	background-image: url('images/widget_bg.png');
	background-repeat: no-repeat;
}

#sidebar .widget {
	display: block;
	width: 293px;
	text-align: left;
	margin: 0 0 25px 10px;
	padding: 7px 15px 0 15px;
}

.widget hr {
	visibility: hidden;
	height: 1px;
	clear: both;
}

.widget blockquote, .entry blockquote {
	background-image: url('images/blockquote.png');
	background-repeat: no-repeat;
	font-family: "Georgia", "Times New Roman" "Serif";
	font-size: 17px;
	font-style: italic;
	font-weight: normal;
	color: #a7a7a7;
}

.entry blockquote {
	*background-image: none;
}

.widget blockquote {
	padding-left: 35px;
}

.entry blockquote p {
	padding-left: 35px;
	*background-image: url('images/blockquote.png');
	*background-repeat: no-repeat;
}

#sidebar p {
	line-height: 18px;	
}

.widget cite {
	font-family: "Georgia", "Times New Roman", "Serif";
	font-size: 17px;
	font-style: italic;
	color: #ececec;
	float: right;
	margin: 15px 0 0 0;
}

.sidebar-gallery {
	margin: 15px 0 0 0;
	text-align: center;
}

.sidebar-gallery img {
	border: 1px solid #5c5c5c;
	padding: 2px;
	margin: 0 10px 14px 0;
}

.sidebare-gallery .eor {
	margin-right: 0 !important;
}

/**************************************************************
						HOME PAGE WIDGETS
**************************************************************/

#homepage {
	display: block;
	width: 911px;
	margin: 0 0 0 27px;
	float: left;
	position: relative;
	text-align: left;
	_display: inline;
}

#homepage .widget {
	display: block;
	width: 290px;
	background-image: url('images/widget_home_bg.png');
	background-repeat: no-repeat;
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	_display: inline;
}

#homepage .widgettitle {
	position: relative;
	margin: 9px;
}

#homepage .widget p, #homepage .widget ul, #homepage .widget div {
	width: 272px;
	padding: 0;
	margin: 7px 9px;
}


/**************************************************************
							FOOTER
**************************************************************/

#footerwrapper {
	display: block;
	width: 100%;
	min-height: 279px;
	_height: 279px;
	background-image: url('images/footer.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0;
}

#footer {
	margin: 0 auto;
	display: block;
	width: 960px;
	text-align: center;
}

#footer .widget {
	width: 285px;
	float: left;
	margin: 85px 0 0 25px;
	display: block;
	text-align: left;
	_display: inline;
}

#footer .widget hr {
	display: block;
	visibility: visible;
	width: 285px;
	height: 3px;
	background-image: url('images/hr_bg.png');
	background-repeat: repeat-x;
	margin: 3px 0 4px 0;
	border: 1px Solid transparent;
	_visibility: hidden;
	_height: 1px;
	_background-color: #898989;
	_background-image: none;
}

#footer a, #sidebar a, #homepage a {
	color: #c0c0c0;
	text-decoration: none;
}

#footer a:hover, #sidebar a:hover, #homepage a:hover {
	text-decoration: underline;
}

.widget_company {
	line-height: 20px;
}

/**************************************************************
							STYLING
**************************************************************/

.alignleft {
	float: left;
	margin: 3px 10px 6px 0;
	_display: inline;
}

.withborder {
	border: 1px solid #5c5c5c;
	padding: 2px;
}

.alignright {
	float: right;
	margin: 3px 0 6px 10px;
	_display: inline;
}

.aligncenter {
	display: block;
	text-align: center;
	margin: 0 auto 5px auto;
}

.icon {
	margin: 0 5px 0 0;
	position: relative;
	top: 4px;
}

/**************************************************************
							HELPERS
**************************************************************/

.warning {
	color: #de5858 !important;
}

.success {
	color: #c3e999 !important;
}

.clearer {
	width: 1px;
	height: 1px;
	clear: both;
	visibility: hidden !important;
	margin: 0;
	border: 0;
	padding: 0;
}
