* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	padding-bottom: 1px; 
}

body {
	background: #FCFCFC url('img/body.jpg');
	color: #000000;
	padding-bottom: 1em;
	font-family: Verdana, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-position: center;
}

a {color: #06A;}
a:hover {color: #FFFFFF;}

p {padding: 0.1em 0 0.8em;}

h1 {font: normal 1.8em Georgia,Tahoma,sans-serif;}
h2 {font: normal 1.5em Georgia,sans-serif;}
h3 {font: bold 1em Tahoma,sans-serif;}

blockquote {
	background: #FFF url('img/quote.gif') no-repeat;
	border: 1px solid #EAEAEA;
	color: #555;
	display: block;
	font: normal 1em sans-serif;
	margin-bottom: 1em;
	padding: 10px 1em 0.2em 42px;
}

code {
	display: block;
	background: #FFFFFA;
	color: #335;
	border: 1px solid #E8E8D5;
	padding: 5px 10px;
	overflow: auto;
	margin: 1em 0;
	font-size: 0.9em;
	line-height: 1.5em;
}

ul,ol {margin: 0 0 1em 1.6em;}
ul ul, ol ol {margin: 0.3em 0 0.3em 1em;}

img {border: none;}
img.bordered {background: #FFF; padding: 5px; border: 1px solid #DDD;}
img.left {margin-right: 1em;}
img.right {margin-left: 1em;}

small,.small {font-size: 0.8em;}
big,.big {font-size: 1.2em;}



input#s, textarea, input.styled {
	border: 1px solid #BBB;
	padding: 3px;
	width: 160px;
	font: normal 1em Verdana,sans-serif;
}
textarea {width: 440px;}
#searchsubmit {
	border: 1px solid #BBB;
	background: #EEE;
	font: normal 0.9em Verdana,sans-serif;
	padding: 2px 3px;
}


table.search {
	width: 100%;
	border-collapse: collapse;
}
.search td {vertical-align: center;}



#layout_wrapper {
	margin: 20px auto 0;
	width: 858px;
}
#layout_container {
	background: #00000;
	padding: 0 5px;
	background-image: url(img/layout_bg.png);
}
#layout_edgetop, #layout_edgebottom {
	background: url('img/layout_edges.gif') no-repeat left top;
	display: block;
	height: 10px;	
	font-size: 0;
	line-height: 0;
}
#layout_edgebottom {background-position: left bottom;}


#site_title {
	background: #fffff url('img/site_title.jpg') repeat-x left top;
	padding: 6px 18px;
}
#site_title h1 {
	font: normal 2.4em sans-serif;
	letter-spacing: -1px;
}
#site_title h1,#site_title h1 a {color: #507A9A;}
#site_title h1 a {text-decoration: none;}
#site_title h1 a:hover {color: #305A7A}
#site_title h2 {
	padding-top: 1.4em;
	font: normal 1.1em sans-serif;
	color: #679;
}

#top_separator {
	background: url('img/top_separator.gif') repeat-x left top;
	display: block;
	font-size: 0;
	height: 3px;
	line-height: 0;
}


#navigation {
	background: #739CBA url('img/navigation.jpg') no-repeat left bottom;
	padding: 82px 10px 0;
}

#tabs ul {
	margin: 0;
	padding: 0;
}
#tabs li {
	display:inline;
	list-style:none;
}
#tabs a {
	background: url("img/tableftC.gif") no-repeat left top;
	float: left;
	font: bold 0.9em sans-serif;
	margin-right: 3px;
	padding-left: 4px;
	text-decoration: none;
}
#tabs a span {
	float: left;
	display: block;
	background: url("img/tabrightC.gif") no-repeat right top;
	padding: 5px 10px 5px 6px;
	color: #608AAA;
}
/
#tabs a span {float: none;}


#tabs a:hover span {color: #608AAA;}
#tabs a:hover {background-position: 0% -42px;}
#tabs a:hover span {background-position:100% -42px;}

#tabs li.current_page_item a {color: #47A; background-position: 0% -42px;}
#tabs li.current_page_item a span {background-position:100% -42px;}


#main_left {
	width: 620px;
	background-repeat: no-repeat;
}
#main_right {width: 220px;}


#footer {
	padding: 8px 12px 2px;
	font-size: 6pt;
	color: #000000;
	background-repeat: no-repeat;
	background-position: Right top;
}
#footer .right {color: #C8DBE8;}
#footer .right a {
	color: #D3E5F1;
	text-decoration: none;
}
#footer .right a:hover {
	color: #FFE;
	text-decoration: underline;
}


img.bordered {
	border: 1px solid #DDD;
	background: #FFF;
	padding: 5px;
}


.bold {font-weight: bold;}
.tright {text-align: right;}
.tcenter {text-align: center;}
.tright {text-align: right;}


.left {float: left;}
.right {float: right;}


.clear,.clearer {clear: both;}
.clearer,.spacer {
	display: block;
	font-size: 0;
	line-height: 0;
	background: black;
}


span.comment {
	background: url('img/icon_comment.gif') no-repeat left center;
	padding-left: 18px;
}


.post {
	margin-bottom: 5px;
	color: #FFFFFF;
}
.post_title {
	background: #E8E8E8 url('img/post/title.gif') no-repeat left top;
	padding: 6px 12px 5px;
}
.post_title h1 {font: bold 0.9em Verdana,sans-serif;}
.post_title h1 a {color: #444;}
.post_title h1 a:hover {
	color: #469;
	text-decoration: underline;
}
.post_title h1.left {width: 380px}
.post_date {
	color: #999;
	padding-top: 1px;
	font-size: 0.85em;
}
.post_metadata {
	margin-top: 5px;
	padding: 0 5px;
	background: #F5F5F5;
}
.post_metadata .content {
	border-top: 1px solid #E5E5E5;
	padding: 8px 5px 6px;
	font-size: 0.8em;
	color: #666;
}
.post_metadata .content a {color: #567;}
.post_metadata .content a:hover {color: #002;}

.post_body {
	padding: 10px 10px 1px;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: left top;
}
.post_body img {
	background: #FFF;
	padding: 3px;
}
.post_bottom {
	background: url('img/post/bottom.gif') no-repeat left top;
	display: block;
	height: 5px;
	font-size: 0;
	line-height: 0;
}
.post_search_text {
	font-size: 0.85em;
	padding: 2px 0;
}



.box {margin-bottom: 0px;}
.box_title {
	padding: 6px 10px 5px;
	font-weight: bold;
	font-size: 0.9em;
	color: #000099;
	background-color: #0099FF;
	background-image: url(img/box/title.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.box_body {
	background: #DAE3E9 url('img/box/body.gif') repeat-x left top;
	padding: 8px 10px 1px;
	font-size: 0.9em;
}
.box_bottom {
	background: url('img/box/bottom.gif') no-repeat left top;
	display: block;
	height: 5px;
	font-size: 0;
	line-height: 0;
}

.box ul {
	margin-left: 0;
	border-bottom: 1px solid #E2ECF2;
}
.box li:first-child {border-top: none;}
.box ul li {
	list-style: none;
	padding: 4px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0099FF;
	border-bottom-color: #0099FF;
}
.box ul a {text-decoration: none;}
.box ul a:hover {text-decoration: underline;}



.nicelist {
	padding: 1px 0 0;
}
.nicelist ol {margin: 0;}
.nicelist ol li {
	list-style: none;
	padding: 8px 10px 1px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #CCC;
}
.nicelist li.alt {background: #EEE;}
.nicelist .body {padding-top: 5px;}
.nicelist .date {
	color: #888;
	padding-top: 4px;
	font-size: 0.85em;
}
.nicelist .date a {
	color: #567;
	text-decoration: none;
}
.nicelist .date a:hover {
	color: #002;
	text-decoration: underline;
}



.archive_title {font: normal 1.4em sans-serif;}
.archive_title a {text-decoration: none;}
.archive_title a:hover {text-decoration: underline;}
.archive_postinfo {
	font: normal 1em sans-serif;
	padding-bottom: 6px;
}




.comment_gravatar {width: 48px;}
.comment_gravatar img {padding: 2px;}
.comment_author {padding-top: 2px;}



.pagenavigation {
	background: #DDEBF4 url('img/pagenav_top.gif') no-repeat;
	margin-bottom: 5px;
}
.pagenav_bottom {
	display: block;
	font-size: 0;
	line-height: 0;
	height: 5px;
	background: url('img/pagenav_bottom.gif') no-repeat;
}
.pagenav {
	font-size: 0.85em;
	padding: 5px 8px 0;
}
.pagenav a {
	color: #6A7DA4;
	text-decoration: none;
}
.pagenav a:hover {
	color: #002;
	text-decoration: underline;
}



.h5 {height: 5px;}
.p5 {padding: 5px;}
.p10 {padding: 10px;}



#nav-bar {
 color: #fff;
 font-weight: bold;
 margin: 8px 0px 0px 6px;
 background-image: url(img/nav-bar.gif);
 background-repeat: no-repeat;
 height: 21px;
 padding: 5px 0px 0px 10px;
}

img {
 display: ;
 border: none;
}
img.block {
 display: block;
}
img.float {
 float: left;
 margin: 0px 14px 10px 0px;
}


#sidebar {background:url(images/sbbg.jpg) repeat-y; margin-top:5px;}
#sbtop {background:url(images/sbtop.jpg) no-repeat; height:39px;}
#sbbtm {background:url(images/sbbtm.jpg) bottom no-repeat; width:362px; clear:right; height:19px;}
.sb1 {
	float:right;
	width:200px;
	border-top: 0;
	bottom: 5px;
	position: 10;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 8px;
	background-image: url(img/nav_hover_bg.gif);
}
.sb2 {margin-right:185px; padding:5px 3px 5px 12px;}
#right h2 { font-family:"Trebuchet MS", Verdana, sans-serif; font-size:16px;}
#right h3 {font-size:12px;}
#sidebar h2 { text-transform:uppercase; display:block; background:url(images/sidebarh2.jpg) bottom no-repeat; padding:3px 5px 8px 5px; margin-bottom:10px;}
#sbtop h2 {background:none; padding:3px; text-align:center; margin:0; color:#FFFFFF;}
#sidebar h3 {display:block; padding:3px 3px 0 14px; border-bottom: dashed 1px #AB9C8B; background:url(images/ico_sidebarh3.jpg) 0 4px no-repeat;}
.link_menu li {
	display:block;
	height:24px;
	background-image: url(img/sidebarmenu.jpg);
}
.link_menu li a {
	display:block;
	height:20px;
	padding:4px 5px 0 5px;
	color:#FFFFFF;
	text-decoration:none;
	background-image: url(img/sidebarmenu.jpg);
	background-repeat: no-repeat;
	background-position: 0 -24px;
}
.link_menu li a:visited, active{
	display:block;
	height:20px;
	padding:4px 5px 0 5px;
	color:#FFFFFF;
	text-decoration:none;
	background-image: url(img/sidebarmenu.jpg);
	background-repeat: no-repeat;
	background-position: 0 -24px;
}
.link_menu li a:hover {
	background-image: url(img/nav_hover_bg.gif);
	background-repeat: no-repeat;
}
.banners {padding:4px; margin-top:10px;}
.banners img {border:none; margin-bottom:5px;}
.banners a {background:none; border:none;}
. {display:block; float:right; margin-left:15px; width:250px;}
blockquote {display:block; font:18px Georgia, "Times New Roman", Times, serif; color:#514533; background:url(images/quote.jpg) no-repeat; padding-left:30px;}
cite {font:14px "Trebuchet MS", Verdana, sans-serif; color:#000; font-style:normal;}
.extract {width:250px; float:right; margin-left:15px;}
img.leftalign{float:left; margin-right:15px; padding:3px; background:#fff; border:solid 1px #B9A991;}
img.rightaline {float:right; margin-left:15px; padding:3px; background:#fff; border:solid 1px #B9A991;}



#right { margin-left:568px; margin-top:0;}
#sidebar {
	margin-top:5px;
	background-image: url(img/sbbg.jpg);
	background-repeat: repeat-y;
	background-position: right;
}




a#button1a {
	display: block;
	width: 45px;
	height: 42px;
	background-image: url(img/logo%20design%20official%20logo%20.jpg);
	background-position: 0;
	margin-top: 10;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 1px;
}
a#button1a:hover {
    display: block;
    width: 45px;
    height: 42px;
    background-image: url(img/logo%20design%20official%20logo%20hover.JPG);
    background-position: 0 0;
    margin: 770 auto;
}
a .alt { display: none; }


a#button1a1 {
	display: block;
	width: 45px;
	height: 42px;
	background-image: url(img/web_design%20official%20logo%20.jpg);
	background-position: 0 0;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 2px;
}
a#button1a1:hover {
    display: block;
    width: 45px;
    height: 42px;
    background-image: url(img/nav_hover_bg.gif);
    background-position: 0 0;
    margin: 200 auto;
}
a .alt { display: none; }





a#button1a2 {
	display: block;
	width: 45px;
	height: 42px;
	background-image: url(img/Myspace%20Design%20official%20logo%20.png);
	background-position: 0 0;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 2px;
}
a#button1a2:hover {
    display: block;
    width: 45px;
    height: 42px;
    background-image: url(img/Myspace%20Design%20official%20logo%20hover.png);
    background-position: 0 0;
    margin: 200 auto;
}
a .alt { display: none; }


a#button1a3 {
	display: block;
	width: 45px;
	height: 42px;
	background-image: url(img/Print%20Design%20Logo%20Official%20Logo.png);
	background-position: 0 0;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 2px;
}
a#button1a3:hover {
    display: block;
    width: 45px;
    height: 42px;
    background-image: url(img/Print%20Design%20Logo%20Official%20Logo%20hover.png);
    background-position: 0 0;
    margin: 200 auto;
}
a .alt { display: none; }
