/*----------------------------------------------------------------------------*/
/* 01/08/2010
/* Aydus Consulting
/* Matthew Valenti
/*
/* Aydus blogs use the standard Blogger.com template with additional gadgets
/* added via the drag/drop layout interface.  This style sheet is added just before
/* the close head tag and overwrites standard blogger stles and also styles
/* custom html in blog gadgets.
/*
/* Note that the header gadget for each blog has a unique class which allows for a
/* unique header graphic.
/*----------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------*/
/* General
/*----------------------------------------------------------------------------*/

body {
   
   color: #ffffff;
   background: url(images/Background.gif) repeat top left;
}

a:link {
  color: #ffffff;
  text-decoration: underline;
}

a:visited {
  color: #ffffff;
  text-decoration: underline;
}

a:hover {
  color: #ffffff;
  text-decoration: none;
}

H1, H2, H3, H4, H5 {
   color: #FA5A04;
}

.quickedit {
	display: none;
}

/*----------------------------------------------------------------------------*/
/* Main
/*----------------------------------------------------------------------------*/

#outer-wrapper {
	padding: 0;
   background-color: #313439;
}

#header-wrapper {
	width: 960px;
}

#main-wrapper {
	width: 690px; 
}

#outer-wrapper {
	width: 960px;
	font-family: Arial;
}

#content-wrapper {
	padding: 0 20px 0 20px;
}

/*----------------------------------------------------------------------------*/
/* Header
/*----------------------------------------------------------------------------*/

#custom-header {
	width: 960px;
	height: 76px;
	cursor: hand;
   cursor: pointer;
}


/* Special case: different header image for blog.aydus.com */
#custom-header.blog {
	background-image: url(images/HeaderBackgroundBlog.gif);
}

/* Special case: different header image for tech.aydus.com */
#custom-header.tech {
	background-image: url(images/HeaderBackgroundTech.gif);
}

#custom-header .menu {
	float: right;
	padding: 40px 20px 0 0;
	text-align: right;
	font-size: 14px;
}

#custom-header .menu .separator {
	padding: 0 8px 0 8px;
	color: #ffffff;
}

#header-wrapper, #header {
	border: none;
}

#header {
	margin: 0;
}

#header a:link {
  color: #ffffff;
  text-decoration: none;
}

#header a:visited {
  color: #ffffff;
  text-decoration: none;
}

#header a:hover {
  color: #ffffff;
  text-decoration: underline;
}

/*----------------------------------------------------------------------------*/
/* Footer
/*----------------------------------------------------------------------------*/

#custom-footer {
	width: 960px;
	height: 36px;
	font-size: 12px;
	line-height: 36px;
	background-image: url(images/FooterBackground.png);
}

#custom-footer .copyright {
	float: left;
	margin-left: 20px;
}

#custom-footer .menu {
	float: right;
	margin-right: 20px;
	text-transform: none;
}

#footer {
	width: 960px;
	text-transform: none;
	letter-spacing: normal;
}

/*----------------------------------------------------------------------------*/
/* Content
/*----------------------------------------------------------------------------*/

.post h3 a, .post h3 a:visited, .post h3 strong {
	font-size: 20px;
	font-weight: bold;
   color: #FA5A04;
}

.post h3 a:hover {
   color: #FA5A04;
   text-decoration: underline;
}

.post-footer a:link {
  color: #999999;
}

.post-footer a:visited {
  color: #999999;
}

.post-footer a:hover {
  color: #999999;
}

/*----------------------------------------------------------------------------*/
/* Twitter
/*----------------------------------------------------------------------------*/

#twitter_div UL {
	color: #ffffff;
}
#twitter_div LI {
	color: #ffffff;
}
#twitter_div SPAN {
	color: #ffffff;
}
#twitter_div A {
	color: #ffffff;
}
#twitter_update_list {
	color: #ffffff;
}
#twitter_update_list SPAN {
	color: #ffffff;
}

/*----------------------------------------------------------------------------*/
/* Blog Archive
/*----------------------------------------------------------------------------*/

#BlogArchive1 A {
	color: #F2F2F2;
}

.sidebar {
	color: #F2F2F2;
}

/*----------------------------------------------------------------------------*/
/* Search
/*----------------------------------------------------------------------------*/

.gs-snippet {
	color: #313439;
}


