/*
$Id: style.css 320618 2010-12-08 19:25:40Z BAAP $
$URL: http://plugins.svn.wordpress.org/baap-mobile-version/trunk/themes/mobile_pack_base/style.css $
Copyright (c) 2009 BAAP, portions mTLD Top Level Domain Limited, BAAP, Forum Nokia
This file is part of the BAAP Mobile Version, 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/baap-mobile-version/
Description: The base theme of the BAAP Mobile Version. 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: 2.0
Author: BAAP, Forum Nokia & James Pearce
Author URI: http://BAAP.co.uk
*/

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


/* DARKEST */
#menu a:hover {
  color:#ecdc15;
}
body {
  /background:#111111;
/* IE10 */ 
background-image: -ms-linear-gradient(top, #335A68 0%, #000000 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #335A68 0%, #000000 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, #335A68 0%, #000000 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #335A68), color-stop(1, #000000));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #335A68 0%, #000000 100%);

/* Proposed W3C Markup */ 
background-image: linear-gradient(top, #335A68 0%, #000000 100%);

}



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

h1, h2 a {
  color:#339999;
}

h2 a:hover {
  color:#1982d1;
}

textarea {
 color:#ecdc15;
}

.button, #submit, #header, #footer  {
  background-color:#335A68
}
input, textarea {
  border-color:#808080;
}


/* DARK */
a, #sidebar, ul, h2 {
  color:#a4a4a4;
}



/* MID */
div.dateicon, p.metadata {
  color:#a4a4a4;
}


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

#menu {
  border-color:#335A68;
}

/* LIGHT */
#menu, #sidebar ul h2 {
  background-color:#335A68;
  border-top-color:#1B3037;
  font-family: Georgia;	
  font-size: medium;
  font-style: italic;
  color:#a4a4a4;
}


/* VERY LIGHT */
#wrap {
  background:#FFFFFF;

}


/* LIGHTEST */
#header, #header a, #header a:hover, #header h2, #footer a, #footer a:hover, #footer, #submit, .button  {
  color:#a4a4a4;
}

.navigation, h3, div.post, #footer {
  border-top-color:#FFFFFF;
}

div#front{
  min-width:263px;min-height:240px;margin: 0px auto;
}
div#front #mobile{
  position: relative;
  left: 0;
  max-width:250px;
}
div#post-173 p{
  display:none;
}
