/*
$Id: style.css 258240 2010-06-28 16:21:14Z jamesgpearce $
$URL: http://plugins.svn.wordpress.org/wordpress-mobile-pack/trunk/themes/mobile_pack_base/style.css $
Copyright (c) 2009 James Pearce & friends, portions mTLD Top Level Domain Limited, ribot, Forum Nokia
This file is part of the WordPress Mobile Pack, licensed under the Apache License, Version 2.0. Consult server-side files for license.
*/

/*
Theme Name: WordPress Mobile (base)
Theme URI: http://wordpress.org/extend/plugins/wordpress-mobile-pack/
Description: The base theme of the WordPress Mobile Pack. It is designed to be used by mobile browsers - but also to be extended by other themes. Tested with WordPress 2.5, 2.6 and 2.7.
Version: 1.2.3
Author: ribot, Forum Nokia & James Pearce
Author URI: http://ribot.co.uk
*/

/*
PALETTE
-------
*/
 img { border: none;}

/* DARKEST */
a{
  color: #FFF;
  text-decoration: none;
}
a:hover {
  color:#FFF;
  text-decoration: none;
}
body {
  background-image:url("img/bg.png");
  background-repeat: repeat-x;
  background-color: #383535;
  font-family: helvetica, sans-serif;
}

.mobileWrap { width: 270px; margin: 0px auto;}

/* MID */
div.dateicon, p.metadata {
  color:#8C8F6C;
}

/* Custom Styles */
.mainNav { position: relative; margin: -7px 0px 0px;}
.mainNav ul { list-style: none; margin: -19px 0px 0px; padding: 0px;}
.mainNav ul li { list-style: none; height: 20px; line-height: 20px; margin: 0px 0px 0px 1px; padding: 0px 5px; float: left; background-image: url("img/navOff.png"); background-repeat: repeat-x; font-size: 12px;}
.mainNav ul li a { color: #000;}
.mainNav ul li.current_page_item { background-image: url("img/navOn.png"); background-repeat: repeat-x; font-size: 12px; }
.mainNav ul li.current_page_item a { color: #FFF; }
.mainNav ul li.current_page_parent { background-image: url("img/navOn.png"); background-repeat: repeat-x; font-size: 12px; }
.mainNav ul li.current_page_parent a { color: #FFF; }
.mainNav ul li.current_page_ancestor { background-image: url("img/navOn.png"); background-repeat: repeat-x; font-size: 12px; }
.mainNav ul li.current_page_ancestor a { color: #FFF; }

.categoryBG {
	width:250px; 
	height: 40px; 
	margin: 10px 10px 10px 10px; 
	background-image: url('<?php bloginfo('template_url'); ?>/img/categoryBG.png'); 
	background-repeat:no-repeat; 
	text-align:left; 
}

.categoryBG a {
	display: block;
	width: 250px;
	height: 40px;
	color: #484D4D;
	padding: 0px 0px 0px 15px;
	font-size: 14px;	
	font-weight: bold;	
	font-family: Helvetica;	
	line-height: 40px; 
}




