/*
Theme Name:     Markoops
Theme URI:      http: //themekiss.com/theme/markoops/
Description:    Markoops - Multiple Purpose WordPress Theme for blogging, business, and gallery...
Author:         ThemeKiss
Author URI:     http://themekiss.com
Version:        1.0
License: 		GNU General Public License
License URI: 	license.txt
Tags: 			white, orange, two-columns, fixed-width, threaded-comments, editor-style, custom-menu
*/



/* IMPORTING BEBAS FONT FACE IN CSS FOLDER */
@import url("css/fonts/Bebas-fontfacekit/stylesheet.css");



/********************************/
/* BEGIN MARKOOPS CSS 
/********************************/
body {
	background: #F7F7F7 url(images/bg.jpg);
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	font-size: 13px;
	line-height: 150%;
	font-weight: normal;
	color: #666666;
}
a {
	color: #107dc7;
	text-decoration: none;
}
a:hover {
	color: #111;
}
hr {
	border-top: 2px dotted #df0000;
	/* border-top-width: 2px; */
	clear: both;
	height: 0;

}
strong {
	color: #111;
}
em {
	color: #777;
}
blockquote {
	background: url(images/quote.png) no-repeat;
	clear: both;
	height: 100%;
	margin: 10px 0px 0px 5px;
	overflow: hidden;
	padding: 0px 0px 5px 60px;
}










/********************************/
/* HEADING CSS 
/********************************/

h1 {
	font-size: 25px;
}
h2 {
	font-size: 23px;
}
h3 {
	font-size: 21px;
}
	h3.headtitle {
		font-family: BebasRegular, arial, san-serif;
		font-size: 13px;
		font-weight: normal;
		line-height: 150%;
		letter-spacing: 2px;
		color: #91470C;
		text-transform: uppercase;
	}
	
h4 {
	font-size: 19px;
}
	
h5 {
	font-size: 17px;
}
h6 {
	font-size: 15px;
}











/********************************/
/* SHORT CSS CODES 
/********************************/

ol {
	list-style: decimal;
}
ul {
	list-style: disc;
}
li {
	margin-left: 30px;
}
p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
	margin-bottom: 20px;
}
.left {
	float: left;
	overflow: hidden;
}
.right {
	float: right;
	overflow: hidden;
}
.last {
	border: none !important;
}






/********************************/
/* CSS3 BUTTONS
/********************************/

.btn {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
 	*display: inline;
	color: #1e90de;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none !important;
	padding: 6px 10px;
	/*text-shadow: 0 1px 1px rgba(0,0,0,.3);*/
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: solid 1px #dddccc;
	background: #f6f5ea;
	background: -webkit-gradient(linear, left top, left bottom, from(#f6f5ea), to(#eeecd9));
	background: -moz-linear-gradient(top, #f6f5ea, #eeecd9);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeecd9', endColorstr='#eeecd9');
}
.btn:hover {
	text-decoration: none;
	background: #f1efde;
	background: -webkit-gradient(linear, left top, left bottom, from(#eeecdf), to(#e8e5d4));
	background: -moz-linear-gradient(top, #eeecdf, #e8e5d4);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeecdf', endColorstr='#e8e5d4');
}

/* orange color for button */
.orange:link {
	color: #fff !important;
}
.orange {
	color: #fff !important;
	border: solid 1px #762e00;
	background: #762e00;
	background: -webkit-gradient(linear, left top, left bottom, from(#c46800), to(#8c3600));
	background: -moz-linear-gradient(top, #c46800, #8c3600);
 	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c46800', endColorstr='#8c3600');
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}
.orange:hover {
	background: #a64000;
	background: -webkit-gradient(linear, left top, left bottom, from(#d17a17), to(#a64000));
	background: -moz-linear-gradient(top, #d17a17, #a64000);
 	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#d17a17', endColorstr='#a64000');
}
.btn a, .btn a:visited {
	color: #1e90de !important;
	text-decoration: none !important;
}
.btn a:hover {
	color: #1e90de !important;
}
.orange a, .orange a:visited {
	color: #fff !important;
	text-decoration: none !important;
}
.orange a:hover {
	color: #fff !important;
}










/********************************/
/* MESSAGES BOX SHORTCODE
/********************************/
.message {
	background: #FFF9DB url(images/alert.png) no-repeat 15px 15px;
	border: solid 2px #F4E4B7;
	padding: 15px 15px 15px 100px;
	margin-bottom: 25px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.message.failed {
	background: #ffc7c7 url(images/failure.png) no-repeat 15px 15px;
	border: solid 2px #f4abab;
}
.message.success {
	background: #D2E9B4 url(images/ok.png) no-repeat 15px 15px;
	border: solid 2px #90B166;
}
.message h3 {
	margin-bottom: 10px !important;
}









/********************************/
/* jQUERY UI OVERRIDING
/********************************/

.ui-selectmenu {
	display: block;
	position: relative;
	height: 2em;
	text-decoration: none;
	overflow: hidden;
	text-decoration: none !important;
}
.ui-selectmenu-menu li a, .ui-selectmenu-status {
	line-height: 1.4em;
	display: block;
	padding: .3em 1em;
	outline: none;
	text-decoration: none !important;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
}
.ui-selectmenu-menu li a:hover, .ui-selectmenu-status:hover {
	text-decoration: none;
}
.ui-selectmenu-icon {
	position: absolute;
	right: 6px;
	margin-top: -8px;
	top: 50%;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	top: 0;
	visibility: hidden;
	overflow: auto;
}
.ui-selectmenu-open {
	visibility: visible;
}
.ui-selectmenu-menu li {
	padding: 0;
	margin: 0;
	display: block;
	border-top: 1px dotted transparent;
	border-bottom: 1px dotted transparent;
	border-right-width: 0 !important;
	border-left-width: 0 !important;
	font-weight: normal !important;
}








/********************************/
/* HEADER ELEMENTS
/********************************/

#header_wrapper {
}
#header {
	margin-top: 0px;
}
#header #logo {
	float: left;
	margin-left: -180px;
}
#header #top_nav {
	float: right;
	margin-top: 16px;
}
#header #top_nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#header #top_nav ul li {
	margin: 0;
	padding: 0;
	float: left;
}
#header #top_nav ul li a {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: normal;
	font-family: BebasRegular, arial, san-serif;
}








/********************************/
/* MAIN CONTAINER
/********************************/
#main_container_wrapper {
	width:910px;
	overflow: hidden;
	background-image: url(images/paper-tile.jpg);
	/* background: #FFFFFF; */
	padding: 50px 20px 0px 20px;
	margin: 0 auto;
	border-top: solid 5px #000000;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
#container_left {
	width: 600px;
}
#container_left h3 {
	margin: 0 0 20px 0;
}








/********************************/
/* BLOG POSTS
/********************************/
.post {
	//Sorry, but we use hentry
}
.hentry {
	overflow: hidden;
	clear: both;
	border-bottom: 2px dotted #EEE;
	margin-bottom: 30px;
}
.sticky {
	//You really want to use sticky post?
}
.page {
	border-bottom: none;
}
.hentry .theme_thumbnail {
	padding: 8px;
	background: #F6F7F8;
	margin-bottom: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.hentry h1, .hentry h2, .hentry h3, .hentry h4, .hentry h5, .hentry h6 {
	font-family: 'Droid Sans', arial, serif;
	color: #111111;
}
h2.post_title {
	font-family: 'Droid Sans', arial, serif;
	font-size: 32px;
	line-height: 38px;
	font-weight: bold;
	letter-spacing: -0.05em;
	padding: 0 0 8px 0;
	margin-bottom: 0;
}
h2.post_title a {
	color: #111;
}
h2.post_title a:hover {
	color: #107DC7;
}
h2.single {
	font-family: BebasRegular, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Arial, sans-serif;
	font-size: 30px;
	line-height: 120%;
	font-weight: normal;
	letter-spacing: 0px;
	word-spacing:5px;
	text-transform: uppercase;
	color: #111111;
	margin-bottom: 5px;
}
#categories-dropdown {
	float: right;
	position: relative;
	width: 175px;
	margin-bottom: 20px;
}
#categories-dropdown:hover strong {
}
#categories-dropdown strong {
	z-index:1100;
	font-weight: bold;
	color: #91470C;
	padding: 0 15px;
	line-height: 35px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	display: block;
	text-align: left;
	margin: 0;
}
#categories-dropdown strong a {
	display: block;
}
#categories-dropdown .sub-indicator {
	position: absolute;
	display: block;
	right: 15px;
	top: 15px;
	width: 9px;
	height: 5px;
	text-indent: -999em;
	overflow: hidden;
	background: url('images/sprites.png') no-repeat -398px 0px;
}
#categories-dropdown ul {
	display:none;
	position:absolute;
	z-index:1000;
	width: 143px;
	background-color:#fbfaf3;
	border:1px solid #E6E4CF;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	list-style:none;
	top:31px;
	padding: 5px 15px;
}
#categories-dropdown:hover ul {
	display: block;
}
#categories-dropdown ul li.more-cats a {
	font-size:10px;
	color:#9c9c9c;
}
#categories-dropdown ul li {
	font-size:15px;
	color:#3b3b3a;
	padding:4px 5px;
	margin-left: 0;
}
#categories-dropdown ul li ul {
	margin-top:5px;
	display:block;
	position:relative;
	top:auto;
	left:auto;
	border:0;
	border-left:1px solid #dbdbdb;
	background:transparent;
	padding:0;
}
#categories-dropdown ul li ul li {
	background-position:-1107px -185px;
	padding:4px 16px;
}
#categories-dropdown ul li ul li a {
	font-size:13px;
	line-height:15px;
}
#categories-dropdown ul li a {
	font-size:12px;
	color:#3b3b3a;
}
.hentry .meta {
	color: #d48b51;
	font-size: 10px;
	margin-bottom: 20px;
}
.hentry .meta strong, .hentry .meta a {
	color: #d48b51;
}
.hentry .meta .metaComment {
	background: url(images/icon-comment-small.png) no-repeat 0% 1px;
	padding-left: 15px;
}
.hentry .meta strong {
	text-transform: uppercase;
}
.hentry blockquote p {
	color: #888888;
	font: italic normal normal 18px/normal Georgia, 'Times New Roman', Times, serif;
	line-height: 23px;
	padding: 0px;
}
.entry-list {
	border-bottom: 2px dotted #EEE;
	padding-bottom: 15px;
	margin-bottom: 50px;
}
.entry-list ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.entry-list li {
	height: 1%;
	padding: 5px 0 0;
	margin: 0 0 5px 0;
}
.entry-list .comments-label {
	background: url(images/icon-comment.png) no-repeat;
	display: block;
	float: left;
	font-size: 10px;
	width: 28px;
	height: 28px;
	line-height: 20px;
	margin: 3px 20px 0px 0px;
	text-align: center;
	color: #FFFFFF;
}
.entry-list .comments-label a {
	color: #FFFFFF;
}
.entry-list .title {
	display: block;
	font-weight: bold;
	margin: 0px;
	line-height: 20px;
}
.entry-list .date {
	font-size: 10px;
}
.hentry .entry-utility {
	margin-bottom: 15px;
}
.hentry .entry-utility em a {
	color: #999;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 1.2em;
	font-style: italic;
	margin-right: 5px;
}

#entry-author-info {
	border-top: 3px solid #E18F25;
	background: #FFFCDE;
	clear: both;
	margin: 10px 0 25px 0;
	overflow: hidden;
	padding: 15px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	margin: 0 -104px 0 0;
	padding: 5px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info strong {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}
.navigation {
	display: block;
	overflow: hidden;
}
#popular .block, #recent .block {
	padding-bottom: 10px;
	margin-bottom: 15px;
}
#popular .block img.right, #recent .block img.right {
	margin-left: 10px;
	border: 5px solid #F6F7F8;
}
#popular .block h2, #recent .block h2 {
	font-size: 100%;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 0px;
}
#popular .block h2 a, #recent .block h2 a {
	color: #666666;
}
#popular .block h2 a:hover, #recent .block h2 a:hover {
	color: #107dc7;
}
#popular .block span.meta, #popular .block span.meta a, #recent .block span.meta, #recent .block span.meta a {
	color: #666;
	font-size: 10px;
}
#popular .block span.comment, #recent .block span.comment, .widget .block span.comment {
	background: url(images/icon-comment-small-grey.png) no-repeat 0% 1px;
	font-size: 10px;
	padding-left: 15px;
	text-transform: uppercase;
}
#popular .block span.comment a, #recent .block span.comment a {
	color: #666;
}
#popular .block span.comment a:hover, #recent .block span.comment a:hover {
	color: #107DC7;
}








/********************************/
/* FOR WORDPRESS FUNCTIONs
/********************************/

img.alignleft, img.aligncenter, img.alignright, img.alignnone {
	margin-top: 10px;
	margin-bottom: 30px;
}
.alignleft {
	float: left;
	margin-right: 30px;
}
.alignright {
	float: right;
	margin-left: 30px;
}
.aligncenter {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
 .wp-caption, .gallery-caption {
	position: relative;
	display: block;
}
.wp-caption-text {
	font-size: 95%;
	color: #555555;
	padding: 10px 0;
	font-style: italic;
}










/********************************/
/* WIDGETS
/********************************/
.widget {
	background: #f6f5ea;
	border: solid 1px #e6e4cf;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 25px;
}
.project .widget, #container_left .widget {
	background: none;
	border: none;
	margin-bottom: 25px;
	border-bottom: 2px dotted #EEE;
}
.widget_section {
	padding: 20px;
	overflow: hidden;
}
#container_left .widget_section {
	padding: 0;
}
.project .widget_section {
	padding: 20px 0;
}
.widget h3, #comments h3 {
	font-family: BebasRegular, arial, san-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 150%;
	letter-spacing: 2px;
	word-spacing: 1px;
	text-transform: uppercase;
	color: #c22712;
	margin: 20px 20px 0;
}
.project .widget h3 {
	margin: 0;
}
.widget a {
	color: #1268a2;
}
.widget ul {
	margin: 0;
}
.widget ul li {
	background: url(images/line-h.jpg) repeat-x bottom;
	list-style: none;
	margin: 0 0 5px;
	padding: 0px 0px;
}
.widget ul li:last-child {
	background: none;
}

.widget li ul li {margin-left: 30px;
	}
.project .widget ul {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
.project .widget ul li {
	float: left;
	background: none;
	list-style: none;
	margin: 0;
	padding: 0;
}
.widget_testimonials .widget ul li img {
	border: 3px solid #F5F5F5;
	margin: 0 7px 5px 0;
}
.widget_testimonials .widget ul li img:hover {
	border: 3px solid #EEEEEE;
}
.widget_testimonials .client_testimonial q {
	display: block;
	font-size: 20px;
	font-weight: 300;
	font-family: Georgia, serif;
	color:#888;
	margin:0 0 15px 0;
	line-height:140%;
}
.widget_testimonials .client_testimonial cite {
	clear: both;
	display: block;
	text-align: right;
	font-style: normal;
	font-family: BebasRegular, arial, san-serif;
	font-size: 13px;
	font-weight: 600;
	line-height: 150%;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #91470C;
}
.widget ul li.clear {
	background: none;
	list-style: none;
	margin: 0;
	padding: 0;
}
.widget ul li a {
	display: inline;
	float: none;
	margin: 0px;
	padding: 0px;
}
.widget_twitter ul li a.timesince {
	font-size: 10px;
	color: #888888;
}
.widget_twitter .twitter_bottom a {
	color: #111111;
	font-weight: bold;
}
.widget_popular .block, .widget_rcomments .block, .widget_featured .block {
	overflow: hidden;
}
.widget_popular strong, .widget_featured strong {
	display: block;
	font-weight: normal;
}
.widget_popular img, .widget_rcomments img.avatar, .widget_featured img {
	padding: 5px;
	background: #FFFFFF;
	border: solid 1px #e7e7e7;
}
.widget_popular img.left, .widget_rcomments img.avatar, .widget_featured img.left {
	margin-right: 20px;
}
.widget_rcomments img.avatar {
	float: left;
}
.widget_popular .meta, .widget_featured .meta {
	font-size: 10px;
	color: #888;
	margin-bottom: 0;
}
		/********************************/
		/* SEARCH WIDGET 
		/********************************/
		.widget_search {
			background: none !important;
			border: none !important;
		}
		.widget_search .widget_section {
			padding: 0;
		}
		.search-form {
			background: url(images/search_bg.jpg) no-repeat;
			height: 37px;
			margin: 0;
			position: relative;
		}
		.search-form fieldset {
			overflow: hidden;
			padding: 7px 10px 7px 15px;
		}
		.search-form input, .search-form button {
			border: 0px;
			float: left;
			margin: 0px;
			padding: 0px;
		}
		.search-form .text {
			background: none;
			margin: 5px 0px 0px;
			width: 265px;
		}
		.search-form button {
			background: url(images/search_icon.jpg) no-repeat;
			cursor: pointer;
			height: 15px;
			line-height: 0;
			overflow: hidden;
			text-indent: -9999em;
			width: 11px;
			margin: 5px 0px 0px;
		}
		
		
		
		/********************************/
		/* FLICKR WIDGET 
		/********************************/
		.widget .flickr_badge_image {
			margin: 5px 5px 5px 0;
			float: left;
		}
		.widget .flickr_badge_image img {
			width: 70px !important;
			padding: 5px;
			background: white;
			border: solid 1px #E6E4CF;
		}
		
		#flickr_badge_image4 img, #flickr_badge_image8 img {
			margin-right: 0;
		}
		
		#footer-inner .credit {
			float: right;
		}
		
		
		
		
		
		
		
		
/********************************/
/* HOMEPAGE OPTION 2
/********************************/

.opt_2 .widget {
	background: none;
	border: none;
	margin-bottom: 10px;
	border-bottom: none;
}
.opt_2 #welcome_text {
	margin-bottom: 25px;
	border-bottom: none;
}
.opt_2 #welcome_text h3 {
	font-family: BebasRegular, arial, san-serif;
	font-size: 17px;
	font-weight: 600;
	line-height: 150%;
	letter-spacing: 2px;
	color: #91470C;
	font-weight: bold;
	text-transform: uppercase;
}
.opt_2 .widget_search {
	margin-bottom: 25px;
}
.opt_2 .project {
	margin-bottom: 25px;
	border-bottom: 2px dotted #EEE;
}
.opt_2 .opt_item {
	float: left;
	width: 285px;
	border: none !important;
}
.opt_2 .opt_item.right {
	float: right;
}
.opt_2 .widget h3 {
	margin: 10px 0;
}
.opt_2 .theme_thumbnail {
	padding: 8px;
	background: #F6F7F8;
}
.opt_2 .widget_section {
	margin: 0;
	padding: 0;
}
.opt_2 .opt_item ul.our-framework li {
	border-bottom: solid 1px #EEE;
	background: none;
	padding-left: 36px;
	line-height: 25px;
}
.opt_2 .opt_item ul.our-framework li.foptions {
	background: url(images/settings_36.png) -5px center no-repeat;
}
.opt_2 .opt_item ul.our-framework li.ftypography {
	background: url(images/typography_36.png) -5px center no-repeat;
}
.opt_2 .opt_item ul.our-framework li.fwidget {
	background: url(images/widget1_36.png) -5px center no-repeat;
}
.opt_2 .opt_item ul.our-framework li.fsidebar {
	background: url(images/sidebar_36.png) -5px center no-repeat;
}
.opt_2 .opt_item ul.our-framework li.fposttype {
	background: url(images/productive_36.png) -5px center no-repeat;
}
.opt_2 .opt_item ul.our-framework li.fcompatible {
	background: url(images/compatible_36.png) -5px center no-repeat;
}
.opt_2 .opt_item ul.our-framework li.fskin {
	background: url(images/skins_36.png) -5px center no-repeat;
}
.opt_2 .opt_item ul.our-framework li.fslider {
	background: url(images/slider_36.png) -5px center no-repeat;
}
.opt_2 .entry-list li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #EEEEEE;
	background: none;
}
.opt_2 .entry-list h2 {
	font-weight: normal;
	font-size: 13px;
	margin: 0;
	line-height: 120%;
}
.opt_2 .entry-list .date {
	margin: 3px 0 0 0;
}
.opt_2 .entry-list {
	border-bottom: none;
}












/********************************/
/* SLIDER 
/********************************/
#slider-wrapper {
	margin: 0;
	padding: 0;
	overflow: hidden;
	height: 247px;
}
#slider-inner {
	background: transparent url(images/feature_overlay.png) no-repeat center top;
	width: 950px;
	height: 247px;
	position: relative;
	z-index: 10;
}
ul#slider li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.slideContent {
	z-index: 10;
}
.imageSlide {
	padding: 0;
	width: 100% !important;
	height: 100% !important;
	position: relative;
}
.imageSlide .featureObg {
	background: transparent url(images/feature_overlay.png) no-repeat center -247px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.textSlide .leftFeature {
	margin: 40px 0 0 35px;
}
.textSlide .featureImage {
	margin: 51px 0 0 50px;
	float:  left;
	box-shadow: 0px -5px 10px #B8B8B8;
	-moz-box-shadow: 0px -5px 10px #B8B8B8;
	-webkit-box-shadow: 0px -5px 10px #B8B8B8;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#acacac')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#acacac');
}
.textSlide h2 {
	font-family: BebasRegular, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Arial, sans-serif;
	font-size: 30px;
	line-height: 120%;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #92480c;
}
.textSlide h2 a {
	color: #92480c;
	text-decoration: none;
}
.textSlide p {
}













/********************************/
/* FOOTER 
/********************************/
#footer {
	background: transparent;
	width: 100%;
	position: relative;
}
#footer-bg-left {
	/* background: url(images/tile_footer.jpg) repeat-x; */
	height: 100%;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 50%;
	padding-left: 20px;
	z-index: 4;
}
#footer-bg-right {
	/* background: url(images/tile_footer.jpg) repeat-x; */
	height: 100%;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 50%;
	padding-left: 20px;
	z-index: 4;
}
#footer-wrap {
	background-image: url(images/cement-tile.jpg);
	/* background: url(images/footer_bg.jpg) no-repeat 50% 0%; */
	width: 910px;
	margin: 0px auto;
	padding: 0 20px;
	position: relative;
	z-index: 5;
}
#footer-content {
	width: 910px;
	padding-top: 65px;
	position: relative;
	/* overflow: hidden; */
}
#top-link-block {
	display: block;
	height: 84px;
	position: absolute;
	top: 0px;
	width: 100%;
}
#top-link-block a {
	display: block;
	height: 50px;
	margin: 0px auto;
	width: 140px;
}
#footer-wrap .widget {
	background: none;
	border: none;
	margin-right: 30px;
}
#footer-wrap .last .widget {
	margin-right: 0;
}
#footer-wrap .widget h3 {
	padding: 0;
	margin: 0 0 20px;
}
#footer-wrap .widget .widget_section {
	padding: 0;
}
#footer-wrap .widget ul {
	list-style: none;
}
#footer-wrap .widget ul li {
	list-style: none;
	margin: 0;
	padding: 5px 0;
	background: none;
	border-bottom: solid 1px #e4e4e4;
}
#footer-wrap .widget ul li:last-child {
	border-bottom: none;
}
#footer-wrap .widget_nav_menu {
	width: 150px;
	float: left;
}
.newsletter-wrapper {
	margin-bottom: 0;
}
.newsletter-wrapper input, .newsletter-wrapper button {
	background: none;
	border: none;
	float: left;
	padding: 0;
}
.newsletter-wrapper input#newsletter-email {
	background: url(images/sprites.png) no-repeat;
	width: 134px;
	height: 23px;
	padding: 3px 10px;
}
.newsletter-wrapper input#newsletter-email:focus {
	background: url(images/sprites.png) no-repeat 0 -29px;
	outline: none;
}
.newsletter-wrapper button#newsletter-btn {
	width: 76px;
	height: 29px;
	cursor: pointer;
	text-indent: -9999px;
	background: url(images/sprites.png) no-repeat -154px 0px;
}
.newsletter-wrapper button#newsletter-btn:hover {
	background: url(images/sprites.png) no-repeat -154px -29px;
}
.widget_social .widget_section a {
	width: 32px;
	height: 32px;
	display: block;
	float: left;
	text-indent: -9999px;
	margin-right: 5px;
}
.widget_social .widget_section a.rss-link {
	background: url(images/social/rss.png) no-repeat;
}
.widget_social .widget_section a.email-link {
	background: url(images/social/email.png) no-repeat;
}
.widget_social .widget_section a.twitter-link {
	background: url(images/social/twitter.png) no-repeat;
}
.widget_social .widget_section a.facebook-link {
	background: url(images/social/facebook.png) no-repeat;
}
.widget_social .widget_section a.linkedin-link {
	background: url(images/social/linkedin.png) no-repeat;
}
.widget_social .widget_section a.youtube-link {
	background: url(images/social/youtube.png) no-repeat;
}
.widget_social .widget_section a.flickr-link {
	background: url(images/social/flickr.png) no-repeat;
}
#bottom-footer {
	width: 910px;
	overflow: hidden;
	border-top: 2px dotted #C8C8C8;
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
}
#bottom-footer-content {
	font-size: 12px;
	margin: 0px auto;
	position: relative;
	width: 960px;
}
#bottom-footer-content a {
	color: #9AACBA;
	display: inline-block;
	margin-left: 15px;
	padding-bottom: 1px;
	text-decoration: none;
}
#bottom-footer-left p {
	margin-bottom: 5px;
}
#bottom-footer-left ul {
	list-style: none;
}
#bottom-footer-left ul li {
	list-style: none;
	margin: 0 15px 0 0;
	float: left;
}
#bottom-footer-right {
	text-align: right;
	position: absolute;
	right: 0px;
}
#bottom-footer-right em {
	font: italic normal normal 12px/25px Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
	margin-right: 5px;
	margin-top: -1px;
	float: left;
}














/********************************/
/* COMMENTS
/********************************/
#comments h3 {
	padding: 10px 0 20px 0;
	margin: 0 0 20px 0;
}
#comments #comments_wrap {
	padding: 0;
	position: relative;
	margin:20px 0;
	overflow: hidden;
}
#main .post #comments ol, #main .post #comments ul {
	background:none;
	border:none;
	padding:0;
}
#comments ol.commentlist li {
	margin-left: 0;
	padding-left: 16px;
	padding-right: 16px;
	list-style: none;
	padding-bottom: 15px;
	border-top: 1px solid #f2f1e7;
	padding-top: 15px;
	margin-bottom: 15px;
	background: #fafaf6;
	overflow: hidden;
}
#comments ol.commentlist li.bypostauthor {
	border-top: 3px solid #e18f25;
	background: #fffcde;
}
#comments ol.commentlist li .comment-head {
	overflow: hidden;
}
#comments ol.commentlist img.avatar {
	float:left;
	padding: 5px;
	background: white;
	border: solid 1px #E7E7E7;
	margin-right: 10px;
}
#comments ol.commentlist .user-meta {
	display: block;
	font-size:12px;
	overflow: hidden;
}
#comments ol.commentlist .user-meta .name, #comments ol.commentlist .user-meta .name a {
	float: left;
	font-size:16px;
	text-decoration:none;
}
#comments ol.commentlist .user-meta cite {
	float: left;
	font-style: normal;
}
#comments ol.commentlist .user-meta .reply {
	float: left;
}
#comments ol.commentlist .user-meta .reply .comment-reply-link {
	font-size: 10px;
	line-height: 21px;
	color: #833C1A;
	text-decoration: none;
	text-transform: uppercase;
	margin-left: 10px;
}
#comments ol.commentlist .user-meta .reply .comment-reply-link:hover {
	text-decoration: underline;
}
#comments ol.commentlist .comment-entry {
	margin-top: 10px;
}
#comments .comment a {
	text-decoration: underline;
}
#comments .comment a:hover {
	text-decoration: none;
}
#comments .comment small {
	font-size: 10px;
	margin-top: -2px;
}
#comments ul.children {
	margin:15px 0 0;
	padding:0;
	overflow: hidden;
}
#comments ul.children li.depth-2 {
	border-bottom: 1px solid #F2F1E7;
	background: #fdfdfb;
	margin:20px 0;
}
#comments .navigation {
	margin-bottom: 40px;
}
#comments .navigation .page-numbers {
	display: block;
	width: 25px;
	font-size: 12px;
	line-height: 25px;
	text-align: center;
	float: left;
	margin-right: 5px;
	border: 1px solid #f2f1e7;
	background: #fafaf6;
}
#comments .navigation .current {
	font-weight: bold;
	color: #111111;
	background: #FDFDFB;
}
#comments .navigation a.page-numbers {
}
#comments .navigation a.next, #comments .navigation a.prev {
	width: auto;
	padding: 0 10px;
}
#comments .commentlist p {
	padding:0;
}
#comments #respond {
}
#comments .commentlist .children #respond #form_wrap .col-right {
	float:none;
}
#comments .cancel-comment-reply {
	margin-bottom:10px;
}
#comments #respond .input {
	background:#f6f6f6;
	border-top:1px solid #bebebe;
	border-left:1px solid #bebebe;
	border-bottom:1px solid #f3f3f3;
	border-right:1px solid #f3f3f3;
	padding:5px;
}
#comments #respond .btn {
	font-family: BebasRegular, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Arial, sans-serif;
	font-size: 13px;
	line-height: 100%;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
}
#comments .commentlist .thread-even #respond .input {
	background:#fff;
}
#comments #respond label {
	padding-left:5px;
}
#comments ul.children li ul.children, #comments .commentlist {
	padding:0;
}
#comments ol.commentlist ul.children img.avatar {
	float:right;
	margin-left: 10px;
}














/********************************/
/* PROJECT
/********************************/
.proj-list {
	list-style: none;
	margin: 0;
	float: left;
}
.proj-list li {
	float: left;
	margin: 0 18px 10px 0;
}
.proj-list li.clear {
	width: 100%;
}
.proj-list li.omega {
	margin-right: 0;
}
.proj-list img, .proj-list a:link img, .proj-list a:visited img {
	margin-bottom: 4px;
	padding: 0;
	background: none;
	border: 5px solid #F6F7F8;
	float: left;
}
.proj-list strong {
	color: #107DC7;
	margin: 4px 0 0;
	font-size: 100%;
	line-height: 14px;
	width: 85px;
	font-weight: bold;
	display: block;
}
.project_info {
	background:#f5f5f5;
	padding:15px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	overflow: hidden;
	margin-bottom: 20px;
	font: 600 14px BebasRegular, arial, san-serif;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 2px;
	color: #666;
}
.project_info p {
	margin: 0;
}
.project #project-images-widget ul li.post-thumb {
	float: left;
	margin: 0 15px 15px 0;
}
.project #project-images-widget ul li.post-thumb img {
	padding: 0;
	background: none;
	border: 5px solid #F6F7F8;
	float: left;
}
.project #project-images-widget ul li.post-thumb img:hover, .proj-list a:hover img {
	border-color: #F1F1F1;
}















/********************************/
/* DEFAULT CONTACT FORM
/********************************/
#contact-wrapper {
}
#contact-wrapper p {
	clear:both;
	overflow: hidden;
	position: relative;
}
#contact-wrapper label {
	padding:5px;
	float: left;
}
#contact-wrapper label.error {
	float: none;
	position: absolute;
	left: 250px;
	color: #CC0000;
}
#contact-wrapper .form-message label.error {
	position: relative;
	float: none;
	left: auto;
}
form#contactform input.text, form#contactform textarea {
	background:#f6f6f6;
	border-top:1px solid #bebebe;
	border-left:1px solid #bebebe;
	border-bottom:1px solid #f3f3f3;
	border-right:1px solid #f3f3f3;
	padding:5px;
	float: left;
}
form#contactform textarea {
	width: 97%;
}













/********************************/
/* WP-PAGENAVI
/********************************/
/*
+----------------------------------------------------------------+
|																							|
|	WordPress 2.1 Plugin: WP-PageNavi 2.20									|
|	Copyright (c) 2007 Lester "GaMerZ" Chan									|
|																							|
|	File Written By:																	|
|	- Lester "GaMerZ" Chan															|
|	- http://lesterchan.net															|
|																							|
|	File Information:																	|
|	- Page Navigation CSS Style													|
|	- wp-content/plugins/pagenavi/pagenavi-css.css						|
|																							|
+----------------------------------------------------------------+
*/

.wp-pagenavi {
	margin-top:20px;
	text-align: right;
	font-size: 12px;
	display: block;
}
.wp-pagenavi a, .wp-pagenavi span.current, .wp-pagenavi span.extend {
	width: 20px;
	padding:  6px 10px;
	margin-left: 5px;
	text-decoration: none;
	text-align: center;
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
	color: #666;
	background-color: #eeece0;
}
.wp-pagenavi a:hover {
	color: #fff;
	background-color: #91470C;
}
.wp-pagenavi span.pages {
	line-height: 20px;
	float: left;
	text-align: left;
	width: 150px;
	margin: 0;
	text-decoration: none;
	color: #666;
}
.wp-pagenavi span.current {
	color: #fff;
	background-color: #91470C;
}
.wp-pagenavi span.extend {
	margin: 0;
	color: #666;
	background-color: #FFFFFF;
}


/* -------------------- ARMY GALLERY CSS --------------------------- */

#gallery-main {padding: 0 0 0 160px;
	}
#gallery-tab {float: left;
	margin-left: -160px;
	}
#gallery-main h2 {margin: 20px 0 8px 0;
	}


/*--------------------- SLIDER COD E------------------------- */

#slider-frame {margin-left: -20px;
	margin-top: -50px;
	}

/* --------------------- Styling for Friends of Big Shoota Menu ------- */

#nav_menu-3 .menu-friends-of-bigshoota-com-container {

	}
.menu-friends-of-bigshoota-com-container li{ margin: 0;
	}

/*--------- FOR Pagination only --------- */

#pagination {text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	}

a.break {clear: both;
	}


/* ------------ Custom Classes --------------- */

.ex-tip {display: block;
	border: #df0000 solid 1px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
	padding: 10px 12px 10px 90px;
	background-image:url(images/ex-tip-bg.png);
	background-repeat:no-repeat;
	}
#div.ex-tip {color:#df0000;
	}

