/******************************************************************
*******************************************************************

Template Name: Effe
Theme URI: http://www.92five.net
Description: Personal Blog
Author: 92five
Author URI: http://www.92five.net
Version: 1.0
							
Designed & Handcrafted by 92five for 92five.net
									
*******************************************************************
******************************************************************/
									
									
/******************************************************************
This is the CSS Reset
******************************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	padding: 15px;
}
td {
padding: 4px;
}
/******************************************************************
TEXT SELECTION STYLES
******************************************************************/
/* Safari, Chrome, iPhones, iPads */
::selection {
 background:#779cb1;
 color:#fff;
}
::-moz-selection {
 background:#779cb1;
 color:#fff;
}
::-webkit-selection {
 background:#779cb1;
 color:#fff;
}
a {
	color: #779cb1;
	outline: none;
}
/******************************************************************
General CSS
******************************************************************/
#homecontent {
	width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
	z-index: 1;
}
#content {
	width: 800px;
	padding-top: 10px;
	margin-left: 320px;
	z-index: 2;
}										
#originalcontent {
	width: 720px;
	padding-top: 40px;
	margin-left: 240px;
	z-index: 1;
}
p {
	font-family: 'Quattrocento Sans', Arial, sans-serif;
	line-height: 1.6em;
	color: #6a6a6a;
	font-size: 10pt;
	font-weight: 400;
}
h1 {
	font-family: 'Quattrocento Sans', Arial, sans-serif;
	line-height: 1.6em;
	color: #779cb1;
	text-decoration: none;
	font-size: 22pt;
}
h2 {
	font-family: 'Quattrocento Sans', Arial, sans-serif;
	line-height: 1.6em;
	color: #779cb1;
	text-decoration: none;
	font-size: 18pt;
}
h3 {
	font-family: 'Quattrocento Sans', Arial, sans-serif;
	line-height: 1.6em;
	color: #779cb1;
	text-decoration: none;
	font-size: 16pt;
}
h4 {
	font-family: 'Quattrocento Sans', Arial, sans-serif;
	line-height: 1.6em;
	color: #6a6a6a;
	text-decoration: none;
	font-size: 14pt;
}
h5 {
	font-family: 'Quattrocento Sans', Arial, sans-serif;
	line-height: 1.6em;
	color: #6a6a6a;
	text-decoration: none;
	font-size: 12pt;
}
h6 {
	font-family: 'Quattrocento Sans', Arial, sans-serif;
	line-height: 1.6em;
	color: #6a6a6a;
	text-decoration: none;
	font-size: 9pt;
}
/***************************************************
COLUMNS and FEATURES
***************************************************/

.one, .one-half, .two-third, .one-third, .one-fourth {
	float: left;
}
.one-half, .two-third, .one-third, .one-fourth {
	margin-right: 25px;
}
.one {
	width: 720px;
}
.one-half {
	width: 340px;
}
.two-third {
	width: 460px;
}
.one-third {
	width: 220px;
}
.one-fourth {
	width: 160px;
}
.one-half-last {
	width: 350px;
	float: right;
}
.two-third-last {
	width: 460px;
	float: right;
}
.one-third-last {
	width: 220px;
	float: right;
}
.one-fourth-last {
	width: 160px;
	float: right;
}
.clear {
	clear: both;
}
.dropcap {
	font-family: 'Quattrocento Sans', Arial, sans-serif;
	font-size: 36px;
	color: #333;
	width:32px;
	height:30px;
	float:left;
	padding:5px 5px 5px 5px;
	text-align:center;
	margin:5px 5px 5px 5px;
}
blockquote {
	font-style:italic;
	font-size:20px;
	margin-right:20px;
	padding-left:20px;
	margin-left:20px;
	margin-top: 60px;
	margin-bottom: 60px;
	font-family: 'Quattrocento Sans', Arial, sans-serif;
	color:#333;
	text-align: center;
	background-image: url(../images/blockquote.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.styled-list-check li {
	font-family: 'Quattrocento Sans', Arial, sans-serif;
	line-height: 1.6em;
	color: #666;
	text-decoration: none;
	font-size: 14px;
	background-image: url(../images/check.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 16px;
}
.styled-list-check {
	padding-bottom: 60px;
}
.styled-list-dot li {
	font-family: 'Quattrocento Sans', Arial, sans-serif;
	line-height: 1.6em;
	text-decoration: none;
	font-size: 14px;
	color: #666;
	background-image: url(../images/dot.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 2px;
}
.styled-list-dot {
	padding-bottom: 60px;
}
.styled-list-dot2 li {
	font-family: 'Quattrocento Sans', Arial, sans-serif;
	line-height: 1.6em;
	color: #848484;
	font-size: 8pt;
	text-decoration: none;
	list-style-type: circle;
	margin-left: 20px;
}
.styled-list-star li {
	font-family: 'Quattrocento Sans', Arial, sans-serif;
	line-height: 1.6em;
	text-decoration: none;
	font-size: 14px;
	color: #666;
	background-image: url(../images/star.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 2px;
}
.styled-list-star {
	padding-bottom: 60px;
}
.readmore {
	font-family: 'Quattrocento Sans', Arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #E095B4;
	float: right;
	margin-right: 0px;
	margin-top: 0px;
}
a:hover {
	color: #779cb1;
}
.spacer {
	height: 1px;
	clear: both;
	border-bottom: 1px;
	border-style: solid;
	border-color: #d6d6d6;
	margin: 20px 5px 20px 5px;
}
.blank-spacer {
	width: 720px;
	height: 1px;
	clear: both;
	margin: 10px 5px 10px 5px;
	padding: 10px 5px 10px 5px;
}
.star-divider {
	background-image:url(../images/star_divider.png);
	text-align: center;
	display: block;
	clear: both;
	height: 16px;
	width: 720px;
	margin-top: 10px;
	margin-right: 165px;
	margin-bottom: 10px;
	margin-left: 165px;
	background-repeat: no-repeat;
}
#error {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 300px;
}
#success {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 300px;
}
/******************************************************************
Header & Menu CSS
******************************************************************/

#header-wrapper {
	position: fixed;
	background-color: #FFF;
	width: 100%;
	height: 120px;
	top: 0px;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d8d8d8;
	z-index: 5000;
}
#header {
	width: 960px;
}
#logo {
	float: left;
	width: 100px;
	padding: 20px 0 10px 30px;
}
#header-text {
	width: 480px;
	padding-top: 40px;
	margin-left: 240px;
	display: block;
	height: 20px;
}
#header-text h6 {
	font-size: 7pt;
	color: #d8d8d8;
}
#header-text a {
	font-family: 'Quattrocento Sans', Arial, sans-serif;
	color: #d8d8d8;
	text-decoration: none;
	font-size: 7pt;
}
#social-box {
	width: 96px;
	height: 22px;
	position: fixed;
	bottom: 40px;
	left: 30px;
}
#social-box li {
	float: left;
	padding-left: 10px;
	display: inline;
}
#menu-wrapper {
	height: 90%;
	float: left;
	width: 140px;
}
#main-menu {
	position: fixed;
	padding-top: 40px;
	padding-left: 40px;
	font-family: 'Quattrocento Sans', Arial, sans-serif;
}
#main-menu a {
	color: #6a6a6a;
	text-decoration: none;
	font-size: 13pt;
}
#main-menu a:hover {
	color: #779cb1;
}
#main-menu li {
	padding: 5px 0 5px 0;
}
#main-menu .selected {
	color: #030000;
}
#footer h6 {
	font-size: 11px;
	position: fixed;
	bottom: 20px;
	left: 40px;
}
.facebook a {
	background-image: url(../images/facebook.png);
	background-position: 0 0px;
	display: block;
	height: 22px;
	padding-left: 24px;
	background-repeat: no-repeat
}
.facebook a:hover {
	background-position: 0 -26px;
	color: #444444;
}
.twitter a {
	background-image: url(../images/twitter.png);
	background-position: 0 0px;
	display: block;
	height: 22px;
	padding-left: 24px;
	background-repeat: no-repeat
}
.twitter a:hover {
	background-position: 0 -26px;
	color: #444444;
}
.rss a {
	background-image: url(../images/rss.png);
	background-position: 0 0px;
	display: block;
	height: 22px;
	padding-left: 24px;
	background-repeat: no-repeat
}
.rss a:hover {
	background-position: 0 -26px;
	color: #444444;
}
#slide-panel {
	position: fixed;
	top: 120px;
	left: 240px;
	height: 420px;
	width: 720px;
	display: none;
	border-width: 1px;
	border-style: solid;
	border-color: #e2e2e2;
	background-color: #FFF;
	margin: auto;
	text-align: center;
	margin-bottom: 5px;
	z-index: 6000;
}
.slide {
	background-image: url(../images/slide_button.png);
	background-repeat: no-repeat;
	position: fixed;
	top: 33px;
	left: 800px;
	z-index: 5000;
}
.btn-slide {
	text-align: center;
	width: 120px;
	height: 60px;
	display: block;
	color: #fff;
	text-decoration: none;
	font-family: 'Quattrocento Sans', Arial, sans-serif;
	font-weight: bold;
	font-size: 1em;
	margin-right: auto;
	margin-left: auto;
	line-height: 22px;
	z-index: 5000;
}
/******************************************************************
About us CSS
******************************************************************/

.about {
	padding-top: 30px;
	width: 720px;
	padding-bottom: 50px;
}

#map_canvas {
        width: 500px;
        height: 400px;
        background-color: #CCC;
}
/******************************************************************
Portfolio CSS
******************************************************************/

#filter {
	display: block;
	height: 20px;
	margin-left: 40px;
	margin-top: 30px;
	position: relative;
	text-align: center;
	width: 700px;
}
#filter:before, #filter:after {
	height: 43px;
	position: absolute;
	top: 0;
	width: 78px;
	content: '';
}
#filter:before {
	background-position: 0 -47px;
	left: -78px;
}
#filter:after {
	background-position: 0 0;
	right: -78px;
}
#filter a {
	font-family: 'Quattrocento Sans', Arial, sans-serif;
	font-size: 16px;
	color: #6a6a6a;
	display: inline-block;
	text-decoration: none;
	height: 39px;
	line-height: 37px;
	padding: 0 15px;
}
#filter a:hover {
	text-decoration:none;
	color: #779cb1;
}
#filter a.active {
	color: #030000;
}
#stage {
	width: 720px;
	margin-bottom: 30px;
}
#container {
	display:block;
	overflow:hidden;
	width: 720px;
	margin:0 auto;
}
#container li {
	float: left;
	height: 180px;
	list-style: none outside none;
	margin: 10px;
	position: relative;
	width: 150px;
}
#container li h6 {
	padding-top: 2px;
	font-weight: bold;
	text-align: center;
}
#container li a {
	color: #030000;
	text-decoration: none;
}
#container li a:hover {
	color: #6a6a6a;
}
#container ul {
	overflow:hidden;
}
#container ul.hidden {
	display:none;
}
/******************************************************************
This CSS is for the project page
******************************************************************/
#project-title {
	display: block;
	font-family: 'Quattrocento Sans', Arial, sans-serif;
	line-height: 1.6em;
	color: #779cb1;
	text-decoration: none;
	font-size: 18pt;
	float: right;
	padding-top: 10px;
}
.project {
	padding-top: 30px;
	width: 720px;
}
#description {
	padding-bottom: 20px;
	float: left;
	width: 720px;
}
#workpadding {
	padding-top: 0px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 0px;
	float: right;
}
#work {
	border-left: 1px;
	border-style: solid;
	border-color: #779cb1;
	padding-left: 20px;
}
#work h5 {
	font-family: 'Quattrocento Sans', Arial, sans-serif;
}
#work li {
	font-family: 'Quattrocento Sans', Arial, sans-serif;
	line-height: 1.4em;
	text-decoration: none;
	font-size: 9pt;
	color: #6a6a6a;
	padding-top: 2px;
}

/******************************************************************
This is the CSS for the social links
******************************************************************/

#social {
	display: inline;
	float: right;
}
.dribbble a {
	background-image: url(../images/dribbble.png);
	background-position: 0 1px;
	padding-bottom: 1px;
	margin-bottom: 8px;
	text-decoration: none;
	font-size: 12px;
	display: block;
	height: 15px;
	color: #727272;
	padding-left: 20px;
	background-repeat: no-repeat
}
.dribbble a:hover {
	background-position: 0 -17px;
	color: #444444;
}
.forrst a {
	background-image: url(../images/forrst.png);
	background-position: 0 1px;
	padding-bottom: 1px;
	margin-bottom: 8px;
	text-decoration: none;
	font-size: 12px;
	display: block;
	height: 15px;
	color: #727272;
	padding-left: 20px;
	background-repeat: no-repeat
}
.forrst a:hover {
	background-position: 0 -17px;
	color: #444444;
}
.google a {
	background-image: url(../images/google.png);
	background-position: 0 1px;
	padding-bottom: 1px;
	margin-bottom: 8px;
	text-decoration: none;
	font-size: 12px;
	display: block;
	height: 15px;
	color: #727272;
	padding-left: 20px;
	background-repeat: no-repeat
}
.google a:hover {
	background-position: 0 -17px;
	color: #444444;
}
.twitter_small a {
	background-image: url(../images/twitter_small.png);
	background-position: 0 1px;
	padding-bottom: 1px;
	margin-bottom: 8px;
	text-decoration: none;
	font-size: 12px;
	display: block;
	height: 15px;
	color: #727272;
	padding-left: 20px;
	background-repeat: no-repeat
}
.twitter_small a:hover {
	background-position: 0 -17px;
	color: #444444;
}
.facebook_small a {
	background-image: url(../images/facebook_small.png);
	background-position: 0 1px;
	padding-bottom: 1px;
	margin-bottom: 8px;
	text-decoration: none;
	font-size: 12px;
	display: block;
	height: 15px;
	color: #727272;
	padding-left: 20px;
	background-repeat: no-repeat
}
.facebook_small a:hover {
	background-position: 0 -17px;
	color: #444444;
}
