/*  
Theme Name: nic askew theme
Theme URI: http://www.nicaskew.com/
Description: nic's personal site - for nic

Author: Philip Joncas
Author URI: http://www.pjoncasstudios.com/
*/

/*========= SETUP =========*/


*{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
	color: #000;
	background: url(images/bk_body2.jpg) repeat-x #fff;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-weight: normal;
	font-size: small;
	line-height: 150%;
}

a{
	color: #000000;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
	color:#000;
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 12px;
	padding: 2px;
}
select{
	padding: 0;
}

ul {list-style-type:none;}
li{
	list-style-type: none;
}


/*========= LAYOUT =========*/

#page{
	width: 975px;
	background-color: none;
	margin:15px auto;
	border: none;
}
/*--- Main Columns ---*/
#columns{
	padding:15px 15px 25px;
	background-color: #fff;
	margin: 0px;
}
.col1{
	float: left;
	width: 595px;
	padding-right:25px;
	xpadding-top:0px;
	xmargin-top:0px;
}
.col2{
	float: left;
	width: 320px;
	padding-top:0px;
	margin-top:0px;
}

/*--- Sub Columns ---*/
.subcol{
	width: 275px;
	padding:0;
	margin:0;
	border:none;
}
.subcol h2{
	font-size: 14px;
	padding: 10px 0 10px;
	color: #FFFFFF;
}

.nocomments {display: none}

/*========= HEADER =========*/

/*- Page Navigation -*/
#nav{
	height: 30px;
	padding: 2px 0px !important;
	background-color: #none;
	margin:5px 15px 0px 0px !important;
	border-top: none;
	border-bottom:none;
	width: 940px !important;
	font-style:bold;
}
#nav-left {
	float:left;
	display:inline;
	width:700px;
	}
#nav-right {
	float:right;
	display:inline;
	width:230px;
	margin:0px !important;
	padding:0px !important;
	}
#nav ul {
	position: relative;
	height: 30px;
	overflow: hidden;
}
#nav ul  li {
    float: left;
    list-style: none;
	font-weight:normal;
	font-size:14px;	
	
}
#nav .current_page_item {
	height:30px;
}
#nav .current_page_item a {
	color: #999999;
}
#nav ul  li.back {
	width: 9px;
	height: 30px;
	z-index: 8;
	position: absolute;
}

#nav ul  li a {
	text-decoration: none;
	outline: none;
	text-align: center;
	top: 6px;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 26px;
	position: relative;
	overflow: hidden;
	margin: auto 15px !important;
	margin: auto 7px;
	font-weight: bold;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
}

#nav ul  li a:hover {border:none; color: #000;}

#nav ul  li a:hover, #nav ul  li a:active, #nav ul  li a:visited {
	border: none;
}      
/*- Category Navigation -*/
#nav2, #nav2 * {
	margin:0;
	padding:0;
	list-style: none;
	
}
#nav2 {
	height: 30px;
	font-weight:bold;
	font-size:14px;
	position:relative;
	line-height: 30px;
	margin:0px 15px;
	border:1px solid #ddd;
	z-index:10 !important;
}
#nav2 li {
	line-height: 30px;
	float: left;
	list-style:none;
	z-index:10 !important;
}
#nav2 li a {
	color: #666666;
	display: block;
	padding: 0 13px;
	font-size: 12px;
	font-weight: bold;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	line-height: 30px;
	border-right:1px solid #ddd;
	z-index:10 !important;
	text-transform: lowercase;

}
#nav2 li a:hover {
	text-decoration: none;
}
#nav2 li ul {
	position:absolute;
	left: -999em;
	margin-top:3px;
	z-index:10 !important;
}
#nav2 li:hover ul, #nav2 li.sfhover ul {
	left:auto;
	z-index:10 !important;
}
#nav2 li ul li {
	display:block !important;
	float:none !important;
	border:1px solid #ddd !important;
	border-top:none !important;
	background:#fff;
	z-index:10 !important;
}

/*- Search -*/
#search{
	float: right;
	height: 27px;
	width:165px;
	margin: 3px 0px 0px !important;
	padding:0px !important;
}
* html #search{
	margin-right: 8px;
}
#search input{
	background: #fff;
	border: 1px solid #999;
	color: #999;
	float: left;
	font-size: 11px;
	width:125px;
	margin:1px 0px 0px;
	padding: 3px 4px 4px;
}
#search .btn{
	padding: 0;
	height:22px;
	width: auto;
	margin:1px 0px 0px 5px !important;
	border:none;
	width:25px;
}
/*- Header -*/
#header{
	height: 120px;
	background-color: #none;
	margin: 0 15px;
	padding: 0px;
}
/*- Logo -*/
#header h1{
	float: left;
	display:inline;
}
#header h1 a{
	display: block;
	height: 70px;
	width: 330px;
	color: #000000;
	padding:40px 0 0 0;
}

/*- RSS TOP BANNER -*/
#rssTop{
	float: right;
	font-size: 12px;
	padding: 16px 5px 0 0;
	text-align: right;
	width: 265px;
height; 66px;
}

#rssTop h2 {
	font-size:14px;
	color:#000;
	padding:0;
	margin:0;
	}

#rssTop a{
	color: #666;
}

#rssTop a:hover{
	text-decoration:none;
	color: #000000
}
#rssTop ul{
	float: left;
	margin: 13px 0 0;
	width: 200px;
}
#rssTop li{
	margin: 0 0 0 10px;
	padding: 0 0 1px 10px;
}
#rssTop img{
	padding:7px 10px 0 0;
	margin:2px 0 0 0;
}

/*- RSS -*/
#rss a{
	color: #666666;
}
#rss h2{
	padding:10px;
	font-size:14px;
	margin-bottom:10px;
}
#rss ul{
	margin: 0px;
	padding: 10px;
	float:left;
}
#rss li{
	margin: 0px;
	border:none !important;
	padding: 5px;
}
#rss img{
	float: right;
	padding-left: 10px;
	margin-top: 5px;
}

/*========= FEATURED POSTS (FRONT-PAGE) =========*/

/* See slideshow.css */

/*========= FEATURED VIDEOS (FRONT-PAGE) =========*/

#video-frame {
	xbackground:#eee;
	float:left;
	width:583px;
	height:auto;
	margin:15px 0px 0px;
	padding: 5px;
	border: 1px solid #ddd;
	}
.video-left {
	float:left;
	width:285px !important;
	display:inline;
	background-color:#FFFFFF;
	}
.video-left p {
	padding:0px !important;
	margin:0px !important;
	}
.video-left h2 {
	display:none;
	}
.video-right {
	float:right;
	width:273px;
	display:inline;
	background-color:#FFFFFF;
	padding: 10px;
	}
.video-right h2{
	color: #000000;
	font-size:11px;
	line-height:normal;
	font-weight:bold !important;
	margin:0 !important;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	}
.video-right p{
	color: #666;
	font-size:11px;
	line-height:12px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0px;
	}
.video-right h3{
	font-style: normal !important;
	font-weight: bold;
	font-size:18px;
	line-height:20px;
	padding-bottom: 0px;
	}
.video-right .mootabs_title {
	border-top:1px solid #FFF;
	list-style:none;
	margin:0px;
	padding:0px;
	}
.video-right .mootabs_title li {
	color:#000;
	font-weight:normal;
	font-size:11px;
	text-decoration:none;
	display:block;
	padding:10px;
	border: 1px solid #dddddd;
	background:#f7f7f7;
	line-height:10px;
	cursor: pointer;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	}
.video-right .mootabs_title li:hover, .video-right .mootabs_title li.active {
	background:#dddddd url(images/ico-watch.gif) right center no-repeat !important;
	}

/*========= BLOG POST STYLING =========*/

/*=== Small Box Post ===*/
.post{
	margin: 0;
}
.post h2{
	font-size: 18px;
	padding: 0 0 10px;
	margin:0px;
}
.post h3{
	font-size: 14px;
}
.post h3 a{
	color: #000000;
}
.post p{
	padding: 10px 0 5px;
/*	line-height: 15px;
*/}

/*- Box -*/
.box{
	clear: both;
	height: 1%;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin: 0;
}
.box .post{
	width: 288px;
	background-color: #none;
	border: none;
}
.box .post h2 a{
	color:#333333;
	padding: 0 0 0 0;
	margin:0;
}

.box .post h2 a:hover{
	color:#999;
	text-decoration:none;
	padding: 0 0 0 0;
	margin:0;

}
.box .post h2{
	font-size: 18px;
	padding: 10px 0px 2px 0px;
	margin:0 0 0 10px;
	line-height: 20px;
	border-bottom:1px solid #333;
	width: 271px;
}
.box .post p{
	font-size: 11px;
	line-height: 16px;
	padding: 0px 10px 10px 10px;
	margin:0px;
}

.box .post img{
	border: none;
	float: right;
	padding: 15px 7px 10px 5px;
	background-color: #none;
	margin: 0px;
}


/*=== Traditional Blog Post ===*/
.postTop {
	padding:0 0 3px 0;
	margin:0px;
	xborder-bottom:1px solid #333333;
	}
	
		

.post-alt{
	margin: 0 0 25px 0;
	padding-top:0px;
	
}
.post-alt h2, .postTop h2{
	font-size: 22px;
	padding: 0 0 2px 0;
	color:#000000;
	line-height: 26px;
	margin:0px;
}
.post-alt h3{
	font-size: 13px;
	padding-bottom: 5px;
	padding-top:0px;
	line-height: 18px;
	color: #000000;
	margin:0px;
}
.post-alt h4{
	font-size: 14px;
	padding-bottom: 5px;
	line-height: 16px;
}
.post-alt h2 a{
	padding:0px;
	margin:0px;
	color: #666;
	text-decoration:none;
}

.post-alt h2 a:hover{
padding:0px;
	margin:0px;
	color: #000000;
	text-decoration:underline;
}

.post-alt p{
	padding: 0 0 5px 0;
}

.post-alt img {margin:0px; padding:0px;}

.post-alt h3.post_date{
	color: #000;
	padding: 0px 0px 2px 0px;
	margin:0 5px 7px 0;
	xfont-size: 14px;
	xfont-weight: normal;
	xborder-bottom: 1px solid #000;
	xwidth: 155px;
	float:right;
}

h3.alignleft.titlecategory {
	width: 350px;
	float: none;
	display: block;
	color: #000;
	padding: 0px 0px 2px 0px;
	margin:0 5px 7px 0;
}

h3.posted{
	xdisplay:none;
	font-size: 11px;
	color: #000;
	font-style: normal;
	font-weight: normal;
	line-height: 18px;
	background-color: #eeeeee;
	padding: 5px;
	margin-top: 10px;
	text-align: left;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
h3.posted a, .postTop a {
	color: #333;
	text-decoration:underline;
	xfont-size:11px;
	margin: 0 0 0 2px;
}
	
h3.posted a:hover, .postTop a:hover {
	color: #666666;
	text-decoration:none;
	xfont-size:11px;	
	
	
}
/*=== Buttons ===*/

.rssIcon {float:left; margin:15px 10px 10px 10px; padding:20px;}

.rssFeed {margin:0 0 0 10px;}

.continue{
	background: url(images/ico-arrow.gif) no-repeat left;
	font-weight:bold;
	padding: 0px 0px 0px 15px;
	margin:0px;
}
.comments {
	display:none;
	padding-bottom:0px !important;
}
.comments a{
	display:none;
	background: url(images/ico-comm.gif) no-repeat left;
	color: #000000;
	font-weight:normal;
	font-size:11px;
	padding:0px 0px 0px 18px;
	margin-left:5px;
}
a.more{
	background: url(images/ico-arrow2.gif) no-repeat right;
	color: #c0c0c0;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0 20px 0 0;
}
/*=== Traditional Blog Post ===*/
.navigation {
}
.navigation a {
	color: #c0c0c0;
	font-size: 1.2em;
	font-weight: bold;
}
.alignleft{
	display:inline;
	float:left;
}
.alignright{
	display:inline;
	float:right;
}

.alignright.titledate {
	position: absolute;
	right: 0;
}

/*========= ARCHIVE SPECIFIC =========*/

#archivebox, pagesTitle {
	margin:8px 0px 5px 0px;
	padding:0px 10px 0px 0px;
	color:#000 !important;
	text-transform:lowercase;
	background:none;
	border: none;
}
#archivebox h4 em, #archivebox h2 em, #archivebox h3 em{
	display:none;
	color: #666
}
#archivebox h4 {color:#333333;
} 
#pagesTitle h2{ display:block; padding:0 0 10px 0; color:#333;}
#archivebox h2{ display:none;}
	
#archivebox h4 em, #archivebox h2 em, #archivebox h3 em{
	font-weight: normal;
}
#archivebox a, #archivebox h3 {
	text-transform:uppercase;
	font-size:20px;
	font-style:normal;
	font-weight:normal;
	color:#000;
	padding:0 0 10px 0;
}
.archivefeed {
	display:none;
	margin-top:10px;
	padding-bottom:0px;
}
.archivefeed a {
	background:url(styles/default/rss_icon.gif) center left no-repeat;
	height:20px;
	color:#000;
	font-weight:bold;
	font-size: 11px;
	font-weight: normal;
	padding:3px 0px 1px 22px;
}
.arclist{
	width: 260px;
	margin:0px 0px 25px;
	padding:5px 0px 0px;
	xborder-bottom: 1px solid #eee;
}
.arclist h2{
	color: #000;
	padding:0px 0px 15px;
}

.arclist ul li{
	color:#c0c0c0;
	font-size:12px;
	padding:8px 0 8px 10px;
	xborder-top:1px solid #eee;
}

/*========= SINGLE POST SPECIFIC =========*/

.singletags {
	margin-top:5px;
	font-weight:bold;
	color:#000 !important;
}
.singletags a { font-weight: normal !important; }

.entry h2{
	font-size: 18px;
	padding: 0 0 5px;
	color: #000;
	margin:0px;
}
.entry p{
	text-align:left;
	font-size:12px;
	margin:0px 0px 10px 0px;
	padding:0 20px 0 0;
	}
.entry blockquote {
	padding: 10px;
	border: 1px solid #ddd;
	color:#000;
	width:85%;
	background-color: #f7f7f7;
	font-style: italic;
	margin:5px auto 15px;
	}
.entry blockquote p {
	font-size:12px;
	padding: 5px 0px;
	margin: 5px 0px;
	line-height: 20px;
	}

.entry audio {padding: 5px 0;}

.entry embed {xwidth:585px; margin:0 55px 10px 0; padding:0 0 5px 0;}

.entry img {
	padding: 4px;
	border: 1px solid #dddddd;
	xfloat:left;
	display:inline;
	background-color: #none;


















	margin-right: 15px;
	margin-bottom: 1px;
	margin-top: 0px;
	}
.entry ul, .entry ol {
	margin-bottom:15px;
	font-size:12px;
	line-height:20px;
	}
.entry ul li ul, .entry ol li ol{
	margin-bottom:0px;
	padding-top:3px;
	}
.entry ul li {
	list-style:circle inside !important;
	margin-left:15px;
	padding:3px 0px;
	}
.entry ul li ul li {
	list-style:disc inside !important;
	}
.entry ol li {
	list-style:decimal inside !important;
	font-size:12px;
	padding:3px 0px;
	}
.entry ol li ol li {
	list-style:decimal-leading-zero inside !important;
	}
	
/*========= SITEMAP STYLES =========*/
.ddsg-wrapper h2 {color:#333;}
.ddsg-wrapper ul li {font-size:14px; list-style-type:none;}


/*========= COMMENTS =========*/

h2.commh2{
	font-size: 1.4em;
	padding: 0 0 5px;
	font-weight:bold !important;
}
ol.commentlist{
	margin: 10px 0 20px;
	padding: 0;
	list-style: none;
	font-size: 12px;
	line-height: 20px;
}
ol.commentlist p{
	margin-bottom:10px;
	line-height: 20px;
}
ol.commentlist cite{
	font-style: normal;
	font-weight: bold;
}
ol.commentlist li{
	padding: 20px 10px 10px 10px;
}
ol.commentlist li.alt{
	padding: 10px 10px 0 10px !important;
	background:#f7f7f7;
	xborder:1px solid #eee;	
}


/*========= SIDEBAR =========*/


#mpu_banner {
	width:300px;
	height:1px;
	background-color:#fff;
	margin-bottom:1px;
	padding: 1px;
	xborder: 1px solid #fff;
}


/*- Sidebar Tabs - Popular, Comments, Featured, Tag Cloud -*/

.sideTabs {
	width:308px !important;
	xheight:1px !important;
	xmin-height:1px;
	margin:0 0 0 10px;
	padding:1px;
	xborder:1px solid #fff;
	background-color:#fff;
	float:left;
	display:block;
	xvisibility:hidden;
}

.sidebarTitle h2{
	font-size: 18px;
	padding: 10px 0px 2px 0px;
	margin:0 0 0 10px;
	line-height: 20px;
	xborder-bottom:1px solid #333;
	width: 271px;
}

.ssidebarFix {
margin:0 0 0 10px;}


.col2 .mootabs_title{
	font-size: 12px;
	width: 100%;
	float:left;
}
.col2 .mootabs_title li{
	float: left;
	display:inline;
	font-size: 11px;
	line-height: 1px;
	xbackground: #ffffff;
	color: #fff;
	xborder:1px solid #fff;
	font-weight: bold;
	font-size: 11px;
	margin:0px 2px 0px 0px !important;
	padding:0px 5px !important;
	cursor: pointer;
}
.col2 .mootabs_title li:hover, .col2 .mootabs_title li.active{
	border: 1px solid #fff;
	text-decoration: none;
}
.col2 .mootabs_panel {
	display: none;
	clear: both;
	float:left;
	xheight:auto !important;
}
.col2 .mootabs_panel.active {
	display: block;
	float:left;
}
.col2 .mootabs_panel ul{
	width: 296px !important;
	padding:1px !important;
	border:1px solid #ddd !important;
	margin:1px 0px 0px !important;
	background-color: #FFFFFF;
	xmin-height:203px;
	}
.list1 li,.list2 li, .list3 li{
	padding: 6px 0 6px 25px;
	xborder-bottom: 1px solid #eee;
}
.list1 li a,.list3 li a,.list4 li a, .list5 li a{
	color: #666666;
	font-size: 12px;
}
.list3 li {
	background: url(images/ico-mostcomm.gif) no-repeat left center !important;
	}
.list5 li{
	xborder-bottom: 1px solid #eee;	
	padding:6px 0px;
}
/*- New 125x125 Ads-*/
.ads125{
	xborder: 2px solid #999;
	xheight: 268px;
	width:325px;
	padding: 0 0 0 0;
	margin:0 0 15px 0;
}

	.ads {
	width:325px;
	padding: 0 0 0 0;
	margin:0 0 15px 0;
}
	
	.adsTop {
	float: left;
	margin:48px 0 0 5px;
	padding:2px 2px 2px 2px;
	}
	
	.adsBottom {
	float: left;
	clear:both;
	width:325px;
	height:130px;
	margin:30px 0 0 0;
	padding:2px 2px 2px 2px;
	}
	
	.adsBottom3 {
	float: left;
	height:130px;
	margin:0 0 0 5px;
	padding:2px 2px 2px 2px;
	}

.ads125 img, .ads img{
	float: left;
	margin:0 0 0 5px;
	padding:2px;
}

	/*.ads125 a:hover img, .ads a:hover img, .adsBottom a:hover img, .adsTop a:hover img{
	border: 1px solid #333;
}*/

.ads125 img.last, .ads img.last, .adsTop img.last, .adsBottom img.last{
	padding:2px;
	margin: 0;

}
/*- Ads (3 Image Boxes) -*/
/*.ads, .adsTwo{
	xborder: 2px solid #999;
	height: 135px;
	width:317px;
	padding: 0 0 0 0;
	margin:0 0 15px 0;
}
.ads img, .adsTwo img{
	float: left;
	margin:0 0 0 5px;
	padding:2px;
	
}
.ads img.last{
	margin: 0;
}*/

/*- AdsTwo (2 IMage Boxes) -*/
/*.adsTwo{
	xborder: 2px solid #999;
	height: 155px;
	width:317px;
	padding: 0px;
	margin:0 0 0 0;

}

.adsTwo img{

	float: left;

	margin:0 2px 0 3px;
	padding:5px 3px 0px 0px;
	
}
.adsTwo img.last{
	margin: 0;
}
*/
/*=== Styling Widget Lists ===*/
.rtTitle h2 {font-size:24px; color:#333333; margin:15px 0 10px 0; padding:15px 0;}
.black {color:#000;}

h2.archivesHeader {
width:270px; 
border-bottom:1px solid #333;
margin: 0 0 0 5px;
padding:0;
}


h2.archivesHeader a {
padding: 0px 0px 0px 0px;
letter-spacing:.0185em;
font-style:normal;
font-weight:normal;
margin: 0 0 0 0;
color:#999;

}

h2.archivesHeader a:hover {
padding: 0px 0px 0px 0px;
letter-spacing:.0185em;
font-style:normal;
font-weight:normal;
margin: 0 0 0 0;
color:#333;
text-decoration:none;

}

.widget {width:317px; padding:0; margin:0;}

.widget h2 {
	padding: 5px 0px 5px 0px;
	letter-spacing:.0185em;
	font-style:normal;
	font-weight:normal;
}


.widget ul {
	margin:0 0 10px 0;
	padding:5px 0;
	border:none !important;
}
.widget ul li {
	border:none !important;
	padding:5px 0 0px 10px;
	margin:0px;
}
.widget ul li a {
	color: #000000;
font-size:13px;
}

div.textwidget {border-bottom:none; border-top:none; background:none}

/*========= FOOTER =========*/

#footer{
	clear: both;
	color: #000;
	height: 92px;
	xline-height: 35px;
	margin:0 auto;
	padding:10px 2px 0 2px;
	background:#fff url(images/bk_footer.jpg) repeat-x;
	border-top: 1px solid #333;
	position:relative;
}

#footer_container{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:960px}
	
#footer_box{
	display:inline;
	float:left;
	margin-left:10px;
	margin-right:10px
	}

#footer_container p.copyright{
	font:normal 10px/19px;
	background-color:none;
	position:absolute;
	left:19px;
	top:10px;
}

#footer_container h4.contactInfo{
	font:bold 12px/25px;
	padding:0 0 3px 0;
	margin-left:0px;
	margin-right:0px;
	background-color:none;
	position:absolute;
	right:19px;
	top:10px;
}

#footer_container p.contactInfo{
	font:normal 10px/19px;
	padding:0 0 3px 0;
	background-color:none;
	position:absolute;
	top:10px;
	right:19px;
}
	
#footer a {	color:#333;}
#footer a:hover {color:#333333; text-decoration:underline;}


/*========= MISC =========*/

hr {padding: 5px 0; border: none; background:none; color:#fff;}

.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
border:none;

}

.noborder {border:none;}

.hl{
	padding:2px 0 0 0;
	/*border-top: 1px solid #eee;*/
}
.hl-full{
	float:left;
	clear:both;
	height:1px;
	width:100%;
	padding:0 !important;
	margin:0px 0px 15px;
}
.hl2{
	border-bottom: 3px solid #c0c0c0;
}
.hl3{
	border-bottom: 1px solid #fff;
}
.blog{
	width:100% !important;
	float:left;
}
.between{
	height:2px;
	margin-bottom:15px;
	}
.fl{
	float: left;
}
.fr{
	float: right;
}
.ac{
	text-align: center;
}
.ar{
	text-align: right;
}
.th{
	display:none;
	border: 1px solid #dddddd;
	float: left;
	padding: 5px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 10px;
}

.akst_share_link img {padding:10px;}

.submitButton {margin:5px 0 0 0;}

.stbuttontext, .stbutton {padding:10px 0;}

table#wp-calendar {
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}

table#wp-calendar a {
	color:#000000; 
}

table#wp-calendar caption { 
	font-weight: normal; font-size: 0.91667em; line-height: 1.72727em; text-transform: uppercase; letter-spacing: 2px; background: #e5e5e5; border-bottom: 1px dotted #ddd; 
}
table#wp-calendar th { 
	width: 26px; font-size: 0.91667em; line-height: 1.72727em; background: #f2f2f2; border-bottom: 1px dotted #ddd; text-align: center; 
}
table#wp-calendar td { 
	width: 26px; line-height: 1.66667em; color: #999; text-align: center; 
}
table#wp-calendar td#next, table#wp-calendar td#prev { 
	width: 78px; font-size: 0.83333em; letter-spacing: 1px; text-transform: uppercase; 
}	