/*
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-r.css' );

/* Stylistic CSS Styles */
@import url( 'library/media/css/screen.css' );

/* Stylistic CSS Styles */
@import url( '../../../../css/styles.css' );

/* Stylistic CSS Styles */
@import url( '../../../../css/jqueryslidemenu.css' );



/* These empty css selectors are temporarily here for compatiability with the WordPress theme repository checklist. */
.aligncenter {} .alignleft {} .alignright {} .wp-caption {} .wp-caption-text {}

.aside ul, .aside h3, {padding-left: 20px; }
#text-2 {padding-left: 15px; }
#primary h1 {font-size: 36px; }
#breadCrumb {padding-top: 15px; }
#primary {padding-top: 20px; }

label  {float: left; padding: 10px; }
input { padding: 10px; }

/* Forms */
input, textarea, button { background: #fafafa; border-color: #aaa #ddd #ddd #aaa; border-style: solid; border-width: 1px; color: #444; font-size: 14px; }
input, textarea {width: 320px; }
textarea {margin-left: 50px; }
input, textarea, button { font-family: Arial, Helvetica, sans-serif; padding: 10px; }
input, textarea, button { -moz-border-radius: 5px; -khtml-border-radius: 5px;-webkit-border-radius: 5px; } 
button { font: 12px; padding: 5px 10px; cursor: pointer; color: #fff; background-color: #0083ca; border-color: #000}
input:focus, textarea:focus, button:hover { background: #fff; border-color: #0083ca; }
button:hover {background: #000; }

/* bugfix */
.safari input { padding: 0px 3px; }
.chrome input { padding: 1px 3px; }

/* Comments */
.comment-list, .comment-list .children { list-style: none; }
.comment-list { margin-left: 10px; }
.comment { margin-bottom: 40px; border-bottom: 1px solid #ddd; padding-bottom: 10px; width: 520px;}
.comment-list .children { margin-top: 40px; }
.comment-meta { margin-bottom: 10px; }
.commenter { font-size: 16px; }
.avatar {display: none; }
/* .avatar { float: right; margin: 0px 0px 10px 20px; border: 1px #ddd solid; padding: 1px; } */

/* Comment Reply */
#comment-form .form-section input { margin-right: 10px; }
.form-section { margin-bottom: 10px; }
.form-section label { cursor: pointer; }
#commenter-details input { margin-right: 10px; }
#allowed-tags { font: 11px Verdana, Arial, Helvetica, sans-serif; padding: 5px 10px; background: #fff; border: 1px #ddd dotted; border-top: none; width: 420px; }
.entry-categories { margin-bottom: 40px; }
.h2.entry-title {padding-top: 20px; }

.wp-gallery { width: 480px; margin: 0px auto; margin-top: 20px; margin-bottom: 10px;  clear: both; padding: 5px; }
.wp-gallery img { float: left; padding: 5px; }

#primary ul { }
#primary li { list-style-type: disc; padding: 5px; }

h1.archive-title {font-size: 16px; color: #0083ca; padding-bottom: 5px; font-weight: normal; margin-bottom: 15px; }