`/*---------------------------------------------*\
| Theme Name: TanCom Home			|
| Theme URI: http://tan-com.com/		|
| Description: Tancom home page		|
| Author: Tyler Nienhouse			|
| Author URI: http://tan-com.com/		|
| Version: 0.1					|
\*---------------------------------------------*/ 

@font-face {
	font-family: 'sansation-reg';
	src: url('../fonts/Sansation_Regular-webfont.eot');
	src: local('☺'),
	url('../fonts/Sansation_Regular-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'sansation-bold';
	src: url('../fonts/Sansation_Bold-webfont.eot');
	src: local('☺'),
	url('../fonts/Sansation_Bold-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'liberation-reg';
	src: url('../fonts/LiberationSans-Regular-webfont.eot');
	src: local('☺'),
	url('../fonts/LiberationSans-Regular-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'liberation-bold';
	src: url('../fonts/LiberationSans-Bold-webfont.eot');
	src: local('☺'),
	url('../fonts/LiberationSans-Bold-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body {
	background: #ffffff;
	color: black;
	font-size: 18px;
}
a img {
	text-decoration: none;
}

#header {
	font-family: sansation-bold;
	height: 75px;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.headerHome {
	background: #0072ff;
	border-bottom: #0072ff 5px solid;
}
.headerPortfolio {
	background: #cc0064;
	border-bottom: #cc0064 5px solid;
}
.headerBlog {
	background: #ffe600 url('../images/error_bg.png');
	border-bottom: #ffe600 5px solid;
	color: black;
	text-shadow: #000000 0px 0px 2px;
}
.headerAbout {
	background: #32cc00;
	border-bottom: #32cc00 5px solid;
}
#header img {
	margin-left: 0px;
}
#header h1 {
	float: left;
	font-size: 84px;
	margin: 0px;
	padding:  5px 5px 0px 0px;
}
#header h1 a {
	color: white;
	text-decoration: none;
}
#header h2 {
	color: white;
	float: left;
	font-size: 45px;
	padding: 40px 0px 0px 5px;
}
#header p {
	float: right;
	font-size: 20px;
	line-height: 25px;
	margin: 25px 10px 0px 0px; 
	text-align: right;
}
#header p a {
	color: white;
	text-decoration: none;
}
.headerHome p a:hover {
	border-bottom: #cc0064 3px solid;
}
.headerPortfolio p a:hover {
	border-bottom: #0072ff 3px solid;
}
.headerBlog p a:hover {
	border-bottom: #32cc00 3px solid;
}
.headerAbout p a:hover {
	border-bottom: #ffe600 3px solid;
}

#main {
	padding: 20px 0px;
}
#main p {
	font-family: Arial;
}
.mainHome {
	border-left: #0072ff 5px solid;
}
.mainPortfolio {
	border-left: #cc0064 5px solid;
}
.mainBlog {
	border-left: #ffe600 5px solid;
}
.mainAbout {
	border-left: #32cc00 5px solid;
}

#main h2.title {
	display: none;
}

/*Navigation*/
#nav {
	background: #f7f7f7;
	border: #bfbfbf 1px solid;
	border-left: 0px;
	float: left;
	height: 160px;
	margin: 0px;
	padding: 0px 10px 0px 0px;
	width: 80px;
}
#nav ul {
	list-style: none;
	margin-top: 20px;
}
#nav ul li {
	font-size: 20px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
#nav ul li a {
	color: black;
	padding: 0px 5px;
	text-decoration: none;
}
	li.home.active {
		border-bottom: #0072ff 7px solid;
	}
	li.home a:hover {
		border-bottom: #0072ff 5px solid;
	}
	li.portfolio.active {
		border-bottom: #cc0064 7px solid;
	}
	li.portfolio a:hover {
		border-bottom: #cc0064 5px solid;
	}
	li.blog.active {
		border-bottom: #ffe600 7px solid;
	}
	li.blog a:hover {
		border-bottom: #ffe600 5px solid;
	}
	li.about.active {
		border-bottom: #32cc00 7px solid;
	}
	li.about a:hover {
		border-bottom: #32cc00 5px solid;
	}

/* Home Page */
.mainHome h2 {
	border-bottom: #0072ff 5px solid;
	color: #0072ff;
	float: left;
	font-family: sansation-bold;
	font-size: 32px;
	height: 32px;
	margin: 80px -82px 0px -75px;
	padding: 0px;
	text-align: center;

	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg); 
}
.mainHome a {
	color: #0072ff;
	text-decoration: none;
}
.mainHome a:hover {
	border-bottom: #cc0064 2px solid;
}
.mainHome p {
	color: #333333;
	float: left;
	font-family: liberation-reg;
	height: 175px;
	margin: 6px 0px 5px 10px;
	padding: 0px 4px 0px 4px;
	text-align: left;
}
.mainHome p b {
	color: #003373;
	font-size: 30px;
	font-weight: bold;
	line-height: 0px;
}
#web {
	height: 190px;
	margin: 0px 0px 0px 100px;
	padding: 0px 0px 20px 0px;
	width: 900px;
}
#web h2 {
	width: 190px;
}
#web p {
	font-size: 20px;
	width: 280px;
}
#web img {
	border-left: #0072ff 5px solid;
	border-right: #0072ff 5px solid;
	float: left;
	margin: 5px 0px 0px 10px;
	padding: 0px;
}
#print {
	float: left;
	height: 190px;
	margin: 0px 0px 0px 100px;
	padding: 20px 0px 10px 0px;
	width: 300px;
}
#print h2 {
	width: 190px;
}
#print p {
	font-size: 18px;
	margin-top: 15px;
	width: 210px;
}
#graphic {
	float: left;
	height: 190px;
	margin: 20px 0px 0px 20px;
	padding: 0px;
	width: 300px;
}
#graphic h2 {
	width: 190px;
}
#graphic p {
	font-size: 18px;
	margin-top: 15px;
	width: 210px;
}
#photo {
	height: 190px;
	margin: 20px 0px 0px 740px;
	padding: 0px;
	width: 265px;
}
#photo h2 {
	width: 190px;
}
#photo p {
	font-size: 18px;
	margin-right: 0px;
	margin-top: 15px;
	width: 210px;
}
#hire {
	margin: 50px auto 0px auto;
	padding: 0px;
	width: 300px;
}
#hire h2 {
	border-bottom: #0072ff 3px solid;
	color: #0072ff;
	float: none;
	font-family: sansation-bold;
	font-size: 32px;
	height: auto;
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: 275px;

	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg); 
}
#hire p {
	margin: 5px 0px 0px 130px;
	padding: 0px;
}

/* About Page */
.mainAbout #nav {
	margin-bottom: 20px;
	margin-right: 20px;
}
.mainAbout p {
	color: #333333;
	margin: 10px 5px 0px 20px;
	text-align: justify;
	width: 700px;
}
.mainAbout p.bold {
	font-weight: bold;
	margin-top: 0px;
}
.mainAbout span.bold {
	font-weight: bold;
}
.mainAbout p.indent {
	margin: 5px 0px 0px 40px;
}
.mainAbout a {
	color: #32cc00;
	text-decoration: none;
}
.mainAbout a:hover {
	border-bottom: #ffe600 2px solid;
}
.mainAbout #aboutContain {
	margin-left: 100px;
}
.mainAbout h2 {
	border-bottom: #32cc00 5px solid;
	color: #32cc00;
	font-size: 28px;
	width: 150px;
}
.mainAbout h3 {
	float: left;
	font-family: sansation-bold;
	font-size: 32px;
	height: 32px;
	margin: 80px -82px 0px -10px;
	padding: 0px;
	text-align: center;

	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg); 
}
#about-nienhouse {
	float: left;
	height: 190px;
	margin: 20px 0px 20px 75px;
	padding: 0px 0px 20px 0px;
	width: 250px;
}
#about-nienhouse img {
	border-left: #32cc00 5px solid;
	border-right: #32cc00 5px solid;
	float: right;
	margin: 5px 0px 0px 0px;
	padding: 0px;
}
#about-lindsay {
	float: left;
	height: 190px;
	margin: 20px 0px 20px 75px;
	padding: 0px 0px 20px 0px;
	width: 250px;
}
#about-lindsay h3 {
	margin: 80px -82px 0px -35px;
}
#about-lindsay img {
	border-left: #32cc00 5px solid;
	border-right: #32cc00 5px solid;
	float: right;
	margin: 5px 0px 0px 10px;
	padding: 0px;
}


/* Portflio Page */
ul.filter {
	float: left;
	margin: 172px 20px 0px -91px;
}
ul.filter li {
	background: #cc0064;
	border-bottom: white 2px solid;
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
	width: 70px;
}
ul.filter li:hover, ul.filter li.active {
	background: white;
}
ul.filter li:hover a, ul.filter li.active a {
	color: black;
	border-bottom: #0072ff 3px solid;
}
ul.filter li a {
	color: white;
	font-size: 18px;
	text-decoration: none;
}

#latest {
	margin: 0px 10px 0px 115px;
	width: 800px;
}

#latest .latest img {
	border-left: #cc0064 5px solid;
	border-right: #cc0064 5px solid;
	float: left;
}
#latest .latest div {
	height: 300px;
	margin-left: 420px;
}
#latest .latest h2 {
	border-bottom: #cc0064 5px solid;
	color: #cc0064;
	font-size: 28px;
}
#latest .latest h2:hover {
	border-bottom: #0072ff 5px solid;
}
#latest .latest h2 a {
	color: #cc0064;
	text-decoration: none;
}
#latest .latest h2 a:hover {
	color: #0072ff;
}
#latest .latest p {
	color: #333333;
	font-family: liberation-reg;
	margin-top: 15px;
	text-align: left;
}
#latest .latest p.column {
	float: left;
	width: 180px;
}
#latest .latest ul.column {
	float: left;
	list-style-type: disc;
	margin: 10px auto 0px 20px;
	width: 160px;
}
.mainPortfolio span.byline {
	font-size: 10px;
}

#latest .latest-1 {
	margin: 60px 0px 0px 0px;
	height: 150px;
	width: 380px
}
#latest .latest-1 img {
	border-top: #cc0064 5px solid;
	border-bottom: #cc0064 5px solid;
	float: left;
}
#latest .latest-1 div {
	height: 90px;
	margin-left: 210px;
}
#latest .latest-1 h2 {
	border-bottom: #cc0064 5px solid;
	color: #cc0064;
	font-size: 24px;
}
#latest .latest-1 h2 a {
	border: 0px;
}
#latest .latest-1 p {
	color: #333333;
	font-family: liberation-reg;
	margin-top: 15px;
	text-align: left;
}

#latest .latest-2Row {
	clear: both;
	height: 230px;
	margin: 60px 0px 0px 0px;
	width: 800px;
}
#latest .latest-2 {
	border-left: #cc0064 5px solid;
	border-right: #cc0064 5px solid;
	float: left;
	margin: 0px;
	height: 230px;
	width: 190px
}
#latest .latest-2 img {
	float: left;
	height: 143px;
	width: 190px;
}
#latest .latest-2 div {
	height: 50px;
}
#latest .latest-2 h2 {
	color: #cc0064;
	font-size: 24px;
	text-align: center;
}
#latest .latest-2 h2 a {
	border: 0px;
}
#latest .latest-2 p {
	color: #333333;
	font-family: liberation-reg;
	margin-top: 10px;
	text-align: center;
}
#latest .latest .feedback {
	background: url('../images/quote.png') top center no-repeat;
	color: #333333;
	height: 100px;
	margin: 25px auto 0px auto;
	padding: 0px 100px;
	width: 320px;
}
#latest .latest .feedback blockquote {
	height: auto;
	margin: 0px;
	padding: 0px;
	width: 320px;
}
#latest .latest .feedback address {
	margin-top: 10px;
	text-align: right;
}
#list {
	margin-left: 115px;
}
#list div {
	border: 1px solid;
	float: left;
	height: 300px;
	margin: 0px 5px 5px 5px;
	padding: 4px;
	width: 400px;
}
.photo div {
	height: 400px;
}
.mainPortfolio a {
	color: #cc0064;
	text-decoration: none;
}
.mainPortfolio a:hover {
	border-bottom: #0072ff 2px solid;
}


/* 404 page */
.mainBlog h2 {
	border-bottom: #ffe600 5px solid;
	color: #ffe600;
	font-size: 28px;
	text-shadow: #000000 0px 0px 2px;
}
.mainBlog p {
	color: #333333;
	font-family: liberation-reg;
	margin-top: 15px;
	text-align: justify;
}
.mainBlog address {
	font-style: italic;
	margin-top: 10px;
}
.mainBlog ol {
	list-style-type: decimal;
	margin-left: 40px;
	margin-top: 10px;
}

/* Footer */
#footer {
	clear: both;
	font-family: liberation-bold;
	font-size: 14px;
	margin: 50px auto 0px auto;
	text-align: center;
	width: 200px;
}
.mainHome #footer {
	border-left: #0072ff 2px solid;
	border-right: #0072ff 2px solid;
}
.mainPortfolio #footer {
	border-left: #cc0064 2px solid;
	border-right: #cc0064 2px solid;
}
.mainBlog #footer {
	border-left: #ffe600 2px solid;
	border-right: #ffe600 2px solid;
}
.mainAbout #footer {
	border-left: #32cc00 2px solid;
	border-right: #32cc00 2px solid;
}

