@charset "utf-8";
/*
Theme Name: Dot Creative
Theme URI: http://worpress.njwebdesign.co.za/
Description: The theme for my blog.
Version: 1.0
Author: Nicole Lambon
Author URI: http://www.njwebdesign.co.za/
Tags: natural, custom header, fixed width, two columns, widgets

	Dot Creative v1.0
	 http://worpress.njwebdesign.co.za/

	This theme was designed and built by Nicole Lambon,
	whose blog you will find at http://www.njwebdesign.co.za/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


/* CSS Document */

/* CSS Reset */

html, body, h1, h2, h3, h4, form, img {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
}

body {
    line-height: 1;
}

/* Menu */

.mnu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	float: left;
}

.mnu li {
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
}

.mnu .mnuSep {
	background-image: url('images/navSep.png');
	background-repeat: no-repeat;
	background-position: center;
	width: 5px;
	height: 100px;
	display: inline;
}

.mnu .mnu_hom a:link, .mnu .mnu_hom a:active, .mnu .mnu_hom a:visited {
	background-image: url('images/mnuSprite.png');
	background-position: 0 5px;
	overflow: hidden;
	width: 98px;
	height: 100px;
	float: left;
	text-indent: -9999px;
}

.mnu .mnu_hom a:hover, #body_hom .mnu_hom a {
	background-image: url('images/mnuSprite.png');
	background-position: 0 -105px;
	overflow: hidden;
	width: 98px;
	height: 100px;
	float: left;
	text-indent: -9999px;
}

.mnu .mnu_abo a:link, .mnu .mnu_abo a:active, .mnu .mnu_abo a:visited {
	background-image: url('images/mnuSprite.png');
	background-position: -110px 5px;
	overflow: hidden;
	width: 100px;
	height: 100px;
	float: left;
	text-indent: -9999px;
}

.mnu .mnu_abo a:hover, #body_abo .mnu_abo a {
	background-image: url('images/mnuSprite.png');
	background-position: -110px -105px;
	overflow: hidden;
	width: 100px;
	height: 100px;
	float: left;
	text-indent: -9999px;
}

.mnu .mnu_ski a:link, .mnu .mnu_ski a:active, .mnu .mnu_ski a:visited {
	background-image: url('images/mnuSprite.png');
	background-position: -214px -5px;
	overflow: hidden;
	width: 104px;
	height: 100px;
	float: left;
	text-indent: -9999px;
}

.mnu .mnu_ski a:hover, #body_ski .mnu_ski a {
	background-image: url('images/mnuSprite.png');
	background-position: -214px -115px;
	overflow: hidden;
	width: 104px;
	height: 100px;
	float: left;
	text-indent: -9999px;
}

.mnu .mnu_sho a:link, .mnu .mnu_sho a:active, .mnu .mnu_sho a:visited {
	background-image: url('images/mnuSprite.png');
	background-position: -320px -5px;
	overflow: hidden;
	width: 100px;
	height: 100px;
	float: left;
	text-indent: -9999px;
}

.mnu .mnu_sho a:hover, #body_sho .mnu_sho a {
	background-image: url('images/mnuSprite.png');
	background-position: -320px -115px;
	overflow: hidden;
	width: 100px;
	height: 100px;
	float: left;
	text-indent: -9999px;
}

.mnu .mnu_blo a:link, .mnu .mnu_blo a:active, .mnu .mnu_blo a:visited {
	background-image: url('images/mnuSprite.png');
	background-position: -425px -5px;
	overflow: hidden;
	width: 100px;
	height: 100px;
	float: left;
	text-indent: -9999px;
}

.mnu .mnu_blo a:hover, #body_blo .mnu_blo a {
	background-image: url('images/mnuSprite.png');
	background-position: -425px -115px;
	overflow: hidden;
	width: 100px;
	height: 100px;
	float: left;
	text-indent: -9999px;
}

.mnu .mnu_con a:link, .mnu .mnu_con a:active, .mnu .mnu_con a:visited {
	background-image: url('images/mnuSprite.png');
	background-position: -530px -5px;
	overflow: hidden;
	width: 103px;
	height: 100px;
	float: left;
	text-indent: -9999px;
}

.mnu .mnu_con a:hover, #body_con .mnu_con a {
	background-image: url('images/mnuSprite.png');
	background-position: -530px -115px;
	overflow: hidden;
	width: 103px;
	height: 100px;
	float: left;
	text-indent: -9999px;
}

/* General */

html, body {
	height: 100%;
}

body {
	font-family: Cambria, Georgia;
	background-image: url('images/nhforest.jpg');
	background-repeat: no-repeat;
	background-position: bottom center;
	background-attachment: fixed;
}

div {
	font-family: Cambria, Georgia;
	font-size: 12px;
	color: #333333;
	line-height: 1.5;
}

h1, h2, h3, h1 a:link, h1 a:active, h1 a:visited {
	font-family: Cambria, Georgia;	
	font-weight: normal;
	color: #9B1B1F;
}

h1 {
	margin: 0;
	padding: 0;
	background-image: url('images/logo.png');
	background-repeat: no-repeat;
	width: 330px;
	height: 209px;
	text-indent: -9999px;
}

h2 {
	font-size: 24px;
	background-image: url('images/mainHeadBG.png');
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-left: 50px;
	height: 42px;
}

h3 {
	font-size: 16px;
	background-image: url('images/subHeadBG.png');
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 30px;
}

h4 {
	font-size: 14px;
	height: 20px;
}

hr {
	color: #000000;
	height: 1px;
}

a:link, a:active, a:visited {
    color: #e93d72;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Unordered List */

ul {
    list-style-type: disc;
    vertical-align: middle;
    margin: 0px 10px 0px 10px;
    padding: 0px 10px 0px 10px;
}

li {
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

.linkcat h2 {
	font-size: 16px;
	background-image: url('images/subHeadBG.png');
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 30px;
	list-style-type: none !important;
	margin: 10px !important;
}

/* Layout */

.wrapper {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	width: 1060px;
}

.logo {
	width: 330px;
	height: 209px;
	z-index: 100000;
	position: absolute;
	margin-left: -30px;
}

.main {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	z-index: 20000;
	padding-top: 120px;
	position: relative;
}

.mainBody {
	background-image: url('images/brownPaper.jpg');
	padding: 20px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

.nav {
	float: right;
	height: 100px;
}

.mainContent {
	width: 604px;
	/*height: 464px;*/
	background-repeat: repeat-y;
}

.mainBG {
	background-image: url('images/mainContentBG.png');	
}

.leftSide {
	width: 310px;
	margin-bottom: 30px;
	background-image: url('images/sideDivider.png');
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
}

/* Shading */

.shadeTop {
	background-image: url('images/shadeTop.png');
	background-repeat: no-repeat;
	background-position: bottom center;
	height: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 1020px;
}

.shadeBottom {
	background-image: url('images/shadeBottom.png');
	background-repeat: no-repeat;
	background-position: top center;
	height: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 1020px;
	z-index: 20000;
}

.shadeBG {
	background-image: url('images/shadeBG.png');
	background-repeat: repeat-y;
	width: 1020px;
}

/* Styles */

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.padding {
	padding: 10px;
}

/* Portfolio */

.portImgBG {
	background-image: url('images/portBG.png');
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-right: 4px;
	padding-bottom: 4px;
	margin-left: 10px;
	margin-right: 10px;
}

.bubbleBG {
	background-image: url('images/bubbleBG.png');
	background-repeat: no-repeat;
	width: 179px;
	height: 212px;
	text-align: center;
	padding-top: 50px;
}

.scope {
	width: 384px;
	padding-left: 10px;
	padding-right: 10px;
}

.links {
	text-align: right;
	padding-right: 60px;
}

/* Footer */

.footer {
	width: 1020px;
	height: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -10px;
	margin-bottom: 20px;
}

.footerBG {
	background-image: url('images/footerBG.png');
	background-repeat: no-repeat;
	background-position: top center;
	z-index: 10;
}

.footerInner {
	width: 860px;
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
}

.footerContent {
	width: 266px;
	font-size: 12px;
}

/* Wordpress */

.post {
	width: 554px;
	margin-bottom: 20px;
}

.post-date {
	background-image: url('images/cloud.png');
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 13px;
	height: 38px;
	width: 50px;
	font-weight: bold;
    color: #e93d72;
	margin-right: -20px;
}

input {
	border: 1px solid #e93d72;
	background-color: #FFFFFF;
	font-family: Cambria, Georgia;
	font-size: 12px;
	color: #333333;
	line-height: 1.25;
}

textarea {
	overflow: auto;
	border: 1px solid #e93d72;
	background-color: #FFFFFF;
	width: 500px;
}

.contentBGTop {
	background-image: url('images/mainContentBGTop.png');
	background-position: top center;
	background-repeat: no-repeat;
	height: 4px;
	width: 604px;
	margin-top: 20px;
}

.previous-entries {
	background-image: url('images/left.png');
	background-repeat: no-repeat;
	background-position: left center;
	height: 31px;
	padding-left: 44px;
	margin-top: 10px;
}

.next-entries {
	background-image: url('images/right.png');
	background-repeat: no-repeat;
	background-position: left center;
	height: 31px;
	padding-right: 44px;
	margin-right: 50px;
	margin-top: 10px;
}

.post-cat, .post-comments {
	background-image: url('images/arrowComments.png');
	background-repeat: no-repeat;
	background-position: left center;
	height: 20px;
	padding-left: 20px;
	vertical-align: bottom;
	margin-left: 10px;
	display: inline;
}

.pages {
	display: inline;
	padding: 2px;
	border: 1px solid #f7afc7;
	width: 70px;
	height: 20px;
	margin-right: 4px;
}

.page {
	display: inline;
	padding: 2px;
	border: 1px solid #f7afc7;
	width: 70px;
	height: 20px;
	margin-right: 4px;
}

a:hover.page {
	display: inline;
	padding: 2px;
	border: 1px solid #f7afc7;
	background-color: #fce9f0;
	width: 70px;
	height: 20px;
	margin-right: 4px;
}

.current {
	display: inline;
	padding: 2px;
	border: 1px solid #f7afc7;
	background-color: #fce9f0;
	font-weight: bold;
	width: 20px;
	height: 20px;
	margin-right: 4px;
}

/* Tumblr */

.tumblr_posts {
	margin: 0;
	padding: 0;
	list-style: none;
}

.tumblr_title {
	font-weight: bold;
	font-size: 14px;
	text-decoration: underline;
}

p .read_more_container {
	border-bottom: 1px solid #f7afc7;
}

.tumblr_body p {
	margin: 6px 0;
}
