/*
Theme Name: EqualServing.com
Theme URI: http://wordpress.org/
Description: This theme was developed for EqualServing.com by EqualServing.com
Version: 1.6
Author: Michele Durst
Author URI: http://equalserving.com/
Tags: blue, custom header, fixed width, two columns, widgets

	EqualServing v1.0

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


/* Begin Typography & Colors */

body { font: 11px Verdana, Helvetica, sans-serif; color: #600; text-align: center; margin: 0; padding: 0; background: #FFCC7F url(/gui/bg2.gif) repeat-y 50% 0; }
	
#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

#_headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}

#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

small {
	font-size: 0.9em;
	line-height: 1.5em;
	}

#_headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-size: 1.2em;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 0.9em;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font-size: 1em;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font-size: 1.1em;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}

#_headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	padding: 0px 0 20px 0;
	margin: 5px 0 0 150px;
	margin: 0px 0 0 0px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

.clear {
	clear: both;
}

/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/

#headerimg h1, #headerimg .description {display: none; }
/* EqualServing "style1" - 11/2007
--- ( basics) -------------------------------- */
body { font: 11px Verdana, Helvetica, sans-serif; color: #600; text-align: center; margin: 0; padding: 0; background: #FFCC7F url(/gui/bg2.gif) repeat-y 50% 0; }
p {	line-height: 1.5em; margin: 0; padding: 0 0 0.7em; text-align: justify; }
h1 { margin: 0 0 0.8em 0; padding: 0; color: #F90; font-size: 1.4em; }
h2 { font-size: 1.2em; line-height: 1.5em;	color: #FF4D00; padding: 0; margin: 0.8em 0 0.8em 0; clear: left; }
h2 a:link, h2 a:visited, h2 a:hover { color: #FF4D00; text-decoration: none; }
h3 { font-size: 1em; font-style: italic; line-height: 1.5em; color: #B93333; padding: 0.2em 0 0 0; margin: 0.5em 0 1em 0; }
h3 a:link, h3 a:visited, h3 a:hover { color: #B93333; text-decoration: none; }
h4, caption { font-size: 1em; line-height: 1.5em; padding: 0; margin: 0.5em 0 1em 0; }
h4 a:link, h4 a:visited, h4 a:hover { color: #600; text-decoration: none; }
a:link, a:visited {	color: #3C6; text-decoration: underline; }
a:hover { color: #096; text-decoration: none; }
ul { list-style-type: disc; line-height: 1.4em; padding: 0; margin: 0 0 0.7em 1.5em; }
ul li { padding: 0 0 0.4em 0.7em; margin: 0; }
ol { line-height: 1.4em; padding: 0 0 0 2.25em; margin: 0 0 0.7em; }
ol li { padding: 0 0 0.4em 0; }
dl { line-height: 1.5em; padding: 0.5em 0; margin: 0; }
dt { font-weight: bold; }
dd { padding: 0; margin: 0.4em 0 0.8em 3em; }
img { border: none; }
img.l { margin: 0.5em 2em 2em 0; float: left; }
img.r { margin: 0.5em 0 2em 2em; float: right; }
em, .i { font-style: italic; }
strong, .b { font-weight: bold; }
blockquote {  }

/* --- ( structure ) ----------------- */
#global { position: relative; padding: 0; margin: 0 auto; text-align: left; width: 760px; }
#logo { position: absolute; top: 0; left: 0; background: #FFF; width: 240px; height: 135px; }
#logo img {margin: 50px 0 0 44px; }
#logo a { border-style: none; }
#header { height: 125px; background: #B93333; position: relative; }
#sidebar { position: absolute; top:135px; left:0; background: #FFF url(/gui/bgimg1.jpg) no-repeat 0 100%;
	width: 240px; /*height: 572px - if the sidebar has short content, need to specify the height */
	padding: 0 0 200px; margin: 0; border-bottom: 55px solid #933; border-right: 1px dashed #F60; }
#sidebar div.box1 { padding: 0 0 1.5em 0; margin: 0 40px 2em; border-bottom: 1px dashed #F60; }
#sidebar div.box2 { background: #FFF7D5; padding: 20px 30px; margin: 10px; }
#sidebar p { text-align: left; line-height: 1.3em; }
#sidebar img {padding: 0 0 1em 0; }
#main, #header { margin-left: 240px; padding-left: 40px; }
#main { background: #FFF; padding: 25px 40px; height: 100%; /* - for fixing IE6 peekaboo bug for floats */ }
#footer { font-size: 0.92em; background: #FFF7D5; border-top: 1px dashed #F60; padding: 20px 40px 20px 280px; }

/* --- ( navigation ) ------------------------ */
ul#nav { display: inline; padding: 0; margin: 0 0 0 2em; position: absolute; left:0; bottom: 0; height: 34px; font: 11px Verdana, Helvetica, sans-serif;}
ul#nav li { display: inline; text-align: center; padding: 0; margin: 0; text-transform: uppercase; }
ul#nav li a:link, ul#nav li a:visited { display: inline; color: #FFF; padding: 0 0.8em 20px; text-decoration: none; }
ul#nav li a:hover { color: #FFB928; background: url(/gui/nav_hover.gif) no-repeat 50% 100% }
ul#nav li#current a:link, ul#nav li#current a:visited, ul#nav li#current a:hover { color: #FFF; background: url(/gui/nav_active.gif) no-repeat 50% 100%; }
ul#secnav { display: inline; padding: 0; margin: 0; position: absolute; right: 10px; top: 10px; font-size: 0.92em; }
ul#secnav li { display: inline; text-align: center; padding: 0 3px 0 6px; margin: 0; border-right: 1px solid #600; }
ul#secnav li a:link, ul#secnav li a:visited { display: inline; color: #FFDFBF; text-decoration: underline; }
ul#secnav li a:hover { color: #FFB928; text-decoration: none; }

/* --- ( forms ) --------------------------- */
form { padding: 0; margin: 0 0 1.5em 0; }
fieldset { padding: 0.5em 0; margin: 0; border: 1px dashed #FFB928; border-width: 1px 0; }
legend { background: #FFF; font-weight: bold; padding: 0.3em 0.5em; margin: 0 0 1.5em 0; }
label {  }
#rfp #project, #rfp #description, #rfp #budget, #rfp #name, #rfp #position, #rfp #company, #rfp #phone, #rfp #email, #rfp #website, #rfp #referral { width: 246px; }
input, textarea, select { color: #600; background-color: #FFF; font: 11px Verdana, Helvetica, sans-serif;
	text-transform: none; border: 1px solid #CCC; padding: 0; margin-left: 0.75em;
}
input.button, input.but, input.abut {
	font: 10px Verdana, Helvetica, sans-serif; text-transform: uppercase; color: #FFF; background: #3C6; 
	padding: 0 4px; margin-bottom: 0; cursor: pointer; border: none; 
}

/* --- ( tables ) -------------------------- */
table { width: 100%; padding: 0; margin: 0 0 1em 0; border-collapse: collapse; }
form table { margin-bottom: 0; }
caption { text-align: left; font-weight: bold; padding: 0 0 1em 0; margin: 0.8em 0 0 0; }
th, td { padding: 0 0 0.75em 0; text-align: left; vertical-align: top; font-size: 11px; font-weight: normal; }
table.data { margin-top: 0.75em; }
table.data th { color: #F60; padding-bottom: 1em; }

#ref table { width: 100%; padding: 0; margin:0; border-collapse: collapse; }
#ref td { text-align: left; vertical-align: top;  padding: 1em 0 2em 0; }
#ref td.image {text-align: center; vertical-align: middle; padding-left: 1.5em; }
#ref tr { border-top: 1px dashed #F60; }

/* --- ( body styles ) ----------------------------- 
omit sidebar : */
body.simple { background: #FFCC7F url(../gui/bg2_simple.gif) repeat-y 50% 0; }
body.simple #main { margin-left: 0; } 
body.simple #footer { padding-left: 40px; }

/* --- ( other ) ----------------------------- */
p.arrow { background: url(../gui/arrow1.gif) no-repeat 0 0.4em;	padding-left: 1.7em; clear: both; }
.err { color: #FF4D00; }
#main div.twocol {  }
#main div.lcol { float: left; width: 46%; } 
#main div.rcol { float: right; width: 46%; } 
.cl { clear: both; }
#login {margin: 0; 	border-bottom: 1px solid #E5E5E5; }
#login p { 	text-align: right;	margin: 0; 	padding: 0; 	line-height: 1em; 	margin-bottom: 0.8em; }
fieldset { padding: 0 0 0 1.25em; margin: 0; border: 1px solid #E5E5E5; border-right-width: 0; }
legend { font-weight: bold; padding: 0; margin: 0 0 1em 0; }
label {  }
#login_user_1 {margin-top: 25px; width: 200px; right: 0px; top: 0px; left: 250px; position: relative;}
#login_user #username, #login_user #password, #sign_up #name, #sign_up #email { margin-top: 2px; width: 246px; }
#reqCor, #reqPro, #reqSub, #reqDes, #reqBud, #reqFna, #reqTit, #reqCom, #reqPho, #reqEma { color: #FF4D00; }
.err { color: #FF4D00; }
div.spacer { clear: both; }
#slides { float: left; width: 485px; margin: 0 25px 25px 0; }
.notice {font-weight: bold; margin: 25px;}
.box2 ul, .box2 ul li { font: 11px;}
pre {font-family: Arial, Helvetica, Sans-Serif; font-size: 1.0em; }
