/*
Theme Name: XercesTech transitional theme
Theme URI: http://xercestech.com
Description: Designed by XercesPartners
Version: 1.2
Author: Xerces Partners
*/

/* fb widget */

.fbConnectWidgetTopmost {
border:none !important;
}

.fb_iframe_widget {
background:#fff !important;
}

#next_posts_link {
float:right;
display:inline;
margin-right:12px;
}

#previous_posts_link {
float:left;
margin-left: 12px;
}

.twitter-share-button {
margin-top:6px;
float:right;
}

.featured-thumbnail {
display: block;
float: left;
margin-right: 12px;
margin-top: 10px;
}
.postcontent blockquote {
border-left:3px solid #BBBBBB;
}

.postcontent blockquote p {
margin-left:10px;
}

.postcontent p img,
.postcontent img {
	margin-top:24px;
	margin-bottom:24px;
}

/* Main Tags */

.aligncenter,
div.aligncenter {
   display: block;
margin:0 auto;
}

img.aligncenter {
   display: block;
margin:0 auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}


body{
	border:0;
	padding:0;
	margin:0;
	font-family: Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

body p {
line-height: 1.4em;
}

.Container {
	width:1000px;
	padding:0;
	border:0;
	margin:0 auto;
	text-align:left;
}

/* old stuff */

h1.blogtitle {
color:#333333;
position:absolute;
text-indent:-9000px;
}

#blog-description {
left:-9000px;
position:absolute;
}

#branding {
     padding:0;
     background:url(images/newbar.png) no-repeat;
     height:55px;
     width:100%;
}

#topmenu {
margin-top:0;
}
#topmenu a {
text-decoration:none;
vertical-align:top;
}

.sf-menu {
border:medium none;
color:#333333;
height:55px;
margin:0;
padding:0;
}
ul.sf-menu li a {
border:medium none;
color:#333333;
display:block;
font-size:1.1em;
font-weight:bold;
height:55px;
margin:0;
padding:0;
text-indent:-9000px;
}
ul.sf-menu li {
background:none repeat scroll 0 0 transparent;
display:inline-block;
height:55px;
margin:0;
padding:0;
text-align:center;
}
ul.sf-menu li.homebutton {
width:245px;
}
ul.sf-menu li.articlesbutton {
width:93px;
}
ul.sf-menu li.newsbutton {
width:83px;
}
ul.sf-menu li.projectsbutton {
width:102px;
}
ul.sf-menu li.reviewsbutton {
width:97px;
}
ul.sf-menu li.contactbutton {
width:98px;
}
ul.sf-menu li.forumsbutton {
width:98px;
}
.sf-menu li:hover, .sf-menu li.sfHover {
background:none repeat scroll 0 0 transparent;
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
background:none repeat scroll 0 0 transparent;
}
.sf-menu a:hover {
background:none repeat scroll 0 0 transparent;
}
.sf-menu a:active:hover {
background:none repeat scroll 0 0 transparent;
}
.sf-menu a {
}


/* header */

#header-wrap {
margin-top:12px;
margin-bottom:12px;
}

#header {
        background:url("images/xt-headerback.png") repeat-x scroll 0 0 #333333;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

/* old end */

#Logo {
	float:left;
	background: none;
}

#Logo img { 
        position:relative;
        top:-5px;
}

#Logo h1 {
        text-indent:-9000px;
        float:left;
}

#Navigation {
	float:right;
	margin-top:35px;
	margin-right:5px;
	color:#333333;
}

#Navigation a {
	text-decoration:none;
	color:#ffffff;
	padding-right:15px;
	padding-left:15px;

}

#Navigation a:hover {
	text-decoration:underline;
}

#Navigation ul {
	list-style:none;
}

#Navigation ul li {
	float:left;
	border-right: 1px solid #949494;

}

#Navigation ul .lastlink {
	border:0px;
}

a:link, a:visited{color:#333333;}

#linklist {
font-family: Helvetica, sans-serif;
font-size:12px;
text-align:left;
color:#fff;
font-weight:bold;
height:28px;
}

#linklist a {
	text-decoration:none;
	color:#ffffff;
}

#linklist a:hover {
	font-weight:bold;
}

#linklist li{
	margin:0;
	padding-left:20px;
        padding-top: 5px;
        display: inline;
        list-style-type: none;
        height:28px;
        vertical-align:middle;
}

#top-panel{
        position: relative;
	background:#3b3b3b;
	color:#ffffff;
	width:1000px;
        height: 28px;
        margin: 14px auto 6px auto;
        /* optional rounded corners for browsers that support it */
       -moz-border-radius: 10px;
       -khtml-border-radius: 10px;
       -webkit-border-radius: 10px;
        border-radius: 10px;
        text-align:left;
}

#Main {
	border:0;
	padding:0;
	margin:0;
	font-family: Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	text-align:center;
	margin-top:3px;
        background:#ffffff;
        -webkit-border-radius:13px;
        -moz-border-radius:13px;
        border-radius:13px;
}


.clear {
	float:none;
	clear:both;
}

#PostSet {
	width:670px;
	float:left;
	padding-top:10px;
        padding-bottom:12px;
}

#postset h4 {
        margin-left:24px;
}

#Sidebar {
	width:300px;
	float:right;
	margin:0;
	padding:0;
	margin-right: 8px;
}

#Sidebar h2, #Sidebar1 h2  {

	padding:0 0 3px;
}

#Sidebar h2 {
	color:#333333;
	font-family:Helvetica,sans-serif;
	font-size:1.2em;
	margin:10px 0 5px;
}

#Sidebar ul {
padding:0;
}

#Sidebar .article-list {
	width:300px;
	background:#eee;
	padding:0 0 3px 0;
	margin-top:12px;
}

#Sidebar .article-list ul {
margin:0 auto;
text-align:center;
}

#Sidebar .article-list #article-list-title {
	font-weight:bold;
	font-size:1.2em;
	color:#fff;
	background:url('images/sidebar-header.png') repeat-x;
	height:30px;
	text-align:center;
	padding-top: 6px;
}

.sidebar-row {
	border: 1px solid #bbb;
margin-bottom:16px;
height:70px;
background:#fff;
margin:4px;
}

.sidebar-thumbnail {
	display:inline-block;
	height:64px;
	width:60px;
float: left; 
padding-left:4px;
padding-top:6px;
border-right: 1px solid #bbb;
}

.sidebar-thumbnail img {
vertical-align: middle;

}

#sidebar-textbox {
display:inline-block;
vertical-align: top;
height:64px;
width:200px;
float: left; 
padding-top:6px;
padding-left:4px;
}

#sidebar-title {
	color:#333333;
	font-family:Helvetica, sans-serif;
	line-height:1.2em;
	text-decoration:none;
	vertical-align: top;
	margin-right:4px;
	font-size:1.1em;
	font-weight:bold;
	
}

#sidebar-title a {
	background:transparent no-repeat scroll 0 0;
	color:#333333;
	font-weight:normal;
	padding:0;
	text-decoration:none;
}

#sidebar-category {
vertical-align: top;

}

#sidebar-category a {
text-decoration:none;
font-weight:normal;
color:#003399;
}

.PostHead { 
	padding-left: 40px; 
	margin-bottom: 0;
        padding-bottom:4px;
	border-bottom: 1px solid #CCC;
}

#share-area {
padding: 4px 0 4px 0;
}

.PostInfo { 
	padding: 0px; 
	margin: 0; 
	font-size: 13px; 
	color: #828282;
	display:inline;
	line-height:2.2em;
}

.PostInfo em { 
	font-style: normal;
}

.PostInfo em a { 
	text-decoration: underline; 
	color: #828282;
}

.PostInfo em a:visited { 
	text-decoration: underline; 
	color: #828282;
}

.PostInfo em a:hover { 
	text-decoration: underline; 
	color: #828282; 
}

.PostDate { 
	position: absolute; 
	top: 0px; 
	left: 0; 
	text-align: center; 
	margin: 0; 
	padding: 2px 10px 2px 0px; 
	list-style: none; 
	border-right: solid 1px #ccc;
}

.PostDate .month { 
	display: block; 
	font-size: 12px; 
	line-height: 20px; 
	color: #666; 
	text-transform: uppercase;
}

.PostDate .day { 
	display: block; 
	font-size: 24px; 
	font-family: Helvetica, sans-serif;  
	font-weight: bold; 
	line-height: 19px; 
	color: #ccc; 
	letter-spacing: -1px;
}

.Post {	
	position: relative; 
	margin-bottom:30px;
}

.Post h1 { 
	font-size: 19px; 
	line-height: 19px; 
	letter-spacing: -1px; 
	font-weight: normal; 
	font-family: Helvetica, sans-serif; 
	padding: 0px; 
	margin: 0px; 
	display: block;
}

.Post h1 a { 
	color: #333333; 
	text-decoration: none;
}

.Post h1 a:visited { 
	color: #333333; 
	text-decoration: none;
}

.Post h1 a:hover { 
	color: #333333; 
	text-decoration: none;
}

#comment-area {
margin-left:30px;
margin-right:30px;
position:relative;
width:640px;
}

.postcomments a:link,
.postcomments a:visited {
	padding-left:10px;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	color:#000;
}

.postcomments {
	
        background: #eeeeee;
        margin-top:12px;
	padding-top:5px;
	padding-bottom:2px;
	padding-left:10px;
	height:20px;
}



.hasthumb{
margin-left:94px;
}

.postcontent h3 {
       border-bottom:1px solid #333333;
}

.postcontent p {
       font-size:13px;
       margin: 8px;
}

#siteinfo {
color:#333333;
font-size:14px;
line-height:18px;
padding:0px 0 10px;
font-weight:bold;
text-align:center;
     margin:15px auto 0 auto;
     width:98%;
     min-height:40px;
}

#siteinfo a {
   text-decoration:none;
   color:#333333;
}

#siteinfo a:hover {
   color:#333333;
}

#siteinfo a:visited:hover {
   color:#333333;
}

#siteinfo a:visited {
   color:#333333;
}




/* ------------------- footer -------------------- */

#footer {
     margin:15px 0 15px 0;
     width:100%;
     border:none;
     clear:both;

}

ul.siteinfo {
     margin:0 auto;
     width:990px;
     text-align:center;
     padding:0;
     list-style:none;
     height:40px;
}

ul.siteinfo li {
    float:left;
    display:block;
    margin-right:12px;
}

ul.siteinfo li a:hover {

}

ul.siteinfo li a {
text-decoration:none;
position:relative;
display:block;
font-weight:bold;
}






.ContainerFooter {
	width:1000px;
	padding:0;
	border:0;
	margin:0 auto;
	text-align:left;
	height:109px;

}

img {
	border:0px;
}

#NavigationFooter {
	color:#333333;
	padding-top:20px;
	
}

#NavigationFooter a {
	text-decoration:none;
	color:#333333;
	padding-right:15px;
	padding-left:15px;

}

#NavigationFooter a:hover {
	text-decoration:underline;
}

#NavigationFooter ul {
	list-style:none;
	margin:0;
	padding:0;
}

#NavigationFooter ul li {
	float:left;
	border-right: 1px solid #949494;

}

#NavigationFooter ul .lastlink {
	border:0px;
}


/* Comments */

.dsq-brlink {
margin-bottom: 12px;
margin-left: 12px;
}

#disqus_thread {
margin-bottom: 12px;
margin-left: 12px;
}

#comments form label {
text-align:right;
}

input#author {
}

input#email {
}

input#url {
}

#comments {
        padding-left:0;
        margin-left:6px;
        margin-bottom:6px;
}

.comment {
border:1px solid #AAAAAA;
clear:both;
display:block;
margin-bottom:22px;
min-height:140px;
}

.color1 {
background-color: #DBDBDB;
}
.color2 {
background-color: #EEEEEE;
} 

.comment-author {
float:left;
margin-left:11px;
width:90px;
}

.comment-author a {
display:block;
}

#comment-text {
padding:8px 10px 2px 10px;
float:right;
width:505px;
min-height:140px;
border-left:1px solid #aaa;
}

#comment-text p {
        margin-top:0;
}

#avatar {
        padding:8px 0 6px 0;
        display:block;
}

#comment-text p.wpbb_continue_discussion {
clear:both;
font-size:16px;
margin-top:82px;
font-weight:bold;
}

#linkads  {
color:#333333;
font-weight:bold;
text-decoration:none;
white-space:nowrap;
font-family: Helvetica, sans-serif;
font-size:12px;
line-height:20px;
}

pre {
margin-left:38px;
min-height:60px;
overflow:auto;
}

#custom_social_media_links {
position: relative;
top:-5px;
display:inline;
margin:0 0 0 24px;
padding: 0 0 0 0;
}

#custom_social_media_links #social_opener {
color:#333333;
position:relative;
top:-3px;
margin-right:4px;
}

#custom_social_media_links img {
     width:18px;
     height:18px;
}

#postcomments img {
display:inline;
}

#discussion-area {
float:right;
}

#commentlink {
display:inline;
padding: 0px;
margin: 2px 0 0 0;
}

#commentlink a {
font-size: 13px;
color: #828282;
}

p.twitter-message {
    font-weight:bold; 
    padding-bottom: 4px !important;
    margin:0 0 4px 0 !important;
    border-bottom:1px solid #bbbbbb;
}

