/*
Theme Name: Dropline GNOME
Theme URI: http://droplinegnome.org/
Description: New theme for Dropline GNOME
Author: Silvestre Herrera
Version: 2.0
Tags:
*/

/* Basic Style
-------------------------------------------------------------- */

@font-face {
    font-family: 'MariadRegular';
    src: url('fonts/mariad-regular-webfont.eot');
    src: url('fonts/mariad-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/mariad-regular-webfont.woff') format('woff'),
         url('fonts/mariad-regular-webfont.ttf') format('truetype'),
         url('fonts/mariad-regular-webfont.svg#MariadRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	background-image: url(images/Bg.png);
	background-repeat: repeat;
	font-family: "MariadRegular", "Helvetica", "Arial", Sans-serif;
	color: #656466;
	cursor: default;
}

abbr {
	border-bottom: 1px dotted #999999;
	cursor: help;
}

a {
	text-decoration: none;
	color: #0F86B3;
}

a:hover {
	color: #49B9E3;
}

a:active {
	position: relative;
	top: 1px;
}
	
.floatLeft {
	float: left;
	position: relative;
	top: -5px;
}

.floatRight {
	float: right;
}

a img {
	border: none;
}

/* Header & Menu Layout
-------------------------------------------------------------- */

.header {
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	width: 1024px;
	height: 139px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

.menu {
	float: right;
	margin-right: 38px;
	margin-top: 50px;
}

.menu img {
	width: 100%;
	height: 100%;
}

.menu div {
	float: left;
	cursor: pointer;
}

.menu div:active {
	background-position: bottom;
}

.mnuHome {
	background-image: url(images/menu/mnuHome.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 48px;
	width: 88px;
}
.mnuDownload {
	background-image: url(images/menu/mnuDownload.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 48px;
	width: 110px;
}
.mnuForum {
	background-image: url(images/menu/mnuForum.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 48px;
	width: 86px;
}
.mnuAbout {
	background-image: url(images/menu/mnuAbout.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 48px;
	width: 87px;
}
.mnuInvolved {
	background-image: url(images/menu/mnuInvolved.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 48px;
	width: 122px;
}

/* Features & Download Layout
-------------------------------------------------------------- */

.loading {
	font-size: 18pt;
	position: relative;
	top: 110px;
}

.features {
	background-image: url(images/featuresBg.png);
	background-repeat: no-repeat;
	width: 947px;
	height: 471px;
	margin: auto;
	margin-bottom: 17px;
}

.featuresMenu {
	/*border: 1px solid Blue; /* For debugging purposes */
	background-image: url(images/featuresMenu.png);
	background-repeat: no-repeat;
	position: relative;
	top: 1px;
	width: 947px;
	height: 80px;
	margin: auto;
	text-align: center;
	z-index: 9999;
}

.featuresMenu div {
	margin-right: 15px;
	overflow: hidden;
	cursor: pointer;
	float: left;
	margin: auto;
}

.featuresMenu1 {
	/*border: 1px solid red; /* For debugging purposes */
	background-image: url(images/featuresMnuDesktop.png);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 170px;
	height: 77px;
	position: relative;
	left: 150px;
}
.featuresMenu2 {
	/*border: 1px solid red; /* For debugging purposes */
	background-image: url(images/featuresMnuIM.png);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 224px;
	height: 77px;
	position: relative;
	left: 170px;
}
.featuresMenu3 {
	/*border: 1px solid red; /* For debugging purposes */
	background-image: url(images/featuresMnuSearch.png);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 217px;
	height: 77px;
	position: relative;
	left: 190px;	
}

.featureImg {
	/*border: 1px solid red; /* For debugging purposes */
	height: 371px;
	width: 947px;
	margin: auto;
	text-align: center;
}

.featureImg img {
	min-width: 875px;
}

.features2 {
	height: 321px;
    overflow: hidden;
}

.features2 li {
	margin-left: 36px;
}


.carousel, #carousel {
	/*border: 1px solid red; /* For debugging purposes */
	height: 321px;
	width: 875px;
	max-height: 321px;
	overflow: hidden;
}

.btnPrev {
	/*border: 1px solid green; /* For debugging purposes */
	background-image: url(images/featurePrev.png);
	background-repeat: no-repeat;
	height: 42px;
	width: 79px;
	float: left;
	position: relative;
	top:-185px;
	left: -21px;
	z-index: 999;
}

.btnNext {
	/*border: 1px solid Blue; /* For debugging purposes */
	background-image: url(images/featureNext.png);
	background-repeat: no-repeat;
	height: 42px;
	width: 79px;
	float: right;
	position: relative;
	top:-185px;
	left: 21px;
	z-index: 999;
}

.download {
	/*border: 1px solid Blue; /* For debugging purposes */
	background-image: url(images/downloadBg.png);
	background-repeat: no-repeat;
	background-position: top;
	width: 911px;
	height: 82px;
	margin: auto;
	padding-top: 24px;
	padding-right: 36px;
	text-align: right;
	vertical-align: middle;
	color: #314516;
	text-shadow: #cde6b2 0px 1px 0px;
	cursor: pointer;
}

.download:hover {
	background-position: bottom;
}

.download div {
	display: inline;
	margin-left: 20px;
}

.downloadLink {
	margin-right: 20px;
	position: relative;
	top: -14px;
}

.downloadHeader {
	background-image: url(images/titles/downloads.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: auto;
	height: 185px;
}

.involvedHeader {
	background-image: url(images/titles/getInvolved.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: auto;
	height: 185px;
}

.aboutHeader {
	background-image: url(images/titles/about.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: auto;
	height: 185px;
}

/* Blog Layout
-------------------------------------------------------------- */

/* Two Column Layout
---------------------- */

.blog {
	/*border: 1px solid red; /* For debugging purposes */ 
	margin: auto;
	width: 1010px;
	margin-top: 12px;
}

.blogTop {
	background-image: url(images/blogTopBg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 40px;
	z-index: -9999;
}

.blogCenter {
	background-image: url(images/blogCenterBg.png);
	background-repeat: repeat-y;
	background-position: center;
	overflow: hidden;
}

.blogBottom {
	background-image: url(images/blogBottomBg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 9px;
}

.blogLeftColumn {
	/*border: 1px solid red; /* For debugging purposes */ 
	float: left;
	width: 400px;
	padding-top: 0px;
	padding-left: 34px;
	padding-bottom: 10px;
	padding-right: 45px;
	text-align: justify;
}

.blogRightColumn {
	/*border: 1px solid blue; /* For debugging purposes */ 
	padding: 36px;
	padding-right: 69px;
	margin-left: 500px;
	padding-top: 0px;
	padding-bottom: 10px;
	text-align: justify;
}

.blogPostDateL {
	/*border: 1px solid blue; /* For debugging purposes */ 
	background-image: url(images/blogDateBg.png);
	background-repeat: no-repeat;
	float: left;
	height: 38px;
	width: 40px;
	position: relative;
	left: 12px;
	text-align: center;
	padding-top: 2px;
	color: #FFFFFF;
	text-shadow:none;
	line-height: 12pt;
	overflow: hidden;
}

.blogPostDateR {
	/*border: 1px solid blue; /* For debugging purposes */ 
	background-image: url(images/blogDateBg.png);
	background-repeat: no-repeat;
	float: right;
	height: 38px;
	width: 40px;
	position: relative;
	left: -12px;
	text-align: center;
	padding-top: 2px;
	color: #FFFFFF;
	text-shadow:none;
	line-height: 12pt;
	overflow: hidden;
}

.more-link {
	float: right;
	margin-bottom: 20px;
	margin-top: 10px;
}

/* Single Post
------------------ */

.navBack {
	position: relative;
	left: -76px;
	z-index: 9999;
}

.navBack img {
	cursor: pointer;
}

.postContainer {
	position: relative;
	top: -40px;
}

.blogPostDate {
	position: relative;
	top: -7px;
	float: right;
	letter-spacing: -3pt;
	font-size: 36pt;
	color: #F5F5F5;
}

.singleMonth {
	font-size: 36pt;
	color: #F0F0F0;
	letter-spacing: -4pt;
}
.singleDay {
	letter-spacing: -6pt;
	font-size: 36pt;
	color: #F5F5F5;
	font-weight: bold;
}

.singlePostTitle {
	font-size: 18pt;
	margin-bottom: 20px;
	color: #aaaaaa;
}

.singlePostTop {
	background-image: url(images/singlePostTop.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 40px;
	z-index: -9999;
	display: none;
}

.singlePostCenter {
	/*border: 1px solid red; /* For debugging purposes */ 
	background-image: url(images/singlePostCenter.png);
	background-repeat: repeat-y;
	background-position: center;
	width: 850px;
	overflow: hidden;
	margin: auto;
	padding-right: 79px;
	padding-left: 79px;
	display: none;
	text-align: justify;
}

.singlePostBottom {
	background-image: url(images/singlePostBottom.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 9px;
	display: none;
}

.pageContent {
	/*border: 1px solid yellow; /* For debugging purposes */ 
	margin-bottom: 30px;
}

/* Blog Style (Fonts, etc)
-------------------------------------------------------------- */

.blogPostTitle {
	font-size: 18pt;
	margin-bottom: 32px;
}

.blogPostTitle a {
	cursor: pointer;
}

.blogCenter {
	text-shadow: #ffffff 0px 1px 0px;
	font-weight: normal;
	font-size: 11pt;
}

.footerBar {
	background-image: url(images/bgFooterBar.png);
	width: 945px;
	height: 278px;
	margin: auto;
	margin-top: 37px;
	font-size: 15pt;
	text-shadow: #eeeeee 0px 1px 0px;
}

.footerBar li {
	list-style: none;
}

.pages li, .meta li, .archives li {
	position: relative;
	left: -40px;
}

.archives, .pages, .meta {
	/*border: 1px solid red; /* For debugging purposes */
	float: left; 
	text-align: left;
	padding: 42px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 35px;
	overflow: hidden;
	width: 237px;
	font-size: 16pt;
	height: 217px;
	border-right: 1px #bbbbbb dotted;
}

.archives div,.pages div, .meta div {
	font-size: 10pt;
	margin-top: 15px;
}

.footerBar a {
	color: #888888;
}

.footerBar a:hover {
	color: #ffffff;
	text-shadow: none;
}

.archives ul {
	width: 250px;
	list-style: none;
}

.archives li {
	float: left;
	width: 118px;
	list-style: none;
}

.meta {
	border: none;
}

.footer {
	font-size: 10pt;
	text-shadow: #ffffff 0px 1px 0px;
}

.footer img {
	margin-left: 10px;
	position: relative;
	top: -15px;
}

.month {
	font-size: 9pt;
	color: #0C6D91;
}
.day {
	font-size: 14pt;
	margin-top: 2px;
}

.blogLeftColumn {
	text-align: justify;
}

.blogRightColumn {
	text-align: justify;
}

.info {
	height: 60px;
	background-color: #BEDBE8;
	border: #97CFE8 1px solid;
	padding-top: 15px;
	margin-bottom: 36px;
	margin-top: 26px;
}

/* Footer
-------------------------------------------------------------- */

.footer {
	width: 947px;
	margin: auto;
	margin-top: 36px;
	margin-bottom: 36px;
}