/*
Theme Name: Ron Gevers & Associates (based on Imageless by Tammy Hart)
Theme URI:
Description:
Version: 1.0
Author: ZA Group
Author URI:
Tags:

-----

CHANGELOG

5-7-2009
-
* Updated index.php to handle the first post without using duplicated code.
* Removed duplicate code and Pages/Posts headings from search.php
* Updated search.php to hide post only information if a result is a page
* Updated version number in footer.php
-

-----

*/


* {
	margin:0;
	padding:0;
	}
	

/* Begin Settings and Classes */
a {
	text-decoration:none;
	color:#011336;
	}
	
a:hover {
	color:#133b97;
	}
	
h1, h2, h3, h4, h5, h6 {
	color:#183f9a;
	}	

h1 a, h2 a, h3 a {
	border:none;
	color:#133b97;
	}
		
h1 a:hover, h2 a:hover, h3 a:hover {
	color:#303e78;
	}

p {
	margin:1.5em 0;
	}
	
h1, h2, h3, h4, h5 {
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.1em;
	letter-spacing:-.05em;
	margin:1em 0 .25em;
	}
	
h1 {
	font-size:2em;
	color:#303e78;
	}
.post h1 {
	font-size:1.5em;
	color:#303e78;
}
	
h2 {
	font-size:2em;
	color:#4053a0;
	}
	
h3 {
	font-size:1.5em;
	}
h4 {
	font-size:15px;
	
}
h5 {
	font-size:14px;
}
h6 {
	font-size:13px;
}
	
.pagetitle {
	border-bottom:1px solid #ddd;
	}
	
small {
	font-size:.9em;
	color:#777;
	}
	
code {
	font: 1.1em "Courier New", Courier, Fixed;
	}
	
pre {
	font: 1.1em "Courier New", Courier, Fixed;
	margin:1.5em;
	padding:10px;
	background:#fafafa;
	border:1px solid #eee;
	}
	
acronym, abbr {
	font-size: 0.9em;
	letter-spacing: .07em;
	}
	
hr {
	clear:both;
	width:80%;
	height:1px;
	border:none 0;
	color:#ccc;
	background-color:#ccc;
	margin:1.5em 0;
	}
hr.print { display:none; }
	
img {
	border:none;
	}
	
blockquote {
	margin:1.5em;
	padding:1px 1.5em;
	background:#fafafa;
	border:1px solid #eee;
	border-left-width:3px;
	}
	
	cite {
		font-style:italic;
		font-size:.9em;
		display:block;
		margin:5px 0 0;
		text-align:right;
		}
		
	cite:before {
		content: "\2014 \0020";
		}
		
.post>ul, .post>ol {
	margin:1.5em;
	}
	
	.post li {
		padding:.25em 0;
		margin-left:30px;
		}
		
	.post li h3 {
		margin:0;
		}
		
.clear { 
	clear:both;
	height:0;
	line-height:0;
	font-size:1px;
	}
		
.alignleft {
	float:left;
	}
	
.alignright {
	float:right;
	}
	
.aligncenter, div.aligncenter, img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.noMargin { margin:0; }
.wide { width:100%; }

/* Everying with a 3 pixel border radius */
pre, blockquote, .wp-caption, .attachment img, #header #searchform, #s, #searchsubmit, #nav li a, #sidebar>ul, #sidebar h4 {
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}


/* Begin Images */	
img.alignleft {
	margin-right:10px;
	}
	
img.alignright {
	margin-left:10px;
	}

.wp-caption, .attachment img {
	border: 1px solid #ccc;
	text-align: center;
	background-color: #f3f5fa;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: .9em;
	line-height: 1.5em;
	padding: 0 4px 4px;
	margin: 0;
}

.attachment img {
	padding:4px;
	}
/* End Images / End Settings and Classes */



/* Begin Structure */
body {
	background:#011336;/*fafafa*/
	font:62.5% Arial, Helvetica, sans-serif;
	color:#444;
	text-align:center;
	}
	
#page {
	background:#fff;
	margin:0 auto;
	text-align:center;
	
	/* CSS3 Rounded Corners
	
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	
	*/
	width:900px;
	text-align:left;
	}


/* Begin Header */	
#header {
	background:#fff;
	padding:15px 30px 20px 30px;
	border-bottom:1px solid #c4cee5;
	}
	
	#sitename {
		font:bold 2em Arial, Helvetica, sans-serif;
		letter-spacing:-.05em;
		border:none;
		}
	#sitename {
		color:#303e78;
		}
	#sitename:hover {
		color:#133b97;
		}

	#description {
		font-size:1.1em;
		letter-spacing:.1em;
		}
		
	#header #searchform {
		float:right;
		font-size:1.1em;
		margin-top:0.0em;
		padding:0.5em;
		background:#f3f5fa;
		width:208px;
		border:1px solid #c4cee5;
		}
		
		#s {
			width:147px;
			border:1px solid #ccc;
			background:#fff;
			font-size:11px;
			padding:3px;
			}
			
		#searchsubmit {
			width:50px;
			border:1px solid #ccc;
			background:#d0d8ea;
			font-size:11px;
			padding:2px;
			cursor:pointer;
			}
/* End Header */


/* Begin Page List */		
#nav {
	padding-left:15px;
	height:30px;
	line-height:30px;
	font-size:1.3em;
	font-weight:bold;
	border-bottom:1px solid #c4cee5;
	background:#f3f5fa;
	}
	
	#nav li {
		float:left;
		list-style:none;
		padding:0 10px;
		}
		
		#nav li a {
			border:none;
			padding:2px 10px;
			background:#d0d8ea;
			color:#4053a0;
			}
			
		#nav li a:hover, #nav li.current_page_item a, #nav li.current_page_parent a {
			background:#1c429b;
			color:#FFFFFF;
			}
/* End Page List */

		
/* Begin Content */	
#content {
	font-size:1.2em;
	line-height:1.5em;
	float:left;
	padding:30px 0 30px 30px;
	width:580px;
	}
	
	.post {
		margin-bottom:40px;
		}
		
		.entry {
			text-align:justify;
			}
			
	.postmetadata {
		border-top:1px solid #ddd;
		font-size:.9em;
		background:#f3f5fa;
		padding:2px 5px;
		letter-spacing:.1em;
		}
	.postmetadata a {
		text-decoration:underline;
		}
		
	.navigation {
		height:1.5em;
		font-size:.9em;
		margin:1.5em 0;
		}

/* Begin Comments */		
.commentlist {
	margin-top:1.5em;
	}
		
.commentlist li {
	list-style:none;
	padding-bottom:1px;
	margin-bottom:40px;
	}
	
.commentlist li.alt {
	background:#fafafa;
	}
	
	.commentmetadata {
		border-bottom:1px solid #ddd;
		font-size:.9em;
		background:#f3f5fa;
		padding:2px 5px;
		letter-spacing:.1em;
		}
		
	.avatar {
		border:1px solid #ddd;
		float:left;
		margin-right:10px;
		display:block;
		padding:2px;
		background:#f3f5fa;
		}
		
	.commentlist li p {
		padding:0 10px;
		}
		
		
#commentform input, #commentform textarea {
	width:147px;
	border:1px solid #ccc;
	background:#fff;
	font-size:11px;
	padding:3px;
	}
	
#commentform textarea {
	width:500px;
	}
	
#commentform input:hover, #commentform textarea:hover, #commentform input:focus, #commentform textarea:focus {
	background:#fafafa;
	}
			
#commentform #submit {
	width:147px;
	border:1px solid #ccc;
	background:#e0e0e0;
	font-size:11px;
	padding:2px;
	cursor:pointer;
	}
/* End Comments / End Content */


/* Begin Sidebar */
#sidebar {
	float:right;
	font-size:1.1em;
	padding:20px 30px 20px 0;
	width:220px;
	}
	
	#sidebar ul {
		padding:10px;
		background:#f3f5fa;
		border:1px solid #ccc;
		}
		
		#sidebar ul ul {
			padding:0 0 0 10px;
			background:none;
			border:none;
			}
		
		#sidebar ul li {
			list-style:none;
			margin-bottom:15px;
			}
		
		#sidebar li li {
			margin:5px 0;
			}
			
		#sidebar li li {
			}
			
	#sidebar h4 {
		padding:5px;
		font-size:1.2em;
		background:#d0d8ea;
		color:#4053a0;
		}
/* End Sidebar */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}
	
#wp-calendar caption {
	text-decoration: none;
	font: bold 1.3em Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	width: 100%;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	text-decoration: underline;
	font-weight:bold;
	display: block;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; 
	}
/* End Calendar */

/*
------------------------- Additions ----------------------------------
*/
#masthead {
	padding-bottom:10px;
	background:#011336;
}
#mastheadPrint { display:none; }
/***************************************/
#nav-top {
	width:100%;
	height:33px;
	position: relative;
	background:url(http://www.rgna.co.za/news/wp-content/themes/RonGevers/images/nav-top/nav-bg.gif) repeat-x top;
}
#nav-top ul { list-style-type: none; padding-right:20px; }
#nav-top li { float: right; }
#nav-top a {
	display: block;
	background:url(http://www.rgna.co.za/news/wp-content/themes/RonGevers/images/nav-top/std-bg.gif) no-repeat top left;
	text-decoration: none;
	font-size: 12px;
	color: #ffffff;
	line-height: 33px;
	text-align: center;
	padding:0 30px 0 30px;
}
#nav-top a:hover {
	background:url(http://www.rgna.co.za/news/wp-content/themes/RonGevers/images/nav-top/std-bg.gif) no-repeat bottom left;
}
#nav-top .news a {
	background:url(http://www.rgna.co.za/news/wp-content/themes/RonGevers/images/nav-top/news-bg.gif) no-repeat top left;
	padding:0 40px 0 30px;
}
#nav-top .news a:hover {
	background:url(http://www.rgna.co.za/news/wp-content/themes/RonGevers/images/nav-top/news-bg.gif) no-repeat bottom left;
}
#nav-shadow {
	clear:both;
	height:10px;
	background:url(http://www.rgna.co.za/news/wp-content/themes/RonGevers/images/nav-top/shadow.gif) no-repeat top left;
}
/******************************/

#main {
	font-size:1.2em;
	line-height:1.5em;
	padding:30px 0 30px 30px;
	width:100%;
	}

input, textarea { color:#173f99; }
input:focus, textarea:focus { border:#173f99 2px solid; }

	.span-a01 {
		float:left;
		width:280px;
	}
	.span-a01 .content, 
	.span-a02 .content, 
	.span-b01 .content, 
	.span-b02 .content { padding:0 15px 15px 15px; }
	
	.span-a01 .contact-box-top {
		background:#8e9ed0 url(http://www.rgna.co.za/news/wp-content/themes/RonGevers/images/contact-box-01_01.jpg) no-repeat top center;
		border-left:#8e9ed0 1px solid;
		border-top:#8e9ed0 1px solid;
		border-right:#8e9ed0 1px solid;
		min-height:518px;		
		color:#1e1e1e;
		}
	.span-a01 .contact-box-btm {
		background:url(http://www.rgna.co.za/news/wp-content/themes/RonGevers/images/contact-box-01_02.jpg) no-repeat bottom center;
		height:49px;
		}
	.span-a02 {
		float:left;
		width:530px;
		margin-left:30px;
	}
	.span-a02 hr {
		color: #8e9ed0;
		background-color: #8e9ed0;
		height: 1px;
		width:100%;
		border: none;
	}
	.span-b01 {
		float:left;
		width:400px;
	}
	
	.span-b01 .contact-box-top, 
	.span-b02 .contact-box-top {
		background:#8e9ed0 url(http://www.rgna.co.za/news/wp-content/themes/RonGevers/images/contact-box-02_01.jpg) no-repeat top center;
		border-left:#8e9ed0 1px solid;
		border-top:#8e9ed0 1px solid;
		border-right:#8e9ed0 1px solid;
		min-height:439px;		
		color:#1e1e1e;
		}
	.span-b01 .contact-box-btm, 
	.span-b02 .contact-box-btm {
		background:url(http://www.rgna.co.za/news/wp-content/themes/RonGevers/images/contact-box-02_02.jpg) no-repeat bottom center;
		height:55px;
		}
	
	.span-b02 {
		float:left;
		width:400px;
		margin-left:30px;
	}
/******************************/
.button-find-out a {
	float:right;
	display:block;
	height:27px;
	width:145px;
	background:url(http://www.rgna.co.za/news/wp-content/themes/RonGevers/images/button-find-out-more.gif) no-repeat top left;
}
.button-find-out a:hover {
	background:url(http://www.rgna.co.za/news/wp-content/themes/RonGevers/images/button-find-out-more.gif) no-repeat bottom left;
}

.submitButt {
	background:url(http://www.rgna.co.za/news/wp-content/themes/RonGevers/images/button-submit.png) no-repeat top;
	height: 33px;
	width: 86px;
	border:none;
	cursor:pointer;
}
		
.submitButt:hover {
	background:url(http://www.rgna.co.za/news/wp-content/themes/RonGevers/images/button-submit.png) no-repeat bottom;
}

#free-consult {

}
#free-consult img {
	float:left;

}
#free-consult .submitButt {
	float:right;
	margin-top:50px;
}
ul.std {
	margin-left:15px;
}
ul.std li {
	padding-bottom:8px;
}
ul.arrow { 
	list-style:none;
	border-bottom:#8e9ed0 1px dashed;
}
ul.arrow a { 
	color:#173f99;
}
ul.arrow a:hover { 
	color:#222;
}
ul.arrow li {
	line-height:60px;
	border-top:#8e9ed0 1px dashed;
	font-size:13px;
	font-weight:bold;
}
ul.arrow li span.alignright {
	color:#173f99;
	font-size:30px;
	font-weight:bold;
}

.box-solid {
	padding:0 15px 0 15px;
	border:#bcc6e2 1px solid;
	background:#e9ecf7;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.box-dashed {
	padding:0 15px 0 15px;
	border:#bcc6e2 1px dashed;
	background:#e9ecf7;
}
.page-dash {
	clear:both;
	padding:30px 60px 30px 0;
	text-align:left;
}
.page-dash hr {
	width:100%;
	border:dashed #173f99;
	border-width:1px 0 0 0;
	height:0;
	line-height:0px;
	font-size:0;
	margin:0;
	padding:0;
}
.quoted p {
	font-weight:bold;
	font-style:italic;
	text-align:left;
	margin-bottom:0;
	color:#183f9a;
}
.quoted div {
	font-size:95%;
	font-weight:normal;
	font-style:normal;
	text-align:right;
	padding-bottom:1.5em;
}

/******************************/
#page-btm-curve {
	background:#011336 url(http://www.rgna.co.za/news/wp-content/themes/RonGevers/images/footer-page-curve.png) no-repeat top center;
	height:20px;
	}
#footer {
	font-size:11px;
	color:#8899ce;
}
/*#footer .content {
	margin:0 auto;
	width:840px;
	text-align:left;
}
*/
#footer a {	color:#8899ce; }
#footer a:hover {
	color:#fff;
	text-decoration:underline;
}

#footer ul {
	list-style:none;
	padding:5px 0 10px 0;
}
#footer ul li { 
	display:inline;
	padding:0 5px 0 5px;
	line-height:50px;
}
#footer ul li.point {
	font-size:24px;
	font-weight:bold;
}

#footer .end {
	height:30px;
	background:#223b75;
	width:100%;
}

/**************************************/