/*   
Theme Name: Elegant Grunge
Theme URI: http://michael.tyson.id.au/elegant-grunge-wordpress-theme
Description: An unwashed yet crisp theme with a feature footer, styled image frames, a page template with a uniquely configurable sidebar and a photoblog tag page
Author: Michael Tyson
Author URI: http://michael.tyson.id.au
Version: 1.0.2
Tags: tan, light, one-column, two-columns, three-columns, fixed-width, custom-header, right-sidebar, theme-options, threaded-comments, photoblogging

	Elegant Grunge by Michael Tyson
	http://michael.tyson.id.au/elegant-grunge-wordpress-theme
	
	The CSS, XHTML, design and PHP are released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
*/


/****************************
 **   Contents
 ****************************
 
	* General
	* Layout		(Top-level page element styles)
		- Menu
		- Header
		- Content
		- Sidebar
		- Footer
	* Content	(Formatting of items in main content area)
		- General
		- Standard wordpress
		- Comments
		- Comment form
		- Frame
	* Sidebar	(Formatting of items in sidebar)
		- General
		- Search
		- Tag cloud
		- Wordpress calendar
		- Photoblog widget
	* Footer		(Formatting of items in footer)
		





/****************************
 **   General
 ****************************/

body {
	margin: 0;
	padding: 0;
	background: #4c4c4c;
	font-family: "Helvetica", "Verdana", "Arial", sans-serif;
font-size:12px;
	color: #666;
}

a {
	color: #8f5703;
}

a:hover, #footer a:hover {
color:#d19800;
}

img {
	border: 0;
}


img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}

img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}

.alignright {
float: right;
}

.alignleft {
float: left
} 
/****************************
 **   Layout
 ****************************/

#page {
	margin: 0px auto;
	width: 800px;
	background: #000000;
height:600px;
position: relative;
top:20px;
border-bottom: 1px solid #d19800;
border-top: 1px solid #d19800;
}


/* Header */

#header {
	height: 85px;
width;800px;
	background: url(http://scopeinc.net/images/wood.jpg);
}


#header h1 {
	font: 2.2em/169px "Georgia", "Baskerville", serif;
}

#header h1 a {
	color: #d09900;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	text-shadow: #000 0 1px 2px;
	float: left;
}

#header-logo {
position: absolute;
top: 10px;
left: 30px;
}

#site-header-text-wrap {
background: #ffffff;
opacity: .25;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=25)"; 
	filter: alpha(opacity=25);	
padding: 10px 15px 0px 0px;
width:566px;
height:75px;
}

#site-header-text {
position: absolute;
top: 0px;
right: 0px;
text-align:right;
}

/* Main content area */

#content-container {
	background: #ede7cf;
	overflow: hidden;
height:465px;
}


#content {
position:relative;
	height: 450px;
	margin: 0px;
SCROLLBAR-FACE-COLOR: #AAA087;
SCROLLBAR-HIGHLIGHT-COLOR: #D19800;
SCROLLBAR-SHADOW-COLOR: #6F5034;
SCROLLBAR-3DLIGHT-COLOR: #EDE7CF;
SCROLLBAR-ARROW-COLOR: #000000;
SCROLLBAR-TRACK-COLOR: #D19800;
SCROLLBAR-DARKSHADOW-COLOR: #6F5034; 
}

#heading-text {
padding: 60px 0px 7px 5px;
position:relative;
z-index: 1;
}

#body {
	float: left;
	width: 395px;
margin: 5px 5px 0px 15px;
padding: 3px 8px 3px 8px;
	overflow: auto;
	height: 325px;
}

#body-left-corner-bg {
background: #FFFFFF;
opacity: .25;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=25)"; 
	filter: alpha(opacity=25);	
width:581px;
height:412px;
position:absolute;
bottom:0px;
left:0px;
}

#body-right-corner-bg {
background: #FFFFFF;
opacity: .25;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=25)"; 
	filter: alpha(opacity=25);	
width:581px;
height:412px;
position:absolute;
top:85px;
right:0px;
}
/* offices page wider body */

#offices-body {
	width: 760px;
padding: 15px 0px 0px 15px;
	overflow: hidden;
	height: 370px;
}
/* offices page repositioned heading text */
#offices-heading-text {
padding: 60px 0px 3px 275px;
position:relative;
z-index: 1;
}




/****************************
 **   Sidebar
 ****************************/

#sidebar {
padding: 100px 0px 0px 0px;
	float: left;
	font-size: 0.9em;
	width: 345px;
	height: 355px;
	overflow: no-scroll;
	position: relative;
}

#blog-sidebar {
	padding: 5px 0px 0px 40px;
}

.sidebar h2 {
	font-size: 16px;
	color: #676767;
	margin-bottom: 4px;
}

.sidebar a {
	color: #9f9f9f;
}

.sidebar ul, {
	margin: 0;
	padding: 0 0 0 35px;
}

.sidebar ul ol {
	margin: 0;
	padding: 0;
}

.sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 8px;
}

.sidebar ul p, .sidebar ul select {
	margin: 5px 0 8px;
}

.sidebar ul ul, .sidebar ul ol {
	margin: 5px 0 0 10px;
}

.sidebar ul ul ul, .sidebar ul ol {
	margin: 0 0 0 10px;
}

ol li, .sidebar ul ol li {
	list-style: decimal outside;
}

.sidebar ul ul li, .sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}


/****************************
 **   Footer
 ****************************/


#footer {
position:relative;
	height: 50px;
	background: url(http://scopeinc.net/images/wood.jpg);
display:block;
width: 800px;
x-index:5;
}

#footer .legal {
	color: #d19800;
font-size:10px;
}

#footer .legal {
position:absolute;
bottom:-20px;
right:10px;
}


#footer a {
	color: #a3a3a3;
}

/* Search */

#footer #searchform div {
padding:12px 0px 0px 12px;
	width: 200px;
	border: 1px #4c4c4c;
	height: 16px;
}
#footer #searchform div #s {
	width: 135px;
	height: 16px;
	color: #4c4c4c;
	font-size: 12px;
}
#footer #searchform div #searchsubmit {
	background: #d19800;
	width: 50px;
	height: 20px;
	font-size: 11px;
	color: #4c4c4c;
	cursor: pointer;
}

#latest-news-wrap {
background: #EDE7CF;
opacity: .45;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=45)"; 
 filter: alpha(opacity=45);
border: 1px solid #4c4c4c;
 width:165px;
 height: 47px;
 position:absolute;
 left: 237px;
top: 1px;
}

#latest-news {
	position:absolute;
top: 5px;
left:242px;
	width:153px;
	height: 43px;
color: #000000;
background:#ffffff;
padding: 0 0 0 4px;
overflow:hidden;
}

#latest-news h4 {
margin: 0px;
font-size:15px;
width:auto;
padding:1px 0 2px 0;
line-height:18px;
}

#latest-news h4 a {
text-decoration:none;
}

#l-newsbox {
white-space: nowrap;
	width: 97%;
	overflow: hidden;
	text-overflow: ellipsis;
}

#latest-news a {
	color: #8f5703;
}

#latest-news p {
padding: 2px 0 0 0;
margin: 0px;
font-size: 11px;
line-height:12.5px;
}


/****************************
 **   Footer menu
 ****************************/

#wpmfooter {
position:absolute;
bottom:4px;
right: 10px;
}

/****************************
 **   Content

 ****************************/

/* General */

h2 {
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	color: #3b3b3b;
	margin-top: 0px;
	margin-bottom: 0.5em;
}

h2 a {
	text-decoration: none;
	color: #000000;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0.5em;
}

h3 a {
	text-decoration: none;
	color: #3b3b3b;
}

#body ul li {
list-style-type: disc;
}

.post .entry {
	line-height: 1.3em;
	clear: both;
}

.post .author {
	color: #949494;
	font-size: 0.8em;
	position: relative;
	top: -1.5em;
}

.post .info {
	color: #bcbcbc;
	font-size: 0.8em;
}

.post .date {
	background-image: url(images/date.jpg);
	width: 89px;
	height: 73px;
	text-align: center;
	float: right;
	text-transform: uppercase;
}

.post .date .month {
	display: block;
	font-size: 14px;
	line-height: 17px;
	padding-top: 3px;
	color: #a9a9a9;
	font-weight: bold;
}

.post .date .day {
	display: block;
	font-weight: bold;
	font-size: 20px;
	padding-top: 3px;
	line-height: 18px;
	color: #afafaf;
}

.post .date .year {
	display: block;
	font-size: 0.7em;
	padding-top: 3px;
	color: #a5a5a5;
}

.metadata {
	padding-top: 15px;
	text-align: center;
	font-size: 11px;
	color: #797979;
}

.metadata a {
	text-decoration: none;
}


.more-link {
	clear: both;
	display: block;
	margin-top: 30px;
	margin-left: 20px;
	font-size: 0.9em;
	padding-left: 30px;
}


.hr {
	clear: both;
	border: 0;
	width: 200px;
	margin: 15px auto;
color: #4c4c4c;
}


.navigation {
	width: 100%;
	margin-top: 50px;
}


.navigation a {
	text-decoration: none;

	font-size: 0.7em;
}

.navigation .previous {
	float: right;
}

.navigation .next {
	float: left;
}

.search_result {
	margin-left: 20px;
}

.search_result h4 {
	margin-left: -20px;
}

.search_result h4 a {
	text-decoration: none;
}

.search_result .metadata {
	color: #BFC4C1;
	margin-top: 10px;
	text-align: left;
}

.search_result .metadata a {
	color: #BFC4C1;
}


/* Standard wordpress */

.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
  	float: left;
}

.alignright {
   float: right;
}

.clear {
	clear:both;
}

.wp-caption {
   border: none;
   text-align: center;
   background-color: #f8faf7;
   padding-top: 4px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}


/*---------------------------- Comments -------------------------------*/
.comarea{
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	line-height: 17px;
width:350px;
	}
.comol{
	margin: 20px 0px 40px 0px;
	text-align: left;	
	list-style-type: upper-roman;
	}
.comli{
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	text-align: left;
	margin: 25px 0px 20px 0px;
	padding: 4px;
	min-height: 90px; /*-- does not work in IE --*/
	width: 95%;
}
.comauth{
	border-bottom: 1px solid #CCCCCC;	
	width: 70%;
	font-size: 11px;	
	padding: 0px 0px 2px 2px;
}

.mod {
	color: #990033;
	}
.comli .cmeta {
	margin: 1px 0px 5px 2px;
	border: none;
	font-size: 10px;
	font-weight: normal;
}	
.comtxt{
	margin: 0px 0px 0px 5px;
	font-size: 9px;
	font-weight: normal;	
color: #000000;
	text-align: left;
}
.preview {
	text-align: left;
	margin-top: 20px;
	list-style: none;
	width: 100%;
	}
.preview ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
.preview ul li {
	list-style: none;
	text-align: left;
	padding: 4px;
	min-height: 90px; /*-- does not work in IE --*/
	}
#TextDisplay { /*Live Preview of Comments */
	margin: 5px 0px 0px 5px;
	font-size: 9px;
	font-weight: normal;	
	text-align: left;
	}	
/*---------------------------- Comment Form -------------------------------*/
#commentform {
	margin: 0px 0px 0px 0px;
	}
#commentform input {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	border: 1px solid #CCCCCC;
	border-right: 3px solid #CCCCCC;


}
#commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	width: 350px;
	padding: 2px;
	border: 1px solid #CCCCCC;
	border-right: 3px solid #CCCCCC;
}
#commentform #submit {
	width: 350px;
	padding: 2px;
	background: #FFFFFF;
	text-align: center;
	border: 1px solid #CCCCCC;
	border-right: 3px solid #CCCCCC;
	cursor: pointer;
}
#commentform #submit:hover { /*-- does not work in IE --*/
	background-color: #EFEDED;
}


/* 
	WordPress Menubar Plugin
	sf-blue.css stylesheet for the Suckerfish template

	Credits:
	Son of Suckerfish Dropdowns
	By Patrick Griffiths and Dan Webb
	http://www.htmldog.com/articles/suckerfish/dropdowns/
*/

/****************************
 **   Header Menu
 ****************************/

#wpmheadermenu {
position: absolute;
top: 80px;
right: 0px;
}


.Suckerfish {
	margin: -21px 0 0 0;
	height: 26px;
	width: 560px;
	padding: 0;
	text-align: left;
	font-family: "Qlassik Bold", "Helvetica", "Verdana", sans-serif;
float: none;
	z-index: 9;
}

.Suckerfish ul {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
	background: #000000;
	z-index: 9;
}

.Suckerfish ul ul {
	top: 26px;
	position: absolute;
	left: -999em;
	width: 170px;
	margin: 0;
	padding: 0;
}
	
.Suckerfish ul ul ul {
	margin: -26px 0 0 170px;
}

.Suckerfish li {
	float: left;
	padding: 0;
	height: 26px;
	position: relative;
}

.Suckerfish li li {
	float: left;
	padding: 0;
	width: 170px;
}

.Suckerfish a {
	font-size: 12px;
	font-weight: bold;
	float: left;
	color: white;
	text-decoration: none;
	display: block;
	height: 26px;
	line-height: 26px;
	padding: 0 15px;
	overflow: hidden;
}

.Suckerfish a:hover {
	font-size: 12px;
	font-weight: bold;
	float: left;
	color: black;
	text-decoration: none;
	display: block;
	height: 26px;
	line-height: 26px;
	padding: 0 15px;
	overflow: hidden;
}

.Suckerfish li li a, 
.Suckerfish li li a:hover {
	padding: 0;
	text-indent: 15px;
	width: 167px;
}

.Suckerfish li:hover ul ul, 
.Suckerfish li:hover ul ul ul,
.Suckerfish li:hover ul ul ul ul,  
.Suckerfish li.wpmhover ul ul, 
.Suckerfish li.wpmhover ul ul ul, 
.Suckerfish li.wpmhover ul ul ul ul {
	left: -999em;
}

.Suckerfish li:hover ul, 
.Suckerfish li li:hover ul, 
.Suckerfish li li li:hover ul, 
.Suckerfish li li li li:hover ul,
.Suckerfish li.wpmhover ul, 
.Suckerfish li li.wpmhover ul, 
.Suckerfish li li li.wpmhover ul,
.Suckerfish li li li li.wpmhover ul{
	left: 0;
}

.Suckerfish li.selected, 
.Suckerfish li.current-cat, 
.Suckerfish li.current_page_item {
	background: #d19800;
color:4c4c4c;
}

.Suckerfish li:hover, 
.Suckerfish li.wpmhover {
	background: #d19800;
color:4c4c4c;
}

.Suckerfish li {
	border-left: 1px solid #d19800;
	border-right: 1px solid #d19800;
}

.Suckerfish li li {
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #d19800;
	border-bottom: 1px solid #d19800;
}

.Suckerfish ul ul {
	border-left: 1px solid #d19800;
	border-right: 1px solid #d19800;
}



/****************************
 **   Featured Projects menu
 ****************************/
.sidemenu {
margin: 5px 5px 5px 45px;
}

.featproj {
	padding: 5px 5px 0 5px;
margin:5px 5px 5px 200px;
	text-align: left;
	z-index: 9;
	font-size: 16px;
	font-weight: bold;
}

.featproj ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 170px;
	z-index: 9;
}

.featproj ul ul {
	top: 26px;
	position: absolute;
	left: -999em;
	width: 170px;
	margin: 0;
	padding: 0;
}
	
.featproj ul ul {
	margin: -26px 0 0 170px;
}

.featproj li {
	float: left;
	padding: 0;
	height: 26px;
	position: relative;
	font-size: 13px;
	font-weight: normal;
}

.featproj li {
	float: left;
	padding: 0;
	width: 170px;
}

.featproj a, 
.featproj a:hover {
	float: left;
	color: black;
	text-decoration: none;
	display: block;
	height: 26px;
	line-height: 26px;
	padding: 0 15px;
	overflow: hidden;
}

.featproj li a, 
.featproj li a:hover {
	padding: 0;
	text-indent: 15px;
	width: 167px;
}

.featproj li:hover ul ul, 
.featproj li:hover ul ul ul,
.featproj li:hover ul ul ul ul,  
.featproj li.wpmhover ul ul, 
.featproj li.wpmhover ul ul ul, 
.featproj li.wpmhover ul ul ul ul {
	left: -999em;
}

.featproj li:hover ul, 
.featproj li li:hover ul, 
.featproj li li li:hover ul, 
.featproj li li li li:hover ul,
.featproj li.wpmhover ul, 
.featproj li li.wpmhover ul, 
.featproj li li li.wpmhover ul,
.featproj li li li li.wpmhover ul{
	left: 0;
}

.featproj li.selected {
	background: #AAA087;
}

.featproj li:hover, 
.featproj li.wpmhover {
	background: #AAA087;
}

.featproj li {
	font-weight: normal;
	border-left: 1px solid #d19800;
}

.featproj li {
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #d19800;
}

.featproj ul {
	border-left: 1px solid #d19800;

}

.featproj-after {
	clear: left;
}






/****************************
 **  image rotators
 ****************************/

.rotator {
position:absolute;
left:0px;
bottom:0px;
}



	#d13slideshow{
		padding:0px;
		background-color:<?php echo(get_option('d13ss_fadeTo')); ?>;
		width:<?php echo(get_option('d13ss_width')); ?>px;
		height:300px;
		margin:0px; }
	div.d13slide{
		padding:0px;
		margin:0px; }
	div.d13slide img{
		padding:0px;
		margin:0px; }
	div.d13fader{
		background-color:#000000;
		color:#FFFFFF;
		font-family:Arial, Helvetica, sans-serif;
		filter:alpha(opacity=60);-moz-opacity:.6;opacity:.6;
		height:70px;
		z-index:1;
		margin:-70px 0px 0px 0px;
		padding:0px; }
	div.d13fader h3{
		font-size:12px;
		font-weight:bold;
		padding:4px;
		margin:0px; }
	div.d13fader p{
		font-size:10px;
		font-weight:normal;
		padding:2px 4px 4px 4px;
		margin:0px; }
	div.d13fader a{
		color:#FFFFFF; }




.transferer2
{
	border: 1px solid #34a0cd;
	background-color: #a8def5;
	filter:alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
}



.progressWrapper {
	width: 357px;
	overflow: hidden;
}

.progressContainer {
	margin: 5px;
	padding: 4px;
	border: solid 1px #E8E8E8;
	background-color: #F7F7F7;
	overflow: hidden;
}
/* Message */
.message {
	margin: 1em 0;
	padding: 10px 20px;
	border: solid 1px #FFDD99;
	background-color: #FFFFCC;
	overflow: hidden;
}
/* Error */
.red {
	border: solid 1px #B50000;
	background-color: #FFEBEB;
font-size:18px;
font-weight:bold;
}

/* Current */
.green {
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
}

/* Complete */
.blue {
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
}

.progressName {
	font-size: 8pt;
	font-weight: 700;
	color: #555;
	width: 323px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
}

.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}

.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.progressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-size: 7pt;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
}

a.progressCancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	background-image: url(../images/cancelbutton.gif);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}

a.progressCancel:hover {
	background-position: 0px 0px;
}


/* -- SWFUpload Object Styles ------------------------------- */
.swfupload {
	vertical-align: top;
}

