/*
 * 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;
    font-family: 'NewsCycleRegular', 'DroidSansRegular', 'GoudyBookletter1911Regular', Helvetica, 'Lucida Grande', 'Trebuchet MS', Arial, sans-serif;
    font-size: 1.2em;
    margin: 1in;
}

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: #777;
	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 {
    overflow: visible;
    padding: 10px;
    width: 8in; 
}

.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;
    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;
}

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

#header {
    display: block;
    padding: 0;
    margin: 0;
}

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

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

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

#aside {
    display: none; 
}

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

.whitespace {
    clear: both;
}

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

#bottom_column { display: none }

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

#footer { display: none }

/* ========== 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 {
    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 {
    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');
}

/* 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;
}
