﻿body {
	background: #000000;
	margin: 0px;
	padding: 0px;
	font: x-small/1.5em "Trebuchet MS",Verdana,Arial,Sans-serif;
	color: #999;
	font-size/* */: /**/small;
	font-size: /**/small;
	background-image: url('http://www.itopia.co.za/blog/images/BlogHeaderPanel-BgTile.jpg');
	background-repeat: repeat-x;
	background-position: center top;
	background-attachment: fixed;
}


/* Page Structure
----------------------------------------------- */
/* The images which help create rounded corners depend on the 
   following widths and measurements. If you want to change 
   these measurements, the images will also need to change.
   */
@media all {
#wrapper {
	background-image: url('http://www.itopia.co.za/blog/images/Foral.png');
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}
  #content {
    width:740px;
    margin:0 auto;
    text-align:left;
    }
  #main {
	width: 465px;
	float: left;
	background-color: #ffffff;
	padding: 0;
	color: #000;
	font-size: 97%;
	line-height: 1.7em;
	margin-top: 15px;
	margin-bottom: 0;
	margin-left: 0;
}
#sidebar {
	width: 220px;
	float: right;
	font-size: 97%;
	line-height: 1.5em;
	margin-top: 15px;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 15px;
}
  }
@media handheld {
  #content {
    width:90%;
    }
  #main {
	float: none;
	background: #fff;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
}
  #main2 {
    float:none;
    background:none;
    }
  #main3 {
    background:none;
    }
  #sidebar {
    width:100%;
    float:none;
    }
  }


/* Links
----------------------------------------------- */
a:link {
  color:#b30;
  }
a:visited {
  color:#666;
  }
a:hover {
  color:#c63;
  }
a img {
  border-width:0;
  }


/* Blog Header
----------------------------------------------- */
@media all {
  #header {
	margin: 0 auto 0 auto;
	padding: 0px;
	color: #fff;
	position: relative;
	width: 740px;
	height: 343px;
	top: 0px;
	left: 0px;
	background-image: url('http://www.itopia.co.za/blog/images/BlogHeaderPanel.png');
	background-repeat: no-repeat;
}
  }
@media handheld {
  #header {
    background:#EC7000;
    }
  #header div {
    background:none;
    }
  }
#blog-title {
	margin: 0;
	padding: 0px;
	font-size: 200%;
	line-height: 1.2em;
}
#blog-title a {
	text-decoration: none;
	color: #fff;
	background-image: url('http://www.itopia.co.za/blog/images/ItopiaBlogHeading.png');
	background-repeat: no-repeat;
	width: 346px;
	height: 210px;
	display: block;
	text-indent: -9999px;
}
#description {
  margin:0;
  padding:5px 30px 10px;
  font-size:94%;
  line-height:1.5em;
  }


/* Posts
----------------------------------------------- */
.date-header {
	margin: 0px;
	font-size: 85%;
	text-transform: uppercase;
	color: #ec7000;
}
.post {
	margin: .3em 0 25px;
	border-width: 1px 0;
}
.post-title {
	margin: 0;
	font-size: 200%;
	line-height: 1.25em;
	display: block;
	border-width: 0 1px 1px;
	color: #666;
	font-weight: normal;
}
a.title-link, .post-title strong {
  text-decoration:none;
  display:block;
  }
a.title-link:hover {
  background-color:#eee;
  color:#000;
  }
.post-body {
	text-align: justify;
}
html>body .post-body {
  border-bottom-width:0;
  }
.post p {
  margin:0 0 .75em;
  }
p.post-footer {
  background:#eee;
  margin:0;
  padding:2px 14px 2px 29px;
  border:1px dotted #bbb;
  border-width:1px;
  border-bottom:1px solid #eee;
  font-size:100%;
  line-height:1.5em;
  color:#666;
  text-align:right;
  }
html>body p.post-footer {
  border-bottom-color:transparent;
  }
p.post-footer em {
  display:block;
  float:left;
  text-align:left;
  font-style:normal;
  }
a.comment-link {
  /* IE5.0/Win doesn't apply padding to inline elements,
     so we hide these two declarations from it */
  padding-left:14px;
  }
html>body a.comment-link {
  /* Respecified, for IE5/Mac's benefit */
  padding-left:14px;
  }
.post img {
  margin:0 0 5px 0;
  padding:4px;
  border:1px solid #ccc;
  }
blockquote {
  margin:.75em 0;
  border:1px dotted #ccc;
  border-width:1px 0;
  padding:5px 15px;
  color:#666;
  }
.post blockquote p {
  margin:.5em 0;
  }


/* Comments
----------------------------------------------- */
#comments {
  margin:-25px 13px 0;
  border:1px dotted #ccc;
  border-width:0 1px 1px;
  padding:20px 0 15px 0;
  }
#comments h4 {
  margin:0 0 10px;
  padding:0 14px 2px 29px;
  border-bottom:1px dotted #ccc;
  font-size:120%;
  line-height:1.4em;
  color:#333;
  }
#comments-block {
  margin:0 15px 0 9px;
  }
.comment-data {
  margin:.5em 0;
  padding:0 0 0 20px;
  color:#666;
  }
.comment-poster {
  font-weight:bold;
  }
.comment-body {
  margin:0 0 1.25em;
  padding:0 0 0 20px;
  }
.comment-body p {
  margin:0 0 .5em;
  }
.comment-timestamp {
  margin:0 0 .5em;
  padding:0 0 .75em 20px;
  color:#666;
  }
.comment-timestamp a:link {
  color:#666;
  }
.deleted-comment {
  font-style:italic;
  color:gray;
  }
.paging-control-container {
  float: right;
  margin: 0px 6px 0px 0px;
  font-size: 80%;
}
.unneeded-paging-control {
  visibility: hidden;
}


/* Profile
----------------------------------------------- */
@media all {
  #profile-container {
    background-color:#B05400;
    margin:0 0 15px;
    padding:0 0 10px;
    color:#fff;
    }
  #profile-container h2 {
    padding:10px 15px .2em;
    margin:0;
    border-width:0;
    font-size:115%;
    line-height:1.5em;
    color:#fff;
    }
  }
@media handheld {
  #profile-container {
    background:#999;
    }
  #profile-container h2 {
    background:none;
    }
  }
.profile-datablock {
  margin:0 15px .5em;
  border-top:1px dotted #ccc;
  padding-top:8px;
  }
.profile-img {display:inline;}
.profile-img img {
  float:left;
  margin:0 10px 5px 0;
  border:4px solid #ccc;
  }
.profile-data strong {
  display:block;
  }
#profile-container p {
  margin:0 15px .5em;
  }
#profile-container .profile-textblock {
  clear:left;
  }
#profile-container a {
  color:#fff;
  }
.profile-link a {
  padding-left:15px;
  font-weight:bold;
  }
ul.profile-datablock {
  list-style-type:none;
  }


/* Sidebar Boxes
----------------------------------------------- */
@media all {
  .box {
    background-color:#ffffff;
    margin:0 0 15px;
    padding:10px 0 0;
    color:#666;
    }
  .box2 {
    padding:0 13px 8px;
    }
  }
@media handheld {
  .box {
    background:#fff;
    }
  .box2 {
    background:none;
    }
  }
.sidebar-title {
  margin:0;
  padding:0 0 .2em;
  border-bottom:1px dotted #fa0;
  font-size:115%;
  line-height:1.5em;
  color:#333;
  }
.box ul {
  margin:.5em 0 1.25em;
  padding:0 0px;
  list-style:none;
  }
.box ul li {
  margin:0;
  padding:0 0 3px 16px;
  margin-bottom:3px;
  border-bottom:1px dotted #eee;
  line-height:1.4em;
  }
.box p {
  margin:0 0 .6em;
  }


/* Footer
----------------------------------------------- */
#footer {
	background-position: center top;
	clear: both;
	background-image: url('http://www.itopia.co.za/blog/images/BlogFooterPanel.jpg');
	background-repeat: no-repeat;
	height: 160px;
}
#footer hr {display:none;}
#footer p {margin:0;}
#footer a {color:#fff;} 


/* Feeds
----------------------------------------------- */
#blogfeeds {
  }
#postfeeds {
  padding:0 15px 0;
  }
#itopiaLink {
	background-image: url('http://www.itopia.co.za/blog/images/itopialogo_blog.png');
	width: 163px;
	height: 56px;
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	position: absolute;
	top: 0px;
	right: 30px;
}
#SubscriptionsPanel {
	width: 205px;
	position: absolute;
	top: 75px;
	right: 25px;
}
#socialLinks {
	margin: 0px;
	padding: 0px;
}
#socialLinks li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#socialLinks li a {
	height: 25px;
	display: block;
	text-indent: -9999px;
	background-repeat: no-repeat;
	margin: 8px 10px 8px 10px;
}
#RSSFeed {
	background-image: url('http://www.itopia.co.za/blog/images/social-RSSfeed.png');
}
#FacebookGroup {
	background-image: url('http://www.itopia.co.za/blog/images/social-facebook.png');
}
#Twitter {
	background-image: url('http://www.itopia.co.za/blog/images/social-twitter.png');
}
#AdBlock {
	height: 125px;
	width: 450px;
	margin-right: 10px;
	margin-left: 15px;
}
#MainContent {
	background-color: #FFFFFF;
	width: 725px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
}
.custInput {
	border: 1px solid #FFFFFF;
	padding: 3px;
}
#NewsletterRegFrm {
	margin: 0px;
}
#recently {
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
  #recently li {
  	margin: 0px;
  	padding: 0px;
  	list-style-type: none;
  }
  #recently li a {
	display: block;
	list-style-type: none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #C0C0C0;
	padding-top: 5px;
	padding-bottom: 5px;
}
.archive-list {
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
.archive-list li {
	margin: 0px;
	padding: 0px;
	list-style:none;
}


