/*  
Theme Name: Ginger Ninja! v2
Description: The new Ginger Ninja! theme.
Version: 1.0
Author: Donny Burnside
Author URI: http://www.ginger-ninja.net/
*/

/* Generic Styling */

body {
	background:url('./images/body-bg2.png') repeat top center #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:75%; /* Sets default font size to 10px */
	color:#222222;
	
	}

* {	margin:0;padding:0;	}
img { border:0;	}
p {	margin-bottom:1.5em; }
a {	text-decoration:none;color:#690; font-weight: 600;}
a:hover {text-decoration:none;color:#363;}
h1, h2, h3, h4, strong { color:#333F53; }
#menu .tagline {float:right;color:#CCE4FF; padding-right: 20px; }

/* Structure */

#wrapper {
	/*background:url('./images/bg-body2.png') repeat-y center 20px #ebebeb;*/
	background-color: #FFF;
	padding: 0;
	margin: 10px auto 15px auto;
	width:900px;
	font-size:1.20em;
	height: 100%;
	border: solid 1px #CCC;
	-webkit-border-radius: 12px; 
	-moz-border-radius: 12px;
	-border-radius: 12px;
	}
#header {
	height:140px;
	/*margin-top: 5px;*/
	background:url(images/bg-header.jpg) no-repeat;
	-webkit-border-top-left-radius: 12px;
	-webkit-border-top-right-radius: 12px;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	}
 
#copyright { 
	height:30px;
/*
	background:url('http://www.chooselocal.com/template/default/images/custom/map_titlebar_bg.png') repeat-x 0 -3px #000;
*/
	text-align:center; 
	line-height: 2.5em; 
	color: #333; 
	font-size: 75%;
	float: left;
	width: 900px;
} 
 

#sidebar {
	float:right;
	width:180px;
	background:#efefef;
	margin-right:10px;
	}
#content {
	width:900px;
	min-height:400px;
	padding-top: 10px;
	overflow:auto;
	}
	
/*
div#footer{
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:115px;
  background: url('images/bg-footer.jpg') no-repeat bottom;

 }
 @media screen{
  body>div#footer{
   position: fixed;
  }
 }
 * html body{
  overflow:hidden;
 } 
*/

/* Entries */

.entry {
	padding:20px;
	text-align: left;
	line-height:1.5em;
	}
.entry-title {
	font-size:1.90em;
	font-weight:normal;
	letter-spacing:-1px;
	}
.date {
	font-size:0.9em;
	color:#bbb;
	cursor:default;
	letter-spacing:1px;
	}
.comments {
	margin-top:-1em;
	}
.comments a {
	color:#6CC7DC;
	background:url(images/icon-comment.png) no-repeat 0px 2px;
	padding-left:20px;
	padding-right:2px;
	}
.comments a:hover {
	color:#B4C835;
	}

.entry ul { padding-left: 40px; }

.button, a.button, a.button:active, a.button:link, a.button:visited, input.button, input.button {
	background: url('/images/button-bg.png') 0 -3px #CCC;
	border: 1px solid #999; 
	color: #333; 
	font-size: 11px; 
	font-weight: bold; 
	padding: 4px 8px 4px 8px; 
	cursor: pointer; 
	line-height: 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.apply, a.apply, a.apply:active, a.apply:link, a.apply:visited {
	width:200px;
	background: url('/images/button-bg.png') 0 -10px #666;
	border: 1px solid #999; 
	color: #333F53; 
	font-size: 1.75em; 
	font-weight: bold; 
	padding: 4px 8px 4px 8px; 
	cursor: pointer; 
	line-height: 2em;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
a.button:hover, #infoform input.button:hover, a.apply:hover { 	
	background: url('/images/button-bg.png') 0px 0px #CCC; 	
	text-decoration: none;
}

.button-link, a.button-link, a.button:active, a.button:link, a.button:visited { 
	background: url('/images/button-bg.png') 0 -10px #CCC;
	border: 1px solid #ACC55D;
	color: #789140; 
	font-size: 11px; 
	font-weight: bold; 
	padding: 1px 8px 1px 8px; 
	cursor: pointer; 
	line-height: 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
a.button-link:hover, input.button-link:hover, input.button-link:hover { 	
	background: url('/images/button-bg.png') 0px -5px #ccc; 	
	text-decoration: none;
	color: #657782;
}

.notify-box { 
	text-align:center; 
	width: 183px; 
	float:right; 
	margin-left:10px; 
	background: #E8F7F9;
	border: 1px solid #BDD8E0;
	padding:10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color:#1D3651; 
	}
	
#infoform { 
	font-family: verdana; 
	font-size: 11px; 
	width: 160px; 
	padding: 10px; 
	border: 1px solid #BDD8E0; 
	background-color: #FFF; 
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-top: 5px;
	color: #87A0AD;
}

#infoform input { 
	padding:3px; width: 150px; 
	font-size: 110%; 
	background-color:#e7f7f9; 
	color: #4D86A6; 
	border: 1px solid #87A0AD;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

div#infoform input.button { margin-top: 10px; width: 160px; }
	
.cl-card { 
	padding: 10px; 
	border-top: 2px solid #ACC55D; margin:10px;
	border-bottom: 2px solid #ACC55D;
}

/* Menu */

#menu {
	height:30px;
	line-height:30px;
	background:url('images/bg-menu.png') 0px 0px repeat-x  #333;
	padding:0 10px; 
	color: #EBEBEB; 
	font-size: 11pt; 
	text-align: center;
	display: block;
	}

#menu ul {
	list-style-type:none;
	}
#menu li {
	float:left;
	}
#menu li a {
	padding:0 15px;
	display:block;
	color:#ffffff;
	margin-right:2px;
}
#menu li a:hover {
	background:url('images/bg-menu-hover.png') center top no-repeat;
	}

/* Sidebar */

#sidebar ul {
	list-style-type:none;
	margin-top:10px;
	}
#sidebar li {
	
	}
#sidebar li a {
	display:block;
	height:20px;
	line-height:20px;
	color:#222222;
	padding-left:5px;
	border-bottom:1px solid #dddddd;
}
#sidebar li a:hover {
	background:#edebed;
	color:#6CC4D8;
}
#sidebar-bottom {
	height:20px;
	background:url(images/bg-sidebar-bottom.gif) no-repeat top center;
}

/* Footer

#footer-valid {
	float:left;
	padding-top:55px;
	padding-left:20px;
	cursor:default;
	color:#ffffff;
}
#footer-valid a {
	color:#ffffff;
	text-decoration:none;
	}
#footer-valid a:hover {
	color:#ffffff;
	text-decoration:underline;
	}
*/

/* Heading's */

h1 {
	font-size:2.5em;
	font-weight:normal;
	cursor:default;
	position:relative; top:50px; left:30px;
	letter-spacing:1px;
	color:#aaaaaa;
	font-style:italic;
}

/* Feed */

#feed {
	height:25px;
	width:126px;
	background:url(images/bg-feed.gif) no-repeat;
	margin:0 auto;
	padding-left:26px;
}
a.feed-button {
	display:block;
    width:100px;
    height:25px;
    background:url("images/button-feed.png") 0 0 no-repeat;
    text-decoration: none;
}
a:hover.feed-button {
	background-position:0 -25px;
}

/* Extra's */

#ad-top {
	width:480px;
	height:72px;
	background:url(images/bg-ad-top.png) no-repeat;
	padding:5px;
}
	
.call { 
	width:200px;
	font-family: arial, verdana, sans-serif; 
	font-size: 1.25em; 
	padding: 8px; 
	margin-top: 5px;
	color: #333;
	font-weight: bold;
}

a.call:hover { color: #E8F7F9;}

