/*
Website: stormscape.com
Date: 5/5/2010
Author: Harma Davtian

Table of contents

- General HTML
- Main structural divs and styles
- Header
- HP
- Basic page styles
- Left column (leftcol)
- Portfolio

- misc

*/


/* General HTML ******************************************************************** */

* {
	margin:0;
	padding:0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:black;
}

h1,h2,h3,h4,h5,h6,p,ul,table {
	margin-bottom:15px;
	font-size:12px;
}

/* Main structural divs and styles ***************************************************** */

#globalWrapper {
	border-top:2px solid #fc0;
}

.o {
	width:100%;
}

.i {
	width:1000px;
	margin:0 0 0 5%;
}

/* Header ***************************************************** */

.header {
	/*border-top:25px solid #333;*/
	padding:25px 0 25px 0;
	background-color:#333;
}

.header h1 {
	display:inline;
	font-weight: normal;
	color: #fc0;
	margin-right:100px;
}

.header h1 span {
	color:#fff;
}

.header ul {
	display:inline;
	margin:0;
}

.header li {
	display:inline;
	margin:0 10px 0 0;
}

.header li a:link,
.header li a:visited {
	color:white;
}

.header li a:hover {
	color:#66cc66;
}

/* HP ***************************************************** */

.hpAttention {
	padding:55px 0 35px 0;
}

.hpAttention h1 {
	color:#333;
	font-size:4em;
	font-weight:bold;
}

/* Basic page styles ***************************************************** */

.pageSummary {
	padding:35px 0 35px 0;
}

.pageSummary h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color:#777;
	font-weight:normal;
}

.pageSummary h2 span {
	color:#990000;
}

.pageSummary h2 a:link,
.pageSummary h2 a:hover,
.pageSummary h2 a:visited {
	color:#777;
	text-decoration: none;
	border-bottom:1px dotted #777;
}

.content {
	background-color:white;
	min-height: 450px;
}

.innerContent {
	float:right;
	width:70%;
	/*background-color:red;*/
	min-height: 450px;
	padding:25px 0 15px 0;
}

.innerContent h1 {
	font-size:1.3em;
	font-weight:bold;
	color:#287829;
}

/* leftcol ************************************************************************************ */

.leftcol {
	float:left;
	width:28%;
	/*background-color:yellow;*/
	min-height: 450px;
	padding:15px 0 15px 0;
}

.leftcol h3 {
	font-size:2.5em;
	color:#E3E3E3;
}

.leftcol ul li {
	background-image: url(../images-2010/bullets/arrow1.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-left:18px;
	margin-bottom:4px;
}

.leftcol ul li a:link,
.leftcol ul li a:visited {
	color:#66cc66;
}

.leftcol ul li a:hover {
	color:#287829;
}

/* portfolio ************************************************************************************ */

table.portfolioList {
	width:100%;
	margin-bottom:25px;
	background-color:#333;
	color:white;
	border-top:1px solid #666666;
	border-left:1px solid #666666;
}

table.portfolioList th {
	padding:5px 15px 5px 15px;
	text-align:center;
	font-weight:bold;
	background-color: #4F4F4F;
	border-bottom:1px solid #666666;
	border-right:1px solid #666666;
}

table.portfolioList td {
	text-align:left;
	padding:10px 15px 10px 15px;
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
}

table.portfolioList a:link {
	color:#fc0;
	text-decoration:underline;
}

table.portfolioList a:visited {
	color:#999;
	text-decoration:underline;
}

table.portfolioList a:hover {
	text-decoration:underline;
}

/* Dark Portfolio Style  ************************************************************************ */

#portfolioD .pageSummary h2 {
	color:#fff;
	font-size:2em;
	font-weight:bold;
}

#portfolioD .o {
	background-color:#FF9900;
}

#portfolioD p {
	color:white;
}

#portfolioD .pageSummary p.options {
	float:left;
}

#portfolioD .pageSummary a {
	color:white;
}

#portfolioD .content {
	background-color:black;
}

#portfolioD .leftcol {
	/*width:215px;*/
	padding-top:25px;
	width:150px;
}

#portfolioD .innerContent {
	width:85%;
}

#portfolioD .leftcol h4 {
	color:white;
}

#portfolioD .leftcol ul li {
	background-image: none;
	padding-left:18px;
	margin-bottom:4px;
}

#portfolioD .leftcol ul li a:link,
#portfolioD .leftcol ul li a:visited {
	color:#66cc66;
}

#portfolioD .leftcol ul li a:hover {
	color:#287829;
}

#portfolioD .preview {
	float:left;
	width:250px;
	height:250px;
	border:5px solid #666666;
	background-color:#333;
	overflow:hidden;
	margin:0 15px 15px 0;
	color:white;
}

#portfolioD .preview p {
	font-family: arial,verdana,sans-serif;
	font-size:9px;
	margin:10px 5px 0 5px;
	padding:0;
}

#portfolioD .preview p strong {
	color:#fc0;
}

#portfolioD .preview .screenshot {
	height:135px;
	overflow:hidden;
}

#portfolioD .preview a:link {
	text-decoration: underline;
	color:#888;
}

#portfolioD .preview a:visited {
	text-decoration: underline;
	color:#ccc;
}

#portfolioD .preview a:hover {
	text-decoration: none;
	color:#fc0;
}

#portfolioD .group {
	clear:left;
	margin-bottom:70px;
}

#portfolioD .group h3 {
	font-size:1.4em;
	color:white;
	margin-bottom:15px;
}

/* Light Portfolio Style  ************************************************************************ */

#portfolioL .pageSummary h2 {
	color:black;
	font-size:2em;
	font-weight:bold;
}

#portfolioL .o {
	background-color:white;
}

#portfolioL p {
	color:black;
}

#portfolioL .pageSummary p.options {
	float:left;
}

#portfolioL .pageSummary a {
	color:#287829;
}

#portfolioL .content {
	background-color:white;
}

#portfolioL .leftcol {
	/*width:215px;*/
	padding-top:25px;
	width:150px;
}

#portfolioL .innerContent {
	width:85%;
}

#portfolioL .leftcol h4 {
	color:black;
}

#portfolioL .leftcol ul li {
	background-image: none;
	padding-left:18px;
	margin-bottom:4px;
}

#portfolioL .leftcol ul li a:link,
#portfolioL .leftcol ul li a:visited {
	color:#66cc66;
}

#portfolioL .leftcol ul li a:hover {
	color:#287829;
}

#portfolioL .preview {
	float:left;
	width:250px;
	height:250px;
	border:5px solid #ccc;
	background-color:#FFF4C8;
	overflow:hidden;
	margin:0 15px 15px 0;
	color:white;
}

#portfolioL .preview p {
	font-family: arial,verdana,sans-serif;
	font-size:9px;
	margin:10px 5px 0 5px;
	padding:0;
}

#portfolioL .preview p strong {
	color:#f90;
}

#portfolioL .preview .screenshot {
	height:135px;
	overflow:hidden;
}

#portfolioL .preview a:link {
	text-decoration: underline;
	color:#666666;
}

#portfolioL .preview a:visited {
	text-decoration: underline;
	color:#A6A6A6;
}

#portfolioL .preview a:hover {
	text-decoration: none;
	color:#333333;
}

#portfolioL .group {
	clear:left;
	margin-bottom:70px;
}

#portfolioL .group h3 {
	font-size:1.4em;
	color:#287829;
	margin-bottom:15px;
}



/* misc ************************************************************************************ */

.inner {
	padding:15px;
}

.inner2 {
	padding:15px 15px 15px 0;
}

.overflow {
	overflow:hidden!important;
}

.clearBoth {
	display:block;
	clear:both;
	height:1px;
	padding:0;
	margin:0;
}

/* btt = back to top */
.btt {
	font-size:10px;
	color:#666666;
}
