/*
 Theme Name: redBL
 Theme URI: http://www.chrismcgarry.co.uk/
 Description: Theme for chrismcgarry.co.uk blog
 Version: 1.0
 Author: Chris McGarry
 Author URI: http://www.chrismcgarry.co.uk/
 */
/* site layout */
* {
    padding: 0;
    margin: 0;
}

body {
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 75%;
    margin: 0;
    padding-left: 150px; /* LC fullwidth */
    padding-right: 150px; /* RC fullwidth */
    min-width: 150px; /* LC fullwidth */
    background-color: #DBDBDB;
    /*background-image: url(../images/background2.png);
     background-repeat: repeat;*/
}

#center {
    position: relative;
    width: 100%;
    background-color: #DBDBDB;
    height: 100%;
}

.spacer {
    height: 15px;
    width: 100%;
    background-color: #DBDBDB;
}

.box {
    background: #FFFFFF;
}

.boxtop {
    background: url(../images/whitebox/whitene.png) no-repeat top right;
}

.boxtop div {
    font-size: 0;
    height: 15px;
    background: url(../images/whitebox/whitenw.png) no-repeat top left;
}

.boxbottom {
    background: url(../images/whitebox/whitese.png) no-repeat bottom right;
}

.boxbottom div {
    font-size: 0;
    height: 15px;
    background: url(../images/whitebox/whitesw.png) no-repeat bottom left;
}

.boxcontent {
    padding: 0px 15px 0px 15px;
}

#left {
    width: 150px; /* LC width */
    right: 150px; /* LC fullwidth */
    margin-left: -100%;
}

#right {
    width: 150px; /* RC width */
    margin-right: -100%;
}
/*** IE Fix ***/
* html #left {
    left: 150px; /* RC fullwidth */
}

.column {
    position: relative;
    float: left;
}

.expand {
    clear: both; /* extend height of .main to longest column */
    height: 1px;
    overflow: hidden; /* prevent IE expanding the container */
    margin: 0; /* keep flush with surrounding blocks */
}
/* end site layout */
/* site navigation */
#navbar {
    position: absolute;
    top: 120px;
    left: 50%;
    height: 30px;
}

#hometab {
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url(../images/hometab.png);
    background-repeat: no-repeat;
    /*background-color: #FFFFFF;*/
    width: 36px;
    height: 30px;
    z-index: 5;
    text-align: center;
    font-size: 16px;
}

#hometab:hover {
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url(../images/hometabhover.png);
    background-repeat: no-repeat;
    width: 36px;
    height: 30px;
    z-index: 5;
    cursor: pointer;
}

#hometabactive {
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url(../images/hometabactive.png);
    background-repeat: no-repeat;
    width: 36px;
    height: 30px;
    z-index: 5;
}

#softwaretab {
    position: absolute;
    top: 0px;
    left: 88px;
    background-image: url(../images/softwaretab.png);
    background-repeat: no-repeat;
    /*background-color: #FFFFFF;*/
    width: 66px;
    height: 30px;
    z-index: 5;
}

#softwaretab:hover {
    position: absolute;
    top: 0px;
    left: 88px;
    background-image: url(../images/softwaretabhover.png);
    background-repeat: no-repeat;
    width: 66px;
    height: 30px;
    z-index: 5;
    cursor: pointer;
}

#softwaretabactive {
    position: absolute;
    top: 0px;
    left: 88px;
    background-image: url(../images/softwaretabactive.png);
    background-repeat: no-repeat;
    width: 66px;
    height: 30px;
    z-index: 5;
}

#musictab {
    position: absolute;
    top: 0px;
    left: 202px;
    background-image: url(../images/musictab.png);
    background-repeat: no-repeat;
    width: 36px;
    height: 30px;
    z-index: 5;
}

#musictab:hover {
    position: absolute;
    top: 0px;
    left: 202px;
    background-image: url(../images/musictabhover.png);
    background-repeat: no-repeat;
    width: 36px;
    height: 30px;
    z-index: 5;
    cursor: pointer;
}

#musictabactive {
    position: absolute;
    top: 0px;
    left: 202px;
    background-image: url(../images/musictabactive.png);
    background-repeat: no-repeat;
    width: 36px;
    height: 30px;
    z-index: 5;
}

#blogtab {
    position: absolute;
    top: 0px;
    left: 288px;
    background-image: url(../images/blogtab.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    z-index: 5;
}

#blogtab:hover {
    position: absolute;
    top: 0px;
    left: 288px;
    background-image: url(../images/blogtabhover.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    z-index: 5;
    cursor: pointer;
}

#blogtabactive {
    position: absolute;
    top: 0px;
    left: 288px;
    background-image: url(../images/blogtabactive.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    z-index: 5;
}
/* end site navigation */
/* header */
.titlesurround {
    background-color: #FFFFFF;
    margin: 0px 0px 0px 0px;
}

.titlesurroundbottom {
    background-color: #FFFFFF;
}

.titlesurroundleft {
    background-color: #FFFFFF;
}

.titlesurroundright {
    background-color: #FFFFFF;
}

.titlesurroundswcorner {
    background: url(../images/whitebox/whitesw.png) 0 100% no-repeat;
}

.titlesurroundsecorner {
    background: url(../images/whitebox/whitese.png) 100% 100% no-repeat;
}

.titlesurroundcontent {
    padding: 0px 15px 15px 15px;
}
/* end header */

#sitelogo {
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url(../images/chrismcgarrylogo.png);
    background-repeat: no-repeat;
    width: 300px;
    height: 150px;
}

#content {
    width: 100%;
    height: 500%;
    background-color: #FFFFFF;
}

.greybox {
    background-image: url(../images/greybox/greybackground.png);
    background-repeat: repeat;
    margin: 0px 0px 0px 0px;
}

.greyboxtop {
    background: url(../images/greybox/greyborder.png) 0 0 repeat-x;
}

.greyboxbottom {
    background: url(../images/greybox/greyborder.png) 0 100% repeat-x
}

.greyboxleft {
    background: url(../images/greybox/greyborder.png) 0 0 repeat-y
}

.greyboxright {
    background: url(../images/greybox/greyborder.png) 100% 0 repeat-y
}

.greyboxswcorner {
    background: url(../images/greybox/greysw.png) 0 100% no-repeat
}

.greyboxsecorner {
    background: url(../images/greybox/greyse.png) 100% 100% no-repeat
}

.greyboxnwcorner {
    background: url(../images/greybox/greynw.png) 0 0 no-repeat
}

.greyboxnecorner {
    background: url(../images/greybox/greyne.png) 100% 0 no-repeat;
}

.greyboxcontent {
    padding: 15px 15px 15px 15px;
}

.redbox {
    background-image: url(../images/redbox/redbackground.png);
    background-repeat: repeat;
    margin: 0px 0px 0px 0px;
}

.redboxtop {
    background: url(../images/redbox/redborder.png) 0 0 repeat-x;
}

.redboxbottom {
    background: url(../images/redbox/redborder.png) 0 100% repeat-x
}

.redboxleft {
    background: url(../images/redbox/redborder.png) 0 0 repeat-y
}

.redboxright {
    background: url(../images/redbox/redborder.png) 100% 0 repeat-y
}

.redboxswcorner {
    background: url(../images/redbox/redsw.png) 0 100% no-repeat
}

.redboxsecorner {
    background: url(../images/redbox/redse.png) 100% 100% no-repeat
}

.redboxnwcorner {
    background: url(../images/redbox/rednw.png) 0 0 no-repeat
}

.redboxnecorner {
    background: url(../images/redbox/redne.png) 100% 0 no-repeat;
}

.redboxcontent {
    padding: 15px 15px 15px 15px;
}

.whitebox {
    background-image: url(../images/redbox/redbackground.png);
    background-repeat: repeat;
    margin: 0px 0px 0px 0px;
}

.whiteboxtop {
    background: #FFFFFF 0 0 repeat-x;
}

.whiteboxbottom {
    background: #FFFFFF 0 100% repeat-x
}

.whiteboxleft {
    background: #FFFFFF 0 0 repeat-y
}

.whiteboxright {
    background: #FFFFFF 100% 0 repeat-y
}

.whiteboxswcorner {
    background: url(../images/whitebox/whitesw.png) 0 100% no-repeat
}

.whiteboxsecorner {
    background: url(../images/whitebox/whitese.png) 100% 100% no-repeat
}

.whiteboxnwcorner {
    background: url(../images/whitebox/whitenw.png) 0 0 no-repeat
}

.whiteboxnecorner {
    background: url(../images/whitebox/whitene.png) 100% 0 no-repeat;
}

.whiteboxcontent {
    padding: 15px 15px 15px 15px;
}
/* contact content */
.emailform label {
    width: 150px;
    float: left;
}

label.error {
    float: none;
    color: red;
    padding-left: .5em;
    vertical-align: top;
}

.field {
    margin: 5px 5px;
    padding: 5px 5px;
}

.submitcontainer {
    text-align: center;
}

.submit {
    font-size: 10pt;
    height: 25px;
    border: 1px solid #ABADB3;
    background-color: #FFFFFF;
    color: #000000;
}

#emailform label.success {
    background: url("../images/accept.png") no-repeat 0px 0px;
    vertical-align: middle;
    border-style: none;
}
/*end contact content*/

.musiclogo img {
    float: right;
    margin-left: 10px;
}

.musiccontent img {
    margin-bottom: 12px;
}

.musiccontent a {
    text-decoration: none;
    color: #0000FF;
}

.musiccontent a img {
    border-style: none;
    margin: 2px;		
}

#footer {
    position: relative;
    clear: both;
    text-align: center;
    width: 100%;
    color: #000000;
    background-color: #FFFFFF;
}

#copyright {
    font-size: 75%;
    color: #000000;
}

p {
    font-size: 12pt;
    line-height: 18pt;
}

h3 {
    font-size: 16pt;
    font-weight: normal;
}

.xhtmlvalidlogo {
    margin: 5px 5px;
	border-style: none;
}

.cssvalidlogo {
    margin: 5px 5px;
	border-style: none;
}

/* 404 error style */
#err {
    text-align: center;
}








