/*
Theme Name:		WP Framework
Theme URI: 		http://wpframework.com/
Version: 		0.2.4.10
Description: 	A <em>blank</em> WordPress Theme Framework <strong>that's everything you need, and nothing you don't.</strong> With features like <em>microformats, a traditional template structure, convention over configuration, clean semantic code, documenation, and it's atomic templating system</em>, WP Framework is <em>completely extensible, flexible</em> and <strong><em>the</em></strong> starting point for theme authoring and customization. To learn more, visit <a href="http://wpframework.com">http://wpframework.com</a>.
Author: 		Ptah Dunbar
Author URI:		http://ptahdunbar.com
Tags:			one-column, two-columns, three-columns, fixed-width, sticky-post, threaded-comments, microformats

Copyright 2008 Ptah Dunbar <http://ptahdunbar.com> All rights reserved.
WP Framework is licensed under the terms of the GNU General Public License version 2.

If you have any questions, comments, or concerns, 
visit <http://wpframework.com> for more information!
*/

/* Reset Browser Defaults */
@import url( 'library/media/css/reset.css' );

/* Apply base theme styles and colors */
@import url( 'library/media/css/base.css' );

/* Basic 2 Column Layout */
@import url( 'library/media/layouts/2col-l.css' );

/* Stylistic CSS Styles */
@import url( 'library/media/css/screen.css' );

/* These empty css selectors are temporarily here for compatiability with the WordPress theme repository checklist. */
.aligncenter
{
}
.alignleft
{
}
.alignright
{
}
.wp-caption
{
}
.wp-caption-text
{
}

/***added for petvetcity******/
.header img
{
    float: left;
}
.header #info
{
    width: 600px;
    float: left;
    text-align: center;
    margin-left: 100px;
}
#secondary
{
    text-align: center;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
    font-family: Tahoma,Arial,San-serif;
}
.hfeed, .post
{
    background-color: #ffffff;
}
.container
{
    background-color: #c3d9ff;
    padding: 0 5px;
}
.widget ul li.cat-item
{
    list-style-type: none;
    text-align: left;
}
.widget ul
{
    text-align: left;
}
.reqtxt, .emailreqtxt
{
    visibility: hidden;
}
.widgetcform
{   
    background-color: #ffffcc;
}
.subscribe
{
    background: url(http://www.petvetcityil.com/wp-content/themes/wp-framework/library/media/images/16-email-b.png) no-repeat left top;
    height: 16px;
    margin-left: 10px;
}
.subscribe span
{
    margin-left: 20px;
}
#cforms-541619321, #text-545961801
{
    background-color: #FFFFCC;
}

.nav li a
{
    background-color: #e8eef7;
}
.nav li.current_page_item a
{
    background-color: #c3d9ff;
    font-weight: bold;
}
#terms
{
    font-size: 10px;
    color: #666;
    width: 400px;
    display: block;
    margin: 0 auto;
    text-align: left;
}
#li--2
{ 
    margin-bottom: 10px;
    display: block;
}
.cf_info
{
	width: 200px;
    display: block;
}
#usermessagea
{
	width: 200px;
}
#secondary
{
    float: right;
}