*
{
	margin: 0;
	padding: 0;
	font-family: 'Lucida Grande', Helvetica, Verdana, sans-serif;
}

body
{
	background-image: url(/images/hexbg.jpg);
	background-color: black;
}

div#pageWrapper
{
	width: 1000px;
	margin: 0 auto;
}

div#sidebar
{
	position: relative;
	float: right;
	width: 240px;
	padding: 10px;
	margin-bottom: 10px;
	background-color: white;
  border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  box-shadow: 2px 2px 2px #222222;
  -webkit-box-shadow: 2px 2px 2px #222222;
  -moz-box-shadow: 2px 2px 2px #222222;
}

div#donationsBlock
{
	padding-top: 25px;
	padding-bottom: 20px;
	text-align: center;
}

div#content
{
	position: relative;
	width: 680px;
	padding: 20px;
	margin: 10px 0;
	background-color: white;
  border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  box-shadow: 5px 5px 5px #222222;
  -webkit-box-shadow: 5px 5px 5px #222222;
  -moz-box-shadow: 5px 5px 5px #222222;
}

div#socialIcons
{
	width: 68px;
	height: 34px;
	position: absolute;
	top: 10px;
	right: 10px;
}

div#socialIcons img
{
	padding: 1px;
}


/* Search form */
div#searchFormWrapper
{
	position: absolute;
	top: 100px;
	right: 20px;
}
input#s {
	background: white url(/images/search.png) no-repeat 5px 6px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	height: 22px;
	line-height: 1.2em;
	width: 200px;
	padding: 4px 10px 4px 28px;
}
input#searchsubmit {
	display: none;
}


div#contentfooter
{
	text-align: center;
	font-size: smaller;
}


div#sidebar li
{
	margin-left: 20px;
}

ul#navlist
{
	list-style-type: none;
}

ul#navlist li
{
	min-height: 32px;
	line-height: 32px;
}

ul#navlist li.selected
{
	font-weight: bold;
}

ul#navlist li.selected ul li /* prevent bold style from being inherited by sub-lists */
{
	font-weight: normal;
}

p#popularTags
{
	margin-left: 10px;
}

.inset
{
	margin: 0px 15px 0px 15px;
	padding: 10px;
}

table.genericTable td
{
	padding: 5px 10px;
}

table.portfolio tr
{
	valign: center;
}

table.portfolio td.logo
{
	background: white;
	text-align: center;
}

table.portfolio td.logo img
{
	padding: 10px 10px 10px 0;
}

tr.price_dark
{
	background: #cccccc;
}

tr.price_light
{
	background: #eeeeee;
}

table.prices td
{
	padding-left: 5px;
	padding-right: 5px;
}

sup
{
	font-size: smaller;
}

.boxed_icon
{
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #000000;
}


h1, h2, h3, h4, h5, p
{
	margin-top: 10px;
	margin-bottom: 10px;
}

div.clearer
{
	clear: both;
	line-height: 0;
	height: 0;
}

div.leftclear
{
	clear: left;
	line-height: 0;
	height: 0;
}

img
{
	border: 0;
}

li
{
	margin-left: 2em;
}

ul.spacedList li
{
	margin-bottom: 10px;
}

.serviceInfo
{
	width: 672px;
	margin: 10px 0;
	background-color: #dddddd;
	border: 4px solid #118dff;
}

.serviceInfo h2
{
	margin-top: 0;
	padding: 5px;
	background-color: #118dff;
}

.serviceInfo dl, .serviceInfo dd
{
	margin-left: 5px;
	margin-right: 5px;
}

.serviceInfo dt
{
	border-bottom: 1px solid #118dff;
	margin-bottom: 3px;
}

.serviceInfo ul
{
	margin-bottom: 10px;
}

div#wpnav
{
	margin: 10px;
	background-color: transparent;
}

div#wparchives
{
	margin: 10px;
	background-color: transparent;
}

div#wpnav li, div#wparchives li
{
}

span.prevPosts
{
	float: left;
}

span.nextPosts
{
	float: right;
}

.important
{
	font-size: larger;
	font-weight: bold;
}

.feature_icon
{
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #000000;
}

dt
{
	font-weight: bold;
}

dd
{
	margin: 0 0 .5em 2em;
}

pre, .code
{
	font-family: Courier, monospace !important;
	overflow-x: auto;
}

pre
{
	background-color: #dddddd;
	padding: 5px 10px;
}

p.oldienotice
{
	border: 1px solid red;
	background-color: #aaaaaa;
	padding: 10px;
}


table.definitionTable
{
	border-collapse: collapse;
}

table.definitionTable th, table.definitionTable td
{
	border-bottom: 1px solid black;
	vertical-align: top;
	padding: 5px;
}

div.userTip, div.userTipRight
{
	border: 1px solid black;
	background: #eeeab6;
	padding: 0 10px;
}
div.userTipRight
{
	width: 300px;
	float: right;
	margin-left: 10px;
}
p.userTipTitle
{
	font-style: italic;
	text-decoration: underline;
}

table.alternatingRows tr:nth-child(even) td
{
	background-color:#ccc;
}

.newsdate
{
	font-size: small;
	margin-top: 0;
	padding-top: 0;
}

.newstitle
{
	margin-bottom: 0;
	padding-bottom: 3px;
}

.newsDivider
{
	clear: left;
	padding: 15px 0;
}

div.newsitem .alignleft, .newsimage
{
	float: left;
	margin: 5px 10px 10px 0;
}

div.newsitem .alignright
{
	float: right;
	margin: 5px 0 10px 10px;
}

/* Word definition lists */

dl.word_definitions
{
	padding-left: 10px;
}
dl.word_definitions dt
{
	font-weight: bold;
	background: #aaa;
	padding: 3px 5px 3px 5px;
}
dl.word_definitions dd
{
	padding: 10px;
	margin-bottom: 10px;
	margin-left: 0;
	border: 1px solid #aaa;
}


/* Comments */

li.comment
{
	margin-left: 15px;
	margin-bottom: 5px;
	padding: 5px 5px 0 5px;
	border: solid 1px #aaa;
	list-style-type: none;
}

div.comment-author, div.comment-meta
{
	height: 24px;
}

div.reply
{
	margin-bottom: 10px;
}

li.comment
{
	background-color: #fff;
}

li.bypostauthor
{
	background-color: #a5dfff;
}

div.comment-author img
{
	float: left;
	padding: 0 5px 5px 0;
}

textarea#comment
{
	width: 100%;
}

a.comment-reply-link
{
	font-size: small;
}


.wp-caption-text
{
	font-style: italic;
	font-size: smaller;
}

div.aligncenter
{
	margin: 0 auto;
	text-align: center;
}

div.alignleft
{
	padding-right: 5px;
	text-align: left;
}

div.alignright
{
	padding-left: 5px;
	text-align: right;
}

img.wp-post-image
{
	float: left;
	margin: 5px 10px 10px 0;
}

blockquote
{
	padding: 0 10px;
	background-color: #ccc;
	border: 1px solid #aaa;
}

/* fix WordPress gallery clearing problem */

.gallery br {
display:none;
}
 
.gallery:after {
visibility: hidden;
display: block;
font-size: 0;
content: &quot; &quot;;
clear: both;
height: 0;
}