/* CSS Document */
/*   
Theme Name: Megaworld 4x4 Adventures
Theme URL: 
Description: Wordpress Theme for Megaworld 4x4 Adventures.
Author: Janes Oosthuizen
Author URL: http://www.digibit.co.za
Version: 1.0
.
Template may not be copied.
.
*/

/* End Headers */

* {
    margin:0px;
    padding:0px;
}

a {
    text-decoration:none;
    color:red;
}

img {
    border:none;
}

a img {
    border:none;
}

p img {
    padding: 0;
    max-width: 100%;
    border:solid #555555 1px;
}

/*  Using 'class="alignright"' on an image will (who would've
    thought?!) align the image to the right. And using 'class="centered',
    will of course center the image. This is much better than using
    align="center", being much more futureproof (and valid) */

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

li {
    list-style:none;
    margin:0px;
    padding:0px;
}

.wp-caption {
    padding:10px;
}

body {
    background:url(images/bg.jpg) #675835 repeat-x top;
    /*background:#22371B;*/
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color:#313131;
}

#wrapper {
    width:1000px;
    margin-left:auto;
    margin-right:auto;
}

#topbar {
    width:1000px;
    border-bottom:solid 1px #C0C0C0;
    background:#E9E9E7;
    float:left;
}

#header {
    height:229px;
    width:1000px;
    background:url(images/head.jpg);
    float:left;
    /*position:relative;*/
    position:relative;
}

#header-top-content {
    height:219px;
    width:1000px;
    /*border:solid 1px red;*/
    
}

img.logo {
    float:left;
    margin:20px;
    height:120px;
}

#socialblock {
    height:50px;
    width:240px;
    float:right;
    margin-top:40px;
    margin-right:20px;
}

#menustrip {
    border-bottom:solid 1px #C0C0C0;
    border-top:solid 1px #fff;
    float:left;
    width:1000px;
    background:#E9E9E7;
}

#menu {
    width:500px;
    color:#111;
    text-transform:lowercase;
    float:right;
    margin-top:30px;
}

#menu ul {

}

#menu ul li {
    list-style:none;
    display:inline;
    font-size:10pt;
    padding-top:5px;
    padding-bottom:5px;
    padding-right:10px;
    padding-left:10px;
    margin-top:5px;
    margin-bottom:5px;
    color:#111;
    margin-left:15px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#menu ul li a {
    color:#fff;
    font-weight:normal;
}

#menu ul li a:hover {
    color:red;
}

#menu ul li.current_page_item {
    border-bottom:solid 2px red;
}

#menu ul li ul {
    background:#fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#menu ul li ul li {
    padding: 5px 5px 5px 5px;
    margin:0px;
    color:#534834;
    line-height:normal;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width:150px;
}

#menu ul li ul li a {
    color:#534834;
}

#menu ul li ul li a:hover {
    /*background:#534834;*/
    color:red;
}

#menu ul li ul li a {
    font-size:10pt;
}

#contentbg {
    float:left;
    background:#fbf9f5;
    border-top:#fff solid 1px;
}

#breadcrumbs {
    height:10px;
    padding:15px;
}

#emptyspace {
    height:10px;
    padding:15px;
}

#sidebartop {
    padding-top:5px;
    padding-bottom:15px;
    height:10px;
}

#sidebartop input {
    margin-left:5px;
    font-size:12pt;
    border-bottom:#ccc dashed 1px;
    border-top:none;
    background:none;
    border-right:none;
    border-left:none;
}

#sidebartop a {
    color:#41372d;
    font-size:14pt;
}

#content {
    width:750px;
    float:left;
}

#post {
    padding-left:20px;
    padding-bottom:20px;
    padding-right:20px;
    padding-top:0px;
}

#post p {
    margin-bottom:10px;
}

#post-head {
    margin-bottom:10px;
}

#post-head h2 a {
    font-size:18pt;
    font-weight:bold;
    color:#534834;
}

.nocomments {
    display:none;
}

#sidebar {
    width:249px;
    float:left;
}

#sidebar ul.book {
    margin-top:15px;
}

#sidebar ul.cat {
    margin-bottom:5px;
    width:250px;
    font-size:12pt;
}

#sidebar ul.cat li {
    padding-top:5px;
    padding-bottom:5px;
    border-bottom:solid 1px #484747;
}

#sidebar ul.cat li.head {
    padding:0px;
    border-bottom:none;
    margin-bottom:-5px;
}

#sidebar ul.cat li a {
    color:#111;
}

#logobar {
    height:63px;
    background:#fff;
    width:1000px;
    float:left;
    display:none;
}

#footer {
    width:1000px;
    background:#fff;
    float:left;
margin-top:20px;
}

#footer h2 {
    font-size:18pt;
    font-weight:bold;
    color:#534834;
    padding-bottom:10px;
}

#footerblock {
    width:350px;
    height:150px;
    float:left;
    margin-left:20px;
}

.myform {
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   border:none;
   background:#D8DAC7;
   font-size:8pt;
   padding:5px;
   width:400px;
   color:#313131;
}

.myformshort {
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   border:none;
   background:#D8DAC7;
   font-size:10pt;
   padding:5px;
   width:100px;
   color:#313131;
   float:left;
margin-right:10px;
}

.myformcaptcha {
   float:left;
}

.myformbtn {
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   padding:5px;
   background:#D8DAC7;
   border:none;
   font-weight:bold;
}

.myformbtn:hover {
   background:#ACB09D;
   cursor:pointer;
}
