/*
Theme Name: WP-Polaroid (Blue)
Theme URI: http://www.adii.co.za/
Description: Previous adii.co.za design (September 2007 - December 2007)
Version: V2
Author: Adii
Author URI: http://www.adii.co.za/

=== Setup ===*/
*
{
	border: 0;
	margin: 0;
	padding: 0;
}
BODY
{
	background: #D3DEEB url(images/darkbluebg.png) repeat;
	color: #000000;
	font: 14px Arial, Tahoma, Verdana, Helvetica, Sans-Serif;
}
A
{
	color: #214792;
	text-decoration: none;
}
A:hover
{
	text-decoration: underline;
}
INPUT, SELECT, TEXTAREA
{
	border: 1px solid #969696;
	font-size: 11px;
	padding: 2px;
}
SELECT
{
	padding: 0;
}
LI
{
	list-style: none;
}
H2 SPAN, H3 SPAN
{
	display: none;
}
/*=== Layout ===*/
#page, #page-bot, #page-top
{
	background: #FFFFFF repeat-y;
	margin: 0 auto;
	width: 932px;
}
#page
{
	padding: 0 32px 20px 25px;
	width: 875px;
}
#page-bot
{
	height: 7px;
	/*[empty]color:;*/
}
#page-top
{
	background: url(images/page-top.png) no-repeat top;
	height: 54px;
}
#bot-bgr
{
	background: repeat-x bottom;
	padding: 40px 40px 50px;
}
/*=== Subscribe to Feed ===*/
UL.subscribe
{
	float: right;
	padding: 25px 40px 0 0;
}
* HTML UL.subscribe
{
	padding-right: 20px;
}
.subscribe LI
{
	float: left;
	font-size: 13px;
	font-weight: bold;
	margin: 0 13px 0 10px;
}
.subscribe LI.feed
{
	background: url(images/ico-post.gif) no-repeat left;
	padding: 0 0 0 20px;
}
.subscribe LI A
{
	color: #41484D;
	position: relative;
}
/*=== Header ===*/
#header
{
	padding: 0px;
	background: white;
	margin: 0px;
	height: auto;
}
.title
{
	margin: 0;
	width: 100%;
	padding: 0;
	text-align: left;
}
/*- Search -*/
.search
{
	background: #EFEFEF;
	float: right;
	height: 30px;
	margin: 20px 0;
	width: 422px;
}
.search INPUT
{
	background: none;
	border: 0;
	color: #B3B3B3;
	float: left;
	font-family: "Lucida Sans", Arial, sans-serif;
	font-size: 13px;
	margin: 4px 0 0 10px;
	padding: 3px;
	width: 206px;
}
.search .btn
{
	margin: 7px 0 0 165px;
	padding: 0;
	width: auto;
}
/*=== Title ===*/
#title
{
	background: #214792;
	height: 220px;
}
/*- Top Menu -*/
#title LI
{
	float: left;
	font-weight: bold;
	line-height: 30px;
	padding: 0 13px;
	text-transform: uppercase;
}
#title LI A
{
	color: #FFFFFF;
}
/*- Title Layout -*/
.tcol1
{
	float: left;
	width: 350px;
}
.left-title
{
	height: 169px;
	color: #FFF;
	padding: 10px 25px 10px 20px;
}
.tcol2
{
	float: right;
	width: 295px;
}
.right-title
{
	height: 169px;
	color: #FFF;
	padding: 10px 10px 10px 25px;
}
.left-title H2, .right-title H2
{
	margin-bottom: 10px !important; /*[e]10px*/
	font-family: "Lucida Sans", Arial, sans-serif !important; /*[e]"Lucida Sans", Arial, sans-serif*/
}
.left-title P, .right-title P
{
	font-family: "Times New Roman" !important; /*[e]"Times New Roman"*/
	font-size: larger;
	line-height: 18px;
}
/*- Polaroid -*/
#polaroids
{
	background: url(images/polaroids/rotator.php) no-repeat;
	height: 298px;
	margin: 50px 0 0 317px;
	position: absolute;
	top: 85px;
	width: 276px;
}
/*=== Columns ===*/
#columns
{
	margin: 30px 0 0;
}
#columns H2
{
	color: #1691D8;
	font-size: 20px;
	font-weight: normal;
}
#columns H2 A
{
	color: #1691D8;
}
#columns H4
{
	color: #0253B8;
	font-size: 14px;
	font-weight: normal;
	line-height: 15px;
	padding: 0 0 5px;
	font-weight: bold;
}
#columns H4 A
{
	color: #0253B8;
}
.col1
{
	width: 423px;
}
.col2
{
	float: left;
	width: 200px;
}
.col3
{
	float: right;
	width: 200px;
}
/*=== Each Post ===*/
.pagetitle
{
	color: #41484D !important; /*[e]#41484D*/
	font-size: 14px !important; /*[e]14px*/
	text-transform: uppercase;
	font-weight: bold !important; /*[e]bold*/
	border-bottom: 1px dotted #41484D;
	padding-bottom: 5px;
}
.post
{
	background: url(images/hl-dot2.gif) repeat-x bottom;
	padding: 15px 0 5px;
}
.post P
{
	clear: both;
	padding: 0 0 15px;
}
.post.last
{
	background: none;
}
.postmetadata
{
	color: #ACB4B9;
	font-size: 11px;
	padding: 0 0 15px;
}
.postmetadata A
{
	color: #ACB4B9;
}
.postimg IMG.fl
{
	margin: -10px 15px 0 0;
	padding-bottom: 15px;
}
.entry P
{
	text-align: justify;
	font-size: 12px;
	line-height: 20px;
}
.entry BLOCKQUOTE
{
	padding: 3px 15px;
	background: #DEF3FF;
	border: 1px solid #0253B8;
	margin: 5px auto 15px;
	color: #000;
	width: 85%;
}
.entry BLOCKQUOTE P
{
	font-size: 12px;
	padding: 5px 0px;
	margin: 5px 0px;
	line-height: 20px;
}
.entry IMG
{
	padding: 0px;
	/*[empty]background:;*/
	/*[empty]border:;*/
	margin: 0px 15px 15px 0px !important; /*[e]0px 15px 15px 0px*/
	float: left;
	display: inline;
}
.none-img
{
	background: none !important; /*[e]none*/
	border: none !important; /*[e]none*/
}
.none-img IMG
{
	background: none !important; /*[e]none*/
	border: none !important; /*[e]none*/
}
.entry UL, .entry OL
{
	margin-bottom: 15px;
	font-size: 12px;
	line-height: 20px;
}
.entry UL LI UL, .entry OL LI OL
{
	margin-bottom: 0px;
	padding-top: 3px;
}
.entry UL LI
{
	list-style: circle inside !important; /*[e]circle inside*/
	margin-left: 15px;
	padding: 3px 0px;
}
.entry UL LI UL LI
{
	list-style: disc inside !important; /*[e]disc inside*/
}
.entry OL LI
{
	list-style: decimal inside !important; /*[e]decimal inside*/
	font-size: 12px;
	padding: 3px 0px;
}
.entry OL LI OL LI
{
	list-style: decimal-leading-zero inside !important; /*[e]decimal-leading-zero inside*/
}
/*=== Comments ===*/
.comments_template
{
	margin: 0 0 0 10px;
	padding: 0 0 10px;
}
.comments_template P.nocomments, .comments_template P.alert
{
	padding: 10px;
	font-size: 12px;
}
#comments
{
	font-size: 20px;
	padding: 2px 10px 0px 0px;
	color: #008DE7;
}
.comments_template FORM#commentform
{
	margin: 0;
	padding: 10px;
	background: #F7F7F7 url(images/bg_dotted_b.gif) repeat-x;
}
.comments_template FORM#commentform P
{
	line-height: 16px;
}
OL.commentlist
{
	margin: 10px 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
	line-height: 16px;
}
OL.commentlist P
{
	margin-bottom: 10px;
	line-height: 16px;
}
OL.commentlist CITE
{
	font-style: normal;
	font-weight: bold;
}
OL.commentlist LI
{
	padding: 10px;
	border-top: 1px dotted #0758C4;
}
OL.commentlist LI.alt
{
	background: #E9F0F6;
	border-top: 1px dotted #0758C4;
}
OL.commentlist LI.highlighted
{
	background: #E9F0F6;
	border-top: 1px dotted #0758C4;
}
/*=== Navigation ===*/
.navigation
{
	padding: 15px 0px;
	font-weight: bold;
	float: left;
}
.alignleft
{
	float: left;
	display: inline;
}
.alignright
{
	float: right;
	display: inline;
}
/*=== Ads ===*/
.ads
{
	height: 125px;
	margin: 10px 0 20px;
}
.ads IMG
{
	display: block;
	float: left;
	margin: 0 24px 0 0;
}
.ads IMG.last
{
	margin: 0;
}
/*=== Widget ===*/
.widget H3
{
	color: #244A9F;
	font-size: 16px;
	font-family: "Lucida Sans", Arial, sans-serif !important; /*[e]"Lucida Sans", Arial, sans-serif*/
	text-transform: uppercase;
	padding: 4px 0 5px 5px;
	background: url(images/hl-dot.gif) repeat-x bottom;
}
.widget H3 EM
{
	color: #0253B8;
	font-style: normal;
}
.widget UL
{
	padding: 0 0 15px;
}
.widget UL LI
{
	background: url(images/hl-dot.gif) repeat-x bottom;
	font-size: 11px;
	padding: 4px 0 5px 5px;
	color: #0253B8;
}
.widget UL LI EM, .widget UL LI A EM
{
	color: #0253B8;
	font-style: normal;
}
.widget UL LI A
{
	color: #41484D;
}
.widget UL LI A:hover
{
	text-decoration: none;
	color: #0253B8;
}
.widget UL IMG
{
	vertical-align: text-bottom;
	padding-left: 5px;
	padding-right: 5px;
}
/*=== Recent Readers ===*/
TABLE#MBL_COMM TD.mbl_fo_hidden
{
	display: none;
}
.recent
{
	padding: 10px 0 0;
}
.recent IMG
{
	border: 1px solid #222222;
	float: left;
	height: auto;
	margin: 3px;
}
* HTML .recent IMG
{
	margin: 0 3px;
}
/*Begin DCTV Schedule*/
DIV.wp-dctv_schedule_title
{
	background-color: #FFFFFF;
}
/*Controls overall background color of sidebar*/
DIV.wp-dctv_schedule_canvas
{
	background-color: #FFFFFF;
	margin-left: 1px;
}
.wp-dctv_schedule
{
	background-color: #FFFFFF;
}
TABLE.wp-dctv_schedule
{
	color: #214792;
}
/*Each time zone is in a table and surrounded by a div. The trick is to hide the divs*/
DIV.wp-dctv_schedule
{
	display: "";
}
DIV.wp-dctv_schedule_hide
{
	display: none;
}
/*Blocks can be hightlighted in a different colour.*/
.wp-dctv_schedule_block
{
	background-color: #FFFFFF;
	text-decoration: underline;
}
/*This can be used to hightlight 'now'.*/
.wp-dctv_schedule_now
{
	background-color: #D1CDC5;
}
/*End DCTV Schedule
=== Flicker Photos ===*/
.flickr
{
	background: url(images/flickr-bgr.gif) no-repeat left;
	height: 97px;
	margin: 0 0 0 -5px;
	padding: 23px 0 0 133px;
	position: relative;
}
.flickr P
{
	display: inline;
	float: left;
	padding: 0px 8px;
}
/*=== Footer ===*/
#footer
{
	background: #214792;
	clear: both;
	color: #FFFFFF;
	font-size: 12px;
	line-height: normal;
	margin: 0px 0 0;
	text-align: center;
	padding: 0px 15px;
}
#footer A
{
	color: #FFFFFF;
}
/*=== Misc. ===*/
.fix
{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden;
}
.fl
{
	float: left;
}
.fr
{
	float: right;
}
.ac
{
	text-align: center;
}
.ar
{
	text-align: right;
}
/*=== Portfolio ===*/
.showcase
{
	float: left;
	display: inline;
	width: 206px;
}
.showcase H2
{
	font-size: 16px !important; /*[e]16px*/
	margin-bottom: 5px !important; /*[e]5px*/
	font-weight: bold !important; /*[e]bold*/
	color: #1691D8;
}
.showcase P
{
	font-size: 10px !important; /*[e]10px*/
	line-height: 14px !important; /*[e]14px*/
	text-align: justify !important; /*[e]justify*/
	margin-bottom: 7px !important; /*[e]7px*/
}
.showcase IMG
{
	background: none !important; /*[e]none*/
	padding: 0px !important; /*[e]0px*/
	margin-bottom: 5px;
	border: 3px solid #DEF3FF !important; /*[e]3px solid #DEF3FF*/
}
.weblink A
{
	font-weight: bold !important; /*[e]bold*/
	text-transform: uppercase;
	font-size: 12px !important; /*[e]12px*/
	float: right;
}
.showcase-divider
{
	width: 100%;
	height: 15px;
	float: left;
	margin-bottom: 15px;
	background: url(images/hl-dot2.gif) repeat-x bottom;
}
/*=== IE6 Fix ===*/
