/* ------------------------------------------------------------
 * =screen styles
 ------------------------------------------------------------ */

body {
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: left; /* IE 5.x hack */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small; /*feed to IE 5.5*/
	f\ont-size: small; /*feed to compliant browsers*/
}
img {
	border: 0;
}
a {
	color: #1081b9;
	text-decoration: none;
}
a:hover {
	/*background: transparent; /* needed for IE to allow hover on sub elements */
	text-decoration: underline;
}
a:hover span {
	text-decoration: underline;
}






/* ------------------------------------------------------------
 * =typography
 ------------------------------------------------------------ */

h1 {
	font-size: medium; /*feed to IE 5.5*/
	f\ont-size: large; /*feed to compliant browsers*/
}
h2 {
	font-size: small; /*feed to IE 5.5*/
	f\ont-size: medium; /*feed to compliant browsers*/
	font-weight: bold;
}
h3 {
	font-size: x-small; /*feed to IE 5.5*/
	f\ont-size: small; /*feed to compliant browsers*/
	text-transform: uppercase;
}
h3 img { /* TEMP HACK FIX */
	margin: 3px 0 2px 0;
}
h4, h5, h6 {
	font-size: xx-small; /*feed to IE 5.5*/
	f\ont-size: x-small; /*feed to compliant browsers*/
	text-transform: uppercase;
}


#content h1 {
	font-size: 22px;
	color: #c60;
/* 	color: #466677; */
}
#content h2 {
	color: #c60;
	font-size: small; /*feed to IE 5.5*/
	f\ont-size: medium; /*feed to compliant browsers*/
	margin: 0;
}
#content h3 {
	color: #678b99;
	text-transform: none;
	margin-bottom: 0;
	font-size: x-small; /*feed to IE 5.5*/
	f\ont-size: small; /*feed to compliant browsers*/
}
#content p {
	margin-top: 5px;
/* 	font-size: 90%; */
}
#intro h2 {
	line-height: 1.7em;
	margin-bottom: 0;
}
#intro p {
	line-height: 1.5em;
	margin-top: 3px;
}

#right_column p {
	margin-top: 5px;
	font-size: xx-small; /*feed to IE 5.5*/
	f\ont-size: x-small; /*feed to compliant browsers*/
	line-height: 1.3em;
	margin-bottom: 25px;
}
#content .hr { /* IE friendly <hr /> */
	height: 1px;
	font-size: 0; /* Hack for IE */
	background: url(../../i/dashed_line_b3.gif) repeat-x;
	margin: 19px 0;
}







/* ------------------------------------------------------------
 * =layout
 ------------------------------------------------------------ */

#container, .container {

	background: #fff url(../images/container_bg.gif) repeat-y;
	margin: 0 auto;
	padding: 9px 23px 0 34px;
	text-align: left; /* Recover from hack */
	voice-family: "\"}\""; /* Tantek's Box Model Hack: http://www.tantek.com/CSS/Examples/boxmodelhack.html*/
	voice-family: inherit;
}
html>body #container { /* Be nice to Opera 5 */
	width: 701px;
}
/* Six Apart logo */
#header {
	margin-bottom: 10px;
}
#header h1 {
	margin: 0;
	padding: 0 0 0 10px;
}
body#home #header h1 {
	padding: 0;
}
#header h1 img {
	float: left;
    position: relative;
}


/* ------------------------------------------------------------
 * 2 column layout styles
 ------------------------------------------------------------ */

#content { /* The content section */
	width: 510px;
	float: right;
	padding: 0 11px 0 0;
	line-height: 1.4em;
/*     outline: 1px solid red; */
}
#content .intro {
    font-size: 100%;
    font-weight: bold;
/*     line-height: 1.6em; */
   line-height: 2.2em;
}
#sidebar { /* The sidebar */
	width: 160px;
	float: left;
}
#sidebar, #content {
/* 	margin-top: 11px; */
}
#wrap { /* content wrapper */
	margin-left: 10px;
	margin-top: 10px;
}



/* ------------------------------------------------------------
 * 2 column split center layout styles
 ------------------------------------------------------------ */

#center_column {
	width: 310px;
	float: left;
}
#right_column {
	width: 175px;
	float: right;
	margin-top: 20px;
}


/* ------------------------------------------------------------
 * =3 column layout styles
 ------------------------------------------------------------ */

body.col3 #content { /* Starts at the top, and holds the left two columns */
	width: 458px;
	padding: 0;
	float: left;
}
body.col3 #intro { /* The introduction paragraph */
	width: 450px;
	margin-bottom: 23px;
}

body.col3 #left_column {
	width: 200px;
	float: left;
	font-size: xx-small; /*feed to IE 5.5*/
	f\ont-size: x-small; /*feed to compliant browsers*/
}
body.col3 #center_column {
	width: 230px;
	float: left;
	margin-left: 20px;
}
body.col3 #sidebar { /* Sidebar starts at the top */
	width: 230px;
	float: left;
/* 	padding-top: 7px; */
	margin-left: 13px;
}

/* Center column styles */
body.col3 #center_column {
	line-height: 1.2em;
}
body.col3 #center_column h3 {
	color: #3b5b6c;
	font-size: 115%;
	margin: 0;
}
body.col3 #center_column h3 a, 
body.col3 #center_column h4 a {
	color: #678B99;
}
body.col3 #center_column p {
	margin: 0;
	padding: 3px 0;
}
body.col3 #center_column p.link { /* More info link */
	text-align: right;
	font-size: xx-small; /*feed to IE 5.5*/
	f\ont-size: x-small; /*feed to compliant browsers*/
}
/* Used for the links */
body.col3 #center_column ul {
	margin: 0 0 30px 0;
	padding: 0;
	list-style: none;
}
body.col3 #center_column ul li {
	padding: 2px 0 5px 0;
	background: url(../../i/dashed_line.gif) repeat-x bottom;
}
body.col3 #center_column p.pad { /* pad the bottom a bit */
	margin: -4px 0px 25px 0px;
}
body.col3 #center_column p.pad_less { /* pad the bottom a bit less for our ul beneath */
	margin: -4px 0px 0px 0px;
}


/* ------------------------------------------------------------
 * =one column
 ------------------------------------------------------------ */
body.col1 #content {
	width: 100%;
	margin: 60px auto 20px;
}
body.col1 #content h2 {
	color: #96bd7a;
	font-size: large; /*feed to IE 5.5*/
	f\ont-size: x-large; /*feed to compliant browsers*/
	text-transform: uppercase;
}
body.col1 #content ul {
	list-style: none;
	padding: 0;
}


/* ------------------------------------------------------------
 * =col3head - 3 column with sidebar and full width header
 ------------------------------------------------------------ */

body.col3head #content {
    margin: 0;
    padding: 0;
	width: 701px;
}
body.col3head #banner {
	position: relative; 
}

body.col3head #featured_content { /* The content section */
	width: 470px;
	margin-right: 11px;
	padding-bottom: 40px;
	display: inline; /* So IE doesn't double the margin */
	background: #fcf1d1 url(../../i/rounded_bottom_470.gif) no-repeat bottom;
	line-height: 1.3em;
	font-size: xx-small; /*feed to IE 5.5*/
	f\ont-size: x-small; /*feed to compliant browsers*/
}
body.col3head #featured_content h2 {
	color: #fff;
	background: #fc3 url(../../i/rounded_top_470.gif) no-repeat;
	margin: 0;
	font-size: 200%;
	padding: 9px 10px 9px 10px;
	text-transform: uppercase;
}
body.col3head #sidebar {
	line-height: 1.3em;
	font-size: xx-small; /*feed to IE 5.5*/
	f\ont-size: x-small; /*feed to compliant browsers*/
}












/* ------------------------------------------------------------
 * =main navigation
 ------------------------------------------------------------ */
#lang_switcher {
/*    border: 1px solid red;*/
}
#lang_switcher form {
    display: inline;
}










/* ------------------------------------------------------------
 * =main navigation
 ------------------------------------------------------------ */

/*______________________________________________NAV WITH VOX ADDED TO THE IMAGE MATRIX________________________________________*/
	ul#nav {
    list-style: none;
    float: left;
    margin: 0;
    margin-top: 16px;
    width: 437px;
    position: relative;
    left: 135px;
	 background: url(http://www.sixapart.com/i/nav_group_vox.gif) 0 -28px no-repeat;

}
#home ul#nav {
   left: 100px;
}
ul#nav li {
	height: 28px;
   float: right;
}
/* Set up the navigation links */
ul#nav li a { /* Used for all links */
	display: block;
	text-indent: -5000px;
	text-decoration: none;
    background-image: url(http://www.sixapart.com/i/nav_group_vox.gif);
    background-repeat: no-repeat;
    position: absolute;
    height: 28px;
}

ul#nav li#nav_tp a { /* TypePad link */
    width: 63px;
    background-position: 0 0;
    top: 0;
    left: 0;
}
ul#nav li#nav_tp a:hover { /* Rollover */
	background-position: 0 -28px;
}
#tp_index ul#nav li#nav_tp a { /* Current */
	background-position: 0 -56px;
}

/*---------------------------------------------------------------*/

ul#nav li#nav_mt a { /* Movable Type link */
    width: 107px;
    background-position: -63px 0;
    top: 0px;
    left: 63px;
}
ul#nav li#nav_mt a:hover { /* Rollover */
	background-position: -63px -28px;
}
#mt_index ul#nav li#nav_mt a { /* Current */
	background-position: -63px -56px;
}



/*---------------------------------------------------------------*/
ul#nav li#nav_vox a { /* Voxlink */
    width: 40px;
    background-position: -160px 0;
    top: 0px;
    left: 160px;
}
ul#nav li#nav_vox a:hover { /* Rollover */
	background-position: -160px -28px;
}

/*---------------------------------------------------------------*/


ul#nav li#nav_lj a {  /*LiveJournal link */
    width: 99px;
    background-position: -200px 0;
    top: 0px;
    left: 200px;
}
ul#nav li#nav_lj a:hover {  /*Rollover */
	background-position: -200px -28px;
}
#lj_index ul#nav li#nav_lj a {  /*Current */
	background-position: -200px -56px;
}

/*---------------------------------------------------------------*/

/*
ul#nav li#nav_about a {  Business link 
    width: 73px;
    background-position: -273px 0;
    top: 0px;
    left: 20px;
}
ul#nav li#nav_about a:hover {  Rollover 
	background-position: -288px -28px;
}
#re_index ul#nav li#nav_about a {  Current 
	background-position: -288px -56px;
}*/




ul#nav li#nav_business a {  /*Business link*/ 
    width: 73px;
    background-position: -288px 0;
    top: 0px;
    left: 288px;
}
ul#nav li#nav_business a:hover {  /*Rollover*/ 
	background-position: -288px -28px;
}
#re_index ul#nav li#nav_business a {  /*Current*/ 
	background-position: -288px -56px;
}




ul#nav li#nav_support a {  /*Support link */
    width: 66px;
    background-position: -371px 0;
    top: 0px;
    left: 371px;
}
ul#nav li#nav_support a:hover {  /*Rollover*/ 
	background-position: -371px -28px;
}

#sp_index ul#nav li#nav_support a {  /*Current*/ 
	background-position: -371px -56px;
}






/* ------------------------------------------------------------
 * =footer 
 ------------------------------------------------------------ */

#watermark {
	clear: both;
	width: 758px;
	margin: auto;
	background: #fff url(../images/container_bg.gif) repeat-y;
	padding: 10px 23px 20px 34px;
	text-align: left;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 701px;
	color: #999;
	font-size: 85%;
}
#watermark a, #watermark a span {
	color: #999;
	font-weight: bold;
}
#footer {
	color: #fff;
	width: 758px;
	background: url(../i/bottom.gif) no-repeat; /* bottom.gif is taller than necessary, to allow text to resize */
	line-height: 1.3em;
    text-align: center;
	margin: 0 auto;
	padding: 5px 30px;
	voice-family: "\"}\""; /* http://www.tantek.com/CSS/Examples/boxmodelhack.html */
	voice-family: inherit;
	width: 698px;
        font-weight: normal;
        font-size: xx-small; /*feed to IE 5.5*/
        f\ont-size: x-small; /*feed to compliant browsers*/
}
html>body #footer { /* Be nice to Opera 5 */
	width: 698px;
}
#footer a { /* Set up our footer links */
	color: #fff;
}
#footer a:hover {
	text-decoration: underline;
}





/* ------------------------------------------------------------
 * =sidebar styles
 ------------------------------------------------------------ */

#sidebar h4 {
	font-size: 100%;
	margin-bottom: 0;
}

/* Subnav ------------------------------------------ */
#subnav {
	background: #97bd78 url(../../i/rounded_bottom_160.gif) no-repeat bottom;
	line-height: 1.5em;
	margin-bottom: 20px;
}
#subnav h3 {
	color: #e0ebd6;
	background: url(../../i/rounded_top_160.gif) no-repeat;
	padding: 8px 10px 0 10px;
	margin: 0;
	text-transform: uppercase;
}
#subnav h3 a {
   color: #fff;
}
#subnav ul {
	list-style: none;
	font-size: 85%;
	padding: 0 0 15px 0;
	margin: 0 0 0 5px;
}
#subnav ul li {
	padding: 0 12px;
	margin-left: 6px;
}
#subnav ul li a {
	color: #000;
	text-decoration: none;
	border-bottom: none;
}
#subnav ul li a:hover {
	color: #000;
	text-decoration: underline;
}
#subnav ul li.active {
	background: url(../../i/bullet.gif) no-repeat left center;
	margin: 0px 0px 0px 6px;
}
#subnav ul li.active a {
	font-weight: bold;
}
#subnav img {
	padding: 9px 0 0 8px;
}
#subnav.mt img {
	padding: 0;
}


/* Sidebar divs ------------------------------------------ */
div.blue_box {
	color: #333;
/*	background: red;*/
	background: #d8e1e7 url(../../i/rounded_bottom_160.gif) no-repeat bottom;
	font-size: 85%;
	line-height: 1.7em;
	padding-bottom: 8px;
	margin: 0 0 18px 0;
}
body.col3head div.blue_box {
	background: #d8e1e7 url(../../i/rounded_bottom_200.gif) no-repeat bottom;
	font-size: 100%;
}
div.blue_box h3 {
	color: #466677;
	background: url(../../i/rounded_top_160.gif) no-repeat;
	padding: 8px 10px 0 10px;
	margin: 0;
	font-size: xx-small; /*feed to IE 5.5*/
	f\ont-size: x-small; /*feed to compliant browsers*/
}
div.blue_box p {
	margin: 2px 0;
	padding: 0 10px;
}


#sidebar div.blue_bubble {
	color: #333;
	background: #d8e1e7 url(../../i/rounded_bottom_160.gif) no-repeat bottom;
	font-size: 85%;
	line-height: 1.7em;
	padding-bottom: 8px;
	margin: 0 0 18px 0;
}
#sidebar div.blue_bubble a {
	color: #333;
	border-bottom: 1px solid #1081b9;
}
#sidebar div.blue_bubble a:hover {
	color: #1081b9;
	border-bottom: 1px solid #1081b9;
   text-decoration: none;
}
#sidebar div.blue_bubble h3 {
	color: #466677;
	background: url(../../i/rounded_top_160.gif) no-repeat;
	padding: 8px 10px 0 10px;
	margin: 0;
}
#sidebar div.blue_bubble h4, 
#sidebar div.blue_bubble p { /* set up some padding */
	padding: 0 10px;
}
#sidebar div.blue_bubble h4 {
	padding-top: 8px;
	margin: 0;
}
#sidebar div.blue_bubble ul {
	list-style: none;
	margin: 0;
	padding: 0 10px 7px 10px;
	line-height: 1.6em;
}
#sidebar div.blue_bubble ul li a, 
#sidebar div.blue_bubble p.link a, 
#sidebar div.blue_bubble ul li a:hover {
	color: #1081b9;
	border: none;
}
#sidebar div.blue_bubble ul li a:hover {
	text-decoration: underline;
}



/* Archive list (blue) ------------------------------------------ */
#archive {
	color: #333;
	background: #d8e1e7 url(../../i/rounded_bottom_160.gif) no-repeat bottom;
	font-size: 85%;
	line-height: 1.7em;
	padding-bottom: 8px;
	margin: 20px 0 20px 0;
}
#archive a {
	color: #333;
	border-bottom: 1px solid #1081b9;
}
#archive a:hover {
	color: #1081b9;
	border-bottom: 1px solid #1081b9;
}
#archive h3 {
	color: #466677;
	background: url(../../i/rounded_top_160.gif) no-repeat;
	padding: 8px 10px 0 10px;
	margin: 0;
}
#archive h4, 
#archive p { /* set up some padding */
	padding: 0 10px;
}
#archive h4 {
	padding-top: 8px;
	margin: 0;
}
#archive ul {
	list-style: none;
	margin: 0;
	padding: 0 10px 7px 10px;
	line-height: 1.6em;
}
#archive ul li a, 
#archive p.link a, 
#archive ul li a:hover {
/* 	border-top: 1px solid #97bd78; */
	color: #1081b9;
	border: none;
}

/* Tips and News section (in the sidebar) ----------------------------- */
#tips, #news {
	color: #333;
	background: #e7eff2 url(../../i/rounded_bottom_200.gif) no-repeat bottom;
	padding-bottom: 8px;
	margin: 0 0 18px 0;
}
#tips h3, #news h3 {
	color: #4e6978;
	background: url(../../i/rounded_top_200.gif) no-repeat top;
	padding: 7px 11px 3px 11px;
	margin: 0;
}
#archive div.hr, #tips div.hr, #news div.hr { /* IE friendly <hr> */
	height: 1px;
	font-size: 0; /* Hack for IE */
	background: url(../../i/dashed_line_b.gif) repeat-x top;
	margin: 0 10px;
}
#tips p, #news p { /* set up some padding */
	padding: 0 10px;
	margin: 0 0 5px 0;
	background: url(../../i/dashed_line_b.gif) repeat-x top;
}
#tips p.link, #news p.link {
	padding: 5px 10px;
	line-height: 1em;
	text-align: right;
}
#tips p.link a:hover, #news p.link a:hover {
	text-decoration: none;
}
#tips p.link a:hover span, #news p.link a:hover span {
	text-decoration: underline;
}


/* international products ------------------------------------------ */
#international {
	background: #eee url(../../i/rounded_bottom_200.gif) no-repeat bottom;
    padding-bottom: 3px;
	margin-bottom: 18px;
}
#international p {
	margin: 8px 6px;
	padding: 0;
}
#international p.left {
	width: 100px;
	margin: 2px 0 2px 12px;
	padding: 0;
	float: left;
	display: inline;
}
#international p.right {
	margin: 2px 12px 2px 0;
	padding: 0;
	float: left;
	display: inline;
}


/* MT requirements ------------------------------------------ */
#mt_requirements {
	color: #333;
	background: #dbe4e9 url(../../i/rounded_bottom_160.gif) no-repeat bottom;
	font-size: 85%;
	line-height: 1.4em;
	padding-bottom: 8px;
	margin: 20px 0;
}
#mt_requirements h3 {
	color: #4e6978;
	background: url(../../i/rounded_top_160.gif) no-repeat;
	padding: 7px 11px 3px 11px;
	margin: 0;
}
#mt_requirements p { /* set up some padding */
	padding: 0 10px;
	margin: 5px 0 0;
}
#mt_requirements ul {
	margin-top:0;
	margin-bottom:5px;
}

#mt_banner {
	position: relative;
	width: 169px;
	height: 287px;
	background: #93bc79 url(../../i/promo_mt.gif) no-repeat;
	margin-bottom: 20px;
}
#mt_banner a { /* Remove text from links inside of the Join Pro Net box */
	display: block;
	text-indent: -5000px;
	text-decoration: none;
	position: absolute;
}
#mt_banner #get {
	position: absolute;
	top: 228px;
	left: 22px;
	width: 116px;
	height: 29px;
	background: url(../../i/get_it_now_button.gif) no-repeat;
}




/* Work with Us ------------------------------------------ */
#work {
	width: 200px;
	background: #f5c937 url(../../i/rounded_bottom_200.gif) no-repeat bottom;
	margin-bottom: 20px;
	padding-bottom: 15px;
}
#work h3 {
	color: #fff;
	background: url(../../i/rounded_top_200.gif) no-repeat;
	padding: 11px 11px 5px 11px ;
	margin: 0;
	font-size: medium; /*feed to IE 5.5*/
	font-size: 150%; /*feed to compliant browsers*/
}
#work h3 a,
#work h3.sifr_work_with_us {
	color: #fff;
}
#work p {
	padding: 0 11px;
	margin: 0;
	line-height: 1.3em;
}
#work div a {
   color: #000;
}
#work div.jobs {
    font-weight: bold;
    text-align: right;
    margin-right: 10px;
}

#jobs {
   width: 160px;
   height: 240px;
   background: url(../../i/promo_jobs_160.gif) no-repeat top left;
}
#jobs p {
   position: relative;
   top: 210px;
   left: 12px;
}
#jobs a {
   color: #000;
   font-weight: bold;
}




/* Testimonial section (in the sidebar */
#testimonial {
	color: #333;
	background: #d8e1e7 url(../../i/rounded_bottom_160.gif) no-repeat bottom;
	font-size: 85%;
	line-height: 1.6em;
	padding-bottom: 8px;
/*	margin-top: 15px;*/
	margin-bottom: 18px;
}
#testimonial .top {
	background: url(../../i/rounded_top_160.gif) no-repeat;
	height: 9px;
}
#testimonial p {
	padding: 0 10px;
	margin-top: 3px;
}
#testimonial p.link {
	text-align: right;
	margin-bottom: 7px;
}







/* Where are these used? ------------------------------------------ */
.promo_top_spacing {
    margin-top: 18px;
}
.promo_bottom_spacing {
    margin-bottom: 18px;
}
.promo {
    margin-bottom: 18px;
}



/* ------------------------------------------------------------
 * =blog styles
 ------------------------------------------------------------ */
body.blog .wrap {
    
}
body.blog #content h2 {
	color: #3b5b6c;
	font-size: 135%;
	margin: 0;
}
body.blog #content .date {
	color: #ffa011;
	font-weight: bold;
	margin: 20px 0 0 0;
}
body.blog #content a {
	color: #000;
	border-bottom: 1px solid #1081b9;
}
body.blog #content a:hover {
	color: #1081b9;
   text-decoration: none;
}
body.blog #content blockquote {
	color: #666;
	font-size: 85%;
	margin-left: 15px;
	padding-left: 15px;
	border-left: 1px solid #ccc;
}
body.blog #content .post_info {
	color: #666;
	font-size: 85%;
	text-align: right;
}
body.blog #content .post_info a {
	color: #1081b9;
	border-bottom: none;
}
body.blog #content .post_info a:hover {
	text-decoration: underline;
}
body.blog #content .hr { /* IE friendly <hr /> */
	height: 1px;
	font-size: 0; /* Hack for IE */
	background: url(../../i/dashed_line.gif) repeat-x;
	margin-top: 19px;
}




/* ------------------------------------------------------------
 * Page Specific Styles
 ------------------------------------------------------------ */

/* =confirm ------------------------------------------ */
body#confirm #content {
	width: 400px;
	margin: 90px 150px 20px;
}

/* =error ------------------------------------------ */
body#error #content {
	width: 400px;
	margin: 90px 150px 20px;
}

/* =usability form ------------------------------------------ */
#sa_usability #content {
	line-height: 1.8em;
}

#sa_usability #content li {
	font-weight: bold;
}

#sa_usability #content p {
	font-weight: normal;
}


/* =typepad index ------------------------------------------ */


/* =typepad logged in ------------------------------------------ */




/* movabletype/faq ------------------------------------------ */
#mt_faq ul#nav li#nav_mt a { /* Current */
	background: url(../../i/nav_mt_on.gif) no-repeat;
}

/* about/feeds ------------------------------------------ */
/* about/ourweblogs ------------------------------------------ */
/* about/history ------------------------------------------ */
/* Set Navigation */
#sa_feeds ul#nav li#nav_about a,
#sa_feeds ul#nav li#nav_about a:hover,
#sa_our_blogs ul#nav li#nav_about a,
#sa_our_blogs ul#nav li#nav_about a:hover,
#sa_history ul#nav li#nav_about a,
#sa_history ul#nav li#nav_about a:hover {
	background-position: -288px -56px;
}



/* typekey/api ------------------------------------------ */
body#tk_api #archive li {
   text-align: right;
}
body#tk_api #archive h3 {
   text-align: right;
}

/* =partners section ------------------------------------------ */
body#pt_index #intro {
	font-size: 115%;
	line-height: 1.5em;
}
body#pt_index .pt_package {
	background-color: #fdf2ce;
	margin-top: 25px;
}
body#pt_index .pt_package .top {
	height: 9px;
	background: url(../../i/rounded_top_510.gif) no-repeat;
}
body#pt_index .pt_package .bottom {
	height: 9px;
	background: url(../../i/rounded_bottom_510.gif) no-repeat bottom;
	padding-top: 6px;
	clear: both;
}
body#pt_index .pt_package .left {
	float: left;
	margin-left: 15px;
	display: inline; /* So IE doesn't double the margin */
}
body#pt_index .pt_package .signup_button {
	margin: 6px 0;
}

/* Current */
body#mt_hostingpartners ul#nav li#nav_mt a {
	background: url(../../i/nav_mt_on.gif) no-repeat;
}
body#mt_hostingpartners #promos { 
   text-align: center;
   margin-top: 15px;
}
body#mt_hostingpartners #promos h2 { 
   text-align: left;
   margin-bottom: .5em;
   margin-left: 5px;
}
body#mt_hostingpartners #promos a {
    border: none;
}
body#mt_hostingpartners #promos img {
    margin-bottom: 10px;
}


/* =LiveJournal ------------------------------------------ */
body#lj_index #lj_stats {
   margin-top: 15px;
   width: 220px;
   background: #e8eff3 url(../../i/rounded_bottom_220.gif) no-repeat bottom;
}
body#lj_index #lj_stats h3 {
   color: #4e6a78;
   padding: 5px 10px 0 10px;
   background: url(../../i/rounded_top_220.gif) no-repeat top;
}
body#lj_index #lj_stats ul {
   list-style: none;
   padding: 0 0 10px 0;
   margin: 0;
}
body#lj_index #lj_stats li {
   border-bottom: 1px dotted #4e6a78;
   margin: 3px 12px;
}


/* =support section ------------------------------------------ */

body#sp_index #intro p.intro {
	line-height: 2.2em;
}
body#sp_index #content p.support_list {
   margin-left: 15px;
}
body#sp_index #content p {
	margin: 0;
	font-size: 100%;
}
body#sp_index #content h2 {
	color: #c60;
	font-size: 160%;
	margin: 15px 0 0 0;
    padding: 0;
    text-transform: uppercase;
}



/* =tp_contact section ------------------------------------------ */

#tp_contact ul#nav li#nav_tp a { /* Current */
	background: url(../../i/nav_tp_on.gif) no-repeat;
}

/* =mt_default templates ------------------------------------------ */

ul.default_styles
{
	clear: both;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.default_styles li {
    clear: both;
}
ul.default_styles img {
    border: 1px solid #666;
    padding: 1px;
}
ul.default_styles.threex img {
    border: none;
    padding: 0;
}



/* ------------------------------------------------------------
 * Foreign Content 
 ------------------------------------------------------------ */
.non_en_desc {
	color: #1081B9;
	font-style: italic;
}



/* ------------------------------------------------------------
 * Utilities
 ------------------------------------------------------------ */

.clear {clear: both;}
.right { float: right; margin: 0 0 10px 10px; }
.left { float: left; margin: 0 10px 10px 0; }
img.left {
    float: left;
    margin: 0 10px 10px 0;
}
img.right {
    float: right;
    margin: 0 0 10px 10px;
}
.center {
    text-align: center;
}
.block {
    display: block;
}

.hide { /* Used to hide elements */
	display: none;
}
/* Used to clear the floats: http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
/* End hide from IE-mac */
/* This gets applied to the clearing div added to #domfix via the Javascript fix for IE/Mac */
.mac-clearfix {
	clear:both;
	height:0;
	overflow:hidden;
}
.totop {
    text-align: right;
}


/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after
{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0.0;
}
* html .pkg { display: block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */
