/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////////
code language:          css
folder name:            files/css
class name:             project
class type:             static
version:                1.0
date:                   20120116
copyright:              massimo cardascia
url:                    www.plustic.de / www.dot-control.com
code style:		whitesmiths style variant - 8 spaces tab - http://en.wikipedia.org/wiki/indent_style
//////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/

/*	general html selectors //////////////////////////////////////////////////////////////////////////// */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video
	{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
	}

body
	{
	-webkit-tap-highlight-color: rgba(200, 0, 0, 0);
	-webkit-text-size-adjust :none;
	-webkit-user-select: none;
	color: #222222;
	overflow-x: hidden;
	overflow-y: scroll;
	}

a
	{
	cursor: pointer;
	}
	
a:link,
a:visited
	{
	text-decoration: none;
	color: #222222;
	cursor: pointer;
	}

body a:hover
	{
	text-decoration: none;
	color: #222222;
	}

input
	{
	}

input:focus
	{
	outline: none;
	}

em, i
	{
	font-style: italic;
	letter-spacing: 1.4px;
	font-weight: bold;
	font-size: 13px;
	text-transform: none;
	font-family: 'Times';
	}
	
strong, b
	{
	font-weight: bold;
	}

li
	{
	list-style-type: none;
	}

/*	unique dom object selectors /////////////////////////////////////////////////////////////////////// */

#content
	{
	position: absolute;
	width: 100%;
	left: 0px;
	}

#content_header
	{
	text-align: center;
	z-index: 1000;
	height: 104px;
	width: 100%;
	position: fixed;
	}
	
#content_header_logo
	{
	position: absolute;
	height: 27px;
	left: 50%;
	margin-left: -171px;
	top: 48px;
	}

#content_header_blender
	{
	width: 100%;
	height: 100%;
	}
	
#content_header_menu
	{
	position: fixed;
	top: 180px;
	left: 50%;
	margin-left: -550px;
	}

#content_header_archive
	{
	position: fixed;
	top: 180px;
	left: 50%;
	margin-left: 491px;
	}
	
#content_page
	{
	height: 100px;
	width: 1024px;
	margin-top: 210px;
	margin-left: auto;
	margin-right: auto;
	}
	
#content_page_blog
	{
	}

#content_page_pagination
	{
	text-align: center;
	margin-top: -10px;
	}
	
#content_page_pagination span
	{
	margin-right: 5px;
	}
	
#content_page_footer
	{
	text-align: center;
	}

/*	class selectors /////////////////////////////////////////////////////////////////////////////////// */

.content_page_blog_element
	{
	text-align: center;
	margin-bottom: 120px;
	}

.content_page_blog_element_media
	{
	margin-bottom: 35px;
	}

.content_page_blog_element_share
	{
	margin-top: 14px;
	padding-left: 28px;
	}

.button
	{
	cursor: pointer;
	border: none;
	}

.button_text,
.button_icon
	{
	text-decoration: none;
	position: relative;
	padding-left: 23px;
	text-align: left;
	padding-top: 5px;
	margin-right: 24px;
	background: transparent;
	cursor: pointer;
	}
	
.read_more_container
	{
	text-align: center;
	}
	
.read_more_container a:link,
.read_more_container a:visited
	{
	text-decoration: none;
	}
	
.read_more_container a:hover
	{
	text-decoration: underline;
	}
	
.read_more
	{
	margin-bottom: 2px;
	padding-top: 0px;
	}

.button_icon img
	{
	top: 5px;
	left: 0px;
	position: absolute;
	width: 14px;
	height: 14px;
	}
	
.content_header_archive_element
	{
	color: #989797;
	}

.content_header_archive_element a,
.content_header_archive_element a:link,
.content_header_archive_element a:hover,
.content_header_archive_element a:visited
	{
	color: #989797;
	}

.font_text_cursive,
.read_more
	{
	font-style: italic;
	letter-spacing: 1.4px;
	font-weight: bold;
	font-size: 13px;
	text-transform: none;
	font-family: 'Times';
	line-height: 18px;
	}
	
.font_text_description
	{
	font-size: 23px;
	}

 .font_text_info
	{
	font-style: normal;
	letter-spacing: 1.4px;
	font-weight: normal;
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'Times';
	line-height: 23px;
	}

 .font_text_normal,
 body
	{
	font-family: 'Cabin';
	font-size: 11px;
	text-decoration: none;
	letter-spacing: 1px;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	}
	
 .font_color_grey
	{
	color: #BBBBBB;
	}
	

/*	font faces //////////////////////////////////////////////////////////////////////////////////////// */
