/*
Theme Name: Dr Glenn and Partners
Theme URI: http://kwsolutions.com.au
Description: A custom theme developed by KwikWeb Solutions for the Dr Glenn & Partners Medical Imaging Website using the Starkers-DGP framework @ http://elliotjaystocks.com
Version: 0.3
Author: KwikWeb Solutions
Tags: Radiology, Medical, Imaging
Template: Starkers-DGP
*/


@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";



/* Credit: style.css structure taken from Hybrid framework's skeleton */






/**
* Body
************************************************/

/* Contains everything */
html, body {
	background:url(style/images/bg.gif) repeat-x;
	background-color:#FFFFFF;
	color:#4c4c4c;
	font-family:Helvetica, Arial, Verdana, sans-serif;			
	font-size: 0.9em;	
}


	/* Wrapper for everything inside of the body */
	#wrap {
		background-color:#FFFFFF;
	}
	

/**
* Elements
************************************************/

/* Hyperlinks */
a:link, a:visited  {			
	color:#006d85;
}

a:hover, a:active {
	color:#006d85;
}

#box-home-shortcuts a {
	color:#666666;
}

#left-nav a, #left-nav a:link, #left-nav a:visited {
	color:#4c4c4c;
}

#left-nav a:hover, #left-nav a:active {
	color:#000000;
}

#left-nav ul li.heading a {
	color:#0f2455;
	font-size:16px;
	text-transform:uppercase;
}


#right-content a:link, #right-content a:visited  {
	text-decoration:none;
}

#right-content a:hover, #right-content a:active {
	text-decoration:underline;
} 


/* Headers */
h1 {}

#col-right h1 {
    font-size: 22px;
	color:#0f2455;
    background:url(style/images/bg-h1.gif) repeat-x bottom;
    padding:0 0 0.4em 0;
    margin: 0 0 1em 0;  
	text-transform:uppercase;	
	font-weight:normal;
}

#col-right h2 {
    border-width: 0 0 1px 0;
    border-style: none none solid none;	
	font-size:16px;
	color:#0f2455;
	font-weight:bold;
	margin:30px 0 10px 0;
	padding-bottom:3px;
}

#col-right h3 {
	font-size: 1em;	
	color:#006d84;
	font-weight:bold;
	margin-bottom:3px;
}

#col-right h4 {
	font-size: 1em;	
	font-style:italic;
	margin-bottom:3px;
}


h2 {}

#box-home-about h1, #box-home-services h2 {
    border-width: 0 0 1px 0;
    border-style: none none solid none;	
	font-size:26px;
	color:#0f2455;
	font-weight:normal;
	text-transform:uppercase;
	margin-bottom:15px;
}

#box-home-welcome h2 {
	font-size:26px;
	color:#ffffff;
	font-weight:normal;
	text-transform:uppercase;
	margin-bottom:15px;
}

#box-home-services .ad h2 {
	color:#FFFFFF;
	border:0;
	margin-bottom:5px;
}

h3 {}

#box-home-shortcuts h3 {
	font-size:12px;
	color:#006d84;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:5px;
	padding:0;
}

h4 {}
h5 {}
h6 {}

/* Text elements */
strong {}
em {}
cite {}
abbr {}
acronym {}
sup {}
sub {}
address {}
ins {}
dfn {}
del {}

/* Paragraphs */
p {
	margin-bottom:1em;
}

#box-home-shortcuts p {
	font-size:8pt;
}

#box-home-about p {
	font-size:10pt;
}

#box-home-welcome p {
	font-size:10pt;
}

#box-home-services .ad p, #box-home-services .ad a:link, #box-home-services .ad a:visited, #box-home-services .ad a:hover, #box-home-services .ad a:active {
	color:#FFFFFF;
}
#box-home-services .ad a:link, #box-home-services .ad a:visited {
	text-decoration:none;
}
#box-home-services .ad a:hover, #box-home-services .ad a:active {
	text-decoration:underline;
}



/* Unordered lists */
ul {}
	ul li {}

#box-home-services ul li {
	background-image: url(style/images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: 0 0.6em;
	padding: 0 0 0.5em 1em;
}
	
#box-home-shortcuts	ul {
	font-size:8pt;
}

#col-right ul li {
	background-image: url(style/images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: 0 0.6em;
	padding: 0 0 0.5em 1em;
}

#col-right ul {
	padding-bottom:1em;
}



/* Ordered lists */
ol {}
	ol li {}

/* Defition lists */
dl {}
	dt {}
	dd {}

/* Blockquotes */
blockquote {
	background:url(style/images/bg-quote.gif) no-repeat;
	height:57px;
	vertical-align:middle;
	padding:12px 70px 0 70px;
}


	blockquote blockquote {}
	blockquote em {}

/* Object */
object {}

/* Code */
code {}
pre {}
pre code {}

/* Tables */
table {}
	caption {}
	tr {}
	th {}
	td {}
	
	
.wp-table-reloaded {
	border-collapse: separate;
    border-color:#CDCDCD;
    border-width: 0 0 1px 1px;
    border-style: solid;
	margin: 10px 0px 15px 0px;
	width: 100%;
	text-align: left;
}
.wp-table-reloaded th {
	background-color: #E6EEEE;
	border: 1px solid #FFFFFF;
	padding: 8px 4px;
	font-weight:bold;
}
.wp-table-reloaded td {
	padding: 4px;
	vertical-align: top;
    border-color:#CDCDCD;
    border-width: 1px 1px 0 0;
    border-style: solid;
}

/*
.wp-table-reloaded .even td {
	background-color: #FFFFFF;
}
.wp-table-reloaded .odd td {
	background-color: #F0F0F6;
}

.wp-table-reloaded .row-hover tr:hover td {
	background-color: #D0D0D6;
}	
*/

#wp-table-reloaded-id-1-no-1 { /* all locations table */
	border:none;
}
#wp-table-reloaded-id-1-no-1 h2 {
	padding-top:0;
	margin-top:0;
}
#wp-table-reloaded-id-1-no-1 td { 
    border-color:#CDCDCD;
    border-width: 0 0 1px 0;
    border-style: solid;
	padding-top:20px;
	padding-bottom:20px;
}
#wp-table-reloaded-id-1-no-1 .column-1 {
	padding-right:20px;
}


#wp-table-reloaded-id-2-no-1 .column-1, #wp-table-reloaded-id-3-no-1 .column-1, #wp-table-reloaded-id-4-no-1 .column-1 {
	background-color: #E6EEEE;
	font-weight:bold;	
	padding: 8px;	
}

#wp-table-reloaded-id-2-no-1 .column-2, #wp-table-reloaded-id-3-no-1 .column-2, #wp-table-reloaded-id-4-no-1 .column-2 {
	padding: 8px;	
}


/* Forms */
form {}
	textarea {}
	input {}
	label {}
	option {}

/* Drop caps */
.drop-cap {	}

/* Notes */
.note {}

/* Warnings/Alerts */
.warning, .alert {}

/* Errors */
.error {}

/* Downloads */
.download {}

/* Alignment */
.left, .alignleft {}
.right, .alignright { margin:0 0 10px 20px;}
.center, .aligncenter {}
.block, .alignnone {}
.clear {}

/**
* Images
************************************************/

/* Normal images */
img {}

#right-content img {
	border: 2px solid #CCCCCC;
}

a img {}

/* WP Smilies */
img.wp-smiley {}

/* Thumbnails */
.thumbnail {}

/* WP Captions [caption] */
.wp-caption {}
	.wp-caption img {}
	.wp-caption p {}

/* Gallery [gallery] */
.gallery {}
	.gallery img {}

/* Avatars */
.avatar {}

/**
* Header
************************************************/

/* Contains entire header */
#header-container {}

	/* Contains site title and tagline */
	#header {}

		/* Site title */
		#site-title {}
			#site-title a {}
				#site-title a span {}

		/* Site description/tagline */
		#site-description {}

/**
* Page navigation
************************************************/

/* Wrapper for navigation */

#nav-top, #nav-top a, #nav-top li, #nav-top li a {
	font-size:10pt;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
/*	color:#ffffff;*/
}

#nav-top a:hover {
/*	color:#ffffff;	*/
}


	/* Page nav */
	#page-nav {}
		#page-nav ul {}
			#page-nav li {}
				#page-nav li a {}
			#page-nav li.current_page_item {}





/**
* Containers below the header and navigation
************************************************/


/* Wrapper for the content and primary/secondary widget sections */
#container {}


#box-home-welcome {
	color:#FFFFFF;
}



	/**
	* Content
	************************************************/

	/* Contains site's main content */
	#content {	}

		/* Breadcrumb trail */
		.breadcrumb {}

		/* Archive and search <div> before posts are listed */
		.author-info {}
		.category-info {}
		.date-info {}
		.search-info {}
		.tag-info {}

		/* Posts */
		.post {}

			/* Post, page, and archive titles */
			.entry-title {}
			.single-title {}
			.page-title {}
			.attachment-title {}
			.error-404-title {}
			.author-title {}
			.category-title {}
			.date-title {}
			.search-title {}
			.tag-title {}

			/* Author and date byline */
			.byline {}

			/* Full entries */
			.entry-content {}

			/* Excerpts (introduced in Hybrid 0.4) */
			.entry-summary {}

				/* Using <!--nextpage--> */
				p.pages a {}

				/* More link <!--more--> */
				a.more-link {}

			/* Post meta data */
			.post-meta-data {}

		/* Post series */
		.series {} 
			.series-title {}

		/* Navigation links */
		.navigation-links {}
			.navigation-links .previous {}
			.navigation-links .next {}

		/* WP PageNavi (plugin) */
		.wp-pagenavi {}
			.wp-pagenavi .pages {}
			.wp-pagenavi .current {}
			.wp-pagenavi .extend {}
			.wp-pagenavi a {}

		/* Attachment image navigation */
		.navigation-attachment {}

		/**
		* Comments template
		************************************************/

		/* Wrapper for entire comments area */
		#comments-template {}

			/* Comments section headers/titles */
			.comments-header {}
			#comments-number {}

			/* Comments closed paragraph */
			p.comments-closed {}

				/* Main comments section */
				#comments {}
					#comments ol {}

						/* Individual comments (note that WordPress has even/odd backwards) */
						#comments li {}
							#comments li li {}
								#comments li li li {}
									#comments li li li li {}
						#comments li.even {}
						#comments li.odd {}
						#comments li.thread-even {}
						#comments li.thread-odd {}
						#comments li.author {}
						#comments li.trackback {}
						#comments li.pingback {}

							/* Comment avatars */
							#comments .avatar {}

							/* Comment meta data */
							#comments .comment-meta-data {}
								#comments .comment-meta-data cite {}

							/* Comment text */
							#comments .comment-text {}

					/* Paged comments navigation */
					#comments-template .paged-navigation {}
						#comments-template .paged-navigation .page-numbers {}
						#comments-template .paged-navigation .next {}
						#comments-template .paged-navigation .prev {}

				/* Main comment form div */
				#respond {}

					/* Comment form title */
					#reply {}

					/* Comment form elements */
					p#cancel-comment-reply {}
					#respond form {}
						#respond .form-author {}
							#respond input {}
						#respond .form-email {}
						#respond .form-url {}
						#respond .form-textarea {}
							#respond textarea {}
						#respond .button {}
						#respond .comment-action {}

		/**
		* Utility widget sections (see other widget code below)
		************************************************/

		/* All utility widget sections (except widgets template) */
		.utility {}

		/* Before content */
		#utility-before-content {}

		/* After content */
		#utility-after-content {}

		/* After post but before comments */
		#utility-after-single {}

		/* After page but before comments */
		#utility-after-page {}

		/* Widgets page template widgets */
		.page-template-widgets #content .widget {}

	/**
	* Widget sections (Primary and Secondary)
	************************************************/

	/* Widgets in general */
	.widget {}
		.widget-inside {}
			.widget-title {}

	/* Primary widget section */
	#primary {}
		#primary .widget {}
			#primary .widget-inside {}
				#primary .widget-title {}
				#primary .widget ul {}
					#primary .widget ul li {}

	/* Secondary widget section */
	#secondary {}
		#secondary .widget {}
			#secondary .widget-inside {}
				#secondary .widget-title {}
				#secondary .widget ul {}
					#secondary .widget ul li {}

/**
* Footer
************************************************/

/* Wrapper for the entire footer */
#container-footer, #container-footer a, #container-footer a:visited {
	color:#ffffff;
	text-decoration: none;	
	font-size:8pt;
}
	
#container-footer a:hover, #container-footer a:active {
	color:#ffffff;
	text-decoration:underline;
}	


#footer-container {}


	/* Subsidiary widget section */
	#subsidiary {}
		#subsidiary .widget {}
			#subsidiary .widget-inside {}
				#subsidiary .widget-title {}

	/* Footer section */
	#footer {}
	

		/* Footer extra */
		#footer .copyright {}
		#footer .credit {}
		
		p.credits {
			color:#4c4c4c;
			font-size:8pt;	
			line-height:30px;
			padding-right:27px;
			text-align:right;
		}
		p.credits a, p.credits a:visited {
			color:#006d85;
			text-decoration: none;				
		}		
		p.credits a:hover, p.credits a:active {
			text-decoration: underline;				
		}				
