/*
Theme Name: Weborchard
Theme URI: 
Description: 
Version: 1.0
Author: Aubrey Morrell
Author URI: 
Tags: 

*/



/* CSS written for Weborchard by Aubrey Morrell */

/* preset all margin and padding to none */
* {
margin: 0;
padding: 0;
}
/* --/preset-- */

/* global text treatment */
html, body {
height: 100%;
}

body{
font: 11px/1.65em "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
background-color: #eaeaea;
}

ol, ul{
list-style-type: none; 
}

h1, p{padding: 0 0 .5em 0;}

#main_column p a,
#work_details a,
#main_column h2 a {text-decoration: none;color: #c00;}
#main_column p a:active,
#work_details a:active,
#main_column h2 a:active {color: #000;}
#main_column p a:hover,
#work_details a:hover,
#main_column h2 a:hover {color: #fff;background:#c00;}

#right_column a,
#home_right_column a {text-decoration: none;color: #333;border-bottom:none;}
#right_column a:active,
#home_right_column a:active {color: #000;}
#right_column a:hover,
#home_right_column a:hover {color: #fff;background:#c00;}

/* --/global-- */

/* Vertical centering technique: 
http://exanimo.com/css/vertical-centering-with-a-floated-shim/ 
I've applied to the skiplink div, instead of adding an extra shim //  John Hicks BIG THANKS! - thanks also for the two bubble layout */
#skipLink{
width: 100%;
height: 50%;      
margin-top: -295px; 
float: left;
}
	
#skipLink p{
position: absolute;
left: -999px;
width: 990px;
}

#wrapper {
position: relative;
background: transparent url(images/body_bg.gif) center center no-repeat;
width: 921px;
height: 545px;
margin: 0 auto;
clear: both;
}

#logo{
position: absolute;
left: 35px;
top: 44px;
}

#nav{
position: absolute;
top: 210px;
left: 140px;
width: 110px;
line-height:1.0em;
}
#subnav{
position: absolute;
top: 70px;
left: -100px;
width: 72px;
}

#nav a {font-size:1.1em;color:#fff;font-weight:bold;text-decoration:none;}
#nav .current_page_item a, 
#nav a:hover {color:#FF6666;}
#nav li {margin:10px 0 15px 0;}

ul#subnav  { 
  text-align:right;
  padding-right:10px;
  border-right:2px solid #FF6666;
}
ul#subnav li {margin:0 0 8px 0;}

#nav .current_page_item a li a,
ul#subnav li.cat-item a {color:#fff;}

ul#subnav li.current-cat a,
ul#subnav li a:hover {color:#FF6666 !important;}

/* ir */
#sidebar_contact h2,
button#submit
{
display: block; 
background-repeat: no-repeat;
background-color: transparent; 
text-indent: -5000px;
overflow: hidden; 
}
/* --/ir-- */

button#submit{
border: none;
cursor: pointer;
background: transparent url(images/submit_btn.gif) 0 0 no-repeat;
width: 70px;
height: 25px;
margin-top: .25em;
}








#sidebar_contact{
position: absolute;
top: 435px;
right: 685px;
text-align: right;
color: #fff;
font-size: 13px;
}

#sidebar_contact h2{
text-align: left;
background-image: url(images/hd_contact.gif);
background-position:right top;
height: 26px;
}

#sidebar_contact p a{
color: #fff;
text-decoration: none;
letter-spacing: .025em;
}
#sidebar_contact p a:hover{color: #f66;}

#content{
width: 607px;
height: 470px;
position: absolute;
top: 36px;
right: 28px;
overflow: auto;
}
.page_illo{
position: absolute;
right: 0;
bottom: 0;
} 

#main_column p a.innerlink{
position: absolute;
left: 0;
bottom: -50px;
padding: 3px 6px;
margin-left: -6px;
font-size: 14px;
color:#c00;
border-bottom:none;
}
#main_column p a.innerlink:hover{
background-color:#eee;
}

/* flash container */
#ufoReplace{
position: absolute;
top: 0;
right: 0;
}
/* --/flash container-- */

#home_main_column{
position: absolute;
top: 240px;
left: 10px;
width: 410px;
}

#home_main_column h1{
color: #c00;
font-size: 14px;
}
#home_main_column p{
font-size: 12px;
}
#main_column{
position: absolute;
top: 25px;
left: 10px;
width: 320px;
}
#main_column h1
{
color: #c00;
font-size: 14px;
}
#work_main_column h1
{
color: #c00;
font-size: 13px;
}
#main_column p{
font-size: 12px;
}


#work_main_column{
position: absolute;
top: 25px;
left: 20px;
width: 150px;
}
#work_main_column li{
float: left;
}
#work_main_column a{
width: 65px;
height: 78px;
}
#work_main_column img{
border: none;
}
#work_right_column{
position: absolute;
top: 25px;
left: 170px;
width: 424px;
height: 440px;
}
#workborder img{
position: absolute;
top: 0;
left: 0;
width: 416px;
height: 307px;
}
#work_details{
position: absolute;
top: 318px;
left: 3px;
}

/* blockquote stuff */

blockquote {
width: 380px;
border-top: 1px dotted #666;
padding: 0.5em 1em 0em 1.5em;
color: #c00;
font-weight: bold;
background: transparent url(images/quote_before.gif) 0 2px no-repeat;
}
blockquote p{
padding: 0;
font-size: 13px;
background: transparent url(images/quote_after.gif) bottom right no-repeat;
}
p.caption{
width: 390px;
padding: 0 0 .25em 1.5em;
font-weight: normal;
font-size: 11px!important;
color: #666;
border-bottom: 1px dotted #666;
}
/* --/bockquote stuff-- */

#home_right_column{
position: absolute;
top: 240px;
right: 20px;
width: 140px;
border-left: 1px solid #c00;
padding-left: 10px;
font-size: 12px;
color:#666;
}

#home_right_column li{
padding: .5em 0 0 0;
}

#home_right_column h2,
#right_column h2,
#work_right_column h2,
#main_column h2
{
letter-spacing: .05em;
color: #c00;
font-size: 13px;
padding: 0 0 .05em 0;
}
#right_column{
position: absolute;
top: 25px;
right: 25px;
width: 210px;
border-left: 1px solid #c00;
padding-left: 10px;
font-size: 12px;
color:#666;
}

#right_column li{
padding: .5em 0 0 0;
}

#right_column h2{
}

p.smalltxt{
position: absolute;
left: 0px;
bottom: -30px;
font-size: 9px!important;
line-height: 1.25em; 
color: #666;}

h2#thankyoutxt{
padding: 30px 0;
color:#666;
}

/* page footer elements */
#ftcopyright{
position: absolute;
bottom: 2px;
left: 20px;
font-size: 10px;
color: #666;
}

#ftlinks{
position: absolute;
bottom: 5px;
right: 20px;
font-size: 10px;
color: #666;
}
#ftlinks ul{
display: inline;
}
#ftlinks ul li{
float: left;
}
#ftlinks ul li a{
padding: 0 3px;
color: #333;
}
#ftlinks ul li a:hover{
color: #c00;
}
/* --/page footer elements-- */
#navigation {margin:10px 0;background:#eee;}
#navigation p {margin:0;padding:4px 10px;text-align:right;}