/* global */
html{
	height: 100%;
}

body
{ font-family: verdana, arial, sans-serif;
  padding: 0px;
  margin: 0px;
  /*font-size: .68em;*/
  font-size: .70em;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
/* row can be in any place */
.row{
	clear: both;
	margin-bottom: .3em;
}
.row:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html .row {height: 1%;}
/* End hide from IE-mac */
.column{
	float: left;
	padding: 0;
	margin: 0;
	margin-right: 15px;
	padding-right: 0;
}
.last{
	margin-right:0;
	padding-right:0;
}


p
{ margin: 0px;
  padding: 0px 0px 16px 0px;
  line-height: 1.7em;
}

h1
{ font-family: Arial, sans-serif;
  font-size: 108%;
  letter-spacing: .1em;
}

h2
{ margin: 0px;
  padding: 0px 0px 4px 0px;
  font-size: 100%;
}



td{
	vertical-align:top;
}

img{border: 0px;}

a{outline: none;}

#error{
	margin-top:15px;
	padding:0.8em;
	border:1px dashed;
}
.error{
	font-size:12px;
}

#msg{
	margin-top:15px;
	padding:0.8em;
	border:1px dotted;
}
.msg{
	font-size:12px;
}

/* image positioning - left, right and center */
.left
{ float: left; 
  padding: 0px 8px 0px 0px;
}

.right
{ float: right; 
  padding: 0px 0px 0px 8px;
}

.center
{ display: block;
  text-align: center;
  margin: 0 auto;
}

/* block quote */
blockquote
{ margin: 20px 0px 20px 0px; 
  padding: 5px 20px 0px 20px;
  border-left: 8px solid;
}

/* unordered list */
ul
{ margin: 8px 0px 0px 16px;
  padding: 0px;
}

ul li
{ list-style-type: square;
  margin: 0px 0px 11px 0px; 
  padding: 0px;
}

/* ordered list */
ol
{ margin: 8px 0px 0px 24px;
  padding: 0px;
}

ol li
{ margin: 0px 0px 11px 0px; 
  padding: 0px;
}

div.hr {
  height: 1px;
}
div.hr hr {
  display: none;
}

/* margin lefts / margin rights - to centre content */
#main, #links, #footer, #logo, #menu, #content
{ margin-left: auto; 
  margin-right: auto;
}

/* main container */
#main{width: 780px;}

/* links above the logo / footer */
#links, #footer
{ width: 726px;
  height: 20px;
  font-size: 88%;
  text-transform: uppercase;
  padding: 8px 21px 0px 19px;
}

#links{text-align: right;}

#footer
{ 
  text-align: center; 
  border-top: 2px solid;
  font-size:.8em;
  height:3em;
}

#links a, #footer a{text-decoration: none;}

#links a:hover, #footer a:hover{text-decoration: underline;}

/* logo */
#logo
{ width: 766px;
  height: 125px;
  border-top: 2px solid;
  border-bottom: 3px solid;
  text-align:right;
}

#logo h1, #logo h2
{ margin: 0px;
  letter-spacing: .2em;
}

#logo h1
{ padding: 20px 203px 0px 129px;
  font-size: 160%;
}

#logo h2
{ font-family: arial, sans-serif;
  padding: 3px 205px 0px 129px;
  font-size: 108%;
}

/* navigation menu */
#menu
{ height: 25px;
  width: 766px;
  margin-top: -23px;
  position: relative;
	filter:Alpha(Opacity:85);
	-moz-opacity:.85;
}


#menu ul{margin: 0px auto;} 

#menu li
{ float: left; 
  margin: 0px 3px 0px 0px; 
  padding-left:10px;
  list-style: none;
} 

#menu li a 
{ display: block; 
  float: left; 
  height:20px;
  text-decoration: none; 
  padding: 5px 10px 0px 10px;
  border: none;
  text-transform: uppercase;
  font-size: 88%;
} 
#menu div{
	height:20px;
	padding-right:10px;
	float:left;
}
#menu li a:hover, #menu li a#selected, #menu li a#selected:hover
{ 
  border-bottom: none;
}

/* main content */
#content
{ width: 766px;
  overflow: hidden;
} 

/* column 1 - contains sidebar items */
#column1
{ width: 198px;
  margin: 22px 0px 0px 0px;
  float: right;
  padding: 19px 19px 15px 19px;
}

.sidebaritem
{ text-align: left;
  width: 168px;
  float: left;
  margin: 0px 0px 23px 0px;
  border: 1px solid;
  padding: 14px 8px 14px 19px;
}

.sidebaritem#submenu
{ 
  width: 196px;
  border:0px;
  padding: 0px 0px 0px 0px;
}

.sidebaritem h1
{ margin: 0px; 
  font-weight: normal;
  padding: 0px 0px 16px 0px;
  text-transform: uppercase;
}

.sidebaritem p
{ line-height: 16px; 
  padding: 0px 0px 8px 0px;
}


.sidebaritem a, .sidebaritem a:hover
{ padding: 0px 0px 2px 19px;
  text-decoration: none;
}

.sbilinks{padding: 0px}

.sbilinks ul{
	margin: 0px auto;
} 

.sbilinks li 
{ margin: 0px; 
  float: left; 
  list-style: none; 
} 

.sbilinks li a , .sbilinks li a:hover
{ float: left; 
  height: 16px;
  text-decoration: none; 
  padding: 5px 0px 4px 19px;
  border-bottom:1px solid;
  width: 176px;
} 

/* column 2 - page content */
#column2
{ text-align: justify;
  width: 508px;
  float: left;
  padding: 2px 3px 15px 19px;
}

#column2 h1
{ 
  font-family: Geneva, Arial, Helvetica, sans-serif, "Trebuchet MS";
  padding: 20px 0px 5px 0px; 
  margin: 0px; 
  border:none;
  font-size: 120%;
  text-transform:uppercase;
  font-weight: bold;
}

#column2 h1.title
{ 
  margin: 20px 0px 20px 0px; 
  padding: 0px 0px 0px 15px;
  text-transform:capitalize;
  border-bottom: 0px;  
  border-left: 8px solid;
}

#column2 h2
{ 
  font-weight: bold;
}

#column2 a, #column2 a:hover
{ padding: 0px 0px 2px 0px;
  text-decoration: none;
  border-bottom: 1px dashed;
}

#column2 a:hover{border-bottom: 1px solid;}
/* page title */
.page_title{
	margin:40px 0px 20px 0px;
}
/* additional colour scheme selections */


a#ttl_home,a#ttl_email,a#ttl_feedback {
	padding-left:18px;
}

/* projects item section*/

.item_main{
	width:470px;
	margin:5px 0px 10px 8px;
	padding:8px 15px 15px 12px;
	border-top:3px solid;
}
.item_nav{
	margin:0px 0px 0px 8px;
	padding:5px 15px 8px 15px;
}
.item_view{
	float:left;
	padding: 0px 8px 0px 8px;
	text-align:center;
}

ul.item_link li{
	padding-left: 2em;
	margin-left: .7em;
	margin-right: .5em;
}


.thumb_view{
	cursor:crosshair;
	border:1px solid;
	/*filter: DropShadow(Color=#FF0000, OffX=3, OffY=3, Positive=1);*/
}
.item_main ul li{
	list-style-type: none;
}

#column2 a.item_show_large,#column2 a:hover.item_show_large{
	display:block;
	border-bottom:none;
	margin-bottom:-8px;
}
.item_show_more{
	padding-top:.5em;
}
.item_details{
	margin-left:180px;
	padding-top:1.2em;
}
.item_view ul, .item_details ul{
	margin:0;
	margin:0;
}
.item_view ul li, .item_details ul li{
	list-style-type:none;
}
#column2 div.item_text_type{
	 text-transform:capitalize;
	 padding-bottom:.2em;
	 letter-spacing:.08em;
}

/* forms */
#column2 input,#column2 select,#column2 textarea{
	font-size:12px;
	padding:2px;
	border:1px solid;
}
#column2 input.txt_large{
	width:250px;
}
#column2 input.txt_medium{
	width:175px;
}
#column2 input.txt_small{
	width:125px;
}
#column2 input.radio,#column2 input.checkbox{
	border:none;
}
#column2 textarea.medium{
	width:250px;
}
#column2 textarea.medium_xl{
	width:250px;
	height:10em;
}
/* Project Overview */
.smallThumbs{
	border:1px solid;
}
/* cms */
.bordertable{
	border:1px solid;

}
.rtheader,.rtbody0,.rtbody1,.rtfooter{
	vertical-align:top;
	padding:3px;
	text-align:left;
}
.rtheader{
	text-align:center;
}
#column2 .rtbody0 a,#column2 .rtbody1 a,#column2 .rtfooter a{
	border:none;
}
/* profile list */
#ul_profile{
}
#ul_profile li ul li{
	list-style:none;
	padding-left:100px;
}
fieldset{
	border:1px solid;
	margin-top:10px;
	padding-left:5px;
}
legend{
	font-weight:bold;
}