/*
Theme Name: Portapad theme
*/

body {
	background: #eee;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 92%;
	color: black;
	overflow-x: hidden;
}


/* ------------------- MAIN STRUCTURAL ELEMENTS --------------------- */

#outerwrap {
	width: 682px;
	position: relative;
	margin: 25px auto 60px auto;
	overflow-x: hidden;
	background: url(images/mainarea_top.png) no-repeat top left;
}

#innerwrap {
	margin:30px auto 0 auto;
	padding:0px 50px 20px;
	width:582px;
	/*
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	background: white;*/
	background: url(images/mainarea_bottom.png) no-repeat bottom left;
}

/* ------------------- TYPOGRAPHY STYLING--------------------- */

h1 {
	color: #bb0000;
	font-size: 1.9em;
	text-align: center;
	line-height: 1.2em;
	margin-bottom: 0.6em;
	font-family: myriad, "trebuchet ms", tahoma, sans-serif;
	padding: 0 55px;
}
h1.top {
	font-size: 1.4em;
	line-height: 1.3em;
	padding: 0 120px;
	color: #bb0000;
}
h1 sup {
	color: gray;
}
h1 span {
	color: #bb0000;
}

h1 span.large {
	font-size: 1.4em;
}

h1.black {
	font-size: 1.6em;
	color: black;
	margin: 1.2em 0 1.5em 0;
	line-height: 1.3em;
}

h2 span {
	color: black;
}
h2 {
	font-size: 1.8em;
	margin: 1em 0 0.5em 0;
	font-family: georgia, tahoma, sans-serif;
	font-weight: normal;
}
h2.centered {
	color: #666;
	font-size:1.4em;
	line-height:1.35em;
	padding:0 50px;
	text-align:center;
}
h2 + p {
	margin-top: 1em;
}
h3 {
	font-size: 1.3em;
	margin: 1em 0 0.5em 0;
	font-family: "myriad pro", myriad, georgia, serif;
}
.section h2:first-child {
	margin: 0 0 0.5em 0;
}
a {
	color: #0000ee;
}
a:hover {
	text-decoration: none;
}
.section {
	display: block;
	margin: 30px 0;
	padding-top: 30px;
	clear: both;
	border-top: 1px dotted silver;
}
h2.introducing {
	margin-bottom: 1em;
}
p {
	margin: 0 0 1em 0;
	line-height: 1.6em;
	font-size: 0.9em;
}

strong {
	font-weight: bold;
}

blockquote {
	color:black;
	font-family:"myriad pro", myriad, "trebuchet ms", trebuchet, arial, sans-serif;
	font-size:1.2em;
	font-style:italic;
	font-weight:bold;
	line-height:1.4em;
	margin:0 20px 15px 20px;
}

blockquote p {
	margin: 0;
	line-height: 1.3em;
	margin-bottom: 0.6em;
}
blockquote cite {
	font-size: 0.8em;
	text-align: right;
	display: block;
	font-weight: normal;
}

span.voice {
	display: inline-block;
	padding: 1px 5px;
	color: white;
}

span.voice.off {
	 background: #aa0000;
	 margin-left: 8px;
}

span.voice.on {
	 background: #00aa00;
	 margin-right: 8px;
}


/* ----------------------- MAIN ELEMENTS STYLING ---------------------- */

#footer {
	font-family: tahoma, "lucida sans", lucida, arial, sans-serif;
	font-size: 11px;
	margin-top: 10px;
	padding-top: 15px;
	border-top: 1px dotted silver;
	line-height: 1.4em;
	clear: left;
}

#footer .sep {
	padding: 0 10px;
	color: silver;
}

#footer a {
	color: #aa0000;
}

/* ----------------------- LIST STYLING ---------------------- */

.attention_box {
	background: url(images/listbg_top.png) no-repeat;
	margin: 0.5em 0 2.5em -0.5em;
	width: 600px;
}

.attention_box ul {
	padding: 30px;
	background: url(images/listbg_bottom.png) bottom left no-repeat;	
	/*
	background: #FFFFdd none repeat scroll 0 0;
	-moz-box-shadow: 2px 2px 10px #CCCCCC;
	-webkit-box-shadow: 2px 2px 10px #CCCCCC;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
		border-radius: 10px;
	box-shadow: 2px 2px 10px #CFCFCF;
	border: 5px solid white;
	*/

	
	
}

li {
	list-style: disc;
	line-height: 1.4em;
	margin: 0 0 0.2em 1em;
	font-size: 1em;
}

img.portapad {
	margin: 0em auto 2em auto;
	display: block;
}


div.buy {
	margin: 0 auto;
	clear: left;
}

div.buy a {
	background: url(images/buy-button.png) no-repeat;
	display:block;
	font-family:tahoma,arial,sans-serif;
	font-size:21px;
	height:57px;
	margin: 10px auto 0px;
	padding:34px 40px 0px 85px;
	text-decoration:none;
	width:290px;
	color: black;
}


div.buy a:hover {
	color: #aa0000;
}

div.buy a .subtext {
	font-size: 12px;
	display: block;
	clear: left;
	float: left;
	text-align: center;
	width: 100%;
	margin: 4px 0 0 0;
}

.pictures {
	margin: 10px 0 40px 0;
	display: block;
	float: left;
}

.pictures img {
	float: left;
}

img.right {
	float: right;
	margin: 0 0 20px 20px;
}

.pictures .middle {
	margin: 0px 10px;
}

.clear {
	clear: both;
}


/* ------------------- CONTACT FORM STYLING --------------------- */

.cform {
margin:10px 0 0 0;
width:100%;
}

.cform textarea, .cform input {
	clear:left;
	display:block;
	float:left;
	margin:0 0 10px;
	width:400px;
}

.linklove {
	display: none;
}

.cform label {
	text-align: left;
	font-weight: bold;
	color: #aa0000;
	padding: 0 0 4px 0;
}

#cformsform {
	padding: 10px 0 0 5px;
}

.cform label span {
	display:block;
	width:200px;
}

span.reqtxt, span.emailreqtxt {
	float: left;
}

/* ------------------------ COMPETITOR STYLING ---------------- */

.competitor {
	margin: 10px 0 15px 10px;
	float: left;
	clear: left;
	border-bottom:1px dashed silver;
	padding-bottom: 17px;
}

.competitor h3 {
	font-size: 1.5em;
}

.competitor p {
	margin-bottom: 0;
}

.competitor .info {
}

.competitor .sep {
	color: silver;
	padding: 0 10px;
}

.competitor img {
	float: left;
}

.competitor .text {
	float: left;
	margin-left: 20px;
	width: 440px;
}

/* ------------------------ BIOGRAFI STYLING ---------------- */


.bio h1 {
	text-align: left;
	padding: 0px 0 0px 0;
	font-size: 36px;
	margin: 0 0 20px 0;
}

.bio h3 {
	color: gray;
	font-size: 21px;
	padding: 10px 0 0 0;
	margin: 0 0 6px 0;
}

.bio img.right {
	padding: 0 0 10px 10px;
}


/* ------------------------ THICKBOX STYLING ---------------- */

#TB_title {
	height: 34px;
	font-weight: bold;
}

#TB_ajaxWindowTitle {
	float:left;
	font-size:12px;
	padding:10px 10px 0;
}

#TB_ajaxContent p { 
	line-height: 1.3em;
}

#TB_ajaxContent .innerwrap {
	padding: 0px 25px 10px 10px;
}

#TB_ajaxContent h2 { 
	line-height: 1.2em;
}