
/* 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 Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 0px;
	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 */

/*----------------------------------------------------------------------------------
	CSS :: SafeSourcing
----------------------------------------------------------------------------------*/

* {
	font-family: Tahoma, sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div.clr {
	clear: both;
}

img.fl {
	float: left;
	padding-right: 25px;
}

span.more a{
	margin: 0px 0px 0px 20px;
	font: normal normal bold 10px Tahoma;
	color: #5E7517;
}

html,
body,
div#outer,
div#inner {
    min-height: 100%;
    width: 100%;
    height: auto;
}

* html,
* html body,
* html div#outer,
* html div#inner {
    height: 100%;
}

body {
	background: #8C94A6 url(../images/bg/bg.gif) repeat-x;
}

div#outer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

div#inner {
	position: absolute;
	left: 50%;
	width: 960px;
	margin-left: -480px;
	background: #fff url(../images/bg/inner.gif) repeat-y;
	text-align: center;
}

/*----------------------------------------------------------------------------------
	CSS :: SafeSourcing :: INTERNAL
----------------------------------------------------------------------------------*/

body.internal #blog,
body.internal #wiki,
body.internal #flash,
body.internal #bottom-panels,
body.internal #front-image {
		display: none;
}

/*----------------------------------------------------------------------------------
	CSS :: SafeSourcing :: Header
----------------------------------------------------------------------------------*/

#inner div#header {
	position: relative;
	width: 944px;
	height: 107px;
	background-color: #fff;
	margin: 0px auto;
}

#header div#right-shadow,
#header div#left-shadow {
	position: absolute;
	top: 0px;
	height: 207px;
	width: 20px;
}

#right-shadow {
	right: -28px;
	background: transparent url(../images/bg/right_shadow.png) no-repeat;
}

#left-shadow {
	left: -28px;
	background: transparent url(../images/bg/left_shadow.png) no-repeat;
}

#header a#logo {
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 8px;
	text-align: left;
	text-indent: -999em;
	text-decoration: none;
	outline: none;
	height: 103px;
	width: 236px;
	background: transparent url(../images/logo/safesourcing.gif) no-repeat 0 0;
}

#header div#header-right {
	float: right;
	font-size: 11px;
	font-weight: bold;
	margin-top: 10px;
	text-align: right;
	color: #69655D;
}

#header-right a {
	color: #69655D;
}

/*----------------------------------------------------------------------------------
	CSS :: SafeSourcing :: Header :: Search Box
----------------------------------------------------------------------------------*/

#header-right div#search {
	width: 294px;
	margin-top: 8px;
}

/* IE 6 Hack - Adjust spacing */
* html #header-right div#search {
	width: 298px;
}

#search fieldset {
	float: left;
}

#search span {
	float: left;
	padding: 2px;
	line-height: 20px;
}

#search input {
	width: 180px;
	border: 1px solid #B1AA9C;
	padding: 3px 2px 4px 2px;
	font: normal normal normal 11px Tahoma;
	color: #a2a2a2;
}

#search input#search-submit {
	margin-top: 2px;
	width: 37px;
	height: 21px;
	border: none;
	font: normal normal bold 11px Verdana;
	background: #fff url(../images/forms/search_submit.gif) no-repeat;
	color: #fff;
}

/*----------------------------------------------------------------------------------
	CSS :: SafeSourcing :: Header :: Updates & Alerts
----------------------------------------------------------------------------------*/

#header-right div#updates {
	text-align: left;
	width: 294px;
	margin-top: 8px;
}

#updates div#scroller {
	margin-top: 4px;
	width: 292px;
	height: 20px;
	border: 1px solid #B1AA9C;
}

/*----------------------------------------------------------------------------------
	CSS :: SafeSourcing :: Navigation
----------------------------------------------------------------------------------*/

#inner #navigation {
	position: relative;
	width: 944px;
	height: 38px;
	background-color: #fff;
	margin: 0px auto;
	text-align: center;
}

#navigation div#nav-left,
#navigation div#nav-right {
	position: absolute;
	top: 0px;
	width: 18px;
	height: 38px;
}

#navigation div#nav-left {
	left: 0px;
	background: #fff url(../images/nav/nav_left.gif) no-repeat;
}

#navigation div#nav-right {
	right: 0px;
	background: #fff url(../images/nav/nav_right.gif) no-repeat;
}

#navigation ul {
	position: relative;
	width: 716px;
	margin: 0px auto;
	border: 1px solid #ffcc00;
}

#navigation ul li {
    float: left;
    position: relative;
	list-style: none;
}

#navigation ul a {
	display: block;
	height: 38px;
	text-align: left;
	text-indent: -999em;
	text-decoration: none;
	outline: none;
	background-repeat: no-repeat;
	line-height: 0.5;
	background-color: #62814C;
}

#navigation ul a#home:hover,
#navigation ul a#about:hover,
#navigation ul a#solutions:hover,
#navigation ul a#knowledge:hover,
#navigation ul a#customers:hover,
#navigation ul a#partners:hover,
#navigation ul a#contact:hover
 {
	background-position: 0 -38px;
}

#navigation a#home {
	width: 74px;
	background: transparent url(../images/nav/home.gif) no-repeat;
}

#navigation a#about {
	width: 72px;
	background: transparent url(../images/nav/about.gif) no-repeat;
}

#navigation a#solutions {
	width: 95px;
	background: transparent url(../images/nav/solutions.gif) no-repeat;
}

#navigation a#knowledge {
	width: 165px;
	background: transparent url(../images/nav/knowledge.gif) no-repeat;
}

#navigation a#customers {
	width: 110px;
	background: transparent url(../images/nav/customers.gif) no-repeat;
}

#navigation a#partners {
	width: 90px;
	background: transparent url(../images/nav/partners.gif) no-repeat;
}

#navigation a#contact {
	width: 110px;
	background: transparent url(../images/nav/contact.gif) no-repeat;
}

/*----------------------------------------------------------------------------------
	CSS :: SafeSourcing :: Body
----------------------------------------------------------------------------------*/

#inner div#body {
	position: relative;
	width: 944px;
	padding: 4px 0px 4px 0px;
	background-color: #fff;
	margin: 0px auto;
	font-size: 11px;
	text-align: left;
}

#body div#flash {
	float: right;
	width: 512px;
	height: 192px;
	background: transparent url(../images/bg/flash.gif) no-repeat;
}

div.panel-title h2 a {
	display: block;
	height: 27px;
	text-align: left;
	text-indent: -999em;
	text-decoration: none;
	outline: none;
}

/*----------------------------------------------------------------------------------
	CSS :: SafeSourcing :: Body :: Sidebar
----------------------------------------------------------------------------------*/

#body div#sidebar {
	float: left;
	width: 200px;
	color: #6C6C6C;
}

#sidebar div.panel-title {
	position: relative;
	width: 236px;
	height: 27px;
	background: #fff url(../images/bg/sidebar_panel_title.gif) no-repeat;
	margin-bottom: 10px;
}

/*----------------------------------------------------------------------------------
	CSS :: SafeSourcing :: Body :: Sidebar :: INTERNAL
----------------------------------------------------------------------------------*/

#body #sidebar-int {
	width: 186px;
	float: left;
	color: #6C6C6C;
}

/*----------------------------------------------------------------------------------
	CSS :: SafeSourcing :: Body :: Sidebar :: Blog
----------------------------------------------------------------------------------*/

#sidebar div#blog {
	padding-bottom: 10px;
	background: #fff url(../images/bg/blog.gif) no-repeat;
}

#blog div.panel-title a.rss {
	position: absolute;
	display: block;
	top: 3px;
	right: 80px;
	width: 21px;
	height: 21px;
	background: transparent url(../images/titles/rss.png) no-repeat;
}

#blog span#blog-icon {
	float: right;
	width: 58px;
	height: 72px;
	margin: 0px 4px 4px 4px;
	background: transparent url(../images/titles/blog_icon.png) no-repeat;
}

#blog span.date {
	color: #5E7517;
	font-weight: bold;
	margin: 10px;
}

#blog dt {
	margin: 10px 10px 10px 10px;
	font: normal normal bold 11px Tahoma;
	color: #000;
}

#blog dd {
	margin: 0px 10px 10px 10px;
	line-height: 14px;
}

#blog div.panel-title h2 a {
	width: 128px;
	margin-left: 2px;
	background: transparent url(../images/titles/blog.gif) no-repeat;
}

/*----------------------------------------------------------------------------------
	CSS :: SafeSourcing :: Body :: Sidebar :: Wiki
----------------------------------------------------------------------------------*/

#sidebar div#wiki {
	padding-bottom: 10px;
	background: #fff url(../images/bg/wiki.jpg) no-repeat;
}

#wiki p {
	margin: 56px 10px 10px 10px;
	line-height: 14px;
}

#wiki div.panel-title h2 a {
	width: 128px;
	margin-left: 2px;
	background: transparent url(../images/titles/wiki.gif) no-repeat;
}

/*----------------------------------------------------------------------------------
	CSS :: SafeSourcing :: Body :: Content
----------------------------------------------------------------------------------*/

#body div#content-contain {
	position: relative;
	float: right;
	width: 512px;
	margin: 4px 0px 4px 0px;
}
#body div#content {
	float: right;
	width: 366px;
}

#content-contain div#front-image {
	float: left;
	width: 136px;
	height: 136px;
	background: transparent url(../images/misc/key.jpg) no-repeat;
}

#content h1 {
	font-size: 16px;
}

#content p,
#content-int p {
	font-size: 11px;
	line-height: 16px;
	margin: 8px 0px;
}

/*----------------------------------------------------------------------------------
	CSS :: SafeSourcing :: Body :: Content :: INTERNAL
----------------------------------------------------------------------------------*/

#body div#content-contain-int {
    position: relative;
	float: right;
	margin: 4px 0px 4px 0px;
    width: 740px;
}

#body div#content-int {
    float: right;
    margin: 20px 0px;
	width: 735px;
}

#content-int h1 {
	font-size: 18px;
}

/*----------------------------------------------------------------------------------
	CSS :: SafeSourcing :: Body :: Bottom Panels
----------------------------------------------------------------------------------*/

#body div#bottom-panels {
	float: right;
	width: 512px;
}

#procurement div.panel-title,
#membership div.panel-title {
	width: 254px;
	height: 27px;
	background: #fff url(../images/bg/body_panel_title.gif) no-repeat;
}

/*----------------------------------------------------------------------------------
	CSS :: SafeSourcing :: Body :: Bottom Panels :: Procurement
----------------------------------------------------------------------------------*/

#bottom-panels div#procurement {
	float: left;
	width: 254px;
	height: 144px;
	background: #fff url(../images/bg/procurement_bg.gif) no-repeat 0 29px;
}

#procurement div.panel-title h2 a {
	width: 172px;
	margin-left: 2px;
	background: transparent url(../images/titles/procurement.gif) no-repeat;
}

#procurement ul {
	width: 246px;
	margin: 8px auto;
	list-style: none;
}

#procurement ul li {
	padding: 6px 0px 6px 4px;
	background: transparent url(../images/bg/underlines.gif) repeat-x 0 bottom;
}

#procurement ul li a {
	font: normal normal bold 13px "Arial Narrow";
	color: #5E5E5E;
}

/*----------------------------------------------------------------------------------
	CSS :: SafeSourcing :: Body :: Bottom Panels :: Membership
----------------------------------------------------------------------------------*/

#bottom-panels div#membership {
	float: right;
	width: 254px;
	height: 144px;
}

#membership ul {
	margin: 15px 15px 8px 10px;
}

#membership ul li {
	margin-left: 15px;
	line-height: 16px;
	color: #434343;
}

#membership div.panel-title h2 a {
	width: 148px;
	margin-left: 2px;
	background: transparent url(../images/titles/membership.gif) no-repeat;
}


/*----------------------------------------------------------------------------------
	CSS :: SafeSourcing :: Footer
----------------------------------------------------------------------------------*/

#inner div#footer {
	position: relative;
	font-size: 11px;
	color: #B0BC8C;
	margin: 0px auto;
	width: 944px;
	height: 65px;
	padding-top: 4px;
	background: #fff url(../images/bg/footer.gif) no-repeat 0 4px;
}

#footer div#copyright {
	float: left;
	margin: 10px 0px 0px 10px;
}

#footer ul {
	list-style: none;
	float: right;
	margin: 10px 20px 0px 0px;
}

#footer ul li {
	display: inline;
}

#footer ul li a {
	color: #B0BC8C;
}

/*----------------------------------------------------------------------------------
	CSS :: SafeSourcing :: Add This Button
----------------------------------------------------------------------------------*/

a.addthis_button {
	position: absolute;
	left: 350px;
	bottom: -2px;
}

/*----------------------------------------------------------------------------------
	CSS :: SafeSourcing :: BLOG STYLING
----------------------------------------------------------------------------------*/

h2 {
	margin: 15px 0 5px 0;
}

h3 {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 18px;
	font-weight: normal;
	color: #666644;
	margin: 15px 0 5px 0;
}

div.post small {
	font-size: 11px;
	color: #646464;
}

div.entry {
	border-top: 1px solid #646464;
	margin: 15px 0 0 0;
}

.entry p {
	font-size: 11px;
	line-height: 17px !important;
	margin: 15px 15px 15px 0 !important;
}

p.postmetadata {
	margin: 0 15px 10 0 !important;
	text-align: right;
}

div.navigation {
	background: #fafafa;
	margin-right: 15px;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	padding: 10px;
}

div.alignleft {
	text-align: left;
}

div.alignright {
	margin-top: 15px;
	text-align: right;
}

form#searchform {
	margin: 15px 0;
}

input#s {
	border: 1px solid #dfdfdf;
	padding: 2px 4px;
	color: #646464;
}

input#searchsubmit {
	border: 1px solid #dfdfdf;
	background: #cacaca;
	color: #fff;
	padding: 2px 4px;
}

/*----------------------------------------------------------------------------------
	CSS :: SafeSourcing :: BLOG STYLING :: CALENDAR
----------------------------------------------------------------------------------*/

#wp-calendar caption {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 3px;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
} 

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	color: #ff0000;
}

#wp-calendar td {
	color: #ccc;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar a:hover {
	background: #e0e6e0;
	color: #333;
}

#wp-calendar td:hover,
#wp-calendar #today {
	background: #eee;
	color: #bbb;
}

#wp-calendar {
	border: 1px solid #ddd;
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	width: 90%;
}

/*----------------------------------------------------------------------------------
	CSS :: SafeSourcing :: BLOG STYLING :: COMMENTS
----------------------------------------------------------------------------------*/

form#sendtofriendform {
}

form#sendtofriendform input,
form#sendtofriendform textarea,
div#respond input,
div#respond textarea {
	border-top: 3px solid #ccc !important;
	border-right: 1px solid #ccc !important;
	border-bottom: 1px solid #ccc !important;
	border-left: 1px solid #ccc !important;
	color: #666666;
	padding: 3px;
	font-size: 11px;
}

div#respond input {
	margin-right: 10px;
}

form#sendtofriendform input[type="button"],
div#respond input#submit {
	border-top: 3px solid #ccc !important;
	border-right: 1px solid #ccc !important;
	border-bottom: 1px solid #ccc !important;
	border-left: 1px solid #ccc !important;
	background: #fafafa;
	color: #666666;
	font-size: 11px;
	padding: 4px 10px;
}

ol.commentlist {
	margin: 0 0 0 35px !important;
	padding: 0 !important;
	width: 100% !important;
}

ol.commentlist li.comment  {
	margin: 10px 0 !important;
	padding: 8px 10px !important;
	line-height: 18px;
	vertical-align: middle;
	width: 665px;
}

li.odd {
	border-top: 3px solid #ccc !important;
	background: #FAFAFA;	
}

ul.children {
	margin: 0 0 0 35px !important;
	padding: 0 !important;
	list-style: none !important;
}

ul.children li {
	margin: 0 !important;
	list-style: none !important;
	width: 620px !important;

	padding: 8px 10px !important;
	line-height: 18px;
	vertical-align: middle;
}
