@charset "utf-8";
/* CSS Document */

/* General */
* {
margin: 0;
padding: 0;
}
body {
font: 12pt "Trebuchet MS", Arial, Helvetica, sans-serif;
color: #333333;
background: #FFD9F2 url(../image-files/bg.jpg) left top repeat-x;
}
p {
margin-bottom: 1em;
}
h1 {
color: #FF7DD4;
margin-bottom: 1em;
text-align: center;
}
#centreColumn h3 {
color: #ff7dd4;
margin-top: 1.5em;
margin-bottom: 1.5em;
border-bottom: 1px solid #CCCCCC;
clear: both;
text-transform: uppercase;
}
hr {
margin: 1em auto;
width: 85%;
color: #ff7dd4;
background-color: #ff7dd4;
border: none;
height: 1px;
}
a img {
border: none;
}
/* End Gemeral */

/* Start Page structure */
div#contentWrapper {
margin: 0 auto;
width: 1050px;
background: #FFFFFF;
}
div#centreColumn {
width: 660px;
float: left;
margin-left: 180px;
padding: 0 15px;
}
div#leftColumn {
width: 160px;
padding-left: 20px;
float:left;
margin-left: -870px;
}
div#rightColumn {
width: 160px;
float: left;
padding-right: 20px;
font-size: 9pt;
}
div#footer {
width: 1050px;
margin: 0 auto;
height: 632px;
background: url(../image-files/footer.jpg) left top no-repeat;
position:relative;
}
/* End Page Structure */

/* Page Style */

/* Start Header */
div#headerContent {
width: 1050px;
margin: 0 auto;
position: relative;
height: 310px;
background: url(../image-files/header.jpg) center top no-repeat;
}
a#pageTitle {
width: 450px;
height: 130px;
background: url(../image-files/logo.png) left top no-repeat;
display: block;
text-indent: -3000px;
position:absolute;
top: 65px;
left: -30px;
outline: none;
}
a#pageTitle img {
display: none;
}
#headerContent #searchForm {
position: absolute;
top: 25px;
padding: 8px 10px 8px 240px;
height: 24px;
background: url(../image-files/search.png) top left no-repeat;
right: 55px;
}
ul#socialNav {
list-style-type: none;
position: absolute;
top: 90px;
right: 100px;
}
ul#socialNav li {
float: left;
margin-right: 25px;
}
ul#socialNav a {
display: block;
text-indent: -3000px;
width: 75px;
height: 18px;
outline: none;
}
ul#socialNav a.fbook {
background: url(../image-files/social.png) left -18px no-repeat;
}
ul#socialNav a.twit {
background: url(../image-files/social.png) left -36px no-repeat;
}
ul#socialNav a.feed {
background: url(../image-files/social.png) left top no-repeat;
}
ul#socialNav a.fbook:hover {
background-position: right;
}
ul#socialNav a.twit:hover {
background-position: right -36px;
}
ul#socialNav a.feed:hover {
background-position: right top;
}
/* End Header */

/* Start Left Column */

/* Start Navbar */
#sideNavbar {
margin: 10px 0 1.5em 0;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 11pt;
width: 160px;
}
#sideNavbar ul {
list-style-type: none;
border: 1px solid #ff7dd4;
border-top-left-radius: 10px;
-webkit-border-top-left-radius: 10px;
-moz-border-radius-topleft: 10px;
border-top-right-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topright: 10px;
border-bottom-left-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-bottomright: 10px;
box-shadow: 4px 4px 4px #ededed;
-webkit-box-shadow: 4px 4px 4px #ededed;
-moz-box-shadow: 4px 4px 4px #ededed;
}
#sideNavbar ul+ul {
margin-top: 2em;
}
#sideNavbar ul li {
text-align: right;
border-bottom: 1px dotted #CCCCCC;
}
#sideNavbar li.head {
background: #ffedfa;
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffeff', endColorstr='#ffedfa'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#fffeff), to(#ffedfa)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #fffeff,  #ffedfa); /* for firefox 3.6+ */
line-height: 2.3em;
text-indent: 10px;
border-bottom: 1px solid #ff7dd4;
border-top-left-radius: 10px;
-webkit-border-top-left-radius: 10px;
-moz-border-radius-topleft: 10px;
border-top-right-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topright: 10px;
text-align: left;
color: #FF7DD4;
}
#sideNavbar li.last {
border: none;
}
#sideNavbar ul li a {
margin: 0 auto;
line-height: 2.3em;
display: block;
padding-right: 10px;
text-decoration: none;
color: #666666;
}
#sideNavbar ul li a:hover {
text-decoration: underline;
color: #ff7dd4;
}
/* End Navbar */

/* Start Rss Box */

#rssTable {
width: 160px;
}
ul#rss {
list-style-type: none;
border: 1px solid #ff7dd4;
border-top-left-radius: 10px;
-webkit-border-top-left-radius: 10px;
-moz-border-radius-topleft: 10px;
border-top-right-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topright: 10px;
border-bottom-left-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-bottomright: 10px;
box-shadow: 4px 4px 4px #ededed;
-webkit-box-shadow: 4px 4px 4px #ededed;
-moz-box-shadow: 4px 4px 4px #ededed;
}
ul#rss li {
display: block;
text-align: center;
padding: 0.45em 0;
}
ul#rss li.head {
background: #ffedfa;
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffeff', endColorstr='#ffedfa'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#fffeff), to(#ffedfa)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #fffeff,  #ffedfa); /* for firefox 3.6+ */
text-indent: 10px;
border-bottom: 1px solid #ff7dd4;
border-top-left-radius: 10px;
-webkit-border-top-left-radius: 10px;
-moz-border-radius-topleft: 10px;
border-top-right-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topright: 10px;
text-align: left;
color: #FF7DD4;
}
/* End Rss Box */

/* End Left Column */

/* Start Centre Column */
ul#pinkList {
list-style-type: none;
}
ul#pinkList li {
background: url(../image-files/tinystar.jpg) left 3px no-repeat; 
padding-left: 1.5em;
margin-bottom: 1em;
}
#theme_table {
width: 100%;
}
#theme_table img {
border: none;
}

/* Start Contact Form */
#contactForm {
margin-top: 20px;
}
#contactHeader {
background-color: #ffe4ff;
padding: 5px;
text-align: center;
}
#contactHeader h2 {
margin: 0;
color: #ff7dd4;
}
#contactTxt {
border-style: solid;
border-width: 2px;
border-color: #ffe4ff;
padding: 5px 5px 10px 5px;
}
.contactTable {
text-align: center;
border-collapse:collapse;
}
.contactTable th {
padding-bottom: 5px;
}
.contactTable td.first  {
text-align: right;
padding: 1px 5px;
}
.contactTable td.second  {
text-align: left;
padding: 1px 5px;
}
.contactTable tr.country td.second {
padding: 5px 5px;
}
.contactTable tr.comments td.first {
vertical-align: top;
}
.contactTable tr.comments td.second {
padding: 5px 5px;
}
/* End Contact Form */
/* Start adForm */
#adForm {
border: 2px solid #FFE4FF;
}
#adformHeader {
background-color: #ffe4ff;
padding: 5px;
text-align: center;
}
#adformHeader h2 {
margin: 0;
color: #ff7dd4;
}
#adTable {
width: 90%;
margin: 0 auto 1em;
border-collapse: collapse;
}
#adTable td {
padding: 5px;
vertical-align: top;
}

/* End Centre Column */

/* Start Right Column */

/* Start Subscribe Box */
#optinForm {
width: 158px;
margin: 10px 0 1.5em 0;
text-align:center;
border: 1px solid #ff7dd4;
border-top-left-radius: 10px;
-webkit-border-top-left-radius: 10px;
-moz-border-radius-topleft: 10px;
border-top-right-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topright: 10px;
border-bottom-left-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-bottomright: 10px;
box-shadow: 4px 4px 4px #ededed;
-webkit-box-shadow: 4px 4px 4px #ededed;
-moz-box-shadow: 4px 4px 4px #ededed;
}
#optinForm p.head {
background: #ffedfa;
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffeff', endColorstr='#ffedfa'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#fffeff), to(#ffedfa)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #fffeff,  #ffedfa); /* for firefox 3.6+ */
line-height: 2.3em;
text-indent: 10px;
border-bottom: 1px solid #ff7dd4;
border-top-left-radius: 10px;
-webkit-border-top-left-radius: 10px;
-moz-border-radius-topleft: 10px;
border-top-right-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topright: 10px;
text-align: left;
color: #FF7DD4;
font-size: 11pt;
}
#optinTxt {
width: 140px;
margin: 1em auto;
}
/* End Subscribe Box */

/*End Right Column*/

/* Start Footer */
#footerContent {
width: 720px;
font-size: 8pt;
color: #999999;
position: absolute;
left: 165px;
top: 385px;
}
#footer #searchForm {
position: absolute;
top: 315px;
padding: 8px 10px 8px 240px;
height: 24px;
background: url(../image-files/search.png) top left no-repeat;
left: 250px;
}
#footer h4 {
font-size: 9pt;
color: #ff7dd4;
}
#footer p {
margin-top: 20pt;
}
#footer a {
text-decoration: none;
color: #999999;
}
#footer a:hover { 
text-decoration: underline;
color: #ff7dd4;
}
#footerMenu, #footerSubmenu {
list-style-type: none;
}
#footerMenu li.main {
float: left;
margin-right: 20px;
}
#footerMenu li#last {
margin-right: 0px;
}
#footerSubmenu li {
margin-top: 10pt;;
}

/*End footer*/

/*End page style*/


/*classes*/
.img-left {
float: left;
margin: 15px 15px 15px 0;
}
.img-right {
float: right;
margin: 15px 0 15px 15px;
}
.img-border {
padding: 2px;
margin: 5px;
}

.redText {
color: #FF0000;
font-family: Chiller, "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 15pt;
text-align: center;
}
.inviteTxt {
color: #ff7dd4;
font-style: italic;
text-align: center;
font-weight: bold;
}
.footerNav {
font-size: 8pt;
}
.pinkTxt {
color: #ff7dd4;
}


/*End classes*/
