/* Theme Name: SandBox */
/* Theme Description: Clean and Simple CMS Lokomedia Template */
/* Author: Ahmad Nugraha */
/* Author e-mail: seventhhvn67@gmail.com */

/* Global Reset */
@import url(css/reset.css);

/* Basic Style */
/* --------------------------------- */

body {
	font: 12px/20px "Open Sans", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #eee;
	background: #ffffff ;
}
strong, th, thead td {
	font-weight: bold;
}
cite, em, dfn {
	font-style: italic;
}
code, kbd, samp, pre, tt, var, input[type=text], input[type=password], input[type=email], textarea {
	font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;
}
code, pre {
	display: block;
	white-space: pre;
}
del {
	text-decoration: line-through;
	color: #666;
}
ins, dfn {
	border-bottom: 1px solid #ccc;
}
small, sup, sub {
	font-size: 85%;
}
abbr, acronym {
	text-transform: uppercase;
	letter-spacing: .1em;
}
a abbr, a acronym {
	border: none;
}
abbr[title], acronym[title], dfn[title] {
	cursor: help;
	border-bottom: 1px dotted #ccc;
}
sup {
	vertical-align: super;
}
sub {
	vertical-align: sub;
}
p, ul, ol, dl, table, fieldset, blockquote, pre, code {
	margin-bottom: 20px;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0.6em;
	font-weight: normal;
	line-height: 1em;
}
h1 {font-size: 32px;}
h2 {font-size: 28px;}
h3 {font-size: 24px;}
h4 {font-size: 18px;}
h5 {font-size: 14px;}
h6 {font-size: 12px;}

h1 .subTitle, h2 .subTitle, h3 .subTitle, h4 .subTitle, h5 .subTitle, h6 .subTitle {
	display: block;
	color: #999;
	font-size: 0.65em;
	margin: 0;
}
ul {
	margin-left: 1.5em;
	list-style-type: disc;
}
ul li {
	margin-left: .85em;
}
ul ul {
	list-style-type: square;
}
ul ul ul {
	list-style-type: circle;
}
ol {
	margin-left: 2.35em;
	list-style-position: outside;
	list-style-type: decimal;
}
dt {
	margin-top: .8em;
	margin-bottom: .4em;
	font-weight: bold;
}
ol ol, ul ol {
	margin-left: 2.5em;
}
ul ol, ol ul, ol ol, ul ul {
	margin-bottom: 0;
}
a:link, a:visited, a:hover, a:active, a:focus {
	color:#0090FF;
	outline: 0 none;
	text-decoration: none;
}
.center {
	text-align: center;
}
.hidden {
	display: none;
	visibility: hidden;
}
.invisible {
	visibility: hidden;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.aligncenter {
	margin-left:auto;
	margin-right:auto;
}
.clearboth{
	clear: both;
	display: block;
	font-size: 0px;
	height: 0px;
	line-height: 0;
	width: 100%;
	overflow:hidden;
}
.inner { 
	width: 960px;
	margin: 0 auto 0; ; 
	position: relative; 
	height: 100%;
 	
}

/* @Font-Face */
/* --------------------------------- */
@font-face {
    font-family: 'OstrichSansMedium';
    src: url('fonts/ostrich-regular-webfont.eot');
    src: url('fonts/ostrich-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ostrich-regular-webfont.woff') format('woff'),
         url('fonts/ostrich-regular-webfont.ttf') format('truetype'),
         url('fonts/ostrich-regular-webfont.svg#OstrichSansMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'LeagueGothicRegular';
    src: url('fonts/League_Gothic-webfont.eot');
    src: url('fonts/League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/League_Gothic-webfont.woff') format('woff'),
         url('fonts/League_Gothic-webfont.ttf') format('truetype'),
         url('fonts/League_Gothic-webfont.svg#LeagueGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'LeagueGothicRegular', Arial, sans-serif;
	margin-bottom: 0;
}
div.title h2 {
	font-family: 'OstrichSansMedium', Arial, sans-serif;
	margin-bottom: 0;
}

/* Layout */
/* --------------------------------- */
#top_bar {
	background: #303030;
	height: 40px;
	position: fixed;
	z-index:1000;
	width: 100%;
	margin-bottom:10px;
	top:0;
}
#page {
	padding: 0;
	margin-top: -30px;
	width: 100%;
	height: 100%;
	border-bottom: 1px solid #fbfbfb;
}
#content {
	clear:both;
	width:600px;
	float: left;
	background: #fff;
	padding: 25px 0;
	margin: 0;
	color: #666;
	/*border: 1px solid #d9d9d9;
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.1);
	box-shadow: 0 0 3px rgba(0,0,0,0.1);
	*/
}
#sidebar {
	float:right;
	width:260px;
	padding: 20px 0px;
	margin: 20px 0;
	color: #333;
	z-index: 0;
}

input[type=submit] {
	padding: 1px 3px 2px;
}
div.title{
	background-color:#292929;
  color:#FFFFFF;
  margin-bottom:30px;
  margin-top:13px;
  padding:15px;
  position:relative;
}
div.title h2{
	color:#DEDEDE;
  font-size:18px;
  font-weight:bold;
  line-height:15px;
  margin-left:10px;
  text-transform:uppercase;
}

/* Header */
/* --------------------------------- */
#header {
	height: 230px;
	border-top: 1px solid #fff;
	margin-top:28px;
}
#slider_head {
	height: 152px;
	border: 0px solid grey;
	margin-top:10px;
	border-radius: 5px;
	background:url(images/header_new.jpg);
}
#logo {
	float: left;
	padding: 0;
	font-size: 32px;
	height: 60px;
	bottom: 10px;
	position: absolute;
}
#logo a {
	color: #fff;
	border: none;
}

/* Navigation */
/* --------------------------------- */
#top_menu {
	margin: 0 auto 10px;
	text-align:center;
	padding: 0;
	position:relative;
	height:20px;
	width: 960px;
}
.navbar {
	text-align: center;
	margin:0 auto;
	padding:0;
	background-color:#F5F5F5;
  border-color:red #E2E2E2 #E2E2E2;
  border-style:solid;
  border-width:5px 1px 1px;
	width:960px;
	position:absolute;
	
}
.navbar ul {
  margin:0;
	padding:0;
	list-style:none;
	text-align:center;
	height:40px;

}
.navbar ul li{
	display:inline;
	line-height:20px;
	margin-left:0;
	padding-top:13px;
}
.navbar ul li:first-child{margin-left: -1px}
.navbar ul li:first-child >a{
	border-left-color:#E2E2E2;
  border-left-style:solid;
  border-left-width:1px;	
}
.navbar ul li:hover{
	-webkit-transition:all 0.05s ease-in;
  border-top-color:red;
  border-top-style:solid;
  border-top-width:5px;
  text-decoration:none;
  transition:all 0.05s ease-in;
}
.navbar li a{
	border-right-color:#D9D9D9;
  border-right-style:solid;
  border-right-width:1px;
  color:#303030;
  font-size:15px;
  font-weight:400;
  
  padding:8px 10px;
  position:relative;
  text-transform:uppercase;
	display:inline-block;
	font-family: oswald, sans-serif;
}
.navbar a {
	
}
#navigation {
	right: 0;
	bottom: 0;
	position: absolute;
	height: 40px;
	font-size: 13px;
	z-index: 205;
}
.jqueryslidemenu {
	position: relative;
	z-index: 205;
}
.jqueryslidemenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 205;
}
/*Top level list items*/
.jqueryslidemenu ul li {
	position: relative;
	display: inline;
	float: left;
	margin: 0px;
}
/*Top level menu link items style*/
.jqueryslidemenu ul li a {
	display: block;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
	overflow:hidden;
	padding:0 15px;
	color: #626261;
}
.jqueryslidemenu ul li a:hover {
	color: #222;
	background: none;
}
/* 1st sub level menu */
.jqueryslidemenu ul li ul {
	position: absolute;
	left: 0;
	display: block;
	padding: 3px 0 0;
	visibility: hidden;
	border: 1px solid #c8c6c3;
	border-top: none;
	z-index: 205;
	background-color: #d8d6d3;
}
/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li {
	display: list-item;
	float: none;
	margin: 0;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul {
	top: 0;
	padding: 2px 0;
	z-index: 205;
}
/* Sub level menu links style */
.jqueryslidemenu ul li ul li a {
	width: 150px;
	padding: 5px 15px 7px;
	margin: 0;
	background: #f6f4f1;
}
.jqueryslidemenu ul ul li a, .jqueryslidemenu ul ul li a:link, .jqueryslidemenu ul ul li a:visited {
	height: 100%;
	line-height: 20px;
}
.jqueryslidemenu ul li ul li a:hover, .jqueryslidemenu ul ul li a:hover {
	padding: 5px 15px 7px;
	border-left:0;
	border-right:0;
	background: #fff;
	color: #626261;
}
.jqueryslidemenu ul ul ul{
	margin-top:-5px;
}
.jqueryslidemenu ul li ul{
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	box-shadow: 0 2px 2px rgba(0,0,0,0.2);
}
* html .jqueryslidemenu ul li a {
	/*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}
html .jqueryslidemenu{height: 1%;} /*Holly Hack for IE7 and below*/

/* Post */
/* --------------------------------- */
#post {
	width: 100%; 
	padding-bottom: 10px; 
	border-bottom: 1px solid #dfdfdf; 
	float: left; 
	margin-bottom: 20px; 
}
#post img a {
	width: 100%; 
	height: 100%;
	float: left; 
	margin-right: 10px; 
	margin-bottom: 10px; 
	
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.2);
	   -moz-box-shadow: 0 0 2px rgba(0,0,0,0.2);
			box-shadow: 0 0 2px rgba(0,0,0,0.2);
}
#post .thumb {
	background: #fff;
	width: 150px;
	height: 105px;
	float: left;
	padding: 5px;
	border: 1px solid #ccc;	
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.2);
	   -moz-box-shadow: 0 0 2px rgba(0,0,0,0.2);
			box-shadow: 0 0 2px rgba(0,0,0,0.2);
}
#post .thumb {
	-webkit-transition-property: background color;
	   -moz-transition-property: background color; 
	     -o-transition-property: background color; 
	-webkit-transition-timing-function: ease-out; 
	   -moz-transition-timing-function: ease-out; 
	     -o-transition-timing-function: ease-out;
	-webkit-transition-duration: 0.3s; 
	   -moz-transition-duration: 0.3s; 
	     -o-transition-duration: 0.3s; 
}
#post .thumb:hover {
	border: #4ec8ee 1px solid;
	
	-webkit-box-shadow: 0 0 2px rgba(78,200,238,0.5);
	   -moz-box-shadow: 0 0 2px rgba(78,200,238,0.5);
			box-shadow: 0 0 2px rgba(78,200,238,0.5);
}
#post .content {
	width: 425px;
	float: right;
	padding-top: 4px;
}
#post .content img a {
	width: 100%; 
	height: 100%;
	float: left; 
	margin-right: 10px; 
	margin-bottom: 10px; 

	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.2);
	   -moz-box-shadow: 0 0 2px rgba(0,0,0,0.2);
	        box-shadow: 0 0 2px rgba(0,0,0,0.2);
}
.post-meta {
	font-size: 11px;
	font-style: italic;
	margin-bottom: 10px;
}

/* Related Post */
/* --------------------------------- */
#related-post h3 {
	font-family: 'OstrichSansMedium', Arial, sans-serif;
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
#related-post .related {
	width: 100px;
	float: left;
	padding: 10px;
	text-align: center;
}
#related-post .related:hover {
	background-color: #D7E9FD;
}

#related-post .related h3 {
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	border: none;
}
#related-post .related a h3 {
	color: #404040;
}

/* Comments */
/* --------------------------------- */
#post_comments {
	background: #fff;
	color: #666;
	width: 600px; 
	height: 100%;
	float: left;
	padding-top:30px;
	margin-top:30px;
	border-top: 1px solid #dbdbdb;

	
	/*-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.1);
	   -moz-box-shadow: 0 0 3px rgba(0,0,0,0.1);
			box-shadow: 0 0 3px rgba(0,0,0,0.1);
	*/
}
.comment-meta {
	font-size: 11px;
	margin-bottom: 10px;
}
.comment-content {
	border-bottom: 1px dashed #ccc;
	padding: 10px 5px 5px 0;
	margin-bottom: 5px;
}
#isiForm {
	background: #fff;
	color: #666;
	width: 600px; 
	height: 100%;
	float: left;
	padding-top:30px;
	margin-top:30px;
	border-top: 1px solid #dbdbdb;
}
#commentForm input[type="text"], #contactForm input[type="text"] {
	width: 240px;
	height: 18px;
	background: #fff;
	padding: 6px 5px 4px;
	border: 1px solid #ddd;
	color: #666;
	margin-bottom:10px;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}
#commentForm textarea, #contactForm textarea {
	padding: 6px 5px 4px;
	border: 1px solid #ddd;
	margin-bottom:10px;

	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}
#commentForm label, #contactForm label {
	font-size: 14px;
	
	color: #aaa;
	margin: 5px 0;
	line-height: 10px;
	display:block;
}

#commentForm input[type="submit"], #contactForm input[type="submit"], #contactForm textarea {
	font-size: 12px;
	color: #999;
	margin: 5px 0;
	padding: 3px 5px;
	cursor: pointer;
	border: 1px solid #999;
	border: rgba(0, 0, 0, .2) 1px solid;
	border-bottom: rgba(0, 0, 0, .4) 1px solid;
	
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	   -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
			box-shadow: 0 1px 2px rgba(0,0,0,.2);
			
	background: -moz-linear-gradient(
				center top,
				rgba(200,200,200, .1) 0%,
				rgba(0, 0, 0, .1) 100%
				);
	background: -webkit-gradient(
				linear,
				center bottom,
				center top,
				from(rgba(0, 0, 0, .1)),
				to(rgba(200,200,200, .1))
				);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000')";
	    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000');
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}

/* Search Field */
/* --------------------------------- */
.searchField {
	width: 206px;
	height: 18px;
	background: #fff;
	padding: 6px 40px 4px 5px;
	border: 4px solid #e3e3e3;
	color: #666;
	-moz-box-shadow: 0 1px 0px rgba(255,255,255,0.15);
	-webkit-box-shadow: 0 1px 0px rgba(255,255,255,0.15);
	box-shadow: 0 1px 0px rgba(255,255,255,0.15);
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.searchField:focus {
	border: 4px solid #4ec8ee;
}
.searchSubmit {
	position: absolute;
    text-indent:-9999px;
	top: 55px;
	right: 4px;
	width: 35px;
	height: 32px;
	background: url(images/search_button.png) no-repeat;
	border: none;
	cursor: pointer;
}

/* Button */
/* --------------------------------- */
.button {
	color: #666;
	padding: 3px 5px;
	cursor: pointer;
	border: 1px solid #999;
	border: rgba(0, 0, 0, .2) 1px solid;
	border-bottom: rgba(0, 0, 0, .4) 1px solid;
	background: -moz-linear-gradient(
				center top,
				rgba(200,200,200, .1) 0%,
				rgba(0, 0, 0, .1) 100%
				);
	background: -webkit-gradient(
				linear,
				center bottom,
				center top,
				from(rgba(0, 0, 0, .1)),
				to(rgba(200,200,200, .1))
				);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000')";
		filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000');
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;

	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	   -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	        box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover, .button.hover {
	background: -moz-linear-gradient(
				center top,
				rgba(255,255,255,.1) 0%,
				rgba(0,0,0, .1) 100%
				);
	background: -webkit-gradient(
				linear,
				center bottom,
				center top,
				from(rgba(0,0,0, .1)),
				to(rgba(255,255,255, .1))
				);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#33FFFF', EndColorStr='#19FFFF')";
		filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#33FFFF', EndColorStr='#19FFFF');
}

/* Link Hover Effect */
/* --------------------------------- */
a.ease {
	-webkit-transition-property: background color;
	   -moz-transition-property: background color; 
		 -o-transition-property: background color; 
	-webkit-transition-duration: 0.2s; 
	   -moz-transition-duration: 0.2s; 
		 -o-transition-duration: 0.2s; 
	-webkit-transition-timing-function: ease-out; 
	   -moz-transition-timing-function: ease-out; 
		 -o-transition-timing-function: ease-out;
}
a.ease {
	color: #333;
	text-decoration: none;
}
a.ease:hover {
	color: #000;
	text-decoration: none;
	background: skyblue;
}
a.ease:active, a.ease:focus {
	position: relative;
	outline:none;
}

/* Gallery */
/* --------------------------------- */
#gallery {
	color: #666;
	background: #fff;
	width: 600px;
	height: 100%;
	padding: 25px 30px;
	margin: 10px 0 20px;
	float: left;
	border: 1px solid #d9d9d9;
	
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.1);
	   -moz-box-shadow: 0 0 3px rgba(0,0,0,0.1);
			box-shadow: 0 0 3px rgba(0,0,0,0.1);
}
.gallery {
	list-style:none;
	width: 100%;
}
.gallery li {
	float: left;
	margin: 10px 40px 10px 0;
	display: block;
	padding: 0;
	
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.4);
	   -moz-box-shadow: 0 0 3px rgba(0,0,0,0.4);
			box-shadow: 0 0 3px rgba(0,0,0,0.4);
}
.gallery li p {
	padding: 0; 
	margin: 0;
}
.gallery li a {
	color: #fff; 
	width: 160px;
	height: 120px;
	padding: 0; 
	display: block; 
	text-decoration: none;
}
.gallery img {
	margin: 0; 
	padding: 0;
}

.preloader { 
	background: #ffffff;
}

/* Poll */
/* --------------------------------- */
.poll-content {
	padding: 0 10px;
}
.poll-question {
	padding: 5px 0 10px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}
.poll-bar {
	background: #eee;
	padding:0;
	background: -webkit-gradient(linear, 0 0, 44 44,
    			color-stop(0.00, rgba(255,255,255,0.17)),
    			color-stop(0.25, rgba(255,255,255,0.17)),
    			color-stop(0.26, rgba(255,255,255,0)),
    			color-stop(0.50, rgba(255,255,255,0)),
    			color-stop(0.51, rgba(255,255,255,0.17)),
    			color-stop(0.75, rgba(255,255,255,0.17)),
    			color-stop(0.76, rgba(255,255,255,0)),
    			color-stop(1.00, rgba(255,255,255,0))
  				), -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(1, #dddddd));
  
	background: -moz-repeating-linear-gradient(top left -30deg, 
				rgba(255,255,255,0.17), 
				rgba(255,255,255,0.17) 15px, 
				rgba(255,255,255,0) 15px, 
				rgba(255,255,255,0) 30px
				), -moz-linear-gradient(#eeeeee 0%, #dddddd 100%);
			  
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);
     -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);
  		  box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);
		  border-right: 1px solid #ddd;
}

/* Sidebar */
/* --------------------------------- */
#widget { 
	padding: 0 0 20px 0;
	margin-bottom: 0px;
}
#widget-title {
	background-color:#292929;
  color:#FFFFFF;
  margin-bottom:11px;
  margin-top:0;
  padding:15px;
  position:relative;
	margin-top: 5px;
  margin-bottom: 8px;
}
#widget-title h3 {
	font-family: 'OstrichSansMedium', Arial, sans-serif;
	/*color:#DEDEDE;*/
color:#292929;
  font-size:16px;
  font-weight:bold;
  line-height:15px;
  margin:0;
  text-transform:uppercase;
}

#widget ul {
	list-style: none;
	margin: 0;
	background: #fff;
	padding: 5px 0 5px 0;
	border: 1px solid #d9d9d9;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	   		border-radius: 2px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	   -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

#widget li {
	border-bottom: 1px solid #d9d9d9;
	padding: 5px 15px;
	margin: 0;
	color: #666;
}
#widget li:last-child {
	border-bottom: none;
}
#widget li a {
	color: #444;
}

/* Footer */
/* --------------------------------- */
#footer {
	border-top: 1px solid #d8d6d3;
	background: #e8e6e3;
	width:100%; 
	margin:0 auto; 
	
	-webkit-box-shadow:inset 0 1px 6px rgba(0,0,0,0.2);
       -moz-box-shadow:inset 0 1px 6px rgba(0,0,0,0.2);
    		box-shadow:inset 0 1px 6px rgba(0,0,0,0.2);
			
	z-index: 250;
 }

/** Footer widget **/
#footer-widget {
	float: left;
	margin: 25px 10px 25px 10px;
	width: 300px;
}
#footer-widget .widget-title {
	color: #444444;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 12px;
}
#footer-widget .widget-title h3 {
	font-family: 'OstrichSansMedium', Arial, sans-serif;
	text-shadow: 0 1px 1px #ffffff;
}

#footer-widget ul {
	list-style: none;
	margin: 0;
	background: #fff;
	padding: 5px 0 5px 0;
	border: 1px solid #d9d9d9;
	
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	   		border-radius: 2px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	   -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

#footer-widget li {
	border-bottom: 1px solid #d9d9d9;
	padding: 5px 15px;
	margin: 0;
	/*color: #666;*/
        color: #fff;
}
#footer-widget li:last-child { border-bottom: none; }
#footer-widget li a, #footer-widget-last li a {
	color: #444;
        /*color: #fff;*/
}
#footer-copyright {
	background-color: transparent;
	background: -moz-linear-gradient(
		center top,
		rgba(200,200,200, .15) 0%,
		rgba(50, 50, 50, .15) 100%
	);/* FF3.6 */
	background: -webkit-gradient(
		linear,
		center bottom,
		center top,
		from(rgba(50, 50, 50, .15)),
		to(rgba(200,200,200, .15))
	);/* Saf4+, Chrome */
    -webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.3);
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.3);
	text-align: left;
	color: #444;
	padding: 10px;
	border-top: 1px solid #D5D1CC;
}

/* Misc */
/* --------------------------------- */
.clearboth{
    clear: both;
    display: block;
    font-size: 0px;
    height: 0px;
    line-height: 0;
    width: 100%;
    overflow: hidden;
}
.strife {
	width: 960px; 
	height: 10px;
	margin: 0 auto;
	background: url(images/strife_bg.gif) repeat-x bottom left;
}
.section {
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
}

.comment_text {
	padding: 0px;
	float: right;
	text-align: left;
	height: 35px;
	width: 85px;
	margin: 0px;
	color: #000;
	font-style: italic;
}
.comment {
	padding: 0px;
	float: right;
	background-image: url(images/comment_box.png);
	text-align: center;
	height: 35px;
	width: 35px;
	background-repeat: no-repeat;
	margin: 0px;
	color: #FFF;
	background-position: right;
	font-family: "Agency FB";
	font-style: normal;
	font-size: 10px;
}
a.ease1 {
	background-color:#CD2122;
  color:#FFFFFF;
  display:block;
  float:left;
  font-size:12px !important;
  margin-bottom:7px;
  margin-right:4px;
  padding:6px 8px;
}
a.ease1:hover {background:black}

