/*
$Id: style.css 114820 2009-05-01 12:55:38Z jamesgpearce $

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 (red)
Theme URI: http://mobiforge.com/wordpress-mobile-pack
Description: A tinted version of base theme of the WordPress Mobile Pack. It is designed to be used by mobile browsers.
Version: v1.0.8223
Author: Jerome Ribot, ribot
Author URI: http://ribot.co.uk
Template: mobile_pack_base
*/
@import "../mobile_pack_base/style.css";


/* VERY DARK */
#submit, #header, #footer {
	background-color:#CC0033;
}
input, textarea {
  border-color:#CC0033;
}

/* DARK */
a, a:visited {
	color:#FF0066;
}

#content  {
 text-align:center;
}

#content .metadata {
 color:#fff;
}

#content h2 a, h3, h2 {
color:#f0f4c9;
}

#menu a {
font-size:13px;
font-weight:600;
text-decoration:none;
padding:0 3px;
}

.entry {
color:#eee;
}

object {
 width:340px;
 height:300px;
 padding:5px;
}

#searchform,.pagetitle {
 text-align:center;
 margin:0;
 padding:0;
}

#searchform {
 padding-top:20px;
}

#sidebar {
text-align:center;
}

#footer {
font-size:10px;
text-align:center;
}