/* ================================================
 
Theme Name: Horlde Walhampton
Description: Horlde Walhampton Theme
Author: Atelier Studios
Author URI: http://www.atelier-studios.com/
Date: April 2008

==================================================*/


/*------------------------------------------------

		1. Globals
		
		2. Typography

		3. Main Navigation 

		4. Structure
		
		5. Images
		
		6. Lists 
		
		7. Form Elements 
		
		8. Comments

		9. Various Tags & Classes 
		
		10. Forms
				
		11. Headers

---------------------------------------------------

		COLOURS
		
		Background Colour           #d1d7d5
		
		Text Grey 					#2e2e2e
		
		Text Orange 				#df6c17
		
		Headings Darker Grey		#484848
			
		A Link Hover Brown			#3b1900
		
		Sidebar Nav A Link 			#30719b
		
		Sidebar Nav A Link Hover	#274107
		
		
		

-------------------------------------------------*/


/*=================================================

	1. Globals
 
 ===================================================*/


html { /* Stop background flicker in IE 6 Bug: http://evil.che.lu/2006/9/25/no-more-ie6-background-flicker */
  filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

/* 
Reset all margins/padding */
* { 
	margin:0;
	padding:0;
}

/* 
Gets rid of outlined links in Firefox */
a {
	outline: none;
}


/* 
No boders on images */
img {
	border:0;
	padding: 0;
	margin: 0;
}



/*
	IE PNG Fix http://www.twinhelix.com/css/iepngfix/
 */

* { behavior: url(/wp-content/themes/hordle/iepngfix.htc) }

 /*
  Alternatively, you can specify that this will apply to all tags like so:
   * { behavior: url(iepngfix.htc) }
 */






/*=================================================

	2. Typography
 
 ===================================================*/
 
body {
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #4d4d4d;
	margin:0;
	padding:0;
	}

.narrowcolumn p {
	margin: 0 0 15px 0;
	}
	
.widecolumn p {
	margin: 0 0 15px 0;
	}	

.sub_header_text p {
	color: #666666;
	line-height: 20px;
	}

#footer p {
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
	margin: 0;
	padding: 12px 0 0px 0;
	color: #717171;
	text-align: center;
	}


strong {
	font-weight:bold;
	color: #2e2e2e;
	}
	
em{
	font-style:italic;
	display:inline;
	font-family:'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	}		
	
small {
	font-size: 11px;
	line-height: 25px;
	}	

h1, h2, h3, h4, h5, h6 {
	/*font-family:'Lucida Grande', Geneva, Arial, Verdana, sans-serif;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	font-weight: normal;
	}

h1 {
	padding: 0 0 10px 0;
	margin: 0;
	font-size: 20px;
	color: #484848;
	text-align:left;
	line-height: 26px;
	}


h2 {
	margin: 15px 20px 10px 20px;
	font-size: 24px;
	color: #4d4d4d;
	text-align:left;
	line-height: 40px;
	border-bottom:1px solid #d7d7d7;
	}
	
h3 {
	margin: 15px 20px 10px 20px;
	font-size: 20px;
	color: #4d4d4d;
	text-align:left;
	line-height: 40px;
	border-bottom:1px solid #d7d7d7;
	}

h4 {
	font-size: 18px;
	line-height: 16px;
	padding: 5px 0 10px 0;
	color: #484848;
	font-family:'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	}

h5 {
	font-size: 14px;
	line-height: 16px;
	padding: 0 0 10px 0;
	color: #df6c17;
	font-family:'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	}

h6 {
	font-size: 14px;
	line-height: 16px;
	padding: 0 0 10px 0;
	color: #484848;
	}

#subpages-title {
	display: none;
	}

/*-----------------------------------
 Link Styles
 ------------------------------------- */

#footer p a {
	color: #717171;
	text-decoration: none;
	}

#footer p a:hover {
	color: #717171;
	text-decoration: underline;
	}

	

	
#content a {
	color: #df6c17;
	text-decoration: none;
	}

#content a:hover {
	color: #3b1900;
	text-decoration: underline;
	}
	

h3 a {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 28px;
	color: #484848;
	text-align:left;
	line-height: 32px;
	float: left;
	clear: both;
	}
	
	h3 a:hover {
	text-decoration: underline;
	color: #FF0000;
	}

.widgettitle {
	display: none;
	}
	

/* End Typography & Colors */



/*=================================================

	3. Main Navigation 
	
=================================================*/


ul {
   margin:0;
   padding:0;
   }

#navigation li {
	display:inline;
	padding: 0px;
	}

.home a {
	text-indent: -1000em;
	background:url(images/navigation/home.jpg) no-repeat left top;
	width: 113px;
	height: 55px;
	display: block;
	overflow: hidden;
	position: absolute;
	left:0px;
	}
	
	.page-3 .home a {
	text-indent: -1000em;
	background:url(images/navigation/home.jpg) no-repeat left top;
	width: 113px;
	height: 55px;
	display: block;
	overflow: hidden;
	position: absolute;
	left:0px;
	background-position: 0px -61px; 
	}

.home a:hover {
	background-position: 0px -61px; 
	}
	
	
.prepschool a {
	text-indent: -1000em;
	background:url(images/navigation/prepschool.jpg) no-repeat left top;
	width: 173px;
	height: 55px;
	display: block;
	overflow: hidden;
	position: absolute;
	left:113px;
	}
	
	.page-5 .prepschool a {
	text-indent: -1000em;
	background:url(images/navigation/prepschool.jpg) no-repeat left top;
	width: 173px;
	height: 55px;
	display: block;
	overflow: hidden;
	position: absolute;
	left:113px;
	background-position: 0px -61px; 
	}

.prepschool a:hover {
	background-position: 0px -61px; 
	}
	
	

.preprep a {
	text-indent: -1000em;
	background:url(images/navigation/preprep.jpg) no-repeat left top;
	width: 134px;
	height: 55px;
	display: block;
	overflow: hidden;
	position: absolute;
	left:286px;
	}
	
	.page-21 .preprep a {
	text-indent: -1000em;
	background:url(images/navigation/preprep.jpg) no-repeat left top;
	width: 134px;
	height: 55px;
	display: block;
	overflow: hidden;
	position: absolute;
	left:286px;
	background-position: 0px -61px; 
	}

.preprep a:hover {
	background-position: 0px -61px; 
	}
	
	

.schoolinfo a {
	text-indent: -1000em;
	background:url(images/navigation/schoolinfo.jpg) no-repeat left top;
	width: 180px;
	height: 55px;
	display: block;
	overflow: hidden;
	position: absolute;
	left:420px;
	}
	
	.page-7 .schoolinfo a {
	text-indent: -1000em;
	background:url(images/navigation/schoolinfo.jpg) no-repeat left top;
	width: 180px;
	height: 55px;
	display: block;
	overflow: hidden;
	position: absolute;
	left:420px;
	background-position: 0px -61px; 
	}

.schoolinfo a:hover {
	background-position: 0px -61px; 
	}
	
	
	
.contact a {
	text-indent: -1000em;
	background:url(images/navigation/contact.jpg) no-repeat left top;
	width: 135px;
	height: 55px;
	display: block;
	overflow: hidden;
	position: absolute;
	left:600px;
	}
	
	.page-6 .contact a {
	text-indent: -1000em;
	background:url(images/navigation/contact.jpg) no-repeat left top;
	width: 135px;
	height: 55px;
	display: block;
	overflow: hidden;
	position: absolute;
	left:600px;
	background-position: 0px -61px; 
	}

.contact a:hover {
	background-position: 0px -61px; 
	}


	
/* Start Sidebar Navigation */

ul.sidebar_nav {
	float: left;
	margin: 20px 0 0 0;
	padding: 0;
	width: 230px;
	}

ul.sidebar_nav li {
	background-image: url(images/sitewide/bullet_nav.gif);
	background-repeat:no-repeat;
	background-position: 0px 6px;
	list-style-type:none;
	padding: 4px 0 7px 20px;
	margin: 0 ;
	}
	

/* End Sidebar Navigation */

/*=================================================


	4. Structure 
 
=================================================*/

body {
	margin:0;
	padding:0;
	background:url(images/bg.jpg);
	background-position: 0 0;
	background-color: #fff;
	}
	
#page {
	margin: 0 auto;
	padding: 0;
	width: 860px;
	background-color: #FFFFFF;
	}

#header {
	width: 860px;
	height:157px;
	float:left;
	}
	
	#header_left {
	float:left;
	height:157px;
	width:161px;
	}
	
#header_right {
	float:left;
	height:149px;
	width: 699px;
	}


#navbar {
	background-image:url(images/backgrounds/nav_bg.jpg);
	height:55px;
	width:860px;
	float:left;
	clear:both;
	position:relative;
	}
	
#flash_container {
	/*background-image:url(images/sitewide/flash_bg.jpg);*/
	height:220px;
	width:860px;
	float:left;
	clear:both;
	margin-top:3px;
	}

#content_container {
	float: left;
	width: 860px;
	/*background-color: #FF0000;*/
	background-image: url(images/sitewide/bg_page_bounds.gif);
	background-position: right 0;
	background-repeat: repeat-y;
	clear:both;
	}
	
	#homepage_container .narrowcolumn {
	float: left;
	width: 306px;
	background-color:#f0f0f0;
	margin-bottom:20px;
	padding:0px;
	}
	
	#subpage_container .narrowcolumn {
	float: left;
	width: 620px;
	background-color:#f0f0f0;
	margin-bottom:20px;
	padding:0px;
	}
	
.narrowcolumn {
	float: left;
	width: 540px;
	padding: 20px 30px;
	/*background-color: #FFCCFF;*/
	}

.widecolumn {
	float: right;
	width: 540px;
	padding: 20px 30px;
	/*background-color: #999999;*/
	}
	
#sidebar {
	width: 230px;
	float:left;
	/*background-color: #3399CC;*/
	padding: 0;
	margin: 0;
	}


#content.narrowcolumn .post {
	padding:0;
	margin: 0;
	width: 100%;
	float: left;
	/*background-color: #66CC66;*/
	}

#content.widecolumn .post {
	padding:0;
	margin: 0;
	width: 100%;
	float: left;
	/*background-color: #66CC66;*/
	}

.post h3 {
	border:none!important;
	margin:15px 20px 0px 20px;
	padding:0;}
	
.post h3 a  {
	font-size:24px;
	padding:0;
	margin:0;}

.entry {
	padding-left:25px;
	margin: 0;
	width: 570px;
	float: left;
	/*background-color: #993399;*/
	}
	
.entry_home {
	width:255px;
	padding-left:25px;
	margin: 0;
	float:left;}


	.entry_subpage {
	padding-left:21px;
	margin: 0;
	width: 564px;
	float: left;
	/*background-color: #993399;*/
	text-align:justify;
	}


#footer {
	border-top: 1px solid #d7d7d7;
	width: 860px;
	height: 59px;
	padding: 0px 0 0px 0;
	margin: 0 auto;
	clear:both;
	}


#home_sidebar {
	float:left; 
	width:240px; 
	}

#home_sidebar h5 {
	text-indent: -5000px;
	background:url(images/sitewide/request_prospectus.png) no-repeat;
	width: 200px;
	height: 220px;
	margin-left: 0px;
   	margin-right: 0px;
	/*margin-top:30px;*/
	border-bottom:none;
	}
	

#latest_news {
	float:left; 
	width:306px; 
	background-color:#f0f0f0;
	margin-left:8px;}
	
	#latest_news_div {
	padding-left:25px;}
	


		
#breadcrumb_holder {
	float:left;
	width:480px;
	padding:0 0 0 20px;}


	
	
/* End Structure */




/*=================================================

	5. 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;
	}

	
.entry img {
	border:0;
	padding: 0;
	/*margin: 3px 8px 3px 0;*/
	/*display: block;
	border: 1px solid #cfd0d4;*/
	}
	

.alignleft {
	text-align:left;
	float:left;
	padding-right:20px;
	margin:20px 20px 0 0;
	}
	
.alignright {
	text-align:right;
	float:right;
	padding-left:20px;
	margin:20px 0 0 20px;
	}
	
.aligncenter, dl.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
	}

	
	
/* End Images */



/*=================================================
	
	6. Lists 

=================================================*/


.entry ol {
	padding: 10px 0 10px 35px;
	margin: 0;
	font-size: 11px;
	}

.entry ol li {
	margin: 0;
	padding: 5px 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

.narrowcolumn ul {
	margin: 0;
	padding: 0 0 15px 0;
	}

.narrowcolumn ul li {
	background-image: url(images/sitewide/bullet_news.gif);
	background-repeat:no-repeat;
	background-position: 0px 9px;
	list-style-type:none;
	padding: 4px 0 7px 20px;
	margin: 0 ;
	}	
	
#latest_news_div ul, #latest_news_div_subpage ul {
list-style:none;
margin:0;
padding:0;
margin-bottom:30px;
}

	#subnav_div_subpage ul {
	list-style:none;
	margin:0;
	padding:0;
	}

ul#list a {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	display: block;
	background-image:url(images/sitewide/bullet.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	text-decoration: none;
	width:260px;
	font-size:13px;
	color:#440101;
	text-decoration:underline;
	
	}
	
#list a:hover {
	color:#440101;
	text-decoration:none;
	}
	
	li#related a {
	display:block;
	width:230px;
	border-bottom:1px solid #d7d7d7;
	padding:10px 0 10px 25px;
	}
	

li#related a:hover {
	display:block;
	width:230px;
	border-bottom:1px solid #d7d7d7;
	padding:10px 0 10px 25px;
	border-bottom:1px solid #d7d7d7;
	}
	
	
ul#list_subpage {
	padding:0;
	margin:0 0 15px 0;}

ul#list_subpage a {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	display: block;
	background-image:url(images/sitewide/bullet.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	text-decoration: none;
	width:210px;
	font-size:13px;
	color:#440101;
	text-decoration:underline;
	
	}
	
#list_subpage a:hover {
	color:#440101;
	text-decoration:none;
	width:210px;
	}

li#related_subpage {
	display:block;
	padding:3px 0 5px 0px;
	width:230px;
	}
	
li#related_subpage a {
	display:block;
	padding:0px 0 10px 30px;
	width:200px;
	text-decoration:none;
	border-bottom:1px solid #d7d7d7;
	}
	
li#related_subpage a:hover {
	display:block;
	padding:0px 0 10px 30px;
	width:200px;
	text-decoration:underline;
	border-bottom:1px solid #d7d7d7;
	}
	
	
ul#list_subNav a {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	display: block;
	background-image:url(images/sitewide/bullet_subnav.jpg);
	background-repeat: no-repeat;
	background-position: 6% 50%;
	text-decoration: none;
	width:185px;
	font-size:13px;
	color:#440101;
	text-decoration:none;
	padding-left:15px;
	}
	
#list_subNav a:hover {
	color:#440101;
	text-decoration:underline;
	width:185px;
	padding-left:15px;
	}
	
	li#related_subNav a {
	display:block;
	text-indent:25px;
	width:210px;
	line-height:200%;
	line-height:40px;
	border-bottom:1px solid #fff;
	background-color:#002b74;
	color:#fff;
	font-size:11px;
	}
	
li#related_subNav a:hover {
	display:block;
	text-indent:25px;
	width:210px;
	line-height:200%;
	line-height:40px;
	border-bottom:1px solid #fff;
	background-color:#002b74;
	color:#fff;
	font-size:11px;
	}


/*.page_item {
	float:left;
	background-color:#CC9933;
	margin:0;
	list-style-type:none;
	background-image:url(images/sitewide/bullet_subnav.jpg);
	background-position:10px 10px;
	background-repeat:no-repeat;}
	
li.page_item a {
background-color:#002B74;
border-bottom:1px solid #FFFFFF;
color:#FFFFFF;
display:block;
font-size:11px;
padding:10px 0 10px 0;
text-transform:uppercase;
list-style-type:none;
text-decoration:none;
width:210px;
}
ul.page_item a {
color:#440101;
display:block;
font-size:11px;
margin:0;
padding:0 0 0 15px;
text-decoration:none;
width:210px;
}
*/

li.page_item {
list-style-type:none;
display:block;
}

li.page_item a {
background-color:#002B74;
border-bottom:1px solid #FFFFFF;
color:#FFFFFF!important;
display:block;
font-size:11px!important;
line-height:40px;
text-indent:25px;
text-transform:uppercase;
width:210px!important;
padding-right:20px;
}
	
/* End Entry Lists */



/*=================================================

	7. Form Elements 
	
=================================================*/

/*#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;

	}*/

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/*=================================================
	
	8. Comments
	
=================================================*/

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/*=================================================
	
	9. Various Tags & Classes 
	
=================================================*/


acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}
	
div.left_float {
	float: left;
	width: 200px;
	padding: 0 0 2px 0;
	}	

hr {
	border: 0;
	color: #cfd0d4;
	background-color: #cfd0d4;
	margin-bottom:10px;
	margin-top:5px;
	height: 1px;
	}

a img {
	border: none;
	}

.navigation {
	float:left;
	padding: 15px 0 0 0;
	margin: 10px 0 0 0;
	width: 100%;
	/*background-color: #000000;*/
	}
	
p.news_date {
	float: left;
	margin: 18px 0 3px 0;
	padding: 13px 0 0 0;
	width: 100%;
	}
		
	
/* End Various Tags & Classes*/


/*=================================================
	
	10. Forms
	
=================================================*/


/* End Forms*/





/*=================================================
	
	11. Headers
	
=================================================*/


h1 {
	text-indent: -5000px;
	//background:url(images/sitewide/logo.png) no-repeat;
        background:url(images/sitewide/ajt/logo.png) no-repeat;
	width: 699px;
	height: 149px;
	margin-left: 0px;
   	margin-right: 0px;
   	margin-bottom: 0px;
   	margin-top:0px;
	}
	
.page-3 h2 {
	text-indent: -5000px;
	background:url(images/headings/home_welcome.jpg) no-repeat;
	width: 306px;
	height: 71px;
	margin-left: 0px;
   	margin-right: 0px;
   	margin-bottom: 0px;
   	margin-top:0px;
	border-bottom:none;
	}
	
	.page-21 h2 {
	text-indent: -5000px;
	background:url(images/headings/pre-prep.jpg) no-repeat;
	width: 620px;
	height: 71px;
	margin-left: 0px;
   	margin-right: 0px;
   	margin-bottom: 0px;
   	margin-top:0px;
	border-bottom:none;
	}
	
	.page-6 h2 {
	text-indent: -5000px;
	background:url(images/headings/contact.jpg) no-repeat;
	width: 620px;
	height: 71px;
	margin-left: 0px;
   	margin-right: 0px;
   	margin-bottom: 0px;
   	margin-top:0px;
	border-bottom:none;
	}
	
	.page-7 h2 {
	text-indent: -5000px;
	background:url(images/headings/schoolinfo.jpg) no-repeat;
	width: 620px;
	height: 71px;
	margin-left: 0px;
   	margin-right: 0px;
   	margin-bottom: 0px;
   	margin-top:0px;
	border-bottom:none;
	}
	

	
	.page-5 h2 {
	text-indent: -5000px;
	background:url(images/headings/prep-school.jpg) no-repeat;
	width: 620px;
	height: 71px;
	margin-left: 0px;
   	margin-right: 0px;
   	margin-bottom: 0px;
   	margin-top:0px;
	border-bottom:none;
	}
	
#latest_news h3 {
	text-indent: -5000px;
	background:url(images/headings/home_latestnews.jpg) no-repeat;
	width: 306px;
	height: 71px;
	margin-left: 0px;
   	margin-right: 0px;
   	margin-bottom: -10px;
   	margin-top:0px;
	border-bottom:none;
	}
	
	
	/*.page h3 {
	text-indent: -5000px;
	background:url(images/headings/subpage_latestnews.png) no-repeat;
	width: 213px;
	height: 30px;
	margin-left: 0px;
   	margin-right: 0px;
   	margin-bottom: 0px;
   	margin-top:30px;
	border-bottom:none;
	}*/
	
	
	
	
	
	
.page-3 h4 {
	text-indent: -5000px;
	background:url(images/headings/home_contact.png) no-repeat;
	width: 213px;
	height: 30px;
	margin-left: 0px;
   	margin-right: 0px;
   	margin-bottom: 0px;
   	margin-top:30px;
	border-bottom:none;
	}
	
	.page-5 h4 {
	text-indent: -5000px;
	background:url(images/headings/home_contact.png) no-repeat;
	width: 213px;
	height: 30px;
	margin-left: 0px;
   	margin-right: 0px;
   	margin-bottom: 0px;
   	margin-top:30px;
	border-bottom:none;
	}
	

	


	
#topleft_image {
	text-indent: -5000px;
	//background:url(images/backgrounds/hometopleft_statue.png) no-repeat;
        background:url(images/sitewide/ajt/left_logo.png) no-repeat;
	width: 161px;
	height: 162px;
	margin-left: 0px;
   	margin-right: 0px;
   	margin-bottom: 0px;
   	margin-top:0px;
	}
	

#sub_header h2 {
	background-image: url(images/headings/heading_subheader.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	text-indent: -9999px;
	padding:0;
	margin:0;
	height: 116px;
	width: 259px;
	line-height: 0;
	font-size: 10px;
	}

h2 a.latest_news {
	background-image: url(images/headings/heading_sidebar_news.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	text-indent: -9999px;
	padding:0;
	margin: 20px 0 0 0;
	height: 46px;
	width: 230px;
	line-height: 0;
	font-size: 10px;
	float:left;
	}

h2 a.press_releases {
	background-image: url(images/headings/heading_sidebar_press.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	text-indent: -9999px;
	padding:0;
	margin: 20px 0 0 0;
	height: 46px;
	width: 230px;
	line-height: 0;
	font-size: 10px;
	float:left;
	}
	
h2 a.sites_development {
	background-image: url(images/headings/heading_sites.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	text-indent: -9999px;
	padding:0;
	margin: 20px 0 0 0;
	height: 46px;
	width: 230px;
	line-height: 0;
	font-size: 10px;
	float:left;
	}	
	
h2 a.movies {
	background-image: url(images/headings/heading_movies.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	text-indent: -9999px;
	padding:0;
	margin: 20px 0 0 0;
	height: 46px;
	width: 230px;
	line-height: 0;
	font-size: 10px;
	float:left;
	}	

h3.quote_carbon {
	background-image: url(images/headings/sidebar_quote_carbon.png);
	background-position:top left;
	background-repeat:no-repeat;
	text-indent: -9999px;
	padding:0;
	margin: 12px 0 0 0;
	height: 169px;
	width: 230px;
	line-height: 0;
	font-size: 10px;
	float:left;
	}
	
.welcome_title_flash {
	width:306px;
	background-color:#F0F0F0;}
	
