@font-face {
    font-family: 'TitilliumLight';
    src: url('../type/TitilliumText22L002-webfont.eot');
    src: url('../type/TitilliumText22L002-webfont.eot?#iefix') format('embedded-opentype'),
         url('../type/TitilliumText22L002-webfont.woff') format('woff'),
         url('../type/TitilliumText22L002-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Titillium';
    src: url('../type/TitilliumText22L003-webfont.eot');
    src: url('../type/TitilliumText22L003-webfont.eot?#iefix') format('embedded-opentype'),
         url('../type/TitilliumText22L003-webfont.woff') format('woff'),
         url('../type/TitilliumText22L003-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TitilliumMedium';
    src: url('../type/TitilliumText22L004-webfont.eot');
    src: url('../type/TitilliumText22L004-webfont.eot?#iefix') format('embedded-opentype'),
         url('../type/TitilliumText22L004-webfont.woff') format('woff'),
         url('../type/TitilliumText22L004-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TitilliumBold';
    src: url('../type/TitilliumText22L005-webfont.eot');
    src: url('../type/TitilliumText22L005-webfont.eot?#iefix') format('embedded-opentype'),
         url('../type/TitilliumText22L005-webfont.woff') format('woff'),
         url('../type/TitilliumText22L005-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}



/* === Styling headings, paragraphs, unordered and ordered lists === */

body {
	font: 14px/21px 'Droid Sans', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
}

/* === STYLING HEADINGS SETTINGS === */

h1{
	font: 40px/36px Droid Sans, Candara, Arial, sans-serif;
	color: #333;
}

h2 {
	font: 22px/38px Droid Sans, Candara, Arial, sans-serif;
	color: #333;
}

h3 {
	font: 18px/28px Droid Sans Bold, Candara, Arial, sans-serif;
	font-weight: 500;
	color: #666;
}

h4 {
	font: 15px/28px Droid Sans Bold, Candara, Arial, sans-serif;
	font-weight: 500;
	color: #666;
}

h5 {
	font: 14px/21px Droid Sans, Candara, Arial, sans-serif;
	
	color: #666;
	margin-bottom: 12px;
}

h6 {
	font: 13px/18px Droid Sans, Candara, Arial, sans-serif;
	font-weight: normal;
}

small {
	font-size: 12px;
	line-height: 18px;
}

h2 a {
	color: #333
}

h2 a:hover {
	border-bottom: 1px dotted #ededed;
}

/* === STYLING BLOCKQUOTES SETTINGS === */

blockquote {
	font: 13px/21px Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
}

blockquote span {
	font: 13px/21px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
}

/* === STYLING SEPARATORS SETTINGS === */

.separator  {
	font-family: TitilliumBold, Candara, Arial, sans-serif;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
}

/* === STYLING INPUTS AND TEXTAREAS SETTINGS === */

input, textarea, button {
	font: 12px/21px 'Droid Sans', Helvetica, Arial, sans-serif;
	padding-top: 3px;
}

/* === STYLING LATEST BLOG POST DATE SETTINGS === */

.day {
	font: 18px/26px Droid Sans Bold, Candara, Arial, sans-serif;
	font-weight: 500;
}

.month {
	font-size: 11px;
	line-height: 13px;
}

/* === STYLING NAVIGATION SETTINGS === */

.welcome-text {
	font: 16px/24px Droid Sans, Candara, Arial, sans-serif;
}

.nav li {
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
}

.nav li span {
	font-size: 12px;
	line-height: 21px;
	text-transform: none;
}

.sub-menu li a{
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
}

/* === STYLING NAVIGATION OF OTHER PAGEGES === */

#nav-header-container .nav li {
	font-size: 18px;
}

#heading-container h1 {
	text-transform: uppercase;
}

/* === STYLING BUTTONS SETTINGS === */

.button, button, button span {
	text-transform: uppercase;
	color: #999;
}

.button {
	line-height: 24px;
}

.recent-project-details {
	font-size: 11px;
}

.footer-menu {
	font-size: 11px;
}

.responses-list .separator {
	font: 12px/21px 'Droid Sans', Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-transform: none;
}

.blog-post-content h6 {
	margin-bottom: 15px;
}

.message-box {
	font-size: 11px;
	line-height: 18px;
}

.toggle li > a {
	font: 15px/28px Droid Sans Bold, Candara, Arial, sans-serif;
	font-weight: 500;
	color: #666;
}