/* Skin styles for 3DM Design © Scott Drake */

body
{
	background-color: black;
	color: rgb(248, 245, 255);
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

a:hover, a:active
{
	color: orange;
}

p
{
	font-family: Georgia, "Times New Roman", "Nimbus Roman No9 L", serif;
}

code
{
	background-color: white;
	font-family: Courier, monospace;
}

code em
{
	color: green;
}

code del
{
	color: red;
}

#header
{
	text-align: center;
}

#headerimg
{
	text-decoration: none;
	background-image: url(images/3dmdesign_logo.png);
	background-repeat:no-repeat;
	background-position: center center;
}

#footer .left_background, #footer.right_background
{
	background-image: url(images/hex_bottom_left.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

#footer.right_background
{
	background-image: url(images/hex_bottom_right.png);
}

#ielt7warning
{
	background-color: red;
	color: white;
}

#ielt7warning a
{
	color: yellow;
}

#rss_column span
{
	text-decoration: underline;
}

.main_background, .left_background
{
	border-color: black;
	border-style: solid;
}

.main_background
{
	background-color: rgb(221, 219, 228);
}

.left_background, .right_background
{
	background-color: rgb(70, 68, 76);
	background-image: url(images/hex_side.png);
	background-repeat: repeat-x;
}

.column_small
{
	background-image: url(images/column_small.png);
	background-repeat:no-repeat;
	text-align: center;
}

.rss
{
	background-image: url(images/rss.png);
	background-repeat: no-repeat;
}

.hex_top
{
	background-repeat:no-repeat;
}

.hex_top.left
{
	background-image: url(images/hex_top_left.png);
}

.hex_top.right
{
	background-image: url(images/hex_top_right.png);
}

.hex_top.center
{
	background-color: rgb(70, 68, 76);
	background-image: url(images/hex_top_center.png);
	background-repeat: repeat-x;
	border-color: black;
	border-style: solid;
}

.content
{
	color: rgb(50, 50, 50);
}

.content ul
{
	list-style-type: disc;
}

.post, .commentlist li, .related_posts
{
	border-color: rgb(201, 199, 208);
	border-style: solid;
}

.avatar
{
	border-color: rgb(70, 68, 76);
	border-style: inset;
}

.side a, .side a:link
{
	color: rgb(210, 210, 255);
}

.side a:visited
{
	color: rgb(150, 150, 220);
}

.side a:hover, .side a:active
{
	color: orange;
}

.side ul ul
{
	list-style-type: disc;
}

