@charset "utf-8";
body {
	font: 13px Arial, Helvetica, sans-serif;
	line-height:26px;
	background: #000000 url(/images/blk_bg.jpg) repeat-x;
	margin: 0; 	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #cdcdcd;
}
#container {
	width: 960px;  
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	padding: 0 10px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#heading {font-family:AG_Futura, 'Century Gothic'; font-size:24px; font-weight:lighter; text-align:right; line-height:48px;border-bottom:1px solid #383838;padding-bottom:25px}
.noDisplay span { display:none; }

a{color:#FFAA00; text-decoration:none}
a:hover{text-decoration:underline}

h1.portfolio {font-weight:normal; font-size:18px;padding-left:78px;}
#nav, #nav ul { /* all lists */
	float:right;
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav {margin-top:25px;}

#nav a {
	

}

a img {border:0px}
#nav li { /* all list items */
	float: left;
	padding-right:18px; 
	padding-left:18px; 
}

#nav li ul { /* second-level lists */
	position: absolute;
	background:url(/images/blk_bg_nav.png);
	display:none;
	font-size:11px;
}
#nav>li:hover {background:url(/images/blk_bg_nav.png);}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	display:block;
	z-index:1;
	margin-left:-18px;
	
}

a.light {color:#cdcdcd; text-decoration:none}
h2 {font-size:14px; color:#FFAA00;font-weight:normal;}
#pictures { width:960px; height:500px; border-bottom:0px solid #383838}
#welcome { float:left; text-align:left; width:500px; padding:30px 0 0 20px;}
#offers { float:right; text-align:left; width:300px; padding:30px 0 0 20px;}
#leftcolumn { float:left; text-align:left; width:420px; padding:30px 0 0 20px;}
#rightcolumn{ float:right; text-align:left; width:420px; padding:30px 0 0 20px;}
#entries { float:left; text-align:left; width:650px; padding:30px 0 0 20px;}
#sidebar { float:right; text-align:left; width:200px; padding:30px 0 0 20px;}

.clear { clear:both; }
.compressed h2 {margin-bottom:-12px; }

#footer {
	padding: 20px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	border-top:1px solid #383838;
	text-align:center;font-size:11px;
	margin-top:25px;

}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.gallery {padding-bottom:60px !important; margin-left:37px !important}
/*for blogger*/
/* for blogger */
#navbar-iframe {display: none !important;}
/* #main {margin-left:40px !important;} */
.date-header {color:#999999;}
#main h3{margin:10px 0; font-size:16px; border-bottom:1px dotted #e7e7e7;}
#main h3 a{text-decoration:none;}
dt.profile-data {font-weight:bold;}
dd.profile-data {font-style:italic;}
dd.profile-textblock{padding-top:5px;}
.profile-img{display:none;}
.profile-link{display:none;}
.post-footer {font-size:11px; margin:15px 0; padding-bottom:20px; border-bottom:0px dotted #e7e7e7;}
.comment-link {font-size:12px; font-weight:bold;}
.status-msg-body {font-size:12px;}
.blog-title>a {color:black;}
.feed-links {display:none;}

.nobrtable br { display: none; }
#thumbnails img {padding:3px 3px 6px 3px;}
#twitter-link {padding-left:28px; padding-top:3px;
	background:url(http://www.mojophotoco.com/images/ico-twitter.png) no-repeat;
	height:24px; font-size:12px; text-decoration:none; margin-bottom:3px;}
#rss-link {padding-left:28px; padding-top:3px;
	background:url(http://www.mojophotoco.com/images/ico-rss.png) no-repeat;
	height:24px; font-size:12px; text-decoration:none;}

#sidebar1 h2 {margin-top:25px}