
/*
Theme Name: Dreamfoundry Landscape
Theme URI: http://dreamfoundry.co.za/
Description: Lets go minimal.
Version: 1
Author: Diaan Mynhardt
Author URI: http://dreamfoundry.co.za/
Tags: none

*/


* {
    margin: 0;
    padding: 0;
}

html, body, #bg, #bg table, #bg td {
    height:100%;
    width:100%;
    overflow:hidden;
}

html {
    font-family: Helvetica,Verdana,Arial,sans-serif;
	font-size: 12px;
	color: #5f230d;
	background-image: url(images/loading.png);
}

img {
	border:none;
}

a {
	color: #ad3709;
	text-decoration: none;
}
a:hover, .current_page_item a, .current-cat a, .selected {
	color: #ffffff;
	text-decoration: none;
}

h1 {
	font-size: 24px;
	font-weight: normal;
}

p {
	padding-bottom: 10px;
}

#bg {
    position: fixed;
}

#bg div {
    height:200%;
    left:-50%;
    position:absolute;
    top:-50%;
    width:200%;
}

#bg td {
    text-align:center;
    vertical-align:middle;
}

#bg img {
    margin:0 auto;
    min-height:50%;
    min-width:50%;
}

#cont {
    position:absolute;
    top:0px;
	left:0px;
    z-index:70;
    overflow:none;
}

.pad50 {
    padding: 50px;
}

.box {
    width: 600px;
    background: none;
}

#blog {
    position:absolute;
    top:0px;
	right:0px;
    z-index:90;
    overflow:auto;
	height: 100%;
	padding: 0 100px 0 0;
}

.box_long {
    width: 500px;
    background: none;
}

.blogback {
	background-color: #ffffff;
	padding-bottom: 75px;
}

.blogback a:hover {
	color: #000000;
}

 /* The bottom menu */
#menu {
    position:absolute;
    bottom:20px;
	left:0px;
    z-index:100;
    overflow:hidden;
	width: 100%;
	background-image: url(images/menubar.png);
	height: 30px;
}

.menubox {
    margin: 0 auto;
	padding: 9px 0 0px 42px;
}

.menubox li {
	list-style-type: none;
	display: inline;
	padding-right: 15px;
	vertical-align: top;
	margin: 10px 0;
	text-transform: lowercase;
}
.logobox {
	float:left;
    margin: 0 auto;
	padding: 0px 0 0px 0px;
}

.clear {
	clear: both;
}

 /* home page */

.intro, .content {
	margin-top: 20px;
	line-height: 1.5;
}

.akpc_pop {
	font-size: 10px;
	color: #666666;
}

.navigation {
	padding-top: 20px;
}

.thumb {
	margin-bottom: 20px;
}

.copyright {
	font-size: 10px;
	color: #999999;
	padding-top: 20px;
}


/* Comments */

.comments {
	width: 400px;
	margin: 50px 0 0 0;
}
.comments .reply {
	font-size: 10px;
}
.comments .fn {
	color:#000000;
	font-weight: bold;
}
.commentlist {
	margin: 20px 0;
	padding: 0px;
}
.commentlist li {
	list-style: none;
	border: solid 1px #dbdbdb;
	padding: 10px;
	margin: 10px 0 0 0;
}
.commentlist .depth-1 {
	margin: 20px 0;
	background-color: #eee;
}
.children {
	padding: 0px;
	margin-bottom: 0px;
}
.commentlist .depth-2, .commentlist .depth-4 {
	background-color: #ddd;
}
.commentlist .depth-3, .commentlist .depth-5 {
	background-color: #eee;
}
.commentmetadata {
	font-size: 10px;
	border-bottom: solid 1px #dbdbdb;
	padding-bottom: 3px;
}
.commentlist img {
	border: none;
}
#respond {
	margin: 40px 0 0 0;
}
.form-input, .form-textarea {
	background-color:#eee;
	border: solid 1px #ad3709;
	padding: 5px;
	margin: 5px 0 10px 0;
}
.comments textarea, .comments input {
	width: 398px;
	border: 1px solid #ad3709;
	background-color:#eeeeee;
}

.comments .button, .comments #submit {
	width:auto;
	background:#ccc;
	border: solid 1px #ad3709;
	margin: 10px 0;
	cursor: pointer;
}


/* random junks */

.blogback ul, .blogback ol {
	padding: 0;
	margin: 0;
	margin-left: 20px;
}

.comments ul, .comments ol {
	padding: 0;
	margin: 0;
}

li {
	padding: 0;
	margin: 0;
	padding-bottom: 10px;
}


.wpcf7-form textarea {
	width: 500px;
	height: 100px;
	background-color: #aaaabb;
	border: 1px solid #5F230D;
	color: #5F230D;
	font-family: Helvetica,Verdana,Arial,sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
}

.wpcf7-form select {
	width: 500px;
	background-color: #aaaabb;
	border: 1px solid #5F230D;
	color: #5F230D;
}

.wpcf7-form-control-wrap input {
	width:500px;
	background-color: #aaaabb;
	border: 1px solid #5F230D;
	color: #5F230D;
}

.submitthis input {
	background-color: #AD3709;
	border: 1px solid #5F230D;
}

.wpcf7-response-output {
	width:500px !important;
	border: none !important;
	margin:0 !important;
	padding:0 !important;
}

.wpcf7-not-valid-tip {
	width: auto !important;
	padding: 3px !important;
	border: 1px solid #aa0000 !important;
	background-color: #ffaaaa !important;
	top: -10px !important;
	left: 200px !important;
}
.wpcf7-captcha-captcha-706 {
	border: 1px solid #5F230D;
}