/*
Theme Name: Hudson_Armstrong
*/

body {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #6D6E71;
	padding: 0;
	margin: 0;
}

/* BLOCK STYLES
 * this definition will remove all margins and padding from the default blocks
 */

h1, h2, h3, h4, h5, h6, p {
	padding: 0;
	margin: 0;
}

/* LINK STYLES
 * these style definitions affect all links, unless explicitly overridden
 */

a {
	color: #009f8a;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
a:hover {
	color: #009f8a;
}

/* IMAGE STYLE
 * these style definitions affect all images, unless explicitly overridden
 */
img {
	  border: none;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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;
	}
/* End Images */

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.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;
}
/* End captions */

/* LAYOUT
 * these styles determine the size and location of the page elements
 */
 
#container { /* Centres content on screen */
	margin: 20px auto;
	width: 780px;
}

#page {
	width: 780px;
}

/* STATIC PAGE ELEMENTS */

#logomark {
	float: right;
	background: url(images/halogo.gif) 0 0 no-repeat;			/* define image url */
	height: 100px;												/* define image size */
	width: 220px;
	text-indent: -9000px;										/* move original text of the page */
	overflow: hidden;											/* and make sure it's hidden */
}

#logomark a {
	float: right;
	background: url(images/halogo.gif) 0 0 no-repeat;			/* define image url */
	height: 100px;												/* define image size */
	width: 220px;
	text-indent: -9000px;										/* move original text of the page */
	overflow: hidden;											/* and make sure it's hidden */
}

/* MENU STYLES */

/* Here we use an unordered list for the menu, switching off
 * list-styles (bullet points) and resetting margins & padding.
 */

#menu ul {
	clear: both;
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu li {
	float: left;
	margin-bottom: 15px;
	padding: 0;
	background-color: #EBEBEB;
}

#menu a {
	height: 25px;
	display: block;
	text-indent: -9000px;
	overflow: hidden;
}

/* Use the background-image property to specify the graphic we want
 * to display for each menu item.
 */

#menu_home a {
	background: url(images/BUThome.gif) 0 0 no-repeat;
	width: 63px;
}
#menu_news a {
	background: url(images/BUTnews.gif) 0 0 no-repeat;
	width: 52px;
}
#menu_blog a {
	background: url(images/BUTblog.gif) 0 0 no-repeat;
	width: 49px;
}
#menu_services a {
	background: url(images/BUTservices.gif) 0 0 no-repeat;
	width: 68px;
}
#menu_portfolio a {
	background: url(images/BUTportfolio.gif) 0 0 no-repeat;
	width: 79px;
}
#menu_websites a {
	background: url(images/BUTwebsites.gif) 0 0 no-repeat;
	width: 71px;
}
#menu_vacancies a {
	background: url(images/BUTvacancies.gif) 0 0 no-repeat;
	width: 80px;
}
*#menu_contact a {
	background: url(images/BUTcontact.gif) 0 0 no-repeat;
	width: 52px;
}*
#menu_twitter a {
	background: url(images/BUTtwitter.gif) 0 0 no-repeat;
	width: 226px;
}


/* By defining the :hover property for the links, we can create
 * rollovers, without one line of javascript.
 */
 
#menu_home a:hover, #menu_home.selected a {
	background: url(images/BUThomeOV.gif) 0 0 no-repeat;
}
#menu_news a:hover, #menu_news.selected a {
	background: url(images/BUTnewsOV.gif) 0 0 no-repeat;
}
#menu_blog a:hover, #menu_blog.selected a {
	background: url(images/BUTblogOV.gif) 0 0 no-repeat;
}
#menu_services a:hover, #menu_services.selected a {
	background: url(images/BUTservicesOV.gif) 0 0 no-repeat;
}
#menu_portfolio a:hover, #menu_portfolio.selected a {
	background: url(images/BUTportfolioOV.gif) 0 0 no-repeat;
}
#menu_websites a:hover, #menu_websites.selected a {
	background: url(images/BUTwebsitesOV.gif) 0 0 no-repeat;
}
#menu_vacancies a:hover, #menu_vacancies.selected a {
	background: url(images/BUTvacanciesOV.gif) 0 0 no-repeat;
}
#menu_contact a:hover, #menu_contact.selected a {
	background: url(images/BUTcontactOV.gif) 0 0 no-repeat;
}
#menu_twitter a:hover, #menu_twitter.selected a {
	background: url(images/BUTtwitterOV.gif) 0 0 no-repeat;
}

/* SUB MENU STYLES */

#menu_sub {
	clear: both;
	margin: 20px;
	padding: 0;
	list-style: none;
}
#menu_sub li {
	float: left;
	padding: 0;
}

#menu_sub a {
	height: 38px;
	display: block;
	text-indent: -9000px;
	overflow: hidden;
}

/* replace menu items*/
/*services*/
#menu_services_corporate a {
	background: url(images/BUTcorp.gif) 0 0 no-repeat;
	width: 276px;
}
#menu_services_print a {
	background: url(images/BUTprint.gif) 0 0 no-repeat;
	width: 236px;
}
#menu_services_3d a {
	background: url(images/BUT3d.gif) 0 0 no-repeat;
	width: 141px;
}
#menu_services_package a {
	background: url(images/BUTpackage.gif) 0 0 no-repeat;
	width: 153px;
}
#menu_services_photo a {
	background: url(images/BUTphoto.gif) 0 0 no-repeat;
	width: 197px;
}
#menu_services_websitedesign a {
	background: url(images/BUTwebdesign.gif) 0 0 no-repeat;
	width: 204px;
}
/*portfolio*/
#menu_portfolio_salcombe a  {
	background: url(images/BUTsalcombe.gif) 0 0 no-repeat;
	width: 349px;
}
#menu_portfolio_cruising a  {
	background: url(images/BUTcruising.gif) 0 0 no-repeat;
	width: 253px;
}
#menu_portfolio_truronian a  {
	background: url(images/BUTtruronian.gif) 0 0 no-repeat;
	width: 167px;
}
#menu_portfolio_library a  {
	background: url(images/BUTlibrary.gif) 0 0 no-repeat;
	width: 278px;
}
#menu_portfolio_rustler a  {
	background: url(images/BUTrustler.gif) 0 0 no-repeat;
	width: 257px;
}
#menu_portfolio_trevaskis a  {
	background: url(images/BUTtrevaskis.gif) 0 0 no-repeat;
	width: 225px;
}
#menu_portfolio_cch a  {
	background: url(images/BUTcch.gif) 0 0 no-repeat;
	width: 379px;
}
#menu_portfolio_menai a  {
	background: url(images/BUTmenai.gif) 0 0 no-repeat;
	width: 347px;
}
#menu_portfolio_trewithen a  {
	background: url(images/BUTtrewithen.gif) 0 0 no-repeat;
	width: 158px;
}
#menu_portfolio_nare a  {
	background: url(images/BUTnare.gif) 0 0 no-repeat;
	width: 156px;
}
#menu_portfolio_wing a  {
	background: url(images/BUTwing.gif) 0 0 no-repeat;
	width: 292px;
}
#menu_portfolio_kob a  {
	background: url(images/BUTkob.gif) 0 0 no-repeat;
	width: 225px;
}
#menu_portfolio_roundhouse a  {
	background: url(images/BUTroundhouse.gif) 0 0 no-repeat;
	width: 195px;
}
#menu_portfolio_cvc a  {
	background: url(images/BUTcvc.gif) 0 0 no-repeat;
	width: 214px;
}



/*replace rollovers*/
/*services*/
#menu_services_corporate a:hover, #menu_services_corporate.selected a  {
	background: url(images/BUTcorpOV.gif) 0 0 no-repeat;
}
#menu_services_print a:hover, #menu_services_print.selected a {
	background: url(images/BUTprintOV.gif) 0 0 no-repeat;
}
#menu_services_3d a:hover, #menu_services_3d.selected a {
	background: url(images/BUT3dOV.gif) 0 0 no-repeat;
}
#menu_services_package a:hover, #menu_services_package.selected a {
	background: url(images/BUTpackageOV.gif) 0 0 no-repeat;
}
#menu_services_photo a:hover, #menu_services_photo.selected a {
	background: url(images/BUTphotoOV.gif) 0 0 no-repeat;
}
#menu_services_websitedesign a:hover, #menu_services_websitedesign.selected a {
	background: url(images/BUTwebdesignOV.gif) 0 0 no-repeat;
}
/*portfolio*/

#menu_portfolio_salcombe a:hover, #menu_portfolio_salcombe.selected a  {
	background: url(images/BUTsalcombeOV.gif) 0 0 no-repeat;
}
#menu_portfolio_cruising a:hover, #menu_portfolio_cruising.selected a  {
	background: url(images/BUTcruisingOV.gif) 0 0 no-repeat;
}
#menu_portfolio_truronian a:hover, #menu_portfolio_truronian.selected a  {
	background: url(images/BUTtruronianOV.gif) 0 0 no-repeat;
}
#menu_portfolio_library a:hover, #menu_portfolio_library.selected a  {
	background: url(images/BUTlibraryOV.gif) 0 0 no-repeat;
}
#menu_portfolio_rustler a:hover, #menu_portfolio_rustler.selected a  {
	background: url(images/BUTrustlerOV.gif) 0 0 no-repeat;
}
#menu_portfolio_trevaskis a:hover, #menu_portfolio_trevaskis.selected a  {
	background: url(images/BUTtrevaskisOV.gif) 0 0 no-repeat;
}
#menu_portfolio_cch a:hover, #menu_portfolio_cch.selected a  {
	background: url(images/BUTcchOV.gif) 0 0 no-repeat;
}
#menu_portfolio_menai a:hover, #menu_portfolio_menai.selected a  {
	background: url(images/BUTmenaiOV.gif) 0 0 no-repeat;
}
#menu_portfolio_trewithen a:hover, #menu_portfolio_trewithen.selected a  {
	background: url(images/BUTtrewithenOV.gif) 0 0 no-repeat;
}
#menu_portfolio_nare a:hover, #menu_portfolio_nare.selected a  {
	background: url(images/BUTnareOV.gif) 0 0 no-repeat;
}
#menu_portfolio_wing a:hover, #menu_portfolio_wing.selected a  {
	background: url(images/BUTwingOV.gif) 0 0 no-repeat;
}
#menu_portfolio_kob a:hover, #menu_portfolio_kob.selected a  {
	background: url(images/BUTkobOV.gif) 0 0 no-repeat;
}
#menu_portfolio_roundhouse a:hover, #menu_portfolio_roundhouse.selected a  {
	background: url(images/BUTroundhouseOV.gif) 0 0 no-repeat;
}
#menu_portfolio_cvc a:hover, #menu_portfolio_cvc.selected a  {
	background: url(images/BUTcvcOV.gif) 0 0 no-repeat;
}


/* CLOCK */

#liveclock {
	background-color:#EBEBEB;
	float: right;
	height: 15px;
	width: 82px;
	padding: 5px;
}


/* CONTENT STYLES */


/* FOOTER STYLES */

#footer {
	background-color:#009F8A;
	font-size:12px;
	color: #ffffff;
	clear:both;
	padding: 7px;
}

#footer a {
	color: #ffffff;
	font-size:12px;
	font-weight:bold;
}
#footer a:hover {
	color: #BFE7E2;
	font-size:12px;
	font-weight:bold;
}

/*NEW HOMEPAGE */

#welcometext {
	float: left;
	background: url(images/HOMEtextbox.gif) 0 0 no-repeat;	/* define image url */
	margin-left: 20px;		
	margin-top: 20px;		
	height: 258px;												/* define image size */
	width: 727px;
	text-indent: -9000px;										/* move original text of the page */
	overflow: hidden;											/* and make sure it's hidden */
}

.homepagenew {
	height: 900px;
}

#menu_graphics {
	clear: both;
	margin: 20px;
	padding: 0;
	list-style: none;
}
#menu_graphics li {
	margin-bottom: 20px;
	float: left;
	padding: 0;
}

#menu_graphics a {
	height: 204px;
	width: 229px;
	display: block;
	text-indent: -9000px;
	overflow: hidden;
}

#menu_graphics a:hover {
	background-position: 0 -204px;
}

#menu_graphics_id a {
	background: url(images/HOMEcorporate.jpg) 0 0 no-repeat;
	margin-right: 20px;
}
#menu_graphics_print a {
	background: url(images/HOMEprint.jpg) 0 0 no-repeat;
	margin-right: 20px;
}
#menu_graphics_web a {
	background: url(images/HOMEweb.jpg) 0 0 no-repeat;
}
#menu_graphics_3d a {
	background: url(images/HOME3d.jpg) 0 0 no-repeat;
	margin-right: 20px;
}
#menu_graphics_package a {
	background: url(images/HOMEpackage.jpg) 0 0 no-repeat;
	margin-right: 20px;
}
#menu_graphics_photo a {
	background: url(images/HOMEphoto.jpg) 0 0 no-repeat;
}

#blog {
	display:block;
	float:left;
	background-color:#ebebeb;
	height: 140px;
	width: 229px;
	margin: 0 20px 20px 20px;
}

.post-image {
 width:243px;
 padding-bottom:20px;
 padding-right:10px;
 float: left;
}
.post-image img {
 border: none;
}
.post-text {
 float: left;
 width: 282px;
 padding-bottom:20px;
}
.post-more {
 display: block;
 text-indent: -9000px;
 overflow: hidden;
 background: url(images/readmore.jpg) 0 0 no-repeat;
 width: 77px;
 height: 11px;
 margin-top: 20px;
}

.comments a {
 font-size:10px;
 font-weight:bold;
 color:#6D6E71;
}
#portfolio {
	display:block;
	float:left;
	background: url(images/HOMEportfoliomag.gif)  0 0 no-repeat;	
	background-color:#ebebeb;
	height: 140px;
	width: 478px;
	margin: 0 0 20px 0;
}

.boxcontent {
	margin: 10px;
}

.boxcontent b {
	color: #009f8a;
	font-size: 15px;
	line-height: 20px;
}



#sidebar {
	width: 190px;
	background-color: #eef0ef;
	background-image:url(images/rightnev-bg.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	margin: 20px 0 20px 0;
	float: right;
	padding:30px 10px 20px 10px;
	min-height:500px;
	}
#sidebar h2 {
	font-size: 12px;
	color:#939497;
	text-transform:uppercase;
	padding-bottom:5px;
	padding-top:10px;
	border-bottom:#999999 dashed 1px;
	margin-bottom:15px;
	}	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	color:#939497;
	
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 0px;
	}

#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 0;
	padding-bottom:5px;
	padding-top:5px;
	border-bottom:#6D6E71 solid 1px;
	}

#sidebar ul li ul li a
{
color: #6D6E71;
font-size:11px;
text-decoration:none;
font-weight:200;
}

#sidebar ul li ul li a:hover
{
color: #009F8A;
font-size:11px;
text-decoration:none;
font-weight:200;
}
	
		
#content {
float:left;
padding: 20px 0px 20px 0px;
width: 550px;
	}
	
#content h2
{
	margin-top:20px;
	margin-bottom:17px;
}

#content h3
{
	margin-top:10px;
	margin-bottom:10px;
}
	
small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #6D6E71;
	padding-top:35px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
	
.narrowcolumn .postmetadata {
	text-align: left;
	padding-top:5px;
	text-transform:uppercase;
	font-size:11px;
	}
	
	.narrowcolumn .postmetadata a {
	font-size:11px;	
	}
	
.hrproperty{
color:#ffffff;
height:1px;
}

.more {
padding-top: 10px;
clear:both;
 width:77px;
 height:11px;
 border:0px;
}
 
 .postedby{
 font-size:10px;
 }
 
 .edit{
 font-size:10px;
 font-weight:bold;
 }
 
.time {
	color: #009F8A;
	}	
	
.textwidget a{
font:Arial, Helvetica, sans-serif;
font-size:11px;
}

h2 a {
font-size:17px;
}