/******* CSS for charliehoward.net *******/
/******* Structure *******/

body {
    background: #333 url("../img/background.gif") scroll right top repeat-x;
}

#package {
    width: 750px;
    margin: 0 auto;
    background: #fff;
}

#contentwrapper {
	float: left;
	width: 100%;
	margin-top: 10px;
}

#content {
  float: left;
  width: 540px;
  background: url("../img/seal.jpg") center center no-repeat;
}

/******* Right Column/Sidebar *******/

#rightcolumn {
    float: right;
    width: 200px;
    margin-bottom: 10px;
    background: #eaeaea;
}

h3.sidebartitle {
    position: relative;
    background: url("../img/sidebartitlebox.jpg") no-repeat;
    text-indent: -9999px;
    border-bottom: none;
    height: 103px;
}

/******* Header *******/

#header {
    background: #eaeaea url("../img/header.jpg") no-repeat;
    height: 160px;
}

#header h1 {
    background: #eaeaea url("../img/header.jpg") no-repeat;
    text-indent: -9999px;
}

/******* Content Boxes *******/

#boxwrapper {
	float: left;
	width: 100%;
	margin-top: 5px;
}

#box1 {
    float: left;
    background: #eaeaea;
    width: 370px;
    height: 150px;
    background: url("../img/box1.jpg") no-repeat;
}

#box2 {
    float: right;
    background: #eaeaea;
    width: 370px;
    height: 150px;
    background: url("../img/box2.jpg") no-repeat;
}
/******* Footer *******/

#footer {
    clear: left;
    width: 100%;
    background: #eaeaea;
    padding: 1px 0px 1px 0px;
}

ul.footer {
	text-align: left;
	font-size: 70%;
	color: #555454;
	margin-top: 10px;
}

ul.footer li {
	display: inline;
	margin-left: 10px;
}

ul.footer li.designedby {
    padding-left: 95px;
}

ul.footer li.designedby a {
    color: #000000;
}

/******* Typography *******/

h2 {
    margin-left: 15px;
}

h3 {
	border-bottom: 2px solid #6a6a6a;
	text-align: left;
	font-size: x-large;
	line-height: 95%;
	letter-spacing: 1.0px;
	padding: 0px 0px 0px 15px;
	margin-top: 0px;
}

p {
    margin-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 90%;  
}

.quote {
    font-size: 80%;
}

blockquote {

}

a {
    color: #0000FF;
    text-decoration: none;
}

#contentwrapper a:visited {
    color: #00558a;
}

a:hover {
    text-decoration: underline;
}

.bookmark {
    color: #000000;
    text-decoration: underline;
}

.title2 {
    font-weight: bold;
}

.title {
    font-size: 120%;
    font-weight: bold;
}

.titlebookmark {
    font-size: 120%;
    font-weight: bold;
    color: #000000;
    text-decoration: underline;
}

.small {
    font-size: 80%;
}
/******* Images *******/

#image-block {
    padding-left: 15px;
    padding-right: 15px;
}

img {
	border: none;
}

.right {
	padding: 5px 0px 5px 5px;
	float: right;
	clear: right;
}

.left {
	padding: 5px 10px 5px 0px;
	float: left;
	clear: left;
}

/******* Navigation *******/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
/*Customized by William Clayton */

.invertedshiftdown {
    padding: 0;
    width: 100%;
    border-top: 0px solid #100f5f; /*Red color theme*/
    background: transparent;
    voice-family: "\"}\"";
    voice-family: inherit;
}

.invertedshiftdown ul {
    margin:0;
    margin-left: 0px; /*margin between first menu item and left browser edge*/
    padding: 0;
    list-style: none;
}

.invertedshiftdown li {
    display: inline;
    margin: 0 2px 0 0;
    padding: 0;
    /*text-transform:uppercase;*/
}

.invertedshiftdown a {
    float: left;
    display: block;
    font: bold 15px Times;
    color: black;
    text-decoration: none;
    margin: 0 1px 0 0; /*Margin between each menu item*/
    padding: 5px 10px 9px 10px; /*Padding within each menu item*/
    background-color: white; /*Default menu color*/
    /*BELOW 4 LINES add rounded bottom corners to each menu item.
      ONLY WORKS IN FIREFOX AND FUTURE CSS3 CAPABLE BROWSERS
      REMOVE IF DESIRED*/
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
}

.invertedshiftdown a:hover {
    background-color: #100f5f; /*Blue color theme*/
    padding-top: 9px; /*Flip default padding-top value with padding-bottom */
    padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
    color: white;
    text-decoration: none;
}

.invertedshiftdown .current a { /** currently selected menu item **/
    background-color: #100f5f; /*Blue color theme*/
    padding-top: 9px; /*Flip default padding-top value with padding-bottom */
    padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
    color: white;
}

#myform { /*CSS for sample search box. Remove if desired */
    float: right;
    margin: 0;
    margin-top: 2px;
    padding: 0;
}

#myform .textinput {
    width: 190px;
    border: 1px solid gray;
}

#myform .submit {
    font: normal 12px Verdana;
    height: 22px;
    border: 1px solid #D10000;
    background-color: black;
    color: white;
}


/******* Contact Form *******/

form {
	width: 315px;
	font-size: 75%;
	padding: 9px 9px 25px 2px;
}

fieldset {
	border: none;
}

form label {
	display: block;
	line-height: 150%;
	margin-bottom: 10px;
}

form label small {
	display: block;
	color: #aaa;
	font-size: 80%;
	text-transform: none;
	text-align: right;
	margin-left: 40%;
	margin-top: -1.55em;
}

form label small a:hover {
	color: #666;
	border-color: #888; 
}

form input, form textarea {
	display: block;
	width: 100%;
	font-size: 120%;
}

form textarea {
	height: 200px;
	font-size: 100%;
	font-family: verdana;
}

form input#submit {
	float: right;
	display: block;
	width: 128px;
}

form p.success {
	color: #6cc33c;
	background: url("../img/icon-tick.gif") left center no-repeat;
	font-size: 99%;
	margin: 0 0 6px;
	padding-left: 24px;
}

form p.error {
	color: #ff4242;
	background: url("../img/icon-cross.gif") left center no-repeat;
	font-size: 99%;
	margin: 0 0 6px;
	padding-left: 24px;
}
