/* sanctumvoid_greyzen.css 
   "Grey Zen" theme for www.sanctumvoid.net
	 Jeff Woodman - jeff.woodman@sanctumvoid.net */

/* Global styles */
a:link {
	color:#cc0000;
}
a:visited {
	color:#990000;
}
a:hover {
	text-decoration:none;
}
body {
	background-color:#fff;
	color:#555;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:75%;
	
	text-align:center;
}

h1 {
	font-size:18px;
	font-weight:bold;
	border-top:1px dashed #666;
	border-bottom:1px dashed #666;
	margin-top:3px;
	margin-bottom:3px;
	padding:3px;
}
h2 {
	color:#777;
	font-size:16px;;
	border-bottom:1px dashed #ccc;
}
h3 {
	font-size:14px;
}
ul {
	list-style-image:url(bullet.png);
}
#mainContainer {
	width:600px;
	background-image:url(greyzen_gear.png);
	background-repeat:no-repeat;
	
	margin:auto;
	text-align:left;
}

#pageHeaderContainer {
	background-image:url(svheader.jpg);
	background-repeat:no-repeat;
	height:35px;
}
ul#menuContainer{
	background-color:transparent;
	/*background-image:url(greyzen_grey_bg.png);*/
	border-top:0px;
	border-left:1px solid #666;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
	
	margin:0;
	padding:0;
	list-style:none;
	
}

#menuContainer li {
	float:left;
}

#menuContainer a { 
	display:block; 
	padding:3px;
	padding-right:10px;
	float:left;
	font-weight:bold;
	text-decoration:none;
	font-variant:small-caps;
}
#menuContainer a:link, #menuContainer a:visited {
	color:#666;
}
#menuContainer a:hover {
	background-color:#666;
	color:#fff;
}
#themeMenuContainer {
	border-left:1px solid #666;
	border-right:1px solid #666;
	margin:0;
	padding:0;
	list-style-image:none;
	list-style:none;
}

#themeMenuContainer li {
	float:right;
}
#themeMenuContainer a {
	display:block;
	padding:5px;
	font-weight:bold;
}

#contentContainer {
	border-top:0px;
	line-height:1.5em;
	border-left:1px solid #666;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
	padding:3px;
}

#iconsContainer {
	text-transform:lowercase;
	border-left:1px solid #666;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
	list-style:none;
	list-style-image:none;
	margin:0;
	padding:0;
	line-height:30px;
}

#iconsContainer li { float:left; }
#iconsContainer a {
	display:block;
	margin:3px;
	margin-right:5px;
	background-repeat:no-repeat;
}
#iconsContainer	span {display:none }
#w3css{
	background-image:url(/images/w3css.png);
	height:31px;
	width:88px;
}
#w3xhtml {
	background-image:url(/images/valid-xhtml10.png);
	height:31px;
	width:88px;
}
#getfirefox {
	background-image:url(/images/getff.gif);
	background-position:center;
	height:31px;
	width:88px;
}
#cssreboot {
	background-image:url(/images/fallreboot05.gif);
	background-position:center;
	height:31px;
	width:88px;
}
#license {
	background-image:url(/images/somerights20.png);
	height:31px;
	width:88px;

}
#footerContainer {
	padding:3px;
	font-weight:bold;
	font-size:smaller;
	text-align:right;
}
#activePage {
	font-weight:bold;
}
.boldtext {
	font-weight:bold;
}
.emphasized {
	font-style:italic;
}
acronym {
	border-bottom:1px dotted #666;
	cursor:help;
}

/* End of Global styles */

/* Portfolio-specific styles */
.ScreencapWithDescriptionContainer{
	margin-bottom:10px;
}
.ScreencapWithDescriptionContainer img {
	margin:5px;
	float:left;
	display:block;
	border:none;
}
.ScreencapWithDescriptionContainer ul{
	clear:both;
}
/* End of Portfolio-specific styles */

/* Photo gallery-specific styles */
.ThumbWithDescriptionContainer {
	margin-bottom:10px;
}
.ThumbWithDescriptionContainer img {
	float:left;
	margin:5px;
	border:none;
}
/* End of Photo gallery-specific styles */
/* Blog-specific styles */
#blogWrapper {
	clear:both;
	position:relative;
}


#blogMenu {
	float:right;
	width:148px;
	height:250px;
	border:1px solid #666;
	font-size:smaller;
	background-color:#eee;
}

#blogMenu a:link, #blogMenu a:visited {
	text-decoration:none;
}
#blogMenu a:hover {
	border-bottom:1px dotted #cc0000;
}
#blogMenu h3 {
	text-align:center;
	font-size:large;
	background-color:#666;
	color:#888;
	margin-bottom:5px;
	padding-bottom:4px;
	margin-top:0px;
	text-transform:lowercase;
}
#blogMenu h4 {
	font-size:larger;
	font-weight:bold;
	margin:0px;
	margin-bottom:5px;
	padding-left:3px;
	border-bottom:1px dashed #666;
}
#blogMenu .archiveItem {
	padding-left:5px;
	margin-bottom:5px;
	margin-top:0px;
}
.blogItemContainer {
	float:left;
	width:436px;
}
.blogItemContainer h3 {
	margin-bottom:3px;
	color:#555;
	border-bottom:1px dotted #ccc;
	text-transform:lowercase;
}
.blogItemContainer .blogBody {
	padding-left:2em;
	padding-right:2em;
	text-align:justify;
	line-height:1.5em;
}
.blogItemContainer .blogTimeStamp{
	font-weight:bold;
	font-size:smaller;
	padding:2px;
	margin-top:3px;
	margin-bottom:3px;
}
.blogItemContainer .textfield {
		border-bottom:1px solid #ccc;
		border-top:1px solid #ccc;
		border-right:1px solid #ccc;
		border-left:1px solid #ccc;
		color:#777;
		width:298px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:100%;
}
.blogItemContainer .button{
		border-bottom:1px solid #ccc;
		border-top:1px solid #ccc;
		border-right:1px solid #ccc;
		border-left:1px solid #ccc;
		background-color:#fff;
		color:#666;
		font-weight:bold;
		font-size:smaller;
}

.blogItemContainer .comment {
	margin-bottom:0px;
}
.blogItemContainer .commentFooter {
	margin-top:0px;
	font-size:smaller;
	padding-bottom:7px;
	border-bottom:1px dotted #ccc;
}	 

.blogItemContainer .archiveTitle{
	margin:0px;
	font-weight:bold;
}
.blogItemContainer .archivePostDetails{
	margin:0px;
	font-size:smaller;
	margin-bottom:5px;
}
/* End of Blog-specific styles */

/*Home page-specific styles */
h1#HomePageHeading {
	border-top:none;
	letter-spacing:0.4em;
	text-transform:uppercase;
}
#author {font-size:12px;}
#introTagLine {font-weight:bold; letter-spacing:0.2em}
/* End of Home page-specific styles */

/*Tutorial Page-specific styles */
pre.code{
	color:#990000;
	border:1px solid #666;
	overflow:auto;
	font-size:12px;
}
pre.code .comment{color:#666;}


/*End of Tutorial page-specific styles */

/* Site map-specific styles */
.smap_home {
	background-image:url(greyzen_sitemap_first.png);
	background-repeat:no-repeat;
	text-indent:30px;
	line-height:30px;
	margin:0px;
	
}
.smap_last {
	background-image:url(greyzen_sitemap_last.png);
	background-repeat:no-repeat;
	text-indent:30px;
	line-height:30px;
	margin:0px;
	margin-bottom:10px;
}
		
.smap_L01{
	background-image:url(greyzen_sitemap_level1.png);
	background-repeat:no-repeat;
	text-indent:30px;
	line-height:30px;
	margin:0px;
}
.smap_L02{
	background-image:url(greyzen_sitemap_level2.png);
	background-repeat:no-repeat;
	text-indent:44px;
	line-height:30px;
	margin:0px;
}
/* End of Site Map-specific styles*/

/* Hacks */
/*Mozilla Hacks */
ul#menuContainer:after,
ul#themeMenuContainer:after,
#contentContainer:after,
#iconsContainer:after,
.ScreencapWithDescriptionContainer:after,
.ThumbWithDescriptionContainer:after,
#blogWrapper:after
{
	clear:both;
	height:0;
	display:block;
	visibility:hidden;
	content: ".";
}
#SearchContainer
{
	border-left:1px solid #666;
	border-right:1px solid #666;
	padding-right:3px;
	padding-top:5px;
	font-weight:bold;
	font-variant:small-caps;
	text-align:right;
	
}
#SearchContainer form {margin:0;}
#fdse_TermsEx {
	border-top:1px solid #666;
	border-bottom:1px solid #666;
	border-left:1px solid #666;
	border-right:1px solid #666;
	color:#666;
	background-color:transparent;
	font-weight:bold;
}
#fdseButton
{
	border:none;
	background-color:#666;
	color:#fff;
	font-weight:bold;
}

#flickr_badge_wrapper {padding:10px 0 10px 0; text-align:center}
#flickr_badge_wrapper img { margin:5px; border:1px solid #666;}
#flickr_www {color:#777; font-weight:bold;}
