/*
-------------------------------------------
File: styles.css Style Sheet
Created: 17 May, 2005
Last Modified: 18, November, 2005
Author: Josh Lockhart, Blueball Design
www.blueballdesign.com
Email: themes@blueballdesign.com
¬©2005 Josh Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/






/*********** GLOBAL CSS STYLES - ALL REQUIRED **********/






/* applies to all images in content area of any page */
.imagestyle{}

a img {
border:  0px;
}

/* use this to make blocks of text 'standout' */
.standout, .blockquote {
font-style: italic;
font-size: 13px;
border-left: 5px solid #6C77AE;
padding-left: 12px;
}

/* use these tags to style <h1> - used in page header for site title*/
h1 {
color: #2B70BB;
font-size: 22px;
margin-bottom: 3px;
}

/* use these tags to style <h2> - used in page header for site slogan */
h2 {
color: #2B70BB;
font-size: 20px;
font-weight: normal;
margin-bottom: 3px;
}

/* use these tags to style <h3> */
h3 {
color: #2B70BB;
font-size: 18px;
font-weight: normal;
margin-bottom: 3px;
}

/* use these tags to style <h4> */
h4 {
color: #2B70BB;
font-size: 16px;
font-weight: normal;
margin-bottom: 3px;
}

/* use these tags to style <h5> */
h5 {
color: #000000;
font-size: 14px;
font-weight: normal;
margin-bottom: 3px;
}

/* use for user-positioned inline images */
.image-right{
float: right;
padding: 10px 0px 10px 10px;
}

/* use for user-positioned inline images */
.image-left{
float: left;
padding: 10px 10px 10px 0px;
}







/*********** CONTACT FORM CSS STYLES - These classes are only supported by version  2.0 and later of the contact plugin.  **********/





form{
  margin-bottom: 25px;
}

/* Styles the messages that appears at the top of the form.*/
.message-text { 
} 

/* Styles the required text. */ 
.required-text {
	color: #D60000;
 } 

/* Styles the text fields. */ 
.form-input-field { } 
 
/* Styles the form buttons. */ 
.form-input-button { } 
 






/*********** BLOG PAGE CSS STYLES - ALL REQUIRED **********/



/*********** CONTACT FORM PAGE CSS STYLES - ALL REQUIRED **********/







form{
  margin-bottom: 25px;
}
