﻿/*------------------------------------------------------------------------------------------------
[Default] Page Layout/Styles Style Sheet for ABC&G

version:	1.0
author:		jeremy cargilo
email:		jeremy@etrconsulting.com

Page Layout/Styles Defaults
- This stylesheet contains all of the layouts and styles for the subpages in this application.
------------------------------------------------------------------------------------------------*/

/* __Default Content Block Style__ */
#default { margin: 0px 0px 0px 15px; width: 710px; }
#default h1 { font-size: 14px; padding: 5px 0px 5px 0px; }
#default p { padding: 0px 0px 10px 0px; }
#default td { width: 170px; }

h2 { font-size: 16px; padding: 5px 0px 5px 0px; color: #2C4A3A; }
h3 { font-size: 14px; padding: 5px 0px 5px 0px; color: #8D3447; }
ul { border: 1px solid; background: #FFFFF7; padding: 5px; }
li { margin: 0px 0px 0px 15px; line-height: 22px; }


/* __Error Message Settings__ */
.messages { margin: 0px 0px 10px 15px; width: 560px; display: block; font-weight: bold; color: Red;
    line-height: 15px; border: 3px solid #888888; background: #E7E7E7; padding: 5px; }
.messages_home { float: left; margin: 0px 0px 10px 353px; width: 362px; display: block; font-weight: bold; 
    line-height: 15px; border: 3px solid #888888; background: #E7E7E7; padding: 5px; }
.messages_admin { margin: 0px 0px 10px 15px; width: 690px; display: block; font-weight: bold; color: Red;
    line-height: 15px; border: 3px solid #888888; background: #E7E7E7; padding: 5px; }
.success { color: Green; }
.error { color: Red; }

.error_summary { margin: 0px 0px 10px 15px; width: 300px; display: block; font-weight: bold; 
    line-height: 15px; border: 3px solid #888888; background: #E7E7E7; padding: 5px; }
.error_summary li { margin-left: 25px; }
#login .error_summary { margin: 0px 0px 10px 0px; }

/* __Default.aspx Styles__ */
#practiceareas { position: absolute; width: 341px; height: 95px; top: 422px; left: 1px; }
#edit_quote { position: absolute; right: 5px; top: 37px; display: block; font-style: normal; 
    font-size: 11px; font-weight: bold; }
#home_image { float: left; width: 215px; padding: 0 15px 15px 0; }

/* __attorneys.aspx Styles__ */
.attorney { padding: 0px 0px 25px 0px; }
.attorney a { font-size: 12px; }
.attorney_image { clear: both; float: left; width: 172px; height: 181px; margin: 0px 13px 30px 10px; }
.attorney_title { width: 162px; height: 24px; margin: 0px 0px 10px 0px; }
.attorney_bio { float: left; margin: 0px 0px 15px 0px; width: 529px; min-height: 135px; padding-bottom: 5px; }
* html #attorney_bio { height: 135px; } /* IE 6.0 min-height hack */
.attorney_bio p { margin: 0; }
.edit_attorney { text-align: right; }
.staff_image { margin: 0px 0px 10px 17px; }

/* __overview.aspx__ */
.testimonial_border { border: 3px solid; background: #E7E7E7; padding: 5px; margin: 0px 0px 10px 0px; }
.testimonial_bg { background: #E7E7E7; }
.quote { font-size: 12px; font-style: italic; color: #A70E0C; }
.signature { font-size: 12px; font-weight: bold; }

/* __Admin Pages Styles__ */
/* --Login(Default.aspx)-- */
#login { padding-top: 10px; margin: 0px 0px 0px 280px; width: 242px; display: block; }
.welcomebox { position: relative; left: 10px; width: 250px; }

/* Editor.aspx SubPage Styles
-------------------------------------------------------------------------------*/
#content_editor { width: 600px; margin: 7px 0px 7px 10px; font-size: 12px; }
#editor_buttons { margin-top: 10px; }
#editor_buttons_center { margin-top: 10px; text-align: center; display: block; }
#ContentSection { margin: 0px 11px 0px 11px; }

/* __After Hours Styles__ */
#afterhours_images { width: 700px; margin: 0px 0px 10px 17px; text-align: right; }
.afterhours_pic1 { float: left; display: block; width: 340px; min-height: 255px}
* html .afterhours_pic1 { height: 255px; }
.afterhours_pic2 { float: right; display: block; width: 340px; min-height: 255px; }
* html .afterhours_pic2 { height: 255px; }

/* Important Notes Editor
---------------------------------------------------------------------------------------------------- */
#PageBorder { padding: 0px 0px 5px 15px; width: 705px; }
#PageBorder ul { border: 1px solid; background: #FFFFF7; padding: 5px; }
#PageBorder li { margin: 0px 0px 0px 15px; line-height: 22px; }
