﻿/* Home
--------------------------------------------------------*/
div.spotlight
{
	margin-bottom: 5px;
	border-bottom: solid 1px #6699ff;
}
div.spotlight h3 a,
div.spotlight h3 a:link,
div.spotlight h3 a:hover,
div.spotlight h3 a:active,
div.spotlight h3 a:visited
{
	color: #000;
}
div.spotlight h3 a:hover 
{
	text-decoration: none;
}
div.code 
{
	border: solid 1px #ababab;
	padding: 10px;
	font-family: Courier;
}

.tweet
{
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 10px;
	margin-right: 10px;
	border-bottom: solid 1px #cdcdcd;
}
.tweet a 
{
	color: #696969;
}

/* Footer
----------------------------------------------------------*/
#xnetworking 
{
	background-color: Aqua;
	display: block;
	height: 32px;
	text-align: center;
}
#xnetworking ul
{
	background-color: Blue;
	display: table;
	list-style: none;
	margin: auto;
	padding: 0px;
	height: 32px;
	text-align: center;
}
#xnetworking ul li
{
	background-color: Red;
	display: block;
	float: left;
	width: 32px;
	height: 32px;
}
#xnetworking ul li a
{
	background-color: Green;
	display: block;
	float: left;
	width: 32px;
	height: 32px;
	line-height: 32px;
	padding: 0px 4px 0px 4px;
	/*text-indent: -9999px;(*/
}
div#xnetworking ul li a img 
{
	border: 0px;
	width: 32px;
	height: 32px;
}

/* Icons: http://www.komodomedia.com/blog/2009/06/social-network-icon-pack/ */

/* Images in HTML
----------------------------------------------------------*/
#networking
{
	/*background-color: Black;*/
	height: 32px;
	line-height: 32px;
	text-align: center;
}
#networking ul
{
	/*background-color: Aqua;*/
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 32px;
	line-height: 32px;
}
#networking ul li
{
	/*background-color: Blue;*/
	display: inline;
}
#networking ul li a
{
	width: 32px;
	height: 32px;
	line-height: 32px;
	margin: 0px 2px 0px 2px;
}
#networking ul li a img 
{
	border: 0px;
	width: 32px;
	height: 32px;
	line-height: 32px;
}

/* Content Sharing
----------------------------------------------------------*/
#ShareNetworks 
{
	display: block;
	margin: 5px 0px 5px 0px;
	text-align: right;
	font-weight: bold;
}
#ShareNetworks ul
{
	display: block;
	float: right;
	height: 16px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: right;
}
#ShareNetworks ul li
{
	float: left;
	margin: 0px 0px 0px 5px;
}
#ShareNetworks ul li a img
{
	width: 16px;
	height: 16px;
	border: 0px;
}

/* Common */

.clearleft 
{
	clear: left;
}
.clearright 
{
	clear: right;
}

/* Form layout   
----------------------------------------------------------*/
fieldset
{
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #CCC;
}
fieldset p
{
	margin: 2px 12px 10px 10px;
}
fieldset label
{
	display: block;
}
fieldset label.inline
{
	display: inline;
}
legend
{
	font-size: 1.1em;
	font-weight: 600;
	padding: 2px 4px 8px 4px;
}
input[type="text"]
{
	width: 200px;
	border: 1px solid #CCC;
}
input[type="password"]
{
	width: 200px;
	border: 1px solid #CCC;
}
/* Form fields
--------------------------------------------------------*/
fieldset#PostForm input#Title,
fieldset#PostForm input#Name,
fieldset#PostForm input#Email,
fieldset#PostForm input#Url,
fieldset#PostForm input#Tags
{
	width: 300px;
}
textarea
{
	font-family: Arial, Helvetica, sans-serif;
}
fieldset#PostForm textarea#Body
{
	width: 300px;
	height: 100px;
}
fieldset#ContactForm textarea#Message
{
	width: 300px;
	height: 100px;
}
/* Posts
--------------------------------------------------------*/
ul#Posts
{
	margin-left: 0;
	padding-left: 0;
}
ul#Posts li
{
	list-style-type: none;
	border-bottom: solid 1px #6699ff;
}
ul#Posts li a
{
	font-weight: bold;
}
/* Pagination
--------------------------------------------------------*/
ul#Pagination
{
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}
#Pagination li
{
	display: inline;
	list-style-type: none;
	width: auto;
}
#Pagination a 
{
	padding: 3px 10px;
	width: auto;
}
#Pagination a:link,
#Pagination a:visited
{
	color: #fff;
	background-color: #036;
	text-decoration: none;
}
#Pagination a:hover
{
	color: #fff;
	background-color: #369;
	text-decoration: none;
}

#Pagination li.Active a:link,
#Pagination li.Active a:visited
{
	color: #fff;
	background-color: #6699ff;
	text-decoration: none;
}
/* Comments
--------------------------------------------------------*/
div#comments
{
	border-top: solid 1px #6699ff;
}
div#comments div.comment
{
	width: 500px;
	padding: 10px;
	margin-bottom: 10px;
	background-color: #efefef;
}
div.comment div.title 
{
	float: left;
}
div.comment div.title a,
div.comment div.title a:link,
div.comment div.title a:hover,
div.comment div.title a:active,
div.comment div.title a:visited
{
	text-decoration: none;
	color: #898989;
}
div.comment div.reply 
{
	display: inline;
	float: right;
	text-align: right;
}
/* Tags
--------------------------------------------------------*/
p#Tags
{
	color: #999;
	padding: 10px 0;
	text-align: center;
	line-height: normal;
	margin: 0;
	font-size: .9em;
}
p#Tags a,
p#Tags a:link,
p#Tags a:active,
p#Tags a:visited
{
	color: #999;
	text-decoration: underline;
}
p#Tags a:hover
{
	text-decoration: none;
}
