Hi,

I am just in the mix of transferring a design that I had created for my client over to their domain. I had someone transform my design into a wordpress but they made such a mess of it, not completing many elements and now it is 2 days til launch and i'm left trying to make sense of it.

Any help is most useful right now... I'm at my wits end!

If you look at http://sodesigns.co.uk/roots/ I have this ghastly purple line that I can't seem to shift at the beginning of top of the page. It has something to do with posts but I can't seem to work it out.

Also, depending on the browser, depends on whether the items in the sidebar are bulleted or not- how can I get rid of them?

With that, depending on the browser, depends on whether the font inside the posts displays correctly. It's all meant to be Arial and the Header font H1-H2 and the body text is also Arial at 13pt. How can I do this as a mass change? They have 3000+ posts.

I'm annoyed as there is so much to do and I have until Thurs 11pm to get ALL of the tidying up to do... and theres more i didn't mention!

Can you help?

It's so very appreciated!!

Thanks, Gray

/*

/* begin Page */



@import "reset.css";



body

{

  margin: 0 auto;
  padding: 0;
  background-color: #232023;
  background-image: url('images/Page-BgTexture.jpg');
  background-repeat: repeat-x;
  background-attachment: fixed;
  background-position: top left;
}



.Main
{
  width: 100%;
  left: 0;
  top: 0;
}



.cleared

{

  float: none;
  clear: both;
  margin: 0;
  padding: 0;
  border: none;
  font-size:1px;
}





/* end Page */



/* begin Box, Sheet */

.Sheet

{

  overflow: hidden;

  min-width:31px;

  min-height:31px;

  margin: 0 auto;

  position: relative;

  z-index: 0;

  width: 923px;

  background-color:#FFFFFF;

  margin-top: 75px !important;



}

 



.Sheet-body

{

  position: relative;

  z-index: 0;

  margin: 40px 0px 7px 0px;

  background-color:#000000;

  overflow:hidden;

  

  }





/* end Box, Sheet */



/* begin Header */



.navigation{

    /*  position:fixed; */

    top:0;

    z-index:100;

    margin:0 auto;

    width: 100%;

    position: fixed;

    background-color: #000000;

    border-bottom:solid #463a8e;

    border-width:3px;





   

}





#top-nav {

/*    background-color: #000000;

*/    list-style: none outside none;

    width: 923px;

    height:140px;

    margin: 0 auto;

   

}



#top-nav img

{

  float:left;

  height: 123px;

  width:150px;

  padding:10px 20px 0 20px;

}



			/*ZUBBY'S CODE FOR THE NAV*/

			

#nav {

	padding-top: 30px;

}



#nav ul li {

	float: left;

}



li.page-item-10 a:link, li.page-item-10 a:visited {

	width: 70px;

	height: 60px;

	background-image: url('images/home.gif');

	display: block;

	text-indent: -9999px;

	background-position: 0 -111px;

}



li.page-item-10 a:hover, li.page-item-10 a:active {

	background-position: 0 -17px;

	display: block;

	text-indent: -9999px;

}

li.page-item-8 a:link, li.page-item-8 a:visited {

	width: 75px;

	height: 60px;

	background-position: 0 -111px;

	display: block;

	text-indent: -9999px;

	background-image: url('images/about.gif');

}

li.page-item-8 a:hover, li.page-item-8 a:active {

	background-position: 0 -17px;

	display: block;

	text-indent: -9999px;

}

li.page-item-11 a:link, li.page-item-11 a:visited {

	width: 95px;

	height: 60px;

	background-position: 0 -111px;

	display: block;

	text-indent: -9999px;

	background-image: url('images/fashion.gif');

	

}

li.page-item-11 a:hover, li.page-item-11 a:active {

	background-position: 0 -17px;

	display: block;

	text-indent: -9999px;

}



li.page-item-13 a:link, li.page-item-13 a:visited {

	width: 95px;

	height: 60px;

	background-position: 0 -111px;

	display: block;

	text-indent: -9999px;

	background-image: url('images/gallery.gif');

}

li.page-item-13 a:hover, li.page-item-13 a:active {

	background-position: 0 -17px;

	display: block;

	text-indent: -9999px;

}

li.page-item-17 a:link, li.page-item-17 a:visited {

	width: 60px;

	height: 60px;

	background-position: 0 -111px;

	display: block;

	text-indent: -9999px;

	background-image: url('images/film.gif');

}

li.page-item-17 a:hover, li.page-item-17 a:active {

	background-position: 0 -17px;

	display: block;

	text-indent: -9999px;

}

li.page-item-19 a:link, li.page-item-19 a:visited {

	width: 125px;

	height: 60px;

	background-position: 0 -111px;

	display: block;

	text-indent: -9999px;

	background-image: url('images/interview.gif');

}

li.page-item-19 a:hover, li.page-item-19 a:active {

	background-position: 0 -17px;

	display: block;

	text-indent: -9999px;

}

li.page-item-21 a:link, li.page-item-21 a:visited {

	width: 100px;

	height: 60px;

	background-position: 0 -111px;

	display: block;

	text-indent: -9999px;

	background-image: url('images/come-up.gif');

}

li.page-item-21 a:hover, li.page-item-21 a:active {

	background-position: 0 -17px;

	display: block;

	text-indent: -9999px;

}

li.page-item-23 a:link, li.page-item-23 a:visited {

	width: 105px;

	height: 60px;

	background-position: 0 -111px;

	display: block;

	text-indent: -9999px;

	background-image: url('images/contact.gif');

}

li.page-item-23 a:hover, li.page-item-23 a:active {

	background-position: 0 -17px;

	display: block;

	text-indent: -9999px;

}



.clear {

    clear: both;

}



/*

#a-nav-2yel a {

  display: block;

  color: #ffff00;

  background:#333333;

  min-width:5em;

  border-right: 2px solid #ffffff;

  text-align:center;

  border-radius: 10px 10px 0 0;

  -moz-border-radius: 10px 10px 0 0;

  font-family: 'Arial Black', 'Helvetica', sans-serif

  }*/







/*#container1 {

    background: none repeat scroll 0 0 transparent;

    font-size: 24.5px;

    margin: 0 auto;

    position: fixed;

    top: 0;

    width: 100%;

    z-index: 100;

}



.navbody {

    background: url("./img/menu.png") repeat scroll 0 0 transparent;

    height: 99px;

    margin: 0 auto;

    padding: 0;

    width: 1023px;

}*/



#header > #menu > .nav > ul.left {

    float: left;

}



#header > #menu > .nav > ul {

    padding: 8px 0 0 250px;

    width: 775px;

}



ol, ul, dl {

    list-style: none outside none;

}







div.Header

{

  margin: 0 auto;

  position: relative;

  z-index:0;

  width: 886px;

  height: 406px;

}







div.Header-jpeg

{

  position: absolute;

  z-index:-1;

  top: 0;

  left: 0;

  width: 886px;

  height: 406px;

  background-image: url('images/Header.jpg');

  background-repeat: no-repeat;

  background-position: center center;

}

/* end Header */



/* begin Logo */

/*

.logo

{

  display : block;

  position: absolute;

  left: {LogoLeft}px;

  top: {LogoTop}px;

  width: {LogoWidth}px;

}



h1.logo-name

{

  display: block;

  text-align: {HorizontalAlign};

}



h1.logo-name, h1.logo-name a, h1.logo-name a:link, h1.logo-name a:visited, h1.logo-name a:hover

{

{LogoNameFont}

  padding:0;

  margin:0;

  color: {NameFontColor} !important;

}



.logo-text

{

  display: block;

  text-align: {HorizontalAlign};

}



.logo-text, .logo-text a

{

{LogoSloganFont}

  padding:0;

  margin:0;

  color: {TextFontColor} !important;

}

*/

/* end Logo */



/* begin Menu */

/* menu structure */







/* menu structure */







.nav

{

  position: relative;

  margin: 0  auto;

  width: 886px;

  height: 29px;

  z-index: 100;

}



.nav .l, .nav .r, .nav .r div

{

  top: 0;

  position: absolute;

  z-index: -1;

  overflow: hidden;

  height: 29px;

}



.nav .l

{

  left: 0;

  right: 0px;

}





.nav .r

{

  right: 0;

  width: 0px;

}





.nav .r div

{

  width: 506px;

  right: 0;

}





.nav .l, .nav .r div

{

  background-position: left top;

 

}



/* end Menu */



/* begin MenuItem */









/* end MenuItem */



/* begin ContentLayout */

.contentLayout

{

  margin-bottom: 0px;

  width: 935px;

  position: relative;

  margin-top:20px;

}

/* end ContentLayout */



/* begin Box, Block */

.Block

{

  overflow: hidden;

  min-width:1px;

  min-height:1px;

  margin: 0 auto;

  position: relative;

  z-index: 0;

  

}





.Block-body

{

  position: relative;

  z-index: 0;

  margin: 0px;

  

}





.Block

{

  margin: 10px;

}



/* end Box, Block */



/* begin BlockHeader */

.BlockHeader

{

  position: relative;

  overflow: hidden;

  height: 30px;

  z-index: 0;

  line-height: 30px;

  padding: 0 7px;

  margin-bottom: 0px;

  background-color:#463a8e;

  /*purple header sidebar*/



}



.BlockHeader-text

{

  white-space : nowrap;

  color: #FFFFFF;

  font-family: Arial; /*side header font style*/

  font-size: 14px;

  line-height: 30px;

}





.BlockHeader .l, .BlockHeader .r, .BlockHeader .r div

{

  top: 0;

  position: absolute;

  z-index: -1;

  overflow: hidden;

  height: 30px;

}



.BlockHeader .l

{

  left: 0;

  right: 6px;

}





.BlockHeader .r

{

  right: 0;

  width: 6px;

}





.BlockHeader .r div

{

  width: 886px;

  right: 0;

}





.BlockHeader .l, .BlockHeader .r div

{

  background-position: left top;

  background-repeat: no-repeat;

  background-image: url('images/BlockHeader.png');

}









/* end BlockHeader */



/* begin Box, BlockContent */

.BlockContent

{

  overflow: hidden;

  min-width:13px;

  min-height:13px;

  margin: 0 auto;

  position: relative;

  z-index: 0;

  background-color: #FFFFFF; 

    border:solid;

    border-width:3px;

  border-color:#463a8e;

  

}





.BlockContent-body

{

  position: relative;

  z-index: 0;

  margin: 7px;



}

/*

.BlockContent-tl

{

  position: absolute;

  overflow: hidden;

  z-index: -1;

  top: 0;

  left: 0;

  width: 6px;

  height: 6px;

  

}



.BlockContent-tr

{

  position: absolute;

  overflow: hidden;

  z-index: -1;

  top: 0;

  right: 0;

  width: 6px;

  height: 6px;

}



.BlockContent-tr div

{

  position: absolute;

  z-index: -1;

  top: 0px;

  left: -6px;

  width: 12px;

  height: 12px;

  background-image: url('images/BlockContent-s.png');

}



.BlockContent-bl

{

  position: absolute;

  overflow: hidden;

  z-index: -1;

  bottom: 0;

  left: 0;

  width: 6px;

  height: 6px;

}



.BlockContent-bl div

{

  position: absolute;

  z-index: -1;

  top: -6px;

  left: 0;

  width: 12px;

  height: 12px;

  background-image: url('images/BlockContent-s.png');

}



.BlockContent-br

{

  position: absolute;

  overflow: hidden;

  z-index: -1;

  bottom: 0;

  right: 0;

  width: 6px;

  height: 6px;

}



.BlockContent-br div

{

  position: absolute;

  z-index: -1;

  top: -6px;

  left: -6px;

  width: 12px;

  height: 12px;

  background-image: url('images/BlockContent-s.png');

}



.BlockContent-tc

{

  position: absolute;

  overflow:hidden;

  z-index: -1;

  top: 0;

  left: 6px;

  right: 6px;

  height: 6px;

}



.BlockContent-tc div

{

  position: absolute;

  z-index: -1;

  top: 0;

  left: 0;

  width: 100%;

  height: 12px;

  background-image: url('images/BlockContent-h.png');

}



.BlockContent-bc

{

  position: absolute;

  overflow:hidden;

  z-index: -1;

  bottom: 0;

  left: 6px;

  right: 6px;

  height: 6px;

}



.BlockContent-bc div

{

  position: absolute;

  z-index: -1;

  top: -6px;

  left: 0;

  width: 100%;

  height: 12px;

  background-image: url('images/BlockContent-h.png');

}



.BlockContent-cl

{

  position: absolute;

  overflow:hidden;

  z-index: -1;

  top: 6px;

  left: 0;

  width: 6px;

  bottom: 6px;

}



.BlockContent-cl div

{

  position: absolute;

  z-index: -1;

  top: 0;

  left: 0;

  width: 12px;

  height: 100%;

  background-image: url('images/BlockContent-v.png');

}



.BlockContent-cr

{

  position: absolute;

  overflow:hidden;

  z-index: -1;

  top: 6px;

  right: 0;

  width: 6px;

  bottom: 6px;

}



.BlockContent-cr div

{

  position: absolute;

  z-index: -1;

  top: 0;

  left: -6px;

  width: 12px;

  height: 100%;

  background-image: url('images/BlockContent-v.png');

}



.BlockContent-cc

{

  position: absolute;

  overflow:hidden;

  z-index: -2;

  top: 6px;

  left: 6px;

  right: 6px;

  bottom: 6px;

  background-image: url('images/BlockContent-c.png');

}

*/



.BlockContent-body

{

  color:#FFFFFF;

  font-family: Arial, Helvetica, Sans-Serif;

  font-size: 12px;

}



.BlockContent-body a:link

{

  color: #2B1C3B;

  font-family: Arial, Helvetica, Sans-Serif;

}



.BlockContent-body a:visited, .BlockContent-body a.visited

{

  color: #6B6961;

  font-family: Arial, Helvetica, Sans-Serif;

  text-decoration: none;

}



.BlockContent-body a:hover, .BlockContent-body a.hover

{

  color: #66418B;

  font-family: Arial, Helvetica, Sans-Serif;

  text-decoration: none;

}





.BlockContent-body ul

{

  list-style-type: none;

  color: #000000;

  margin:0;

  padding:0;

}



.BlockContent-body li

{

  font-family: Arial, Helvetica, Sans-Serif;

  font-size: 12px;

}



.BlockContent-body ul li

{

  padding:0px 0 0px 16px;

  background-image: url('images/BlockContentBullets.png');

  background-repeat:no-repeat;

  margin:0.5em 0 0.5em 0;

  line-height:1.2em;

}



/* end Box, BlockContent */



/* begin Box, Post */

.Post

{

  overflow: hidden;

  min-width:1px;

  min-height:1px;

  margin: 0 auto;

  position: relative;

  z-index: 0;

}





.Post-body

{

  position: relative;

  z-index: 0;

  margin: 7px;

}





.Post

{

  margin: 40px 15px 0;

}





/* Start images */

a img

{

  border: 0;

}



.article img, img.article

{

  border-style: solid;

  border-width: 1px;

  border-color: #fff;

  margin: 1em;

}



.metadata-icons img

{

  border: none;

  vertical-align: middle;

  margin:2px;

}

/* Finish images */



/* Start tables */



.article table, table.article

{

  border-collapse: collapse;

  margin: 1px;

  width:auto;

}



.article table, table.article .article tr, .article th, .article td

{

  background-color:Transparent;

}



.article th, .article td

{

  padding: 2px;

  border: solid 1px #A6A6A6;

  vertical-align: top;

  text-align:left;

}



.article th

{

  text-align:center;

  vertical-align:middle;

  padding: 7px;

}







/* Finish tables */

/* end Box, Post */



/* begin PostMetadata */



.PostMetadataHeader

{

  background-color: #FFFFFF; /*purple header main content*/

  border-color: #463a8e;

  border-top: solid;

  border-width: 0px;

  padding:3px;

}









/* end PostMetadata */



/* begin PostHeaderIcon */

.PostHeaderIcon-wrapper

{

  text-decoration:none;

  margin: 0.2em 0;

  padding: 0;

  font-weight:normal;

  font-style:normal;

  letter-spacing:normal;

  word-spacing:normal;

  font-variant:normal;

  text-decoration:none;

  font-variant:normal;

  text-transform:none;

  text-align:left;

  text-indent:0;

  line-height:inherit;

  font-family: Arial, Helvetica, Sans-Serif;

  font-size: 22px;

  color: #000000;

}



.PostHeaderIcon-wrapper, .PostHeaderIcon-wrapper a, .PostHeaderIcon-wrapper a:link, .PostHeaderIcon-wrapper a:visited, .PostHeaderIcon-wrapper a:hover

{

  font-family: Arial, Helvetica, Sans-Serif;

  font-size: 22px;

  color: #FFFFFF;

}



/* end PostHeaderIcon */



/* begin PostHeader */

.PostHeader a:link

{

  font-family: Arial, Helvetica, Sans-Serif;

  text-decoration: none;

  text-align: left;

  color: #000000;

}



.PostHeader a:visited, .PostHeader a.visited

{

  font-family: Arial, Helvetica, Sans-Serif;

  text-decoration: none;

  text-align: left;

  color: #000000;

}



.PostHeader a:hover, .PostHeader a.hovered

{

  font-family: Arial, Helvetica, Sans-Serif;

  text-decoration: none;

  text-align: left;

  color: #FCFCFD;

}

/* end PostHeader */



/* begin PostIcons */

.PostHeaderIcons, .PostHeaderIcons a, .PostHeaderIcons a:link, .PostHeaderIcons a:visited, .PostHeaderIcons a:hover

{

  font-family: Arial, Helvetica, Sans-Serif;

  color: #000;

  font-size:30px;

}



.PostHeaderIcons a, .PostHeaderIcons a:link, .PostHeaderIcons a:visited, .PostHeaderIcons a:hover

{

  margin:0;

}



.PostHeaderIcons a:link

{

  font-family: Arial, Helvetica, Sans-Serif;

  text-decoration: none;

  color: #A889C8;

}



.PostHeaderIcons a:visited, .PostHeaderIcons a.visited

{

  font-family: Arial, Helvetica, Sans-Serif;

  font-style: italic;

  font-weight: normal;

  text-decoration: none;

  color: #A889C8;

}



.PostHeaderIcons a:hover, .PostHeaderIcons a.hover

{

  font-family: Arial, Helvetica, Sans-Serif;

  font-style: italic;

  font-weight: normal;

  text-decoration: underline;

  color: #1B1A18;

}





/* end PostIcons */



/* begin PostContent */

/* Content Text Font & Color (Default) */

body

{

  font-family: AvantGarde CE;

  font-size: 12px;

  color: #FFFFFF;

}



.PostContent

{

  font-family: AvantGarde CE;

  color: #000000;

  border:#463a8e 2px solid;

  background-color:#FFFFFF;

  

}



/* Start Content link style */

/*

The right order of link pseudo-classes: Link-Visited-Hover-Focus-Active.

http://www.w3schools.com/CSS/css_pseudo_classes.asp

http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states/

*/

a

{

  font-family: AvantGarde CE;

  text-decoration: none;

  color: #593979;

}



/* Adds special style to an unvisited link. */

a:link

{

  font-family: AvantGarde CE;

  text-decoration: none;

  color: #000;

}



/* Adds special style to a visited link. */

a:visited, a.visited

{

  font-family: AvantGarde CE;

  text-decoration: none;

  color: #1D1D1B;

}



/* :hover - adds special style to an element when you mouse over it. */

a:hover, a.hover

{

  font-family: AvantGarde CE;

  text-decoration: none;

  color: #754BA0;

}



/* Finish Content link style */



/* Resert some headings default style & links default style for links in headings*/

h1, h2, h3, h4, h5, h6,

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover

h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited

{

  font-weight: normal;

  font-style: normal;

  text-decoration: none;

}





/* Start Content headings Fonts & Colors  */

h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover

{

  font-family: AvantGarde CE;

  font-size: 29px;

  color: #000000;

}



h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover

{

  font-family: AvantGarde CE;

  font-size: 23px;

  color: #919191;

  border-bottom:2px #463a8c solid;

  padding-top:10px;

  margin-bottom:10px;

}



h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover

{

  font-family: AvantGarde CE;;

  font-size: 17px;

  color: #593979;

}



h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover

{

  font-family: AvantGarde CE;;

  font-size: 14px;

  color: #000000;

}



h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover

{

  font-family: AvantGarde CE;;

  font-size: 12px;

  color: #000000;

}



h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover

{

  font-family: AvantGarde CE;
  font-size: 10px;
  color: #000000;
}

/* Finish Content headings Fonts & Colors  */



/* end PostContent */



/* begin PostBullets */

/* Start Content list */

ul

{
  list-style-type: none;
  color: #000000;
  margin:0;
  padding:0;
}

li

{
  font-family: AvantGarde CE;
  font-size: 12px;
  color:#000;

}


.Post ul li

{
  padding:0px 0 0px 14px;
  background-image: url('images/PostBullets.png');
  background-repeat:no-repeat;
  margin:0.5em 0 0.5em 0;
  line-height:1.2em;
}


/* Finish Content list */

/* end PostBullets */

/* begin PostQuote */

/* Start blockquote */


blockquote p
{
  color:#C2C1BC;
  font-family: AvantGarde CE;
}

blockquote
{
  border-color:#737373;
  border-width: 1px;
  border-style: solid;
  margin:10px 10px 10px 50px;
  padding:5px 5px 5px 38px;
  background-color:#545454;
  background-image:url('images/PostQuote.png');
  background-position:left top;
  background-repeat:no-repeat;
}

/* Finish blockuote */

/* end PostQuote */


/* begin PostMetadata */

.PostMetadataFooter

{
  background-color: #463a8e;
  border-color: #737373;
  border-style: solid;
  border-width: 0px;
  padding:3px;
}


/* end PostMetadata */


/* begin PostIcons */

.PostFooterIcons, .PostFooterIcons a, .PostFooterIcons a:link, .PostFooterIcons a:visited, .PostFooterIcons a:hover

{
  font-family: Arial, Helvetica, Sans-Serif;
  color: #ECEBEA;
}

.PostFooterIcons a, .PostFooterIcons a:link, .PostFooterIcons a:visited, .PostFooterIcons a:hover
{
  margin:0;
}

.PostFooterIcons a:link
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color: #A889C8;
}

.PostFooterIcons a:visited, .PostFooterIcons a.visited
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color: #A889C8;
}

.PostFooterIcons a:hover, .PostFooterIcons a.hover

{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color: #1B1A18;
}


/* end PostIcons */

/* begin Button */

button.Button, a.Button

{
  position:relative;
  display:inline-block;
  width: auto;
  outline:none;
  border:none;
  background:none;
  line-height:34px;
  margin:0;
  padding:0;
  overflow: visible;
  cursor: default;
  text-decoration: none !important;
  margin-top:3px;
}


/*This HACK needed for ie7 (button position)*/

*:first-child+html button.Button, *:first-child+html a.Button
{
  display:list-item;
  list-style-type:none;
  float:left;
}

.Button .btn

{
  position: relative;
  overflow: hidden;
  display: block;
  width: auto;
  z-index: 0;
  height: 34px;
  color: #08050A;
  white-space: nowrap;
  float: left;
}

.Button .t
{
  height:34px;
  white-space: normal;
  padding: 0 21px;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  text-align: left;
  line-height: 34px;
  text-decoration: none !important;
}

input, select
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  border:#463a8c 2px solid;
}

.Button .active
{
  color: #AD90CB;
}

.Button .hover,  a.Button:hover
{
  color: #FFFFFF;
  text-decoration: none !important;
}

.Button .active .r

{
  top: -68px;
}

.Button .hover .r

{
  top: -34px;
}

.Button .r

{
  display: block;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  right: 0;
  width: 11px;
  height: 102px;
}

.Button .r span

{
  display: block;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  right: 0;
  width:411px;
  height: 102px;
}

.Button .active .l

{
  top: -68px;
}

.Button .hover .l

{
  top: -34px;
}

.Button .l

{
  display: block;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  left: 0;
  right: 11px;
  height: 102px;
}

.Button .l, .Button .r span

{
  background-image: url('images/Button.png');
}

/* end Button */

/* begin Footer */

.Footer
{
  position:relative;
  overflow:hidden;
  width: 923px;
  margin: 5px 0px 0px auto;
 border-top:solid #463a8e;
    border-width:3px;
	height:280px;
}

.Footer .Footer-inner

{
  height:1%;
  position: relative;
  z-index: 0;
  padding: 10px;
  text-align: center;
}

.Footer .Footer-background
{
  position:absolute;
  z-index:-1;
  background-repeat:no-repeat;
  background-color: #000000;
  width: 935px;
  height: 280px;
  bottom:0;
  left:0;
}

.rss-tag-icon
{
  position: relative;
  display:block;
  float:left;
  background-image: url('images/rssIcon.png');
  background-position: center right;
  background-repeat: no-repeat;
  margin: 0 5px 0 0;
  height: 32px;
  width: 32px;
}

.Footer .Footer-text p

{
  margin: 70px 0 0 190px;
}



.Footer .Footer-text
{
  display:inline-block;
  color:#FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
}



.Footer .Footer-text h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover

{
  font-family: AvantGarde CE;
  font-size: 22px;
  color: #b69ace;
  padding-top:10px;
  margin-bottom:10px;
  border:none;
} 


.Footer .Footer-text ul

{
  list-style-type: none;
  color: #fff;
  margin:0;
  padding:0;
}


.Footer .Footer-text li

{
  font-family: AvantGarde CE;
  font-size: 15px;
  text-align:left;
}


.Footer .Footer-text a:link

{
  text-decoration: none;
  color: #fff;
  font-family: AvantGarde CE;
  text-decoration: none;
  text-align:left;
}



.Footer .Footer-text a:visited

{
  text-decoration: none;
  color: #fff;
  font-family: AvantGarde CE;
  text-decoration: none;
}



.Footer .Footer-text a:hover

{
  text-decoration: none;
  color: #634087;
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
}

/* end Footer */



/* begin PageFooter */

.page-footer, .page-footer a, .page-footer a:link, .page-footer a:visited, .page-footer a:hover

{
  font-family:Arial;
  font-size:10px;
  letter-spacing:normal;
  word-spacing:normal;
  font-style:normal;
  font-weight:normal;
  text-decoration:underline;
  color:#543672;
}



.page-footer

{
  margin:2em;
  text-align:center;
  text-decoration:none;
  color:#999999;
}

/* end PageFooter */



/* begin LayoutCell */

.contentLayout .content

{
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  float: left;
  overflow: hidden;
  width: 620px;

}

/* end LayoutCell */

/* begin LayoutCell */

.contentLayout .sidebar1

{
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  float: left;
  overflow: hidden;
  width: 300px;
  margin-top:22px;
}


.contentLayout .sidebar2

{
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  float: left;
  overflow: hidden;
  width: 300px;
  margin-top:20px;
}



/* end LayoutCell */


.commentlist, .commentlist li

{
    background: none;
}



.commentlist li li

{
    margin-left:30px;
}


.commentlist li .avatar

{
  float: right;
  border: 1px solid #eee;
  padding: 2px;
  margin:1px;
  background: #fff;
}



.commentlist li cite

{
  font-size:1.2em;
}



#commentform textarea
{
  width: 100%;
}



img.wp-smiley

{
    border:none;
    margin:0;
    padding:0;
}



/* Recommended by http://codex.wordpress.org/CSS */

/* Begin */

.aligncenter, div.aligncenter

{
  display: block;
  margin-left: auto;
  margin-right: auto;
}



.alignleft

{
  float: left;
}

.alignright
{
  float: right;
}

.alignright img, img.alignright

{
    margin: 1em;
    margin-right: 0;
}



.alignleft img, img.alignleft

{
    margin: 1em;
    margin-left: 0;
}



.wp-caption
{

  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
}



.wp-caption img

{
  margin: 0;
  padding: 0;
  border: 0 none;
}



.wp-caption p.wp-caption-text

{
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}

/* End */





.hidden

{
	display: none;
}



/* Calendar */

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}



#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}


#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}



#wp-calendar a {
	display: block;
}



#wp-calendar caption {
	text-align: center;
	width: 100%;
}



#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}



#socialicons {

}


#socialicons-inner {
    float:right;
    position:relative;
    width:370px;
    height:80px;

}

Hey, im sorry if this is late, but give me the static webpage files, ill make it into a wordpress theme for you.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.