/*
Theme Name:		RedLine
Theme URI: 		http://post-scriptum.info/redline-theme/
Version: 		0.2.9
Description:  	A lightweight WordPress theme built entirely on <a href="http://wpframework.com/"><strong>WP Framework</strong></a>. With features like microformats, a traditional template structure, clean semantic code and atomic templating system. This theme utilizes <strong>XHTML 1.0 Transitional</strong> and <strong>CSS level 3</strong>.
Author: 		Yulian Yordanov
Author URI:		http://post-scriptum.info/
Tags:			light, white, red, two-columns, three-columns, fixed-width, sticky-post, threaded-comments, microformats  

The theme RedLine is released under GNU GPL v2.

!-----------------------------------------------------------------------------------!
WP Framework: 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' );

/* These empty css selectors are here for compatiability with the WordPress theme repository checklist. */
.aligncenter {} .alignleft {} .alignright {} .wp-caption {} .wp-caption-text {}


**************************************

/*** Main Wrapper ***/
#main
	{width:950px;
	 margin: auto;
	 padding:0px;
	 }
	
/*** Main Boxes ***/	
#main-box {
	background-image:url(images/boxbg.jpg);
	background-repeat:repeat-x;
	margin:10px 0px;
	padding:0px;
	}

#box-heading {
	background-color:#990000;
	margin:0px;
	padding:0px;
	}

#box-heading2 {
	background-color:#000000;
	margin:0px;
	padding:0px;
	}
	
#box-heading h1{
	font-size:18px;
	color:#FFFFFF;
	margin:0px;
	padding:3px 0px 5px 5px;
	}

#box-heading2 h1{
	font-size:18px;
	color:#FFFFFF;
	margin:0px;
	padding:3px 0px 5px 5px;
	}

#box1 {
	border-right:solid 1px #999999;
	width:234px;
	height:180px;
	float:left;
	margin:0px;
	padding:0px 4px 4px 4px;
	}

#inner-box {
	height:160px;
	margin:0px;
	padding:0px;
	}

#box1 h1{
	font-size:16px;
	margin:0px;
	padding:0px;
	
	}

#box1 p{
	font-size:12px;	
	margin:0px;
	padding:5px 0px;
	}

#box2 {
	background-image:url(images/boxbg1.jpg);
	background-repeat:repeat-x;
	border-right:solid 1px #999999;
	border-bottom:solid 1px #999999;	
	width:230px;
	height:180px;
	float:left;
	margin:0px;
	padding:0px 4px 4px 4px;
	}

#box2 h1{
	font-size:16px;
	margin:0px;
	padding:0px;
	color:#990000;
	}

#box2 p{
	font-size:12px;
	margin:0px;
	padding:5px 0px;
	}

#box3 {
	background-image:url(images/boxbg1.jpg);
	background-repeat:repeat-x;
	border-right:solid 1px #999999;
	border-bottom:solid 1px #999999;	
	width:230px;
	height:180px;
	float:left;
	margin:0px;
	padding:0px 4px 4px 4px;
	}

#box3 h1{
	font-size:16px;
	margin:0px;
	padding:0px;
	color:#990000;
	}

#box3 p{
	font-size:12px;
	margin:0px;
	padding:5px 0px;
	}

#box4 {
	background-image:url(images/boxbg1.jpg);
	background-repeat:repeat-x;
	border-right:solid 1px #999999;
	border-bottom:solid 1px #999999;
	width:230px;
	height:180px;
	float:left;
	margin:0px;
	padding:0px 4px 4px 4px;
	}

#box4 h1{
	font-size:16px;	
	margin:0px;
	padding:0px;
	color:#990000;
	}

#box4 p{
	font-size:12px;
	margin:0px;
	padding:5px 0px;
	}

#box4 table{
	border:none;
	margin:0px;
	padding:0px;
	}

#box4 tr td{
	border:none;
	margin:0px;
	padding:0px;
	}


#box4 tr td input{
	margin:1px 0px;
	padding:2px 5px;
	}

#box4 tr td textarea{
	margin:1px 0px;
	padding:0px;
	}

#box4 tr td input.btn{
	background:none;
	border:none;
	margin:0px;
	padding:0px;
	float:right;
	}
/*** Consultation Box ***/
#consultation {
	background-image:url(images/consultation.jpg);
	background-repeat:no-repeat;
	width:918px;
	height:40px;
	font-size:18px;
	text-align:center;		
	margin:0px auto 10px auto;
	padding:10px 20px 10px 12px;
	color: #FFFFFF;
	}

#signup {
	width:100px;
	float:left;
	padding:0px;
	margin:0px;
	}

#call {
	width:600px;
	float:right;
	padding:0px;
	margin:0px 0px 0px 0px;
	color:#990000;
	text-align:right;
	font-size:26px;
	}

#main-box ul {
	list-style:none;
	margin:0px 0px 0px 10px;
	padding:0px;
	}

#main-box li {
	font-size:12px;
	margin:0px 0px;
	padding:0px;
	}

#main-box a {
	color:#990000;
	text-decoration:none;
	}

#main-box a:hover{
	color:#000000;
	text-decoration:none;
	}
