@charset "utf-8";
/*
Theme Name: Soph-Ware
Theme URI: http://blogs.soph-ware.com
Description: Wordpress theme designed to match the Soph-Ware website
Author: Aaron Leavitt
Author URI: http://www.soph-ware.com
*/

a, a:visited {
	text-decoration: none;
	color: #ef7a11;
}

a:hover {
	text-decoration: underline;
}

body,html {
	height:				100%;
	width:				100%;
	margin:				0;
}

body {
	font-family:		Arial, Helvetica, sans-serif;
	background-color:	#545454;
	background-image:	url(images/background.png);
	background-repeat:	repeat-x;
}

h2 {
	font-size:			130%;
}

h3 {
	font-size:			115%;
}

h2,h3 {
	font-weight: 		normal;
	letter-spacing:	0.04em;
	line-height:		120%;
}

h2 em,h3 em {
	color:				#FF8212;
	font-style:			normal;
}

h3 em {
	font-weight:		bold;
}

img {
	border:				0;
}

/* Browser specific (not valid) styles to make preformatted text wrap */		

pre {
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	
	border: solid;
	border-width: 1px;
	border-color: #E6E2CB;
	padding: 5px;
	background-color: #fffefd;
}

.author_tag {
	font-size: 80%;
}

.post_tag {
	padding-bottom: 25px;
	font-size: 85%;
}

.post_tag .divider {
	color: #bfbfaa;
}

.post_title a, .post_title a:visited {
	text-shadow:		#82827c 1px 1px 2px;
	font-size:			140%;
	/*color:				#FF8212;*/
	letter-spacing:	0.04em;
	line-height:		120%;
	text-decoration:	none;
}

#header {
	background-image:	url(images/header-stretch.png);
	background-repeat:	repeat-x;
	height:				62px;
	width:				100%;
}

#logo {
	background-image:	url(images/header-logo.png);
	background-repeat:no-repeat;
	width:				318px;
	height:				62px;
}

#sidebar {
	float:				left;
	width:				160px;
	font-size:			90%;
}

#sidebar h3, #sidebar .linkcat h3 {
	margin-bottom: 0;
	color: #ffffff;
	font-weight: bold;
}

.clearFloat {
	clear: both;
}

.menu {
	margin: 0;
	padding: 0;
	width: 122px;
	list-style: none;
}
.menu li {
	padding: 0;
	margin: 0;
	height: 25px;
	width:122px;
	list-style: none;
	background-repeat: no-repeat;
	text-indent: -1000px;
}
.menu li a, .menu li a:visited {
	display: block;
	text-decoration: none;
	height: 25px;
	background-repeat: no-repeat;
}

/* Images for menu/replacement */
#home a {background-image:url(images/Home.png);}
#homeSelected {background-image:url(images/Home_Selected.png);}
#home a:hover {background:url(images/Home_Selected.png);}

#products a {background-image:url(images/Products.png);}
#productsSelected {background-image:url(images/Products_Selected.png);}
#products a:hover {background: url(images/Products_Selected.png);}

#technology a {background-image:url(images/Technology.png);}
#technologySelected {background-image:url(images/Technology_Selected.png);}
#technology a:hover {background:url(images/Technology_Selected.png);}

#experience a {background-image:url(images/Experience.png);}
#experienceSelected {background-image:url(images/Experience_Selected.png);}
#experience a:hover {background:url(images/Experience_Selected.png);}

#services a {background-image:url(images/Services.png);}
#servicesSelected {background-image:url(images/Services_Selected.png);}
#services a:hover {background:url(images/Services_Selected.png);}

#company a {background-image:url(images/Company.png);}
#companySelected {background-image:url(images/Company_Selected.png);}
#company a:hover {background:url(images/Company_Selected.png);}

#blog a {background-image:url(images/Blog.png);}
#blogSelected {background-image:url(images/Blog_Selected.png);}
#blog a:hover {background:url(images/Blog_Selected.png);}

.wp_items {
	margin-left: 45px;
	font-size: 90%;
}

.wp_items a, .wp_items a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.wp_items a:hover {
	color: #FF8212;
}

.wp_items li, .wp_items ul{
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	padding-top: 0;
	margin-top: 0;
}

#content {
	background-color:	#F4F4E9;
	margin-left:		178px;
	width:				550px;
}

#contentTop {
	background-color:	#F4F4E9;
	background-image:	url(images/content-top.png);
	background-repeat:no-repeat;
	width:				550px;
	height:				13px;
}

#contentBody {
	background-image:	url(images/content-stretch.png);
	background-repeat:repeat-y;
	padding:				1px 20px 0 20px;
	font-size:			90%;
	line-height:		140%;
	letter-spacing:	0.02em;
	word-spacing:		0.07em;
}

#contentBottom {
	background-color:	#F4F4E9;
	background-image:	url(images/content-bottom.png);
	background-repeat:no-repeat;
	width:				550px;
	height:				20px;
}

.small {
	font-size:			75%;
}

.comments_list ol {
	padding-left: 0px;
	margin-left: 0px;
	margin-right: 0px;
	list-style: none;
}

.comments_list .comment {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	border-color:  #bfbfaa;
	border-style: solid;
	border-width: 1px;
}

.comments_list p {
	margin-top: 5px;
}

.comments_list .author_comment {
	background-color: #ffffff;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	border-color:  #6e6e62;
	border-style: solid;
	border-width: 1px;
}

.comments_author {
	font-size: 106%;
}

.comments_list .comment_number {
	float: right;
	font-weight: bold;
	color: #bfbfaa;
	font-size: 106%;
}

.comments_list .comment_datetime {
	font-size: 75%;
	border-bottom-style: solid;
	border-width: 1px;
	border-color:  #bfbfaa;
}

#comment {
	width: 505px;
}

/*.links_list {
	border-color:  #bfbfaa;
	border-style: solid;
	border-width: 1px;
}*/

.links_list h3 {
	margin: 5px;
	padding: 0;
	border-bottom-style: solid;
	border-width: 1px;
	border-color:  #bfbfaa;
}

.links_list ul {
	padding-top: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	margin-left: 5px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	list-style: none;
	border-bottom-style: solid;
	border-width: 1px;
	border-color:  #bfbfaa;
}
