@charset "utf-8";
/********************GLOBAL ELEMENTS********************/
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #1E1816;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
.clearFloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.floatLeft{
	float: left;
	margin-right: 8px;
}
.floatRight {
	float: right;
	margin-left: 15px;
}
.postCountdown {
	float: right;
	margin: 0 30px 15px 15px;
	padding: 20px;
	border: 3px double #DD4400;
	background: #CCCCCC;
	text-align: center;
	width: 200px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 2.75em;
}
h2 {
	font-size: 2em;
	line-height: 1em;
}
h3 {
	font-size: 1.5em;
	line-height: 1em;
}
h4 {
	font-size: 1.25em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: .9em;
}
.nodot {
	list-style: none;
}
.nodot li {
	margin-bottom: 5px;
	margin-left: -30px;
}
.nodotpost {
	list-style: none;
	}
.nodotpost {
	margin: 10px 10px 10px -20px;
}
.smallcaps {
	font-variant: small-caps;
}
.red {
	color: #FF0000;
}
	/********************PICTURE ELEMENTS********************/
	.full_pic {
		width: 95%;
		border: 3px double #0D0705;
		margin: 0 auto 10px auto;
	}
	.large_pic {
		width: 75%;
		border: 1px double #0D0705;
		margin: 20px auto 5px auto;
		float: right;
	}
	.half_pic {
		width: 50%;
		border: 3px double #0D0705;
		margin: 0px 0 5px 10px;
		float: right;
	}
	.quarter_pic {
		width: 25%;
		border: 3px double #0D0705;
		margin: 0 0 5px 10px;
		float: right;
	}
	.thumbnail {
		width: 70px;
		border: 3px double #0D0705;
		margin: 10px;
		float: right;
	}
	.side_pic {
		width: 150px;;
		margin-bottom: 5px;
	}
	.pic_bar {
		width: 150px;
		margin: 0 0 5px 10px;
		padding: 5px;
		border: 1px double #0D0705;
		float: right;
	}
	/********************VIDEO ELEMENTS********************/
	.youtube480 {
	width: 480px;
	border: 5px double #000000;
	margin: 20px auto 10px auto;
	padding: 5px;
	}
	.youtube560 {
	width: 560px;
	border: 5px double #000000;
	margin: 20px auto 10px auto;
	padding: 5px;
	}
	.youtube325 {
		width: 325px;
		border: 3px double #000000;
		float: right;
		margin: 10px 0 10px 10px;
		padding: 3px;
	}
	.youtube200160 {
		width: 200px;
		border: 2px double #000000;
		float: right;
		margin: 10px 0 10px 10px;
		padding: 2px;
	}
/********************#CONTAINER ELEMENTS********************/
#container {
	width: 99%; 
	min-width: 950px;
	max-width: 1300px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	background-image: url(images/sidebarBG.gif);
	background-position: right;
	background-repeat: repeat-y;
} 
/********************#HEADER ELEMENTS********************/
#topNavigation {
	background: #1E1816;
	border-bottom: 1px solid #EA8006;
	font-size: 14px;
}
	#topNavigation a {
		background-image: url(images/navtab.png);
		padding: 5px 0 5px 0;
		width: 100px;
		text-align: center;
		display: inline-block;
		text-decoration: none;
		color: #000000;
	}
	#topNavigation a:hover {
		background-image: url(images/navtabhover.png);
		color: #ffffff;
	}
#headerContent {
	height: 225px;
	width: 100%;
	background-image: url(images/headerBG_WinterNagawica.jpg);
	background-color: #ECEFF5; 
	
}
	#blogtitle {
		color: #FFFFFF;
		font-family: Geneva, Arial, Helvetica, sans-serif;
		font-size: 60px;
		font-variant: small-caps;
		width: 550px;
		text-align: center;
	}
	#blogtitle a {
		color: #FFFFFF;
		text-decoration: none;
	}
	#subtitle {
	color: #FFFFFF;
	font-style: italic;
	text-align: center;
	width: 550px;
	margin-top: -10px;
	font-size: 20px;
	}
	#social_bar {
	width: 108px;
	float: right;
	margin: -65px 10px 0 0;
	vertical-align: top;
	}
	#social_bar img {
		border: none;
	}
	#countdown {
		
		
		width: 260px;
		height: 135px;
		text-align: center;
		
		
		float: right;
		margin-top: -20px;
		margin-right: 25px;
		
	}
	#countdown a {
		border: none;
	}
	#countdown a:hover {
		border: none;
	}
	#countdown img {
		border: none;
	}
	#frontrunner {
		float: left;
		margin: 0 0 0 0;
	}
#mainNavigation {
	height: 27px;
	background: #EA8006;
	border-bottom: 1px solid #3B5998;
	border-top: 1px solid #3B5998;
	
	font-size: 13px;
}
	/*********************UVUMI DROPDOWN********************/
	.dropdown{
		visibility: hidden;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	/* these are the inner menus*/
	.dropdown ul{
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.home {
		margin: 0;
		padding: 5px 7px 6px 7px;
		background-color: #EA8006;
		cursor: pointer;
		width: 50px;
	}
	/* these are all the LIs in the menu*/
	.dropdown li{
		margin: 0px 5px 0 0;
		padding: 5px 7px 6px 7px;
		background-color: #EA8006;
		cursor: pointer;
		
	}
	.dropdown li:hover {
		background-color: #BDD2FF;
	}
/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
	.dropdown a{
		text-decoration:none;
		color:#000000;
		width:100%;
	}
	.dropdown a:hover{
		
	}
	/* these are the LIs that only belong to submenu*/
	.dropdown ul li{
		border:1px solid #444;
		border-top:0;
		padding: 5px;
	}
	.dropdown ul li {
		width: 175px;
	}
	/* these are the LIs that contains a submenu*/
	.dropdown li.submenu{
		background-image: url(images/bbdown.gif);
		background-position: center right;
		background-repeat: no-repeat;
		min-width: 120px;
		margin-right: 5px;	
	}
	/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
	.dropdown ul li.submenu{
		background-image: url(images/bbright.gif);
		background-position: center right;
		background-repeat: no-repeat;
		padding: 5px;
		width: 175px;
	}
	
/********************#SIDEBAR ELEMENTS********************/
#sidebar {
	float: right; 
	width: 375px;
	background: #ECEFF5; 
	border-left: 1px solid #3B5998;
	height: 100%;
}
#sidebarMeta {
	background: #EA8006;
	height: 25px;
	border-bottom: 1px solid #082665;
	margin-top: -12px;
}
	#sidebarMetan ul{
			margin: 0;
			padding: 0;
			list-style: none;
	}
	#sidebarMeta li{
		display: block;
		list-style: none;
		width: 168px;
		padding: 5px 7px 7px 12px;
		cursor: pointer;
		float: left;
	}
	.login {
		margin-left: -40px;
		}
	#sidebarMeta li:hover {
		background-color: #BDD2FF;
	}
	#sidebarMeta a{
		text-decoration:none;
		color:#000000;
		width:100%;
	}
#sidebar img {
	border: none;
}
.sidetitle {
	text-align: center;
	font-variant: small-caps;
	background: #082665;
	padding: 3px 0 3px 0;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
}
	#sidebarInfo {
		height: 200px;
		padding: 10px;
		font-size: 14px;
		line-height: 23px;
	}
		#sliderContact {
			background: #ECEFF5; 
			border-bottom: 1px solid #082665;
			margin-top: 10px;
		}
		.contactHeader {
			font-variant: small-caps;
			background: #082665;
			padding: 3px 0 3px 3px;
			color: #FFFFFF;
			font-weight: bold;
			font-size: 14px;
			cursor: pointer;
		}
		#forcedMargin {
			width: 100%;
			height: 20px;
		}
		.contactMain {
			padding: 5px 5px 10px 5px;
		}
	#sidebarInfo img {
			float: right;
			margin: 0px 5px 0 5px;
			border: 3px double #082665;
	}
		.infoName {
			font-size: 25px;
			font-variant: small-caps;
			font-family: Geneva, Arial, Helvetica, sans-serif;
			letter-spacing: 1px;
		}
		.infoEmail {
			background-image: url(images/email.png);
			background-position: left;
			background-repeat: no-repeat;
			padding-left: 25px;
		}
		#sidebarBlurb {
			padding: 10px;
			border-bottom: 1px solid #3B5998;
			font-style: italic;
		}
		#sidebarSubscribe {
	border-bottom: 1px solid #3B5998;
	height: 130px;
}
.subscribeMain {
	width: 325px;
	margin: 10px auto 10px auto;
}
.MailPressFormEmail, .MailPressFormName {
	margin-bottom: 10px;
	width: 320px;
}
.rightsmall {
	text-align: right;
	font-size: 8px;
	font-style: italic;
	padding: 3px 5px 0 0;
	float: right;
	text-transform: none;
}
.mp_submit { 
	width:100px;  
	padding:2px; 
	font-size:0.8em;
	float: right;
	background:url(http://www.jeffgramins.com/wp-content/plugins/cforms/images/button-bg.gif) repeat-x; 
	border:1px solid #adadad!important;
	border-left-color:#ececec!important; 
	border-top-color:#ececec!important;
}	

.subscribeMain textarea,
.subscribeMain select { 
	padding:3px;
	background: #f9f9f9; 
	border:1px solid #888888; 
	vertical-align:top;
}
.subscribeMain input:hover,
.subscribeMain textarea:hover,
.subscribeMain select:hover	{
	background:#CEDDDF; 
}
	#sidebarFanbox {
		height: 700px;
		background: #ECEFF5;
		padding: 5px 15px 10px 35px;
		margin-top: 10px;
		border-bottom: 1px solid #3B5998;
	}
	#sidebarRecentPosts {
		height: 300px;
		background: #ECEFF5;
		margin-top: 10px;
		border-bottom: 1px solid #3B5998;
	}
	#sidebarSplit {
		border-bottom: 1px solid #3B5998;
		margin-bottom: 20px;
	}
	#sidebarSplitLeft {
		width: 173px;
		border-right: 1px solid #3B5998;
		padding: 0 5px 0 5px;
	}
	#sidebarSplitLeft img {
		margin-left: 10px;
		margin-bottom: 5px;
	}
		#meta li {
			list-style: none;
			margin: 5px 0 10px 0;
		}
	#sidebarSplitRight {
		width: 180px;
		float: right;
		margin-top: -14px;
		padding: 0 5px 0 5px;	
	}
		#sidebarSplitRight li {
			list-style: none;
			list-style-position: outside;
			margin: 5px 10px 10px -30px;
		}
		#twitterfeed a {
			color: #000000;
			text-decoration: none;
		}
		.aktt_tweets {
			font-size: 9px;
			overflow: hidden;
		}
		.aktt_tweet_time {
			width: 150px;
			display: block;
			padding: 5px 0 10px 0;
			border-bottom: 1px solid #3B5998;
			
		}
	#sidebarLinks {
		height: 400px;
		border-bottom: 1px solid #3B5998;
	}
	#sidebarNewsfeed {
		height: 425px;
		border-bottom: 1px solid #3B5998;
	}
		#sidebarNewsfeed .TabbedPanelsContent li {
			list-style: none;
			list-style-position: outside;
			margin: 5px 10px 10px -30px;
		}	
		/**************************SIDEBAR TABBED PANELS*************************/
		.TabbedPanelsTab {
		font-size: 12px;
		}	
		.TabbedPanelsTab {
		background-color: #2A4887;
		color: #FFFFFF;
		font-weight: bold;
		font-variant: small-caps;
		font-size: 12px;
		}
		.TabbedPanelsContent {
		padding: 15px;
		color: #000000;
		list-style: none;
		height: 320px;
		}
		.tabbedCategories {
			overflow: scroll;
			overflow-x: hidden;
		}
		#sidebar .TabbedPanelsContent a {
		padding: 10px 5px 10px 5px;
		width: 335px;
		display: block;
		color: #000000;
		text-decoration: none;
		}
		.TabbedPanelsContent a:hover {
		background-color: #DBDEE4;
		}
		.TabbedPanels {
		margin: 0px;
		padding: 0px;
		float: left;
		clear: none;
		width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
		}
		.TabbedPanelsTabGroup {
		margin: 0px;
		padding: 0px;
		}
		.TabbedPanelsTab {
		position: relative;
		top: 1px;
		float: right;
		padding: 4px 8px;
		margin: 0px 1px 0px 0px;
		list-style: none;
		border-right: solid 1px #CCC;
		border-bottom: solid 1px #3B5998;
		border-top: solid 1px #3B5998;
		border-left: solid 1px #3B5998;
		-moz-user-select: none;
		-khtml-user-select: none;
		cursor: pointer;
		}
		.TabbedPanelsTabHover {
		background-color: #4C6AA9;
		}
		.TabbedPanelsTabSelected {
		background-color: #8FAEED;
		border-bottom: 1px solid #EA8006;
		}
		.TabbedPanelsTab a {
		color: black;
		text-decoration: none;
		}
		.TabbedPanelsContentGroup {
		clear: both;
		border-top: solid 1px #3B5998;
		}
		#sidebar_feed .TabbedPanelsContentGroup, #sidebar_btm .TabbedPanelsContentGroup {
		border-bottom: none;
		}
		.TabbedPanelsContent {
		padding: 4px;
		}
		.TabbedPanelsContentVisible {
		}
		.VTabbedPanels .TabbedPanelsTabGroup {
		float: left;
		width: 10em;
		height: 20em;
		background-color: #EEE;
		position: relative;
		border-top: solid 1px #3B5998;
		}
		.VTabbedPanels .TabbedPanelsTab {
		float: none;
		margin: 0px;
		border-top: none;
		border-left: none;
		border-right: none;
		}
		.VTabbedPanels .TabbedPanelsTabSelected {
		background-color: #EEE;
		border-bottom: solid 1px #3B5998;
		}
		.VTabbedPanels .TabbedPanelsContentGroup {
		clear: none;
		float: left;
		padding: 0px;
		width: 30em;
		height: 20em;
		}
	#sidebarFooter {
		height: 200px;
		border-bottom: 1px solid #3B5998;
	}
		#calendar {
			padding: 0 15px 0 15px;
		}
/********************#MAINCONTENT ELEMENTS********************/
#mainContent {
	margin: 0 390px 0 20px;
}
	/********************POST ELEMENTS********************/
	.date	{
		background: url(images/postdate.png);
		background-repeat: no-repeat;
		background-position: left;
		float: left;
		font-size: 12px;
		line-height: 20px;
		font-family: "Trebuchet MS", Georgia, sans-serif;
		text-align: center;
		vertical-align: middle;
		color: #fff;
		width: 70px;
		height: 70px;
		margin: 0 12px 20px -20px;
		margin-top: 0px;
		padding: 0;
		_position: relative;/* ie6 fix */
	}
	.postdateinterior {
		width: 65px;
		height: 70px;
		margin: 3px 10px 0 -3px;
	}
	.postday {
		font-size: 25px;
		font-weight: bold;
		font-family: Geneva, Arial, Helvetica, sans-serif;
	}
	.monthyear {
		color: #CCCCCC;
	}
	.entry {
		margin-top: 25px;
	}
	.posttitlelink {
		text-decoration: none;
		color: #000000;
	}
	.posttitlelink:hover {
		color: #2A4887;
		border-bottom: 1px solid #2A4887;
		text-decoration: underline;
		padding-bottom: 3px;
	}
	.postCat {
		width: 100%;
		clear: left;
		font-style: italic;
	}
	.postedin {
		font-weight: bold;
	}
	.entry {
		line-height: 17px;
	}
	.entry a {
		text-decoration: none;
		border-bottom: 1px dashed #000000;
		padding-bottom: 1px;
	}
	.entry a:hover {
		text-decoration: underline;
		border-bottom: 1px solid #2A4887;
		padding-bottom: 1px;
		color: #2A4887;
	}
	.addthis_container a, .addthis_container a:hover {
		text-decoration: none;
		border-bottom: none;
	}
	.addthis_container {
		margin: 20px 0 20px 0;
	}
	.postmetadata {
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-bottom: 1px solid #3B5998;
	}
	.tags {
		background-image: url(images/tag_orange.png);
		background-repeat: no-repeat;
		background-position: left;
		padding: 7px 0 7px 20px;
		line-height: 15px;
	}
	.comments {
		background-image: url(images/comments.png);
		background-repeat: no-repeat;
		background-position: left;
		padding: 7px 0 7px 20px;
	}
	.navigation {
		width: 100%;
		height: 10px;
		padding: 5px 0 10px 0;
	}
	.alignleft {
		float: left;
	}
	.alignright {
		float: right;
	}
	.previous {
		background-image: url(images/previous.png);
		background-repeat: no-repeat;
		background-position: left;
		padding: 7px 0 7px 20px;
	}
	.next {
		background-image: url(images/next.png);
		background-repeat: no-repeat;
		background-position: right;
		padding: 7px 20px 7px 0;
	}
	.xmlgm {
		width: 85%;
		height: 400px;
		margin: 0 auto 0 auto;
		border: 3px double #666666;
	}
	blockquote {
		border-top: 2px solid #666666;
		border-left: 2px solid #666666;
		border-right: 3px solid #333333;
		border-bottom: 3px solid #333333;
		padding: 10px;
		background: #DDDDDD;
	}
	.postLinks {
		float: right;
		padding: 0 3px 0 3px;
		margin: 5px 0 10px 10px;
		width: 225px;
		border-top: 1px solid #666666;
		border-right: 2px solid #333333;
		border-bottom: 2px solid #333333;
		border-left: 1px solid #666666;
		background: #EEEEEE;
	}
		/*************************DISQUS ELEMENTS*************************/
		#disqus_thread {
			background: #CCCCCC;
			border: 3px double #999999;
			padding: 10px;
		}

/********************#FOOTER ELEMENTS********************/
#footer {
	color: #3B5998;
	background: #ECEFF5; 
	margin-top: 30px;
	border-top: 1px solid #3B5998;
	width: 100%;
}
	#footerTop {
		height: 230px;
	}
		.footerLeft {
			width: 250px;
			height: 230px;
			padding: 10px;
			vertical-align: top;
		}
		.footerMiddle {
			height: 230px;
			padding: 10px;
			text-align: center;
			vertical-align: top;
		}
		.footerRight {
			height: 230px;
			width: 355px;
			padding: 10px;
			vertical-align: top;
		}
	#footerBottom {
		height: 75px;
		border-top: 1px solid #3B5998;
	}
		.footerbottomLeft {
			width: 300px;
			height: 55px;
			padding: 10px;
		}
		.footerbottomMiddle {
			height: 55px;
			padding: 10px;
			text-align: center;
		}
		.footerbottomRight {
			height: 55px;
			width: 355px;
			padding: 10px;
			text-align: right;
		}

#wkmap, #mkemap {
	width: 550px;
	border-top: 2px #666666 solid;
	border-right: 3px solid #333333;
	border-left: 2px solid #666666;
	border-bottom: 3px solid #333333;
	margin: 0 auto 0 auto;
	margin-bottom: 20px;
}
.center_map {
	width: 500px;
	margin: 0 auto 0 auto;
}
