/*
Theme Name: Hinshaw & Culbertson LLP Blog
Theme URI: http://tedmasterweb.com/wordpress-themes/hinshaw
Description: Hinshaw & Culbertson LLP WordPress Design based on hinshawlaw.com
Version: 1.0
Author: Gustave Stresen-Reuter
Tags: fixed width, two columns, widgets

*/

@import url(css/reset.css);
@import url(css/text.css);
@import url(css/960.css);
@import url(css/list.css);
@import url(css/general.css);

body
{
    background-image: url(img/interior_bg.gif);
    background-repeat: repeat-x;
    background-position: 0px 117px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

ul#mainmenu
{
	font-family: Verdana, sans-serif;
}

ul#mainmenu li
{
    display: inline;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

ul#mainmenu a
{
    padding-right: 5px;
    padding-left: 5px;
    font-size: 0.8em;
    text-decoration: none;
    color: rgb(94,94,94);
}

ul#mainmenu a:hover
{
    color: rgb(119, 139, 185);
}

div.post
{
	padding-bottom: 1em;
	padding-left: 1em;
	padding-right: 1em;
	background-color: transparent;
	background-image: url('img/interior_bg.gif');
	background-repeat: repeat-x;
}

/* hack to get gecko (Firefox) rendering right */
div.post, x:-moz-any-link
{
	background-position: 0px -1px;
}

h1.title
{
	color: white;
	font-size: 17px;
	font-weight: bold;
	padding-top: 40px;
	padding-bottom: 20px;
}

h1.title a
{
    color: white;
    text-decoration: none;
}

div#body-content
{
    font-size: 0.75em;
    line-height: 1.5em;
}

div#sidebar
{
    background-image: url(img/bggrad.gif);
    background-repeat: repeat-x;
    margin-top: 20px;
    margin-right: 20px;
    padding: 10px;
}

div.header
{
	height: 70px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 2.4em;
}

a
{
    color: rgb(119, 139, 185);
}

a:hover
{
    color: rgb(51,51,51);
}

div#sidebar li
{
    list-style-type: none;
    margin-left: 10px;
}

div#sidebar a
{
    text-decoration: none;
}

div#sidebar a:hover
{
    text-decoration: underline;
}

/* borrowed from wordpress defalt theme */
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

.sys-message
{
	padding: 1.5em 1.5em 1.5em 6em;
	margin-bottom: 1.5em;
	border: 3px #E90017 ridge;
	background-color: #F7F3DA;
	background-repeat: no-repeat;
	background-position: 1em 1em;
}

.sys-message li
{
	list-style: disc;
}

.warning
{
	color: red;
	background-image: url(images/icons/error-small.png);
}

.confirmation
{
	color: green;
	background-image: url(images/icons/check_mark-small.png);
}

div#hotline-agreement-form
{
	background-color: #EBEBEB;
	padding: 2em;
	margin: 1em;
}

div#hotline-agreement-form td
{
    vertical-align: top;
    padding: 0.5em;
}

div#hotline-agreement-form input
{
	width: 30em;
}

div#hotline-agreement-form textarea
{
	width: 20em;
}

fieldset
{
    margin-bottom: 4em;
}

label
{
    font-weight: bold;
    cursor: pointer;
}

textarea
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
}

.k2-form-header
{
    color: #a81818;
    font-size: 1.5em;
}


