/*
Theme Name: Information Marketing South Africa
Theme URI: http://www.zamazincume.com
Description: Wordpress Custom Theme made by Stanley Dumanig for Zama Zincume
Version: 1.0
Author: Stanley Dumanig
Author URI: http://www.pinoyinternetbusiness.com

All rights reserved.
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/******************************************
*   HTML Elements
******************************************/

body {
	background: url(images/bg1.jpg) #D9D9D9;
	color: #333;
	padding: 0 0 25px 0;
	}

#bg {
	background: url(images/bg2.jpg) #D9D9D9;
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 300px;
	text-indent: -9999px;
}

#header h2 {
	text-indent: -9999px;
	border-bottom: none;
}

#searchBox {
	width: 240px;
	float: right;
	padding-right: 20px;
	margin-top: -25px;
}

.menu ul {
	list-style-type: none;
	text-align: left;
	margin: 58px 0 5px 20px;
}

.menu ul li {
	display: inline;
	margin: 0 0.1em;
}

.menu ul li a, #navigation p a {
	height: 2em;
	line-height: 2em;
	min-width: 3em;
	max-width: 18em;
	margin-top: 1px;
	padding: 2px 20px 2px 10px;
	color: #455d06;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
}

.menu ul li a {
	display: inline-block;
	background: url(images/nav-break.png) top right no-repeat !important;
}

.menu ul li a:hover {
	color: #020202;
}

.menu>ul>li.current_page_item a {
	color: #fefefe;
}

#navigation p {
	float: right;
	margin-top: -35px;
	padding-right: 30px;
}

.categories {
	width: 940px;
	height: 35px;
	margin: 0 auto;
	background: #243200;
}

.categories ul {
	list-style-type: none;
	text-align: left;
	margin: 5px 0px 2px 15px;
	padding-top: 5px;
}

.categories ul li {
	display: inline;
	margin: 0 0.1em;
}

.categories ul li a {
	height: 2em;
	line-height: 2em;
	min-width: 3em;
	max-width: 18em;
	margin-top: 1px;
	padding: 2px 15px 2px 5px;
	color: #fefefe;
	text-decoration: none;
	text-align: center;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
}

.categories ul li a:hover {
	text-decoration: underline;
}

body, select, input, textarea {
	font: 12px Arial, Verdana, Sans-Serif;
	line-height:1.5em;
	}

p {	margin: 15px 0;	}


hr {
	display: block;
	height:1px;
	background:#333;
	border:0;
	}

small {
	font-size: 0.9em;
	padding:3px 6px;
	}


/******* Hyperlinks ********************/

/* standard link behaviour */
a:link, a:active, a:visited {
	color:#333;
	text-decoration: underline;
	}
a:hover	{
	color:#333;
	text-decoration: none;
	}

.blogtitle a { text-decoration: none; }

/* Title area links */
.title:link, .title:active, .title:visited {
	color: #840000;
	text-decoration: none;
	}
.title:hover {
	color: #840000;
	text-decoration: underline;
	}

/* HTML headline links */
h3 a:link, h3 a:active, h3 a:visited  {text-decoration:none;}
h3 a:hover {text-decoration:underline;}

h4 a:link, h4 a:active, h4 a:visited  {color:#666; text-decoration:none;}
h4 a:hover {text-decoration:underline;}

/* Links in unordered lists */
.bullets li a { text-decoration:none!important;	}
.bullets li a:hover { text-decoration:underline!important;	}

/* How tags appear */
.tags a {text-decoration:none;}
.tags a:hover {text-decoration:underline;}

/* Links within comments metadata (date, Author etc.) */
.commentmetadata a:link, .commentmetadata a:active, .commentmetadata a:visited  {text-decoration:none;}
.commentmetadata a:hover {text-decoration:underline;}

/* Links in the footer */
#footer a {text-decoration: none;}
#footer a:hover	{text-decoration: underline;}



/******************************************
*   Images
******************************************/

/*** default image behaviour ***/
img { padding:1px; }


/*** WordPress specific image classes ***/
.aligncenter, div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.alignleft {
float: left;
margin: 4px 10px 1px 0;
}

.alignright {
float: right;
}

.wp-caption {
   text-align: center;
   background-color: #fff;
   margin-top:5px;
   margin-right: 15px;
   margin-bottom:0px;
}

.wp-caption img{
   padding:2px;
   border:1px solid #999;
}

.wp-caption img:hover{
   border:1px solid #333;
}

.wp-caption p.wp-caption-text {
   color:#666;
   font-size: 10px;
   line-height: 12px;
   padding: 7px 4px 2px 5px!important;
   margin: 0!important;
}



/******************************************
*   General Structure
******************************************/
#wrapper {
	margin: 20px auto;
	width: 960px;
	z-index: 2;
	position: relative;
}

#header {
	width: 960px;
	height: 137px;
	background: url(images/header_bg.png) no-repeat;
}

.left {
	float:left;
	}

.right {
	float:right;
	}


/******************************************
*   Sidebar
******************************************/

#sidebar1 h4, #sidebar1 h3 a,  #sidebar1 a {
	color: #5e9dbf;
}

#sidebar1 {
	font-size: 11px;
	color: #595959;
}

#sidebar1 h4 {
	font-size: 15px;
	border-left: solid 6px #ccc;
	padding-left: 7px;
}

#sidebar1 h3, #sidebar1 h3 a {
	font-size: 11px;
	text-decoration: none;
	text-transform: capitalize;
	text-align: left;
	letter-spacing: 1px;
	display: inline;
}

.hppostmeta {
	border-bottom: solid 1px #ccc;
	margin-bottom: 12px;
}


/******************************************
*   Featured Article Section
******************************************/

#featured h4 {
	color: #5e9dbf;
	font-size: 18px;
	border-left: solid 6px #ccc;
	padding-left: 7px;
}

#featured h3, #featured h3 a {
	color: #3e3e3e;
	font-size: 14px;
	text-decoration: none;
	text-transform: capitalize;
	text-align: left;
	letter-spacing: 1px;
	display: inline;
}

/******************************************
*   Headlines
******************************************/

.blogtitle, .blogtitle a {
	color: #000;
	font-size: 1.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: regular;
	padding: 20px 0px 10px 0px;
	}

h1 {
	color: #840000;
	font-size: 1.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin: 0px 10px 0px 0px;
	padding: 20px 0px 0px 10px;
	}

h2 {
	color: #840000;
	font: 1.8em Georgia, "Times New Roman", Times, serif;
	padding-bottom:8px;
	border-bottom:1px solid #666;
	margin: 20px 0;
	}

h3 {
	font: 0.9em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:0.3em;
	margin-bottom:4px;
	font-weight:bold;
	color:#840000;
	}

#sidebar h2, #sidebar h3 a {
	font: 0.9em Arial, Helvetica, sans-serif;
	letter-spacing:0.3em;
	text-transform:uppercase;
	margin-bottom:4px;
	font-weight:bold;
	color:#840000;
	}

#sidebar h3, #sidebar h2 {
	font-size:0.9em;
	border-top:3px double #999;
	border-bottom:1px solid #999;
	padding:5px 0 5px 2px;
	margin:20px 0 15px 0;
	color:#840000;
	}

h3#respond {
	font-size:1.1em;
	border-top:1px solid #666;
	margin-top:25px;
	padding-top:20px
	}

h3#comments {
	margin-top:32px
	}

h3 a:link, h3 a:visited {
	color: #666;;
	}

h4 {
	font-size:1.2em;
	margin-bottom:6px;
	}



/******************************************
*   Content
******************************************/

#content {
	width: 940px;
	background: #f9f9f9;
	margin: 27px auto 0 auto;
}

#maincontent, #sidebar1, #sidebar2 {
	min-height: 300px;
	float: left;
	padding: 10px;
}

#maincontent {
	width: 440px;
	padding-left: 20px;
}

#sidebar1, #sidebar2 {
	width: 210px;
	margin-top: 20px;
}

#precomments {
	background: #f1f1f1;
	padding: 10px;
	margin-top: 10px;
	font-weight: bold;
	border-top: solid 1px #ccc;
}

#pagecontent {
	border-bottom: solid 1px #A4DB1E;
}

#pagecontent h1 {
	font-size: 16px;
	padding-left: 0;
	font-family: Tahoma, Verdana, sans-serif;
}


/* "more" Links in the excerpts */
.excerpt_more a {
	color:#840000!important;
	}

.excerpt_more a:hover {
	text-decoration:none;
	}

/* Post Formatting */

.entry {
	padding-bottom:28px;
	text-align:justify;
	}

.post blockquote {
	color:#666;
	background:#F4F4EC;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
	}

.post ul li {
	list-style:square;
	margin-bottom:5px;
	margin-left:42px;
	}

.post ol li {
	margin-bottom:5px;

	margin-left:48px;
	}

#tags {
	padding:3px;
	border-bottom:1px solid #DDD;
	border-top:1px solid #DDD;
	}

.postmetadata {
	font-size:0.9em;
	margin:0 0 10px 0;
	padding:5px 10px;
	background:#F4F4EC;
	border-top:1px solid #E6E3D3;
	border-bottom:1px solid #E6E3D3;
	}

#postheader h2 span {
	font-size: 12px;
	color: #9e9e9e;
}


/* Form Elements */

#searchBox .name, #optinForm .optinName, #optinForm .optinEmail  {
	color: #9c9c9c;
	background: url(images/search-box.png) #fff no-repeat;
	width: 164px;
	height: 31px;
	border: none;
	padding-left: 10px;
	font-style: italic;
	background-color:transparent;
}

#optinForm .optinName, #optinForm .optinEmail  {
	padding: 3px 0px;
	padding-left: 10px;
	font-size: 11px;
}

#optinForm .optinGfx {
	background: url(images/subscribe.png) #9c9c9c no-repeat;
	width: 140px;
	height: 40px;
	margin: 0 auto;
	border:none;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	background-color:transparent;
	display:block;
}

#searchBox .submit {
	color: #5e9dbf;
	background: url(images/search-box-go.png) #fff no-repeat;
	width: 45px;
	height: 31px;
	border: none;
	font-weight: bold;
}

#optinForm {
	background: url(images/optin-form-bg.png);
	border: solid 1px #9e9e9e;
	padding: 10px;
	margin-bottom: 20px;
}

.newsletter-headertext {
	text-align: center;
	font-family: 'Times New Roman', serif;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
}

#optinForm .notes2 {
	font-size: 10px;
	color: #333;
}

/* Comments*/

.commentlist {
	padding-left:30px;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	background:#F4F4EC;
	border:1px solid #E6E3D3;
	}

.commentlist blockquote {
	color:#666;
	background:#fff;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	}

#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}

.commentmetadata {
	display: block;
	}

.commentlist small {
	background:#fff;
	border:1px solid #E6E3D3;
	}



/* Float Properties*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}

.clearfloat {
	display:inline-block;
	}

.clearfloat {
	display:block;
	}


/******************************************
*   Footer
******************************************/

#footer {
	background: url(images/footer-bg.png) top no-repeat;
	margin: 0 auto;
	width: 940px;
	height: 100px;
	font-size:0.9em;
	border-top: solid 1px #f9f9f9;
}

#footer p {
	padding: 15px;
}

#footer a {
	color:333;
	}


