/*************************************************************/
/* CSS Controls the layout and appearance of the page.
/* Defaults to standard CSS only, tableless layout 
/*************************************************************/
html
{
	width: 100%;
	height: 100%;
}

body
{
	width: 100%;
	height: 100%;
	/* Single Image */
	/*
	background: rgb(0,51,0) url(../images/background.jpg) fixed;
	background-position: top center;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
	*/
	/* Tiled  */
	background: rgb(0,51,0) url(../images/background-tile.gif) fixed;
	color: #000;
	font-family: Arial,Helvetica,sans-serif;
	margin: 0;
	padding: 0;
	font-size: 1.1em;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

form
{
	padding: 0;
	margin: 0;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.clear
{
	clear: both;
}

*:focus { 
	outline: none; 
	}
*::-moz-focus-inner { 
	border: none; 
	}

label
{
	cursor: pointer;
}

a
{
	color: rgb(0,75,0);
	text-decoration: none;
}

a:visited
{
	color: rgb(75,75,75);
}

a:hover
{
	color: rgb(0,125,0);
 	text-decoration: underline;
}

a img
{
	border-style: none;
}

#main-wrapper
{
	text-align: center;
}

#main-container
{
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	height: 100%;
	color: #666666;
	
	background-color: rgba(0,0,0,.25);
	-moz-box-shadow: 8px 8px 20px #000; /* FF3.5+ */
	-webkit-box-shadow: 8px 8px 20px #000; /* Saf3.0+, Chrome */
	box-shadow: 8px 8px 20px #000; /* Opera 10.5, IE 9.0 */
	border: 1px solid black;
}

/* Header and Logo Styles */
#header
{
	color: white;
	font-weight: bold;
	font-size: 2em;
	width: 100%;
}

#logo a
{
	color: white;
}

#logo
{
	margin-left: auto;
	margin-right: auto;
	color: white;
}


#subtitle
{
	font-size: .5em;
}

#footer
{
	clear: both;
	padding: 10px 50px 10px 50px;
	margin: 15px 0 0 0;
	font-size: .7em;
	background: rgb(255, 255, 230);
 	background: rgba(255,255,255,.80);
 	color: black;
 	
	-moz-border-radius: 10px; /* FF1+ */
	-webkit-border-radius: 10px; /* Saf3+, Chrome */
	border-radius: 10px; /* Opera 10.5, IE 9 */
	
	-moz-box-shadow: 8px 8px 20px #000; /* FF3.5+ */
	-webkit-box-shadow: 8px 8px 20px #000; /* Saf3.0+, Chrome */
	box-shadow: 8px 8px 20px #000; /* Opera 10.5, IE 9.0 */
}

#footer div
{
	margin-bottom: 5px;
}

h2
{
	border-bottom: solid 2px #666666;
	margin: 8px 0 2px 0;
	padding-bottom: 2px;
	font-weight: bold;
	text-align: center;
}

h3
{
	border-bottom: solid 2px #CCCCCC;
	margin: 8px 0 8px 0;
	padding-bottom: 2px;
	font-weight: bold;
}

p
{
	margin-bottom: 12px;
	margin-top: 12px;
}

/* Sidebar Menu Styles */

#left-sidebar
{
	float: left;
}

/* Search Box Styles */

#button
{
	background: #ECECEC;
	border: 1px solid #BCBCBC;
	color: #000;
	margin-top: 2px;
}

#textbox
{
	width: 100%;
}

blockquote
{
	background: rgb(245, 245, 230);
	background: rgba(245,245,230,.85);
	padding: 5px 10px 5px 10px;
	-moz-border-radius: 10px; /* FF1+ */
	-webkit-border-radius: 10px; /* Saf3+, Chrome */
	border-radius: 10px; /* Opera 10.5, IE 9 */
	
	-moz-box-shadow: 2px 2px 5px #000; /* FF3.5+ */
	-webkit-box-shadow: 2px 2px 5px #000; /* Saf3.0+, Chrome */
	box-shadow: 2px 2px 5px #000; /* Opera 10.5, IE 9.0 */
}

/* Main Content Area */

#main-content
{
	padding: 0 5px 5px 5px;
}

#content
{
	overflow: hidden;
	padding: 0 0 20px 0;
}

.box
{
	position: relative;
	font-size: .75em;
	padding: 0px 5px 15px 5px;
	text-align: left;
	margin: 5px 7px;
	background: rgb(255, 255, 255);
	background: rgba(255,255,255,.82);
	/*background-image: url(../images/white-alpha-0.9.png);*/
	
	-moz-border-radius: 10px; /* FF1+ */
	-webkit-border-radius: 10px; /* Saf3+, Chrome */
	border-radius: 10px; /* Opera 10.5, IE 9 */
	
	-moz-box-shadow: 8px 8px 20px #000; /* FF3.5+ */
	-webkit-box-shadow: 8px 8px 20px #000; /* Saf3.0+, Chrome */
	box-shadow: 8px 8px 20px #000; /* Opera 10.5, IE 9.0 */
}

.highlight
{
	background: rgb(255, 255, 210);
 	background: rgba(255,255,210,.82);
}

.box4
{
	float: left;
	width: 203px;
	min-height: 600px;
}

.short
{
	min-height: inherit;
	background: rgb(255, 255, 210);
 	background: rgba(255,255,210,.82);
}

.box3
{
	float: left;
	width: 273px;
}

.box2
{
	float: left;
	width: 425px;
}

.box2-3
{
	float: left;
	width: 577px;
}

.box3-4
{
	float: left;
	width: 667px;
}

.box1
{
	width: 890px;
	margin: 15px auto 15px auto;
}

.box1 h2
{
	padding: 5px 5px;
}

.box h2
{
	font-size: 1.15em;
	color: rgb(25,25,25);
	cursor: default;
}

.box h3
{
	font-size: 1em;
	font-color: gray;
	text-align: center;
}

.box h3 img, .box span.pngIE6
{
	margin-left: 5px;
	vertical-align: -20%;
}

.box h3 label
{
	margin-left: 35px;
}

.boxContent
{
	margin: 2px;
	
}

.dateDivider
{
	margin: 0;
	border-bottom: 1px solid rgb(200,200,200);
	font-size: .9em;
	text-align: center;
	padding: 3px 0 3px 0;
	font-weight: normal;
	color: rgb(0,75,0);
}

.dateDivider a, .dateDivider a:visited
{
	color: black;
	text-decoration: underline;
}

a.new_link
{
	
}

a.readLink
{
	color: rgb(20,20,20);
	font-weight: normal; 
}

.blog
{
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid rgb(230,230,230);
}

.post
{
	margin-bottom: 5px;
	padding: 5px 2px 5px 0;
	border-bottom: 1px solid rgb(200,200,200);
	-moz-border-radius: 10px; /* FF1+ */
	-webkit-border-radius: 10px; /* Saf3+, Chrome */
	border-radius: 10px; /* Opera 10.5, IE 9 */
}

.postSelected
{
	background-color: rgb(245,245,230);
	
	-moz-box-shadow: 2px 2px 5px #000; /* FF3.5+ */
	-webkit-box-shadow: 2px 2px 5px #000; /* Saf3.0+, Chrome */
	box-shadow: 2px 2px 5px #000; /* Opera 10.5, IE 9.0 */
	border: 1px solid rgb(150,150,150);
	padding: 5px 2px 5px 2px; 
}

.postSelected .postTitle a
{
	font-weight: bold;
}
.postSelected .postTitle a:visited
{
	font-weight: bold;
}

.link
{
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid rgb(230,230,230);
}

.postTitle
{
	font-size: .90em;
	margin: 3px 0 0 20px;
	font-weight: bold;
}

.postTitle a:visited
{
	color: rgb(20,20,20);
	font-weight: normal; 
}


.blogTitle
{
	font-size: .9em;
	margin-left: 40px;
	padding-top: 2px;
}

.blogTitle a:visited
{
	color: rgb(20,20,20);
	font-weight: normal;	
}


.postTitle img
{
	vertical-align: text-middle;
	margin-left: 5px;
	color: rgb(230,102,14);
}

.postFavicon
{
	float: left;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin-right: 2px;
}

.blogFavicon
{
	float: left;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin-right: 2px;
}

.faviconMissing
{
	float: left;
	width: 16px;
	height: 16px;
	background-image: url(../images/layout_green.png);
	margin-top: 2px;
}

.postFavicon img
{
	vertical-align: middle;
	margin-right: 3px;
	width: 16px;
	height: 16px;
}

.blogFavicon img
{
	vertical-align: middle;
	margin-right: 3px;
	width: 16px;
	height: 16px;
}

.moreLinks
{
	font-size: .9em;
	text-align: center;
	margin: 0 0 0 -16px;
}

.moreLinks a
{
	margin-left: 15px;
	text-decoration: underline;
}

.linkBlog
{
	clear: both;
	margin-top: 3px;
}

.linkTitle
{
	font-size: .9em;
	margin-left: 20px;
	font-weight: bold;
	padding-top: 2px;
	
}

.linkTitle a:visited
{
	color: rgb(20,20,20);
	font-weight: normal; 
}

.linkPostTitle
{
	font-size: .9em;
	margin-left: 40px;
	padding-top: 2px;
}

.linkBlogTitle
{
	font-size: .8em;
	margin-left: 40px;
	font-weight: bold;
}

.linkBlogTitle a
{
	color: rgb(20,20,20);
	font-weight: normal;	
}

.linkBlogTitle a:visited
{
	color: rgb(20,20,20);
	font-weight: normal;	
}

.linkText
{
	font-size: .8em;
	margin-left: 40px;
}

.linkBlogFavicon
{
	float: left;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin-top: 1px;
	margin-right: 2px;
	margin-left: 20px;
}

.postBlog
{
	margin-left: 20px;
}

.postBlog a
{
	color: gray;
	text-decoration: none;
	font-size: .8em;
}

.postBlog a:hover
{
	color: rgb(50,50,50);
	text-decoration: underline;
}

.postAuthor
{
	font-size: .8em;
	margin-left: 20px;
}

#Menu
{
	padding-left: 5px;
	padding-right: 10px;
	overflow: hidden;
}

.menuButton
{
	text-align: center;
	width: 6em;
	font-size: .40em;
	margin: 0 0 0 3px;
	background: rgb(0,126,0);
	background: rgba(0,126,0,.85);
	color: white;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 3px;
	
	-moz-border-radius-topright: 10px; /* FF1+ */
	-moz-border-radius-topleft: 10px; /* FF1+ */
	-webkit-border-top-right-radius: 10px; /* Saf3+, Chrome */
	-webkit-border-top-left-radius: 10px; /* Saf3+, Chrome */
	border-top-right-radius: 10px; /* Opera 10.5, IE 9 */
	border-top-left-radius: 10px; /* Opera 10.5, IE 9 */
	
	-moz-box-shadow: 3px -3px 5px #333; /* FF3.5+ */
	-webkit-box-shadow: 3px -3px 5px #333; /* Saf3.0+, Chrome */
	box-shadow: 3px -3px 5px #333; /* Opera 10.5, IE 9.0 */
}

.currentMenuButton
{
	background: rgb(255, 255, 255);
 	background: rgba(255,255,255,.80);
	color: black;
}

.menuButton a
{
	color: white;
}

.currentMenuButton a
{
	color: black;
}

.menuButton a:visited
{
	color: white;
}

.currentMenuButton a:visited
{
	color: black;
}


.menuButton a:hover
{
	color: rgb(255,255,153);
	text-decoration: none;
	cursor: pointer;
}

.currentMenuButton a:hover
{
	color: black;
}

.menuButton img
{
	border: none;
	display: inline;
	vertical-align: middle;
}

/* Announcement */

#announcementBox
{
	color: black;
	padding-bottom: 5px;
	background: rgb(255, 255, 255);
 	background: rgba(255,255,255,.85);
 	margin: 15px auto 10px auto;
 	line-height: 1.5;
}

.announcementContent
{
	margin: 10px;
	margin-bottom: 0px;
	padding: 10px 0 0 0;
	text-align: center;
	font-size: .9em;
}
.announcementContent a
{
	text-decoration: underline;
}

.announcementContent a
{
	text-decoration: underline;
	color: #336633;
}

.announcementContent p
{
	margin: 0;
	text-align: left;
}

.announcementContent p strong
{
	margin: 0;
	text-align: left;
	color: #555555;
}

.announcementContent img
{
	margin: 2px;
	padding: 0;
}

/* Popups */

.popup
{
	text-align: center;
	position: absolute;
	padding: 0;
	margin: -3px 0 0 0;
	display: none;
	z-index: 1002;
}

.popup .tick
{
	font-size: .3em;
	z-index: 1003;
	padding: 0;
	margin: 0;
}

.popup .tick img
{
	width: 20px;
	height: 10px;
}
.popupContent
{
	font-size: .75em;
	text-align: left;
	background-color: rgba(0, 59, 114, .95); 
	color: white;
	padding: 10px;
	margin: 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 3px 3px 10px black;
	-webkit-box-shadow: 3px 3px 10px black;
	box-shadow: 3px 3px 10px black;
}

.tip
{
	font-weight: bold;
	font-size: 1em;
}

.tipSmall
{
	font-size: .8em;
}

.tipSmall .popupContent
{
	padding: 5px 10px;
}

.popup a
{
	text-decoration: underline;
	margin: 0 0 0 3px;
	color: white;
	font-weight: bold;
}

.popup a:hover
{
	color: rgb(255,255,153);
}

.popup img
{
	vertical-align: bottom;
}

.popup ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.popup li
{
	margin: 0 0 3px 0;
}

/* Navigation */

#Navigation
{
	padding: 5px 10px 5px 33px;
	margin: 0 5px 0 3px;
	background: rgb(255, 255, 255);
	background-color: rgba(255,255,255,.80);
	
	-moz-border-radius-bottomright: 10px; /* FF1+ */
	-moz-border-radius-bottomleft: 10px; /* FF1+ */
	-webkit-border-bottom-right-radius: 10px; /* Saf3+, Chrome */
	-webkit-border-bottom-left-radius: 10px; /* Saf3+, Chrome */
	border-bottom-right-radius: 10px; /* Opera 10.5, IE 9 */
	border-bottom-left-radius: 10px; /* Opera 10.5, IE 9 */
	
	-moz-box-shadow: 8px 8px 20px #000; /* FF3.5+ */
	-webkit-box-shadow: 8px 8px 20px #000; /* Saf3.0+, Chrome */
	box-shadow: 8px 8px 20px #000; /* Opera 10.5, IE 9.0 */
	
	overflow: hidden;
}

.navButton
{
	font-size: .70em;
}

.navButton a
{
	text-decoration: underline;
	color: #000000;
}

.navButton a:visited
{
	color: #000000;
}

.navButton a:hover
{
	color: #004D00;
}

.navButton img
{
	border: none;
	display: inline;
	vertical-align: middle;
	margin-left: 8px;
	margin-right: 1px;
}

#Navigation h1
{
	font-size: .7em;
	font-weight: normal;
	margin: 0 0 0 -20px;
	text-align: left;
	color: black;
}

#preflink
{
}

/* Preview Dialog */





#loading
{
	margin: auto;
	position: relative;
}

#loading img
{
	display: block;
	margin: auto;
}
.postSocial
{
    text-align: right;
    border-bottom: solid 2px #CCCCCC;
    overflow: auto;
    padding: 5px;
}
.postContent
{
	margin-top: 15px;
	font-weight: normal;
	line-height: 2;
	font-size: 1.2em;
	color: rgb(50,50,50);
	padding: 10px;
}

.postContent a
{
	text-decoration: underline;
}

.postContent img
{
	margin: 10px 15px 10px 10px;
	display: run-in !important;
	
	-moz-box-shadow: 4px 4px 10px #000; /* FF3.5+ */
	-webkit-box-shadow: 4px 4px 10px #000; /* Saf3.0+, Chrome */
	box-shadow: 4px 4px 10px #000; /* Opera 10.5, IE 9.0 */
}

.postContent .feedflare img
{
	-moz-box-shadow: none; /* FF3.5+ */
	-webkit-box-shadow: none; /* Saf3.0+, Chrome */
	box-shadow: none; /* Opera 10.5, IE 9.0 */
}

.postFooter
{
	padding-left: 10px;
	padding-bottom: 3px;
	border-top: solid 2px #CCCCCC;
	padding-top: 10px;
	clear: left;
        font-size: .9em;
}

.postFooterSection
{
    margin: 0 0 0 40px;
}

.postFooter a
{
	text-decoration: underline;
}

.postView
{
	font-size: .75em;
	padding: 5px 15px 5px 15px;
 	text-align: left;
 	font-size: 1em;
 	color: rgb(50,50,50);
}
.postView .blogTitle
{
	margin-left: 50px;
}
.postView h2
{
	font-size: 1.6em;
	text-align: left;
	border: none;
	margin-bottom: 0;
	margin-left: 10px;
}

.postView h3
{
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	margin: 10px 0 8px 0;
	padding-bottom: 2px;
}


.postView div.authorInfo
{
	margin-left: 16px;
}

.postView faviconMissing
{
	margin-left: 100px;
}

#relatedPostsBox
{
	float: right;
	color: black;
	background-color: #E6E6E6;
	width: 250px;
	padding: 0px 5px 15px 5px;
 	text-align: left;
 	margin: 5px;
 	margin-bottom: 5px;
	border-bottom: 1px solid gray;
}
#relatedPostsBox h2
{
	font-size: 1.15em;
	text-align: center;
	font-weight: normal;
	border-bottom: 1px solid black;
	margin-left: 0;
}

#relatedPostsBox h3
{
	font-size: 1em;
	font-weight: normal;
	border-bottom: none;
	margin: 0;
	margin-left: 10px;
}

#relatedLinksMoreContent
{
	display: none;
}
#recentLinksControls
{
	text-align: center;
	margin-top: 5px;
	font-size: 1em;
}
#recentLinksControls a
{
	text-decoration: underline;
}
#relatedLinksMore
{
}
#relatedLinksRecent
{
	display: none;
}
.relatedPosts
{
	border-bottom: solid 1px #AAAAAA;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.postEnclosure
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	text-align: right;
	font-size: .9em;
}
.postHasEnclosure
{
	vertical-align: -4px;
	display: block;
}
.enclosureLink
{
	text-align: center;
	font-size: .9em;
}
.popoutLink
{
	padding-right: 3px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	font-size: .9em;
}

.post_footer
{
	border-bottom: solid 1px #AAAAAA;
	margin-bottom: 35px;
	padding-bottom: 5px;
	margin-top: 5px;
}

.post_footer .postTags
{
	border: none;
	margin: 0;
	padding: 0;
}

.postTags
{
	margin-bottom: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
}

.postFooterLabel
{
	font-weight: bold;
	margin: 10px 0 10px 0;
}

#postTagList
{
	padding-left: 20px;
	text-align: center;
}

.postTags a
{
	margin-right: 8px;
	font-size: .9em;
}

.tagCloud
{
	font-size: 12px;
	margin: 5px;
	overflow: hidden;
}

.tagCloud a
{
	/*display: block;*/
}

.togglePanel
{
	display: none;
	border-top: solid 1px #CCCCCC;
	padding: 3px;
	font-size: .9em;
}

.togglePanel input
{
	font-size: .75em;
}

.togglePanel textarea
{
		font-size: 1em;
		width: 90%;
		height: 50px;
}

#embed_options
{
	font-size: .90em;
}
#embed_options input, select
{
	font-size: .75em;
	margin-top: 3px;
	margin-bottom: 3px;
}

#embed_options #width
{
	width: 30px;
	text-align: center;
}

#embed_options #height
{
	width: 30px;
	text-align: center;
}

#search_query
{
	width: 270px;
}

#search_tags
{
	width: 137px;
	margin-right: 3px;
}


.blogPostTitle
{
	font-size: 1.5em;
	font-weight: bold;
}

.blogPostAuthor
{
	font-size: .9em;
}

.blogPostDescription
{
	color: #323232;
	margin-top: 10px;
}

.blogPostContent
{
	color: #323232;
	margin-top: 10px;
	margin-bottom: 10px;
}

.blogPost
{
	margin-left: 20px;
	margin-right: 20px;
}

.blogPost a
{
	color: rgb(0,75,0);
	text-decoration: underline;
}

.blogPost a:visited
{
	color: rgb(75,75,75);
}

.blogPost a:hover
{
	color: rgb(0,125,0);
}

.blogPostMore
{
	margin-top: 10px;
	margin-bottom: 10px;
}

.contactContent
{
		color: #323232;
		padding: 10px;
}

#submitBlogForm
{
	margin-top: 20px;

}

#submitBlogForm label
{
	display: block;
	cursor: text;
}

#submitBlogForm input
{
	margin-bottom: 10px;
	width: 300px;
}

#submitBlogForm textarea#contact_comments
{
	width: 400px;
	height: 100px;
}

#submitBlogForm img
{
	margin-top: 15px;
}

#submitBlogForm input#submit_blog
{
	margin-top: 20px;
	width: 60px;
	display: block;
}

#submitBlogForm div.captcha_audio_link
{
	margin-bottom: 15px;
}


#submitFeedbackForm
{
	margin-top: 20px;

}

#submitFeedbackForm label
{
	display: block;
	cursor: text;
}

#submitFeedbackForm input
{
	margin-bottom: 10px;
	width: 300px;
}

#submitFeedbackForm textarea#feedback_comments
{
	width: 400px;
	height: 100px;
}

#submitFeedbackForm input#submit_feedback
{
	margin-top: 20px;
	width: 60px;
	display: block;
}

#submitFeedbackForm img
{
	margin-top: 15px;
}

#submitFeedbackForm div.captcha_audio_link
{
	margin-bottom: 15px;
}

.errorContainer
{
	padding-bottom: 15px;
	color: red;
	
}

#signInForm
{
	width: 200px;
	margin-left: auto;
	margin-right: auto;
}

#signInForm label
{
	display: block;
}

#signInForm input
{
	margin-bottom: 10px;
}

#signInButton
{
	display: block;
	width: 80px;
}

#signoutMessage
{
	text-align: center;
}

#writeForm
{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

#writeForm input
{
	margin-bottom: 5px;
	width: 100%;
}

#writeForm textarea
{
	margin-bottom: 5px;
	width: 100%;
	height: 300px;
}

#writeForm input.checkbox
{
	margin-bottom: 5px;
	margin-left: 15px;
	width: auto;
}

#writeForm input.submit
{
	margin-top: 5px;
	margin-left: 5px;
	width: auto;
}

#writeForm div.formControls
{
	text-align: right;
}

.comment_feed
{
	font-size: .75em;
	margin-top: 15px;
	float: right;
}

.comment_feed img
{
	vertical-align: -25%;
}

.comment_invite
{
	font-size: .75em;
	margin-top: 15px;
}

#comments_count
{
	font-size: .75em;
	margin-top: 15px;
}

.avatar
{
	float: left;
	margin-right: 5px;
}

.comment-author, .comment-meta
{
	font-size: .75em;
	margin-top: 5px;
}

li.comment p
{
	font-size: .85em;
}

#comment, #comment-preview
{
	width: 100%;
	font-size: .9em;
}

#podcastForm
{
	font-size: .8em;
	text-align: center;
	border-bottom: 1px solid #AAAAAA;
	margin-bottom: 15px;
	padding-bottom: 5px;
}

a.img
{
	text-decoration: none;
	padding: 2px 5px;
	margin: 0;	
}

.popup a.img
{
	
	padding: 0 2px 2px 2px;	
}

.screenshot
{
	margin: 20px;
	display: block;
	border: 1px solid gray;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 3px 3px 10px black;
	-webkit-box-shadow: 3px 3px 10px black;
	box-shadow: 3px 3px 10px black;
	padding: 5px;
}
.howto li
{
	margin:0 0 25px 0;
	font-weight: bold;
}
.gadgetPreview
{
	width: 210px;
	margin: 10px auto;
	
}

/* New Preview */
#previewBox
{
	display: none;
	margin: 15px 0 0 235px;
	position: fixed;
	float: none;
	padding: 0;
}

#previewHeader
{ 
	background-color: rgb(245,245,230);
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-bottom: 1px solid rgb(150,150,150);
	padding: 5px 10px 5px 10px;
	text-align: right;
	font-weight: bold;
	width: 647px;
	
	overflow: hidden;
}

#previewContent
{
	overflow: auto;
	margin: 0 1px 10px 10px;
}

#feedBox
{
	padding: 5px;
	text-align: center;
}

#feedBox .sprite
{
	vertical-align: bottom;
	display: inline-block;
}

.noPosts
{
	text-align: center;
	padding: 20px 0;
}

.searchForm
{
	margin: 25px;
}


/*Nifty Corners Cube CSS by Alessandro Fulciniti
The following classes are added dinamically by javascript,
and their use should be avoided in the markup */

b.niftycorners,b.niftyfill{display:block}
b.niftycorners *{display:block;height: 1px;line-height:1px;font-size: 1px;
    overflow:hidden;border-style:solid;border-width: 0 1px}
/*normal*/
b.r1{margin: 0 3px;border-width: 0 2px}
b.r2{margin: 0 2px}
b.r3{margin: 0 1px}
b.r4{height: 2px}
b.rb1{margin: 0 8px;border-width:0 2px}
b.rb2{margin: 0 6px;border-width:0 2px}
b.rb3{margin: 0 5px}
b.rb4{margin: 0 4px}
b.rb5{margin: 0 3px}
b.rb6{margin: 0 2px}
b.rb7{margin: 0 1px;height:2px}
b.rb8{margin: 0;height:2px}
b.rs1{margin: 0 1px}
/*transparent inside*/
b.t1{border-width: 0 5px}
b.t2{border-width: 0 3px}
b.t3{border-width: 0 2px}
b.t4{height: 2px}
b.tb1{border-width: 0 10px}
b.tb2{border-width: 0 8px}
b.tb3{border-width: 0 6px}
b.tb4{border-width: 0 5px}
b.tb5{border-width: 0 4px}
b.tb6{border-width: 0 3px}
b.tb7{border-width: 0 2px;height:2px}
b.tb8{border-width: 0 1px;height:2px}
b.ts1{border-width: 0 2px}

.postContent .feedflare
{
    display: none;
}

/* Sprites */
.sprite {
background: url(../images/icons.png) no-repeat top left;
display: inline-block;
font-size: .1em;
vertical-align: middle;}

.sprite-arrow_out{ background-position: 0 0; width: 16px; height: 16px; } 
.sprite-attach{ background-position: 0 -32px; width: 16px; height: 16px; } 
.sprite-blogger{ background-position: 0 -64px; width: 16px; height: 16px; } 
.sprite-buzz{ background-position: 0 -96px; width: 16px; height: 15px; } 
.sprite-cog{ background-position: 0 -127px; width: 16px; height: 16px; } 
.sprite-comment{ background-position: 0 -159px; width: 16px; height: 16px; } 
.sprite-cross{ background-position: 0 -191px; width: 16px; height: 16px; } 
.sprite-door_open{ background-position: 0 -223px; width: 16px; height: 16px; } 
.sprite-email{ background-position: 0 -255px; width: 16px; height: 16px; } 
.sprite-facebook{ background-position: 0 -287px; width: 16px; height: 16px; } 
.sprite-feed{ background-position: 0 -319px; width: 16px; height: 16px; } 
.sprite-feed_small{ background-position: 0 -351px; width: 8px; height: 8px; } 
.sprite-gmail{ background-position: 0 -375px; width: 16px; height: 16px; } 
.sprite-google{ background-position: 0 -407px; width: 18px; height: 18px; } 
.sprite-help{ background-position: 0 -441px; width: 16px; height: 16px; } 
.sprite-html{ background-position: 0 -473px; width: 16px; height: 16px; } 
.sprite-key{ background-position: 0 -505px; width: 16px; height: 16px; } 
.sprite-layout{ background-position: 0 -537px; width: 16px; height: 16px; } 
.sprite-layout_green{ background-position: 0 -569px; width: 16px; height: 16px; } 
.sprite-link{ background-position: 0 -601px; width: 16px; height: 16px; } 
.sprite-link_go{ background-position: 0 -633px; width: 16px; height: 16px; } 
.sprite-magnifier{ background-position: 0 -665px; width: 16px; height: 16px; } 
.sprite-newspaper{ background-position: 0 -697px; width: 16px; height: 16px; } 
.sprite-page{ background-position: 0 -729px; width: 16px; height: 16px; } 
.sprite-popup{ background-position: 0 -761px; width: 20px; height: 10px; } 
.sprite-popup2{ background-position: 0 -787px; width: 20px; height: 10px; } 
.sprite-sound{ background-position: 0 -813px; width: 16px; height: 16px; } 
.sprite-table_multiple{ background-position: 0 -845px; width: 16px; height: 16px; } 
.sprite-tag_blue{ background-position: 0 -877px; width: 16px; height: 16px; } 
.sprite-transmit_blue{ background-position: 0 -909px; width: 16px; height: 16px; } 
.sprite-twitter{ background-position: 0 -941px; width: 16px; height: 16px; } 
.sprite-video{ background-position: 0 -973px; width: 16px; height: 16px; } 
.sprite-wordpress{ background-position: 0 -1005px; width: 16px; height: 16px; } 

 .postContent img.wp-smiley, .postContent img.sociable-hovers, .postContent div.social_bookmark img
 {
 	margin: 0;
	display: inline !important;
	
	-moz-box-shadow: 0 0 0 #000; /* FF3.5+ */
	-webkit-box-shadow: 0 0 0 #000; /* Saf3.0+, Chrome */
	box-shadow: 0 0 0 #000; /* Opera 10.5, IE 9.0 */
 }
 
 p.fb-like
 {
 	display: none;
 }
