/**
 * Tequila Totties stylesheet
 * @author crazed.org.uk
 *
 * requires reset-fonts.css
 */
 
body {background: #fff url(../images/page_bg.gif) repeat-y center; color:#363636;

}
a {text-decoration: none; color:#3d7787;}
a:hover { text-decoration: underline; color:#3d7787;}

p {
}

h2 {
	font-size: 115%;
	font-weight: bold;
	margin-bottom:1em;
}

/*
#content p, #content ul {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
}
#content p strong, #content p em, #content p  i {
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
*/

/** 
 *	Layout
 */
 
#container {
	width: 960px;
	margin: 0 auto;
	position: relative;
	padding-top:28px;
}

/** header **/
#header {
	height: 252px;	/*   280  - 28 */
	top:0; right:0; 
	background: url(../images/header_bg.jpg) no-repeat 0 74px;
	position:relative;
}

#content {
	position:relative;
	margin-top:12px;
} 

/** footer **/

#footer {
	position:relative;
	background:url(../images/footer_bg.jpg) no-repeat #404040;
	height:70px;	/* 104 - 34 */
	padding:34px 30px 0;
}


/**
 * header stuff 
 **/

/** page titles **/
#header h1 { margin:0; padding:0; }
#header h1 a {
	height:74px; width:178px;
	margin:0; padding:0; 
	background: url(../images/ismit_logo.jpg) no-repeat;
	text-indent:-1000em;
	display:block;
}
#site-description { display:none; }

/** navigation **/

#site-nav {
	top:50px;
	right: 0;
	line-height:22px;
	font-size:123.1%;
	position:absolute;
	letter-spacing:-0.0px;
}
#site-nav li {float:left;margin-left:0.5em;}

/* nav 2 */
#feature-nav, .featurenav {
	position: absolute;
	top: 74px;
	left: 0;
	padding-top:28px;
	padding-left:22px;
}
#feature-nav  > li, .featurenav  > li {
	float:left;
	width: 120px;
}
/* ie 
#feature-nav li ul li {float:none;}   */

#feature-nav li a, .featurenav li a  {
	color:#999999;
	/* ie rules would go here too */
}
#feature-nav > li > a, .featurenav > li > a {
	font-size:232%;
	color:#999999;
	border-bottom:6px solid #999999;
	text-transform:lowercase;
	line-height:1;
	letter-spacing:-1px;
}
#feature-nav > li > a:hover, .featurenav  > li > a:hover { color:#C6CDD7; background-color:#04738F; text-decoration:none; border-bottom-color: #C6CDD7; }

#feature-nav li ul, .featurenav li ul  {	/* second nav   ul > li  */
	margin-top:12px;
}
#feature-nav li ul a, .featurenav li ul a  {	/* second nav   ul > li > a */
	font-size:85%;
	line-height:1.5;
	color:#a4b0bb;
	font-family:"tahoma", helvetica, arial, san-serif;
}
#feature-nav li:hover ul a, .featurenav li:hover ul a  { color:#787878; }
#feature-nav li ul a:hover, .featurenav li ul a:hover  { color:#04738F; text-decoration:none; }

/**
 *	Content area
 */



/** content generic rules **/

.page #main p {
	margin: 0 0 1em;
}
.page #main ul {
	margin-bottom:1em;
	list-style: square;
	padding-left: 1.45em;
}
.page #main li {
	list-style:inherit;
	padding-left:1.55em;
	margin-bottom:0.7em;
}
.page #main ol {
	margin-bottom:1em;
	list-style: decimal;
	padding-left: 1.45em;	
}

.page #main table {
	border:0;
	border-bottom:1px solid #bbb;
	margin-bottom:1em;
}
.page #main table thead th {
	background: #D5DBE1;
	padding: 1em 0.3em 0.3em 0.5em;
	font-weight:bold;
	font-size:85%;
}
.page #main table tbody td {
	padding:0.3em 0.1em 0.1em 0.5em;
	border-bottom:1px solid #e0e0e0;
	font-size:85%;
}
#adsl-unlimited-list {width:100%;}
#adsl-package-list {width:100%;}

/** clients list **/

.pageid-147 #main .content h3 {
	color: #117AAB;
}


/** search page **/

body.search #content { 
	margin-top: 12px;
	margin-bottom: 12px;
	padding-top:26px; 
	overflow:auto;
	background:url(../images/content_bg.gif) no-repeat 0 16px;
}
body.search .hentry {
	margin-bottom:1em;
}
body.search .entry-content {
	margin-left:3px; padding-left: 0.5em;
}
/** content layouts **/

/* front */
#front-main {
	background:url(../images/front_supercharge_bg.jpg) no-repeat 0 72px;
	position:relative;
	width:640px; height:330px;	/* height: 430 - 34 - 72 +6*/
	padding-top:100px;	/* 34+ 72  - 6 */
	
	float:left;
	
}
#front-main h2 {
	background: url(../images/front_supercharge_heading.jpg) no-repeat;
	height:72px; width:640px;
	margin:0; padding:0;
	text-indent:-1000em;
	position:absolute;
	top:0; left:0;
}
#front-main div {
	float:left;
	width: 287px;	/* 320 - 22 - 11    extra 11 to allow for proper spacing to the right of the 2nd column content (2 x 11 = 22px extra) */
	height: 160px;
	margin-left:22px;
}
#front-main div img { float:left; margin-top:5px; }
#front-main div h3, #front-main div p {margin-left: 108px; line-height:1.5;}
#front-main div h3 {font-size: 108%;font-weight:bold; margin-bottom:0.2em; vertical-align:top; }
#front-main div p {font-size: 85%;}

/* sidebar for products */

#front-products {
	float:right;
	width:320px; height:430px;
	background: url(/images/front_side_bg.jpg) no-repeat;
	color:#686868;
}
#front-products h2 {
	color:#8f9ca2;
	font-weight:normal;
	font-size:182%;
	padding:36px 28px 25px 0;
	height: 22px;
	text-align:right;
	letter-spacing: -1px;
}
#front-products div {margin:0 20px 0 16px; clear:left; padding-bottom: 12px; overflow:auto;}
#front-products img { float:left; margin-right:8px; margin-bottom:32px;}
#front-products div h3 { float:left; font-weight:bold; margin-right:0.5em; font-size:85%;line-height:1.4; text-transform:uppercase;}
#front-products div p { padding-left: 104px; font-size:85%; line-height:1.4; text-transform:none;}


/** adsl panel **/
#front-adsl {
	clear:left;
	width:960px;
	background:url(../images/front_extra_mid.jpg) repeat-y;
	color:#6f6f6f;
}
#front-adsl h2 {
	padding: 22px 30px 16px; margin:0;
	background:url(../images/front_extra_top.jpg) no-repeat;
	color:#6f6f6f; font-weight: normal;
	font-size: 182%;
}
#front-adsl .content {
	background:url(../images/front_extra_bottom.jpg) no-repeat bottom;
	padding-bottom:32px;	/* originally 24, added more to increase the bottom spacing */
}
#front-adsl .content p {margin: 0 30px 1em 30px; line-height:1.5;}

#front-adsl-products {overflow:auto; margin-top:1.5em;}
#front-adsl-products li {float:left; margin:0 30px; width:260px; font-size:85%; }
#front-adsl-products li h3 { width:260px; height:93px; margin-bottom:8px; text-indent:-1000em; }
#front-adsl-products li h3 a { display:block; width:260px; height:93px; text-indent:-1000em;}
.content  #front-adsl-products li p { margin: 0 0 1em; line-height:1.5; width:158px; float:right;}
#front-adsl-products li b { font-size: 123.1%; display:block; float:left; margin-right:0.4em; max-width:95px;}
#front-adsl-products li a.more { font-weight:bold; float:left; margin-top:0.2em; }

#products-maxrate h3 { background:url(../images/adsl_upto8mb.jpg) no-repeat; }
#products-unlimited h3 { background:url(../images/adsl_unlimited.jpg) no-repeat; }
#products-adsl2 h3 { background:url(../images/adsl_adsl2.jpg) no-repeat; }

/* subpages - most common - dual column */

.page #content { 
	margin-top: 12px;
	margin-bottom: 12px;
	padding-top:26px; 
	overflow:auto;
	
	background:url(../images/content_bg.gif) no-repeat 0 16px;
}

#breadcrumb { position:absolute; top: 12px; z-index:100; }
#breadcrumb ul {
	color:#717171;
	border-bottom: 1px solid #b3b3b3;
	margin:0 30px 0 30px;
	overflow:auto;
	width: 580px /* 640 - 30 - 30 */
}
#breadcrumb li { float:left; margin-left: 5px; padding-left: 14px; background:url(../images/bcright.gif) no-repeat 0 4px; }
#breadcrumb li.home { margin-left:0; padding-left:0; background:none; }

#main {
	clear:left;
	float:left;
	position:relative;
	padding: 26px;
	width: 588px; /* 640px - 26 - 26 */
	
	color:#3b4448;
	line-height:1.5;
}

#side-wrap { 
	float:left; 
	width:320px; 
	background:url(../images/sidebar_bg.png) repeat-y;
	margin-top:-10px;
}


/* bottom */
#side {
	background:url(../images/sidebar_bottom.png) no-repeat bottom;
	padding-bottom:30px;  /* 9px + more spacing  */
	line-height:1.5;
	color:#454545;
}

/* top */
#side-contents {
	background:url(../images/sidebar_top.png) no-repeat;
	list-style:none;
	padding:0 26px 0 26px;
}


/** content / typeface settings for the page layout **/

#main h2 {
	color:#224555;
	font-size:232%;
	font-weight:normal;
	margin-bottom: 26px;
	line-height:1;
}
#side h3 {
	font-size:153.9%;
	padding:30px 0 0;
	margin-bottom:22px;
	color:#000;
	font-weight:normal;
}

#side a { font-weight:bold; color:#58626E; }
#side a:hover {color: #3d7787; }

#latest-news h4 {
	font-weight:bold;
	margin-top:0.8em;
}

#content h3 {font-size: 138.5%;}
#content h4 {font-size: 116%;}
#content h5 {font-size: 108%; font-weight:bold;}
#content h6 {font-size: 100%; font-weight:bold;}

#content #main h3 {
	margin-top: 1.75em;
	margin-bottom: 1em;
	
	
	line-height:5px;
	padding-bottom:1px;
	border-bottom: 8px solid #ebebeb;
}

#main ol h4 { font-weight:bold; }
#main h4 { margin-top: 0.5em; margin-bottom: 0.3em; }

/** specific page layouts **/

/* adsl titles */

body#unlimited h2.page-title {
	text-indent:-100em;
	background:url(/images/unlimitedadsl_title2.png) no-repeat;
	width:584px;
	height:90px;
	margin-bottom:0.7em;
}

/*body#8mbps-broadband h2.page-title,  */
body.pageid-92 h2.page-title {
	text-indent:-100em;
	background:url(/images/8mbps_title2.png) no-repeat;
	width:584px;
	height:90px;
	margin-bottom:0.7em;
}
body#adsl2-24mbit h2.page-title {
	text-indent:-100em;
	background:url(/images/24mbps_title2.png) no-repeat;
	width:584px;
	height:90px;
	margin-bottom:0.7em;
}

/** adsl - sign up **/

a.sign-up-adsl {
	width:7em;
	display:block;
	text-align:center;
	
	padding:0.7em;
	border:3px double #BED1E0;
	background-color:#13749B;

	font-size:120%;
	font-weight:200;
	color:#f0f0f0;	
}
a.sign-up-adsl:hover {
	background-color:#228AB4;
	text-decoration:none;
	color:#fff;
}


/**
 *	footer stuff
 */
#footer {
	clear:left;
	font-size:93%; line-height:1.2;
	color:#797979;
}	/* 12px */

#footer-nav a { color:#305e98; }
#footer-nav li { margin-left:4px; padding-left:4px; border-left:1px solid #305e98; line-height:1.1; float:left; vertical-align:center;}
#footer-nav li.first, #footer-nav li:first-child { margin-left:0; padding-left:0; border:none; }

#footer-search {float:right; margin-top:-5px;}
#footer-search button { font-size:93%; }

#copyright, #companyreg { font-size:85%; position:absolute; bottom:16px; }
#copyright { left:30px; }
#companyreg { right:30px; }




/***** sandbox *****/
div#access div.skip-link{position:absolute;top:1em;right:0;display:none;}

div#nav-above,div#nav-below{width:100%;height:1em;}
div#nav-above{margin-bottom:1em;}
div#nav-below{margin-top:1em;}
.alignleft,div.nav-previous{float: left;}
.alignright,div.nav-next{float: right;}
form#commentform .form-label{margin:1em 0 0;}
form#commentform span.required{background:#fff;color:red;}
form#commentform,form#commentform p{padding:0;}
input#author,input#email,input#url{width:50%;}
input#author,input#email,input#url,textarea#comment{padding:0.2em;}
div.comments ol li{margin:0 0 3.5em;}
textarea#comment{height:13em;margin:0 0 0.5em;overflow:auto;width:66%;}

div.sidebar input#s{width:7em;}
div.sidebar li form{margin:0.2em 0 0;padding:0;}
div.sidebar ul ul{margin:0 0 0 1px; line-height:1.54;}
div.sidebar ul ul ul{margin:0 0 0.75em 0; padding: 0 0 0 1.05em;}
div.sidebar ul ul ul li{list-style:square;}

#side-pages ul ul {
	margin: 0 0 0.75em;
	padding: 0 0 0 0.3em;
}
#side-pages ul ul li {
	border-left:2px solid #aaa;
	list-style:none;
	padding: 0 0 0 0.5em;
}

/* New gallery feature styles; Can't use div.attachment because shortcodes can link to galleries in other posts */
div.gallery{clear:both;float:left;width:100%;}
div.gallery dl{float:left;text-align:center;}
div.gallery dl dt{margin:0;}
div.gallery dl dd{margin-left:0;}
div.entry-attachment,div.entry-caption{text-align:center;}
div.entry-attachment img,div#nav-images div img{overflow:hidden;}
body.attachment div#nav-images{clear:both;width:100%;}
body.attachment div#nav-images div{padding:1em 0;width:50%;}
body.attachment div#nav-images div.nav-previous{text-align:left;}
body.attachment div#nav-images div.nav-next{text-align:right;}
body.attachment div.entry-meta,body.attachment div#comments{clear:both;}
