/*
 * CSS Stylesheet for Freshlr Personal Site v1.7
 *
 * Copyright (c) 2010 Amatyr4n
 * http://themeforest.net/user/amatyr4n?ref=amatyr4n
 */

/* ========== Global Elements Definitions ========== */

body {
    background: #999;
    color: #555;
    cursor: default;
    font-family: 'NewsCycleRegular', 'DroidSansRegular', 'GoudyBookletter1911Regular', Helvetica, 'Lucida Grande', 'Trebuchet MS', Arial, sans-serif;
    font-size: 0.9em;
    -webkit-font-smoothing: antialiased;
}

a {
    color: #898989;
    text-decoration: none;
}

a:hover {
    color: #a7a7a7;
}

abbr, acronym {
    border-bottom: 1px dotted #000;
    cursor: help;
} 

blockquote, p, form, fieldset, table, ol, ul, pre {
    line-height: 1.35em;
    margin: 10px 0 25px 0;
}

blockquote, q {
    font-style: italic;
}

blockquote:before, q:before {
    content: url('../images/freshlr-blockquote.png'); 
    float: left;
    margin: 0 10px 10px 0;
}

blockquote.white:before {
    content: url('../images/freshlr-blockquote-white.png'); 
}

em {
    font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-family: BebasNeueRegular, Helvetica, "Lucida Grande", Arial, sans-serif;
    margin: 10px 0 0 0;
}

h1 {
    font-size: 7em;
}

h2 {
    font-size: 5em;
}

h3 {
    font-size: 3em;
}

h4 {
    font-size: 1.5em;
}

h5 {
    font-size: 1.2em;
}

h6 {
    font-size: 1em;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

legend {
    padding: 0 5px;
    text-align: left;
}

ol {
    list-style-type: decimal;
}

ol li, ul li {
    margin-left: 20px;
}

small {
    font-size: 0.7em;
}

strong {
    font-weight: bold; 
}

sub {
    font-size: 0.7em;
    vertical-align: sub;
}

sup {
    font-size: 0.7em;
    vertical-align: super;
}

table {
    border: 1px solid #ddd;
	border-collapse:collapse;
	border-spacing: 0;
	margin: 15px auto;
}

th, tr, td {
	border: none;
	padding: 0.5em;
}

th {
	border: 0;
}

th a {
	font-weight: bold;
}

tr {
	border: 0;
}

td {
	border: 0;
}

th:nth-child(even), th:nth-child(even) a {
	background-color: #999;
	color: #fff;
	text-shadow: 1px 1px 1px #555;
}

th:nth-child(odd), th:nth-child(odd) a {
	background-color: #777;
	color: #fff;
	text-shadow: 1px 1px 1px #555;
}

tr:nth-child(even) {
	background-color: #ddd;
	color: #555;
	text-shadow: 1px 1px 1px #eee;
}

tr:nth-child(odd) {
	background-color: #eee;
	color: #555;
	text-shadow: 1px 1px 1px #fff;
}

tr:nth-child(even):hover {
	background-color: #e6e6e6;
}

tr:nth-child(odd):hover {
	background-color: #f7f7f7;
}

ul {
    list-style-type: square;
}

ul>li>a {
    display: block;
    position: relative;
}

/* column options */

.one-full,
.two-third, 
.one-half,
.one-third {
    float: left;
    overflow: visible;
    padding: 10px;
}

.one-full {
    width: 715px;
}

.two-third {
    width: 470px;
}

.one-half {
    width: 345px;
}

.one-third {
    width: 220px;
}

.last {
    float: right;
}

/* specific class for element */

.aligncenter {
    text-align: center;
}

.alignjustify {
    text-align: justify;
}

.alignleft {
    text-align: left;
}

.alignright {
    text-align: right;
}

/* border frame, shadow, & positioning classes for images */

img {
    margin: 5px;
    border: 5px solid #fff;
    box-shadow: #999 0px 0px 5px;
    -moz-box-shadow: #999 0px 0px 5px;
    -webkit-box-shadow: #999 0px 0px 5px;
    float: left;
    margin: 5px 20px 10px 0;
}

img.rightpic {
    float: right;
    margin: 5px 0 10px 20px;
}

img.centerpic {
    clear: both;
    float: none;
    margin: 10px;
}

/* ========== Main Section ========== */

#wrapper {
    background: #fff url("../images/fade-y.png") repeat-y;
    border: 1px solid #fff;
    box-shadow: #444 0px 0px 7px;
    -moz-box-shadow: #444 0px 0px 7px;
    -webkit-box-shadow: #444 0px 0px 7px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    position: relative;
    width: 960px;
}

/* ========== Header Section ========== */

#header {
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background: #fff;
    display: block;
    padding: 0;
    margin: 0;
}

#header img {
    margin: 5px;
    border: 5px solid #fff;
    float: left;
    margin: 0 20px 10px 0;
}

#header #title {
    font-weight: normal;
    letter-spacing: -1px;
    line-height: 1em;
    margin: 0;
    padding: 0;
    text-align: left;
    z-index: 11;
}

#tagline {
    font-size: 1.5em;
    letter-spacing: 2px;
    margin: 0;
}

/* ========== Sidebar Section ========== */

#aside {
    background: transparent;
    left: 0 !ie;
    top: 200px;
    float: left;
    width: 199px;
    padding: 20px 0;
    position: fixed;
    z-index: 99;
}

#aside ul {
    list-style-type: none;
}

#aside a {
    display: block;
    font-family: BebasNeueRegular, Helvetica, Arial, sans-serif;
    font-size: 22px;
    height: 20px;
    padding: 10px 30px;
    text-align: right;
}

#aside a:hover {
    color: #999;
}

.arrow-left {
    position: absolute;
    width: 0 !important;
    *width: 16px;
    height: 0 !important;
    *height: 16px;
    border-top: 10px solid transparent !important;
    *border-top: none;
    border-bottom: 10px solid transparent !important;
    *border-bottom: none;
    background: transparent !important;
    *background: transparent url("../images/arrow.png") no-repeat; 
    margin: 0 10px !important;
    *margin: 5px 10px;
}

/* ========== Content Section ========== */

.whitespace {
    clear: both;
}

.page_title {
    clear: right;
    font-size: 2em;
    padding: 0 10px !important;
    *padding: 10px 0 0 10px;
}

#bottom_column { 
    background: #213a26;
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
    color: #fff;
    padding: 0 0 10px 20px;
    margin: 0 0 0 200px;
}

#bottom_column a {
    color: #f7f7f7;
}

#bottom_column a:hover {
    color: #fff;
    font-weight: bold;
}

#bottom_column .columnleft440, #bottom_column .columnright240 {
    margin-top: 10px;
}

#bottom_icon {
    position: absolute;
    margin-top: -170px;
    margin-left: -55px;
}

/* ========== Footer Section ========== */

#footer {
    padding: 5px;
    clear: both;
    vertical-align: middle;
}

#footer p {
    font-size: 0.8em;
    color: black;
    text-align: right;
    vertical-align: middle;
}

#footer a {
    color: grey;
}

/* ========== Others ========== */

/* list elements */

ul.icon-check,
ul.icon-uncheck,
ul.icon-plus,
ul.icon-minus,
ul.icon-docs,
ul.icon-pic,
ul.icon-font,
ul.icon-color,
ul.icon-user,
ul.icon-education,
ul.icon-work,
ul.icon-config,
ul.icon-pdf {
    list-style-type: none;
}

ul.icon-check li,
ul.icon-uncheck li,
ul.icon-plus li,
ul.icon-minus li,
ul.icon-docs li,
ul.icon-pic li,
ul.icon-font li,
ul.icon-color li,
ul.icon-user li,
ul.icon-education li,
ul.icon-work li,
ul.icon-config li
ul.icon-pdf {
    background-position: 0 4px;
    background-repeat: no-repeat;
    margin-left: 0;
    min-height: 24px;
    padding-left:24px;
}

ul.icon-check li {
    background-image: url('../images/icons/oxygen/16x16/dialog-ok-apply.png');
}

ul.icon-uncheck li, li.icon-uncheck {
    background-image: url('../images/icons/oxygen/16x16/edit-delete.png') !important;
}

ul.icon-plus li {
    background-image: url('../images/icons/oxygen/16x16/list-add.png');
}

ul.icon-minus li, li.icon-minus {
    background-image: url('../images/icons/oxygen/16x16/list-remove.png') !important;
}

ul.icon-docs li {
    background-image: url('../images/icons/oxygen/16x16/application-vnd.oasis.opendocument.spreadsheet-template.png');
}

ul.icon-pic li {
    background-image: url('../images/icons/oxygen/16x16/application-vnd.stardivision.draw.png');
}

ul.icon-font li {
    background-image: url('../images/icons/oxygen/16x16/application-x-font-otf.png');
}

ul.icon-color li {
    background-image: url('../images/icons/oxygen/16x16/application-x-kcsrc.png');
}

ul.icon-user li {
    background-image: url('../images/icons/oxygen/16x16/meeting-chair.png');
}

ul.icon-education li {
    background-image: url('../images/icons/oxygen/16x16/applications-education-school.png');
}

ul.icon-work li {
    background-image: url('../images/icons/oxygen/16x16/applications-engineering.png');
}

ul.icon-config li {
    background-image: url('../images/icons/oxygen/16x16/configure.png');
}

ul.icon-pdf  li {
    background-image: url('../images/icons/oxygen/16x16/pdf.gif');
}

/* formatting for gallery */

.gallery { 
    list-style-type: none;
    padding: 10px;
    text-align: center;
}

.gallery li { 
    display: inline;
    margin-left: 0; 
}

.gallery li a {
    display: inline;
}

/* Clear Floated Elements (taken from 960gs)
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
