/*
Theme Name: Adrial Designs
Theme URI: 
Description: 
Version: 2008
Author: 
Author URI: 
Tags: 

*/
/* 
------------------------------------------------
MAIN SECTION STYLES 
------------------------------------------------
*/

#wrapper {
	width: 100%;
	padding:0px;
	background-color:#FFF;
	padding-bottom:25px;
}

#branding {
	background-image:url(images/strip.jpg);
	background-repeat: repeat-x;
	background-position: 0px 25px;
	height:185px;
  	width: 100%; 
 	padding: 0px;
  }
  #branding-left {
	margin-left:15px;
	margin-top:15px;
	width:200px;
	height:65px;
	float:left;
}

#logo-n-nav {
	height:80px;
}
#wrapper-mini {
	width:950px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align:left;
}

#container-center {
	width:670px;
	float:left;
}
#hero {
	width:670px; margin-bottom:20px; float:left; text-align:center; background-color:#fff;
}

#column-left {
	width:185px; float:left; padding:20px; background-color:#f2f2f2;
}
#column-center {
	width:430px; float:right;
}
#column-center .thumbnail-box {
	margin:0 0 15px 15px;
	width:200px;
	height:120px;
	float:right;
	text-align:center;
}
#column-center-overview {
	width:670px;
	float:left;
}
/*
#column-center-overview .thumbnail-box {
	margin:0 0 20px 20px;
	width:200px;
	height:120px;
	float:left;
	text-align:center;
}
*/
#column-center-overview .thumbnail-box {
	border-bottom:1px solid #CCCCCC;
	float:left;
	height:116px;
	margin:15px 0;
	padding-bottom:40px;
	text-align:center;
	width:220px;
}

#column-right {
	background-color: #fff;
	width:225px;
	text-align:left;
/*	padding-left:20px; */
	margin-left:20px; 
	border: solid #ccc 1px;
	float:left;
	margin-bottom:25px;
}
#column-right img {
	border-top:1px solid #ccc; 
	padding-top:15px; 
	margin-top:8px;
	margin-bottom:4px;
}
#column-right img.none {
	border:0; 
	padding:0; 
	margin:0;
}
#footer {
	padding-top:15px;
	padding-bottom:15px;
	color:#dc8986;
	height:100px;
	border-top: 4px #2d0000 solid;
}

.thumbnail-box img {
	margin-bottom:4px;
}

/*
#homepage-column .thumbnail-box {
	margin-bottom:12px;
}
*/

#homepage-column .thumbnail-box {
	border-bottom:1px solid #CCCCCC;
	margin-bottom:0px;
	padding:15px 0;
}

#homepage-column .thumbnail-box-last{
	border-bottom:0px solid #CCCCCC;
	margin-bottom:12px;
	padding:15px 0 0 0;
}

#overview img {
	margin-bottom:4px;
}

#portfolio-title {
	float:left; width:425px;
}
#portfolio-title-right {
	float:right; width:200px; text-align:right; height:50px; padding-top:8px;
}
.hideInitially{
	display: none;
}


/* 
------------------------------------------------
LINK CLASSES/IDS 
------------------------------------------------
*/

.smallgrey {
	font-size: 10px;
	color: #999999;
}
a, a:link, a:visited {
	color:#999;
	text-decoration:none;
}

a:hover, a:active {
	color:#981B1E;
	text-decoration:none;
}

a.red, a.red:link, a.red:visited {
	color:#981B1E;
	text-decoration:underline;
}

a.red:hover, a.red:active {
	color:#999;
	text-decoration:none;
}

.logo {
	color:#79CA12;
}
a.logo, a.logo:link, a.logo:visited {
	color:#79CA12;
	text-decoration:none;
}

a.logo:hover, a.logo:active {
	color:#95e739; /* +10 Lightness (Lab) from link/visited color */
	text-decoration:none;
}

.print {
	color:#71BEEF;
}
a.print, a.print:link, a.print:visited {
	color:#71BEEF;
	text-decoration:none;
}

a.print:hover, a.print:active {
	color:#8fd8ff; /* +10 Lightness (Lab) from link/visited color */
	text-decoration:none;
}

.website {
	color:#f48c4e;
}
a.website, a.website:link, a.website:visited {
	color:#f48c4e;
	text-decoration:none;
}

a.website:hover, a.website:active {
	color:#efa625; /* +10 Lightness (Lab) from link/visited color */
	text-decoration:none;
}
a.footer, a.footer:link, a.footer:visited {
	color:#dc8986;
	text-decoration:none;
}

a.footer:hover, a.footer:active {
	color:#FFF; /* +10 Lightness (Lab) from link/visited color */
	text-decoration:none;
}

/* SOMETHING TO TRY FROM THE DWCS3 BOOK

#nav {
	position: absolute;
	left: 120px;
	top: 175px;
	width: 600px;
	font-size: 90%;
	z-index: 2;
}
#nav ul, nav li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav li {
	float: left;
	display: inline;
}

style the links in the nav list

#nav a {
	display: block;
	margin: 0;
	padding: 4px 12px;
	text-decoration: none;
	font-weight: bold;
}
#nav a:link, #nav a:visited {
	background-color: #EBCAB8;
	color: #575757;
	border-left: #F2DDD2 solid 2px;
	border-top: #F2DDD2 solid 2px;
	border-right: #7B6A61 solid 2px;
	border-bottom: #7B6A61 solid 2px;
}
#nav a:hover, #nav a:active {
	background-color: #EBEAB8;
	color: #575757;
	border-left: #F2F2D2 solid 2px;
	border-top: #F2F2D2 solid 2px;
	border-right: #989777 solid 2px;
	border-bottom: #989777 solid 2px;
}

special style for link to identify current page

#thispage a:link, #thispage a:visited, #thispage a:hover, #thispage a:active {
	background-color: #F0EFCA;
	color: #575757;
	border-left: #9F9F8A solid 2px;
	border-top: #9F9F8A solid 2px;
	border-right: #F6F5DE solid 2px;
	border-bottom: #F6F5DE solid 2px;
}
*/


/* 
------------------------------------------------
GLOBAL STYLES 
------------------------------------------------
*/

html, body {
	margin: 0;
	padding: 0;
	background-image: url(images/diagonal-white.jpg);
}

body {
	font-size: 13px;
	text-align:center;
	color: #666666;
	line-height: 1.3;
	font-family: "Helvetica", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
}

.clear {
	clear: both;
}

img {
	border:none;
}

h1, h2, p {
  margin: 0;
}

p {
	margin-bottom:5px;
}

h1 {
 	font-size: 19px;
 	font-weight: lighter;
	margin-bottom:5px;
	line-height: 1.3;
}

h2 {
 	font-size: 16px;
 	font-weight: lighter;
}

.headline {
	font-size: 26px;
}

input.text {
	color: #CCC;
}

.small {
	font-size:10px;
}

.divider-top {
	border-top: 1px solid #CCC;
}

.divider-bottom {
	border-bottom: 1px solid #CCC;
}


/* Added by LFD */
#wrapper-mini-background {
	background-color:#f2f2f2; 
	width:908px; 
	padding:20px; 
	border:1px solid #ccc; 
	background-image:url(images/bg-gradient-bw.png); 
	background-repeat: repeat-x; 
	background-position:top;
}

#homepage-column {
	width:690px; 
	margin:auto;
}

#homepage-column div.homepage-column-inner {
	width:199px; 
	padding:15px; 
	border-right:1px solid #ccc; 
	float:left;
}

#homepage-column div.last {
	border-right:0px solid #ccc; 
}

#homepage-latest-projects-header {
	padding:15px; 
	background-color:#f2f2f2; 
	border-top:1px solid #ccc; 
	border-bottom:1px solid #ccc;
}

#homepage-latest-projects-inner div.project-item-column {
/*	width:227px;  */
	width:229px; 
	padding-top:15px; 
	border-right:1px solid #ccc; 
	float:left; 
	text-align:center;
}

#homepage-latest-projects-inner div.last {
	border-right:0px solid #ccc; 
}


/*-----------*/
p.tags { color: #666666;}
p.logo a { color: #95E739;}
p.print a { color: #71BEEF;}
p.website a { color: #f48c4e;}

.navigation {
	clear: both;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}
.title {
font-size:24px;
font-style:normal;
font-weight:100;
}

form#ContactForm a {
color:#666666;
text-decoration:underline;
}

form#ContactForm a:hover {
color:#CC0000;
text-decoration:none;
}

#other-projects ul { 
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#other-projects ul li { 
	list-style: none;
	border-bottom:1px solid #CCCCCC;
	padding:5px 0;
}
#other-projects ul li a { 
	color: #999999;
}
#other-projects ul li a.logo:hover { 
	color: #95E739;
}
#other-projects ul li a.print:hover { 
	color: #8FD8FF;
}
#other-projects ul li a.website:hover { 
	color: #F48C4E;
}

#wp_page_numbers {
	clear:both;
	
	background:white none repeat scroll 0 0;
	margin-left:250px;
	margin-top:10px;
	width:50%;
}

#wp_page_numbers li.page_info {
	border:1px solid #FFFFFF;
/*	margin-right:70%; */
	margin-left: 15px;
}

#wp_page_numbers a {
	border:1px solid #FFFFFF;
}

#wp_page_numbers li.active_page a {
	border-color:#ccc;
	text-decoration: none;
	
}
#wp_page_numbers li a:hover {
	border-color:#ccc;
}

body.catagory-3 #wp_page_numbers li.active_page a,
body.catagory-3 #wp_page_numbers li a:hover {
	border-color:#ccc;
	text-decoration: none;
}

body.catagory-4 #wp_page_numbers li.active_page a,
body.catagory-4 #wp_page_numbers li a:hover {
	border-color:#ccc;
	text-decoration: none;
}

body.catagory-5 #wp_page_numbers li.active_page a,
body.catagory-5 #wp_page_numbers li a:hover {
	border-color:#ccc;
	text-decoration: none;
}

div.post-spacer {
	border-bottom:1px solid #CCCCCC;
	clear:both;
	margin-bottom:25px;
	padding-top:25px;
}

p.postmetadata-logo a { color: #95E739;}
p.postmetadata-print a { color: #8FD8FF;}
p.postmetadata-website a { color: #F48C4E;}

div#column-center-overview img.post-thumb { float: left; margin: 0 15px 10px 0;}

form#searchform {
	margin-top: 15px;
	margin-bottom: 25px;
	padding-bottom: 45px;
}
form#searchform ul {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;	
}
form#searchform ul li {
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;	
}

form#searchform input#s {
	margin: 0 5px 0 0;
	padding: 0 0 0 0;
	height: 16px;
	width: 135px;
}

form#searchform input#searchsubmit {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#annoucement {
	padding:10px; 
	background-color:#f2f2f2; 
	color:#666; 
	border-bottom:#ccc 1px solid;
}

#column-right #sidebar-head {
	background-color: #f2f2f2;
	padding-left:10px;
}
#column-right #sidebar-secondary {
	background-color: #fff;
	padding-left:10px;
}

#nextLinkText, #prevLinkText {
	color:#666666;
	font-weight:bold;
	text-decoration:none;
}
