/*  
Theme Name: Medalyn
Theme URI: http://wordpress.org/
Description: Medalyn Wordpress theme
Version: 1.0
Author: David Benton
Author URI: http://www.dbenton.com/
*/

/*=============== Reset styles =======================================================*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/*=============== Other styles =======================================================*/
body {
	background-image: url(images/bg-2.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	background-attachment: fixed;
	font-family: Helvetica, Arial, sans-serif;
	color: #EBE0C9;
	font-size: 16px;
	line-height: 1.4;
}

a {
	color: #90CCFF;
}

strong {
	font-weight: bold;
}

small {
	font-size: .75em;
}

p {
	margin: .5em 0;
}

h1,
.primary h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	line-height: 1.1;
	margin-bottom: .5em;
}

h1 {
	text-align: center;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	margin-bottom: .5em;
}

h3 {
	font-weight: bold;
	margin-top: .5em;
}

td p:first-child {
	margin-top: 0;
}

#header {
	height: 46px;
	background-image: url(images/nav-bg.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	min-width: 760px;
}

#header ul {
	height: 24px;
	width: 660px;
	background-image: url(images/nav-3.gif);
	background-repeat: no-repeat;
	position: relative;
	top: 6px;
	margin-left: auto;
	margin-right: auto;
}

#header .nav li {
	position: absolute;
}

#header .nav .home	{ left: 0; }
#header .nav .svc	{ left: 88px; }
#header .nav .team	{ left: 209px; }
#header .nav .blog	{ left: 293px; }
#header .nav .gal	{ left: 379px; }
#header .nav .res	{ left: 494px; }

#header .nav a,
#header .nav strong {
	display: block;
	height: 24px;
	background-image: url(images/nav-3.gif);
	background-repeat: no-repeat;
}

#header .nav .home a	{ background-position: 0 0;}
#header .nav .svc a		{ background-position: -88px 0; }
#header .nav .team a	{ background-position: -209px 0; }
#header .nav .blog a	{ background-position: -293px 0; }
#header .nav .gal a		{ background-position: -379px 0; }
#header .nav .res a		{ background-position: -494px 0; }

#header .nav .home a,
#header .nav .home strong	{ width: 88px; }
#header .nav .svc a,
#header .nav .svc strong	{ width: 121px; }
#header .nav .team a,
#header .nav .team strong	{ width: 84px; }
#header .nav .blog a,
#header .nav .blog strong	{ width: 86px; }
#header .nav .gal a,
#header .nav .gal strong	{ width: 115px; }
#header .nav .res a,
#header .nav .res strong	{ width: 166px; }

#header .nav .home a:hover,
#header .nav .home strong	{ background-position: 0 -24px; }
#header .nav .svc a:hover,
#header .nav .svc strong	{ background-position: -88px -24px ; }
#header .nav .team a:hover,
#header .nav .team strong	{ background-position: -209px -24px; }
#header .nav .blog a:hover,
#header .nav .blog strong	{ background-position: -293px -24px; }
#header .nav .gal a:hover,
#header .nav .gal strong	{ background-position: -379px -24px; }
#header .nav .res a:hover,
#header .nav .res strong	{ background-position: -494px -24px; }

#content {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-top: 160px;
}

#slideshow {
	height: 331px;
	width: 484px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: .5em;
}

#slideshow img {
	border: 2px #FFF solid;
	display: block;
	position: relative;
	top: 10px;
	left: 10px;
}

#slideshow .frame {
	background-image: url(images/slideshow-frame.png);
	background-repeat: no-repeat;
	height: 331px;
	width: 484px;
	position: absolute;
	top: 0;
	left: 0;
}

#content .primary {
	margin-left: 100px;
	float: left;
	width: 285px;
	display: inline;
}

.bt {
	margin-left: 385px;
	font-size: 12px;
	line-height: 1.5;
	background-image: url(images/blog-teaser-bg.png);
	background-repeat: no-repeat;
	width: 170px;
	height: 304px;
	padding: 55px 96px 0 100px;
}

.bt h2 a {
	color: #EBE0C9;
	text-decoration: none;
}

.bt h2 a:hover {
	text-decoration: underline;
}

#footer {
	text-align: center;
	font-size: 11px;
	width: 620px;
	margin-top: 2em;
	margin-bottom: 1em;
	margin-right: auto;
	margin-left: auto;
	padding-top: .5em;
	border-top: 1px solid #EBE0C9;
	clear: both;
}

#logo {
	position: absolute;
	left: 0;
	top: 0;
}

/*=============== Services page ================================================================*/
th { font-weight: bold; padding-top: .5em; }
td { vertical-align: top; }
.price { text-align: right; vertical-align: bottom; }

/*=============== Weblog posts =================================================================*/
.navigation { width: 100%; clear: both; margin: 1.5em 0; }
.navigation .prev { float: left; text-align: left; width: 49.9%; }
.navigation .next { float: right; text-align: right; width: 49.9%; }

.postmetadata { border-top: 1px solid #D4C7B6; clear: both; }
.postmetadata, .postmetadata a { color: #D4C7B6; }
.postmetadata a:hover { color: #90CCFF; }

/*=============== Team page ====================================================================*/
div.team-member {
	position: relative;
	clear: both;
	margin-bottom: 1em;
}

div.team-member div.bio {
	margin: 0pt 0pt 0pt 187px;
}

div.team-member img {
	float: left;
	padding: 5px;
	display: block;
}

div.team-member div.frame {
	position: absolute;
	left: 0;
	top: 0;
	height: 260px;
	width: 177px;
	z-index: 10;
}

div.team-member div.frame.one { background-image: url(/images/team/frame-1.png); }
div.team-member div.frame.two { background-image: url(/images/team/frame-2.png); }
div.team-member div.frame.three { background-image: url(/images/team/frame-3.png); }
div.team-member div.frame.four { background-image: url(/images/team/frame-4.png); }

div.bio p,
div.bio h2 {
	margin: 0;
}

div.bio small {
	display: block;
	margin: 0 0 1em;
}

/*=============== Tabber =======================================================================*/

/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #EBE0C9;
 font: bold 12px Verdana, sans-serif;
 position: relative;
 z-index: 10;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border-bottom: none;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #90CCFF; }
ul.tabbernav li a:visited { color: #90CCFF; }

ul.tabbernav li a:hover
{
 color: #000;
 background: #EBE0C9;
}

ul.tabbernav li.tabberactive a
{
 background-color: #EBE0C9;
 border-bottom: 1px solid #EBE0C9;
 color: #000;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: #EBE0C9;
 border-bottom: 1px solid #EBE0C9;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display: none;
}
.tabberlive .tabbertab h3 {
 display: none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}



/*=============== Hacks, kludges, etc... =======================================================*/
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* Thanks to Mark Wiens for updated MIR: http://markwiens.net/gab/article/16/updates */
.mir { letter-spacing : -1000em; }
/*\*/
* html .mir {
text-indent: -999em;
overflow: hidden;
}
html>body .mir {
letter-spacing: normal;
text-indent: -999em;
overflow: hidden;
}/**/
