/*
Theme Name: Web Design by Knight
Author: Tasha Knight
Author URI: http://www.webdesignbyknight.com/
*/


* {
	margin: 0;
	padding: 0;
}
												/*Colored background for whole page*/
body {
	background-image: url(../images/wdbk_background.png);
	background-repeat: repeat-x;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
												/*Body font, size and color*/
body, th, td, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}


												/*Header INFO color, font padding, size*/

h1, h2, h3 {
	color: #9966FF;
}

h1 {
	font-size: 3em;
	padding-top: 10px;
	color: #C2C3F2;
	text-align: center;
}

h2 {
	text-transform: uppercase;
	font-size: 1.9em;
	font-weight: bold;
	color: #1B1464;
	padding-top: 10px;
	text-align: center;
	margin-bottom: 15px;
}


h3 {
	font-size: 1.3em;
	color: #CCB5CD;
}
h4 {
	font-size: 1.6em;
	font-weight: bold;
	color: #6F71DE;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #6F71DE;
	width: 280px;
	margin-bottom: 15px;
}
#info_box {
	float: right;
	height: 110px;
	width: 235px;
	background-image: url(../images/info_box.png);
	padding: 22px;
	background-repeat: no-repeat;
}
#plan_title {
	font-size: 1.6em;
	font-weight: bold;
	color: #1B1464;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #1B1464;
	width: 340px;
	margin-bottom: 15px;
	float: left;
}

#web_design_plans {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
#web_design_plans_text {
	float: left;
	width: 460px;
	height: 150px;
	margin-bottom: 15px;
}
#price {
	color: #1B1464;
	float: right;
	font-size: medium;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	height: 30px;
}



												/*Margins for lists ordered or unordered*/

ul, ol {
	margin-left: 3em;
}

a {
	text-decoration: none;
	color: #000099;
}

a:hover {
	border: none;
}

h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #5E54BD;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	color: #7670BA;
}
												/*Box around the whole outside - light light gray */
#main
{
	width: 870px;
	border: 15px solid #F3F3F3;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #F3F3F3;
}
#process1 {
	float: left;
	height: 350px;
	width: 175px;
	margin-top: 5px;
	margin-left: 20px;
}
#processheader   {
	font-size: 1.5em;
	color: #383278;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
}


												/*Header box that is behind bridge photo */

#header {
	width: 870px;
	background-color: #F3F3F3;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 150px;
}


													/* Logo - Main bridge logo picture */

#logo {
	width: 870px;
	height: 145px;
	background-image: url(../images/wdbk_logo_bridge_2010.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 0;
	margin-left: 3px;
}


#logo h1 {
	color: #ffffff;
	font-size: 5px;
}

#logo h2 {
	font-style: italic;
	font-size: 10px;
	padding-left: 20px;
        color: #ffffff;
}

#logo p {
	clear: left;
	margin: 0;
	padding: 0 0 0 20px;
	line-height: normal;
	font-size: 1.2em;
	font-weight: bold;
	color: #ffffff;
}

#logo a {
	color: #FFFFFF;
}
												/*Menu box with main links below the bridge photo */
#menu {
	float: left;
	width: 875px;
	background-image: url(../images/wdbk_menu_bar.png);
	background-repeat: no-repeat;
	margin-left: -2px;
	margin-top: 0px;
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	list-style: none;
}

#menu a {
	display: block;
	float: left;
	height: 25px;
	text-align:center;
	text-decoration: none;
	font-size: 1em;
	color: #003399;
	padding-top: 7px;
	font-weight: bold;
	padding-left: 0px;
	width: 123px;
}

#menu a:hover {
	font-weight: bolder;
	color: #000066;
}

													/* Main content part of the Page */

#page {
	width: 972px;
	border-top: none;
	padding-top: 20px;
	margin-left: 3px;
}
.menu_space1 {

}

.menu_space2 {
	margin-left: 5px;
}


#page2 {
	width: 100px;
	background: #FFFFFF;
	border-top: none;
	padding-top: 20px;
	margin-left: 3px;
}

												/* Content */

#content {
	float: left;
	width: 650px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#content_full {
	float: left;
	width: 850px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}



#content H2
{
	color: #C3BDF2;
	font-size: 24px;
	font-weight: bold
}

#content H4
{
padding: 0px;
}

#content H4 a
{
color: #4C89B6;
font-size: 16px;
test-decoration: underline;
}


#sidebar2 {
	width: 275px;
	float: right;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
}
#read_more {
	font-size: x-small;
	font-style: italic;
	color: #C5AFF2;
}


#sidebar2 h3 {
	color: #C5ADF2;
	font-size: large;
	text-align: center;
	font-weight: bolder;
}

#sidebar2 li ul {
	line-height: normal;



}

#sidebar2 li li {
	padding: 5px;
	font-size: .8em;
}

#sidebar2 li a {
	border: none;
	padding-left: 10px;
	font-size: 11px;
}

#sidebar2 li a:hover {
	border: none;
	padding-left: 10px;
}

/* Footer */

#footer {
	text-align: center;
	font-size: 9px;
	color: #ffffff;
	height: 40px;
	padding-top: 10px;
}

#footer a
{
color: #FFFFFF
}

div.leftnav
{
	float:left;
}

div.rightnav
{
	float:right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
h5 {
	font-size: 2.0em;
	font-style: italic;
	color: #C2C3F2;
	text-align: center;
}


.alignleft {
	float: left;
}

.alignright {
	float: right;
}


p {
	margin-top: 0px;
	margin-bottom: 20px;
}
.color {color: #000099}
#main_content {
	background-color: #FFFFFF;
}
#plan_box {
	background-image: url(../images/star_box.png);
	float: right;
	width: 250px;
	padding: 30px;
	height: 175px;
	background-repeat: no-repeat;
}
#left_column {
	float: left;
	height: 930px;
	width: 390px;
	padding: 15px;
}
#right_column {
	float: left;
	height: 930px;
	width: 390px;
	padding: 15px;
}
#left_column_short2 {
	float: left;
	height: 140px;
	width: 390px;
	padding: 15px;
}
#right_column_short2 {
	float: left;
	height: 140px;
	width: 390px;
	padding: 15px;
}
#right_column_short {
	float: left;
	height: 195px;
	width: 390px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

#left_column_short {
	float: left;
	height: 195px;
	width: 390px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
ul {
	list-style-image: url(../images/star.png);
	line-height: 25px;
}
#client_list {
	float: left;
	width: 300px;
}
#client_pic {
	float: left;
	width: 450px;
	margin-left: 30px;
}
#client_text {
	text-align: center;
	width: 450px;
	color: #1B1464;
}
#client_link {
	font-weight: bold;
	text-align: center;
}
#client_title_link {
	margin-top: 10px;
	margin-bottom: 30px;
	cursor: hand;
	font-style: italic;
	font-weight: bold;
	color: #1B1464;
}




#testimonials {
	padding-top: 45px;
}

#signature {
	font-size: medium;
	font-style: italic;
	font-weight: bold;
	color: #91A8D3;
	float: right;
}
#quote_align {
	background-color: #00CCFF;
	float: left;
	margin-left: 50px;
}
