/*
$Id: style.css 156907 2009-09-22 07:37:51Z jamesgpearce $

$URL: http://plugins.svn.wordpress.org/wordpress-mobile-pack/tags/1.1.3/themes/mobile_pack_base/style.css $

Copyright (c) 2009 ribot limited

This file is part of the WordPress Mobile Pack.

The WordPress Mobile Pack is Licensed under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with the
License.

You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed
under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
CONDITIONS OF ANY KIND, either express or implied. See the License for the
specific language governing permissions and limitations under the 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.1.3
Author: Jerome Ribot, ribot
Author URI: http://ribot.co.uk
*/

/*
PALETTE
-------
*/


/* DARKEST */
a:hover {
	color:red;
}
div.navigation, h3, div.post, #footer, #menu {
  border-top-color:#000000;
}
#header, #header h1 a, #header h2,  #footer, #submit  {
  color:#000000;
}


/* VERY DARK */
body {
  color:#333333;
}

input, textarea {
  border-color:#333333;
}


/* DARK */

}


/* MID */
div.dateicon, p.metadata {
  color:#8C8F6C;
}
#submit, #header, #footer {
	background-color: silver;
}


/* LIGHT MID */
#menu, #sidebar ul h2, div.post, ol.commentlist, #commentform {
	border-color:#DDDFD9;
}


/* LIGHT */
#menu, #sidebar ul h2 {
  background-color:#EFF1EA;
}


/* VERY LIGHT */
body {
  background:#F2F4ED;
}


/* LIGHTEST */

/*

IMAGES
------
*/

#header {
	background-image:url("/img/shad.png");
  background-repeat:repeat-x;
	background-position:bottom;
}
#footer {
	background-image:url("/img/dahs.png");
  background-repeat:repeat-x;
	background-position:top;
}
#menu, #sidebar ul h2 {
  background-image:url("/img/high.png");
  background-repeat:repeat-x;
	background-position:top;
}

/*
LAYOUT
------
*/

* {
  margin:0;
  padding:0;
}

body {
  font-family:arial, verdana, sans-serif;
  font-size:medium;
}

img {
  border:none;
  padding:0.2em;
}

a, a:hover, a:visited {
  text-decoration:underline
}

li.current_page_item a {
  text-decoration:none;
}

ul {
  list-style-type:none;
}

h2 {
  font-size:x-large;
  font-weight:bold;
}

h3 {
  font-weight:normal;
  font-size:large;
  border-top-width:1px;
  border-top-style:solid;
  padding-top:0.5em;
}

abbr, acronym {
  border-bottom:none;
}

p, blockquote {
  padding-top:0.2em;
  padding-bottom:0.2em;
}

blockquote {
	padding-left:1em;
}

input, textarea {
  font-family:verdana, arial, sans-serif;
  font-size:medium;
  margin:0.2em;
  border-width:1px;
  border-style:solid;
  width:16em;
  padding:0.2em;
}

input[type="checkbox"]{
  width:auto;
}

label {
  font-size:0.8em;
}

#header, #menu, #content {
  padding:0.5em;
}

#content {
	padding-top:0;
}

#header {
  text-align:left;
}

#menu {
  font-size:.8em;
}

#menu ul li {
  float:left;
  padding-right:0.5em;
  font-size:0.8em;
}

#menu, #sidebar ul h2 {
  border-width:1px;
  border-style:solid;
}

#sidebar {
  font-size:0.8em;
}

#sidebar ul h2 {
  font-size:1.25em;
  padding:0.2em 0.5em;
  margin-top:1em;
}

#sidebar ul ul, #sidebar ul div {
  padding:0.2em 0.8em 0.5em;
}

#sidebar ul ul ul {
  padding-left:1em;
}

#footer {
  font-size:0.8em;
  padding:0.5em;
  text-align:left;
  margin-top:1.2em;
  border-top-width:1px;
  border-top-style:solid;
}

h2.pagetitle {
  font-size:0.8em;
  padding:0.8em;
}

div.dateicon, p.metadata {
  font-size:0.8em;
}

class.entry {
	padding:0.2em 0;
}

div.post {
  padding-top:0.5em;
  padding-bottom:0.5em;
  border-top-width:1px;
  border-top-style:solid;
  border-bottom-width:1px;
  border-bottom-style:solid;
}

div.navigation {
	padding-top:0.5em;
	border-top-width:1px;
  border-top-style:solid;
}

div.post:first-child {
  border-top:none;
}

div.post ul, div.post ol {
  padding:1em 2em;
}

div.post ul {
  list-style-type:square;
}

ol.commentlist {
  list-style-type:none;
  border-bottom-width:1px;
  border-bottom-style:solid;
}

ol.commentlist li {
	padding:0.5em 0 0.5em 1em;
}

#commentform {
	padding:0.5em 0 0.5em 1em;
  border-bottom-width:1px;
  border-bottom-style:solid;
}

#submit, input, textarea  {
  width:auto;
  padding:0.2em;
}

#header h1 {
  font-size:large;
}

#blogdesc {
  font-size: small;
}

