/*  
Theme Name: Ace Tekk Wireless Internet
Theme URI: http://acetekk.com/
Description: Custom design for <a href="http://acetekk.com/">Ace Tekk Wireless Internet</a>. Licensed to Philip Newton.
Version: 1.0
Author: Jon Bourne
Author URI: http://verticentricdesign.com/
*/

* {
	margin:0;
	padding:0;
}
body {
	padding:20px 0;
	background:#000465;
	text-align:center;
	font-family:"Lucida Grande","Trebuchet",sans-serif;
	font-size:9pt;
	line-height:1.6em;
	color:#333;
}
a {
	text-decoration:underline;
	color:#2e34c0;
}
	a:hover {
		text-decoration:none;
		color:#c52026;
	}
ul, ol {
	margin:1em 0 1em 1.4em;
}
	ul ul, ul ol, ol ol, ol ul {
		margin-top:0;
		margin-bottom:0;
	}
img {
	border:0;
}
h1,h2,h3,h4,h5,h6 {
	margin:.8em 0 .2em 0;
	line-height:1.4em;
}
	h1 {	font-size:200%;	}
	h2 {	font-size:160%;	}
	h3 {	font-size:130%;	}
	h4 {	font-size:120%;	}
	h5 {	font-size:110%;	}
	h6 {	font-size:100%;	}
p, table {
	margin:1em 0;
}
	th, td {
		padding-right:1em;
		vertical-align:top;
	}
fieldset {
	margin:1em 0;
	padding:0 1em;
	border:1px solid #CCC;
}
blockquote {
	margin:1em 0 1em 1em;
	padding-left:1em;
	border-left:2px solid #CCC;
	color:#666;
}
dl {
}
	dt {
		font-weight:bold;
	}
	dd {
		margin:0 0 0 2em;
	}
code {
	text-overflow:auto;
	font-size:120%;
	color:#444;
}


#wrapper {
	position:relative;
	margin:0 auto;
	width:760px;
	text-align:left;
}

#header {
	position:relative;
	height:120px;
	background:url("./images/bg_header.gif") no-repeat;
}
	#header h1 {
		margin:0;
	}
		#header h1 a {
			display:block;
			position:absolute;
			top:10px;
			left:12px;
			width:235px;
			height:105px;
			text-indent:-9000px;
		}
	#header p {
		display:none;
	}

#nav {
	position:absolute;
	bottom:20px;
	right:20px;
	margin:0;
	text-transform:lowercase;
	font-size:12px;
	font-weight:bold;
}
	#nav li {
		display:inline;
		padding:0 0 0 10px;
	}
		#nav a {
			text-decoration:none;
			color:#BBB;
		}
			#nav a:hover {
				color:#333;
			}

#login-link {
	position:absolute;
	top:0;
	right:20px;
}
	#login-link a {
		text-decoration:none;
		text-transform:lowercase;
		font-size:10px;
		color:#FFF;
	}

#main {
	position:relative;
	padding:0 20px 50px 20px;
	background:url("./images/bg_content.gif") repeat-y;
}
	#main h2 {
		position:relative;
		left:-10px;
		margin:0 0 .75em 0;
		text-transform:lowercase;
		line-height:1em;
		font-size:30px;
		font-style:italic;
		color:#DDD;
	}
	#main h3 {
		clear:left;
	}
	.post-list {
		margin:0 0 2em;
	}
		.post-list h3 {
			margin:0;
		}
		.post-list .meta {
			font-size:90%;
			color:#888;
		}
		.post-list .entry p {
			margin:0 0 10px;
		}
	.post-single {}
		#main .post-single h2 {
			position:static;
			margin:0;
			text-transform:none;
			font-size:20px;
			font-style:normal;
			color:#888;
		}
		.post-single .meta {
			margin:0;
			font-size:90%;
			color:#888;
		}
		.post-single .entry p {
			margin:0 0 10px;
		}
		#comment {
			width:100%;
		}

#footer {
	clear:both;
	padding:10px 0;
	background:url("./images/bg_footer.gif") center bottom no-repeat;
	text-align:center;
	line-height:1.2em;
	font-size:11px;
	color:#888;
}
	#footer p {
	}
	#footer a {
		color:#888;
	}

#credit {
	text-align:center;
	font-size:11px;
	color:#666ACB;
}
	#credit a {
		color:#666ACB;
	}


.clear {
	clear:both;
}


/* site survey page */

#site-survey {}
	#site-survey table {
		line-height:1.2em;
	}
	#site-survey th {
		width:160px;
	}
	#site-survey td {
		padding:0 0 .5em;
	}
	#site-survey fieldset {
		margin:0 0 2em;
		padding:0 1em;
	}
		#site-survey legend {
			margin:0 1em 0;
			padding:0 .5em 0;
			text-transform:uppercase;
			font-weight:bold;
			color:#c52026;
		}
	#site-survey label {
		line-height:1em;
	}
	#site-survey input.input-text {
		width:200px;
	}
	#site-survey textarea {
		width:280px;
		height:100px;
		overflow:auto;
	}
	


/* about page */

#about-photos {
	float:right;
	margin:0 0 0 2em;
	width:202px;
}
	#about-photos img {
		margin-bottom:10px;
		padding:0;
		border:1px solid #666;
		line-height:1px;
	}
	


/* store */
#checkout-link a {
	position:absolute;
	top:0;
	right:20px;
	width:140px;
	height:28px;
}



