body {
	margin: 5px 0 0 0;
	background: #f2f2f2 url("/assets/images/top-bg.gif") repeat-x center top;
}

a {
	color: #3399CC;
}

h2 {
	font-size: 1.5em;
}

#wrap {
	background: #fff;
}

#main {
	background: #fff url("../images/main_bg.png") repeat-y 0 0;
}

#main span.top {
  display: block;
	background: url("../images/main_top_bg.png") no-repeat 0 0;
	height: 1em;
	width: 960px;
	paddi
}

.block {
	margin: 0 0 2em 0;
}

	.block a {
		text-decoration: none;
		color: #333;
	}

	.block a.title, .block span.title {
		float: left;
	}

  		.title-search {
  		  padding-top: 20px;
  		  background: url("../images/title_search.png") no-repeat 0 !important;
  		  display: block;
  		  width: 139px;
  		  height: 10px;
  		  text-indent: -5000px;
		  }


	a.rss {
		text-decoration: none;
		color: #333;
		float: right;
		background: url("../images/rss.png") no-repeat 0 7px !important;
		width: 20px !important;
		margin-top: 0 !important;;
		display: block;
	}

	.block h2 {
		font-weight: bold;
		font-size: 10px;
		margin: 0;
		padding: 0 1em;
		color: #fff;
		background: #000;
		text-transform: uppercase;
    background: url("../images/large_block_top.png") no-repeat 0 0;
	}

	.block h2.small {
    background: url("../images/small_block_top.png") no-repeat 0 0;
  }

		.block h2 a {
			color: #fff;
			margin: 0;
			padding:0;
		}

		.block a.view-all {
		  display: block;
		  text-align: right;
			background: #fff;
			margin: 0;
			padding:0.5em;
			font-size: 10px;
			padding-right: 2em;
		}

  .block p a.visit {
    display: block;
    width: 76px;
    height: 29px;
    text-indent: -5000px;
		background: url("../images/visit_btn.png") no-repeat !important;
  }

	.block ol {
		list-style: none;
		margin: 0;
	}

		.block ol li {
			margin: 0;
			padding: 10px;
			border-bottom: 1px solid #ccc;
		}

		.block ol li.single {
		  background: #fff !important;
	  }

		.block ol li:hover {
		}

    /* , .block ol li:last-child */
    .block ol li.last {
		  border: none !important;
	  }

		#single .block ol li:hover {
			background: inherit;
		}

			.block ol li h3 {
				font-size: 12px;
				font-weight: bold;
				display: block;
				padding: 0;
				margin: 0;
			}

				.block ol li h3 a {
					font-size: 12px;
					font-weight: bold;
					display: block;
					padding: 0;
					margin: 0;
				}

				.block ol li.single h3 a {
				  font-size: 18px;
			  }

			.block ol li p {
				margin: 1em 0;
			}

			.block ol li a:hover {				
			}

			.block ol li.more {
				text-align: right;
				border-bottom: 0;
				display: block;
			}

			.block .comments {
			}

				.block .comments h4 {
					padding: 0;
					margin: 0;
					font-size: 14px;
				}

  			.block .comments ul li {
  			  background: #fff !important;
  			  border: 0;
			  }

	.block .tags {
		display: block;
		float: left;
	}

		.block .tags p {
			font-size: 11px;
			margin: 0;
  		margin-right: 0.5em;
		}

				.block ol li.single .tags p {
          line-height: 24px;
				  font-size: 12px;
			  }

				.block ol li.single .tags p a {
          line-height: 24px;
				  font-size: 12px;
			  }

  		.block .tags p strong {
  		  font-weight: bold;
  			color: #666666;
  	  }

			.block .tags p a {
				display: inline;
				padding: 0;
				font-weight: normal;
				color: #666666;
			}

  .block span.sep {
    font-size: 16px;
    float: left;
    padding: 0 0.5em;
    color: #aaa;
  }

	.block .formats {
	  	float: left;
  		margin-right: 0.5em;
	}

		.block .formats p {
		  float: left;
			font-size: 12px;
  		margin: 0;
		  line-height: 24px;
		}
  		.block .formats p strong {
		  float: left;
  		  font-weight: bold;
  			color: #666666;
  	  }

			.block .formats p a {
  		  margin-left: 0.5em;
				padding: 0;
				margin-top: 6px;
				font-weight: normal;
				color: #666666;
				display: block;
				float: left;
			}

	.block .formats a.html {
	  text-indent: -5000px !important;
	  width: 50px;
	  height: 16px;
	  background: url("../images/icons/formats.png") no-repeat 0 0;
  }

	.block .formats a.pdf {
	  text-indent: -5000px !important;
	  width: 45px;
	  height: 16px;
	  background: url("../images/icons/formats.png") no-repeat -55px 0 ;
  }

	.block .formats a.image {
	  text-indent: -5000px !important;
	  width: 40px;
	  height: 16px;
	  background: url("../images/icons/formats.png") no-repeat -105px 0 ;
  }

	.block .formats a.winhelp {
	  text-indent: -5000px !important;
	  width: 50px;
	  height: 16px;
	  background: url("../images/icons/formats.png") no-repeat -150px 0 ;
  }


	.block .visits {
		float: left;
	}

		.block .visits p {
			font-size: 11px;
			text-align: right;
			margin: 0;
			font-size: 10px;
			color: #666666;
		}

				.block ol li.single .visits p {
				  line-height: 24px;
				  font-size: 12px;
			  }


		.block .visits p strong {
		  font-weight: bold;
			color: #666666;
	  }

	#block-design {
	  background: #5c73b8;
	}

	    #block-design .view-all {
  			border: 1px solid #5c73b8;
		  	border-top: none;
		  	background: #f7f8fb;
	  	}
		
  		#block-design h2 a, #block-design h2 span {
  		  padding-top: 20px;
  		  background: url("../images/cheatsheets/category-design.gif") no-repeat 0;
  		  display: block;
  		  width: 39px;
  		  height: 10px;
  		  text-indent: -5000px;
		  }

		  #block-design ol {
		    border: 1px solid #5c73b8;
	    }

		  #block-design ol li {
        background: #f7f8fb;
        border-color: #e0e4f1;
      }

		  #block-design ol li.alt {
        background: #fff;
      }

		  #block-design ol li h3 a {
		    color: #5c73b8;
		    padding-left: 20px;
  		  background: url("../images/icons/design.png") no-repeat;
		  }

		  #block-design ol li p.description {
		    color: #666;
		    font-size: 14px;
		    padding: 1em;
		    background: #f7f8fb;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border: 1px solid #e0e4f1;
	    }

		
	#block-development {
			background: #86bf30;
	}
  
	    #block-development .view-all {
  			border: 1px solid #86bf30;
		  	border-top: none;
		  	background: #f9fcf4;
	  	}
	
  		#block-development h2 a, #block-development h2 span {
  		  padding-top: 20px;
  		  background: url("../images/cheatsheets/category-development.gif") no-repeat 0;
  		  display: block;
  		  width: 139px;
  		  height: 10px;
  		  text-indent: -5000px;
		  }

		  #block-development ol {
		    border: 1px solid #86bf30;
	    }
		
		  #block-development ol li {
        background: #fff;
        border-color: #e4f1d0;
      }

		  #block-development ol li.alt {
        background: #f9fcf4;
      }

		  #block-development ol li h3 a {
		    color: #86bf30;
		    padding-left: 20px;
  		  background: url("../images/icons/development.png") no-repeat;
		  }
		  
		  #block-development ol li p.description {
		    color: #666;
		    font-size: 14px;
		    padding: 1em;
		    background: #f9fcf4;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border: 1px solid #e4f1d0;
	    }


	#block-server-software {
		background: #b85ca1;
	}
	
	    #block-server-software .view-all {
  			border: 1px solid #b85ca1;
		  	border-top: none;
        background: #fbf7fa;
	  	}


  		#block-server-software h2 a, #block-server-software h2 span {
  		  padding-top: 20px;
  		  background: url("../images/cheatsheets/category-serversoftware.gif") no-repeat 0;
  		  display: block;
  		  width: 139px;
  		  height: 10px;
  		  text-indent: -5000px;
		  }

		  #block-server-software ol {
		    border: 1px solid #b85ca1;
	    }

		  #block-server-software ol li {
        background: #fbf7fa;
        border-color: #f1e0ed;
      }

		  #block-server-software ol li.alt {
        background: #fff;
      }


		  #block-server-software ol li h3 a {
		    color: #b85ca1;
		    padding-left: 20px;
  		  background: url("../images/icons/serversoftware.png") no-repeat;
		  }

		  #block-server-software ol li p.description {
		    color: #666;
		    font-size: 14px;
		    padding: 1em;
		    background: #fbf7fa;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border: 1px solid #f1e0ed;
	    }


	#block-applications {
		background: #bf8630;
	}
	
	    #block-applications .view-all {
  			border: 1px solid #bf8630;
		  	border-top: none;
        background: #fcf9f4;
	  	}
	
	
  		#block-applications h2 a, #block-applications h2 span {
  		  padding-top: 20px;
  		  background: url("../images/cheatsheets/category-applications.gif") no-repeat 0;
  		  display: block;
  		  width: 139px;
  		  height: 10px;
  		  text-indent: -5000px;
		  }

		  #block-applications ol {
		    border: 1px solid #bf8630;
	    }



		  #block-applications ol li {
        background: #fff;
        border-color: #f2e6d4;
      }

		  #block-applications ol li.alt {
        background: #fcf9f4;
      }

		  #block-applications ol li h3 a {
		    color: #bf8630;
		    padding-left: 20px;
  		  background: url("../images/icons/applications.png") no-repeat;
		  }

		  #block-applications ol li p.description {
		    color: #666;
		    font-size: 14px;
		    padding: 1em;
		    background: #fcf9f4;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border: 1px solid #f2e6d4;
	    }


	#block-advertisement {
	  padding: 0 0 0 0;
	  margin: 0 0 1em 0;
	  background: #e0e0e0;
	}
	
		#block-advertisement h2 {
		}		
		
  		#block-advertisement h2 span {
  		  padding-top: 20px;
  		  background: url("../images/block-advertisement.gif") no-repeat 0;
  		  display: block;
  		  width: 139px;
  		  height: 10px;
  		  text-indent: -5000px;
		  }
	

	#block-other {
			background: #666666;
	}
	
	    #block-other .view-all {
  			border: 1px solid #666;
		  	border-top: none;
        background: #f7f7f7;
	  	}
	
  		#block-other h2 a, #block-other h2 span {
  		  padding-top: 20px;
  		  background: url("../images/cheatsheets/category-other.gif") no-repeat 0;
  		  display: block;
  		  width: 139px;
  		  height: 10px;
  		  text-indent: -5000px;
		  }

  		#block-other h2.recent span {
  	    background: url("../images/cheatsheets/recentadditions.gif")  no-repeat 0;
	    }

  		#block-other h2.tagcloud span {
  	    background: url("../images/cheatsheets/tagcloud.gif")  no-repeat 0;
	    }

  		#block-other h2.tagged span.title {
  		  float: left;
  		  width: 50px;
  	    background: url("../images/cheatsheets/tagged.gif")  no-repeat 0;
	    }

  		#block-other h2.tagged span.tag {
  		  line-height: 30px;
  		  padding-top: 0px;
  		  float: left;
  	    margin-left: 0px;
  		  text-indent: 0;
  		  background: none;
	    }

		  #block-other ol {
		    border: 1px solid #666666;
	    }

		  #block-other ol li {
        background: #f7f7f7;
        border-color: #e5e5e5;
      }

		  #block-other ol li.alt {
        background: #fff;
      }

		  #block-other ol li h3 a {
		    color: #666666;
		    padding-left: 20px;
  		  background: url("../images/icons/other.png") no-repeat;
		  }

		  #block-other ol li p.description {
		    color: #666;
		    font-size: 14px;
		    padding: 1em;
		    background: #f7f7f7;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border: 1px solid #e5e5e5;
	    }

		  #block-other.search h3.matches {
		    padding: 1em 1em  0 1em;
		    font-size: 14px;
	    }

		
	#block-general {
		background: #666666;
	}
	
		  #block-general ol li h3 a {
		    color: #666666;
		  }
		
		
#header {
		padding: 0;
    margin-top: 3em;
}

	#header .grid_12 {
		padding: 1em 0 0 0;
		margin: 0;
	}

	#header h1 {
		float:left;
		margin-left: 1em;
	}

		#header h1 a {
			background: url("../images/logo.gif");
			display: block;
			width: 222px;
			height: 54px;
			text-indent: -5000px;
		}


	#header h2 {
	  float: right;
	  display: block;
	  margin-top: 1.5em;
	  margin-right: 1em;
  }

	#header h2 div.label {
	  margin-top: 8px;
	  display: block;
	  float: left;
	  background: url("../images/header/total_number_of_cheatsheets_bg.gif") no-repeat 0 0;
	  text-indent: -5000px;
	  width: 207px;
    height: 16px;
    margin-right: 5px;
  }

	#header h2 div.number {
	  display: block;
	  float: left;
	  background: url("../images/header/stats_number_bg.gif") no-repeat;
	  width: 16px;
    height: 25px;
    color: #fff;
    font: 18px;
    font-weight: normal;
    margin: 0 1px 0 0;
    padding: 0;
    line-height: 25px;
    text-align: center;
  }

.tl, .tr, .bl, .br {
  float: right;
  width : 5px;
  height : 5px;  /* corner images are 40x40 */
  display : block;
  margin-bottom : -1px;  /* this is for IE */
}


#primaryNavigation {
  width: 100%;
	padding: 0;
	margin: 0;
	background: #e6e6e6 url("../images/primary_navigation_bg.png") no-repeat 0 0;
}

  #primaryNavigation .trxx {
    background: #e6e6e6 url("../images/header/primary_navigation_tr.gif") no-repeat;
    top : 0;
    right : 0;
  }
    

#primaryNavigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

	#primaryNavigation ul li {
		float: left;
		padding: 0;
		margin: 0;
	}

		#primaryNavigation ul li a {
			line-height: 38px;
			text-transform: uppercase;
			color: #fff;
			font-size:14px;	
			text-decoration: none;
			font-weight: bold;
			margin-left: 2em;
		  background: url("../images/header/primary_navigation_off.gif") no-repeat 0 1.25em;
		  text-indent: -5000px;
		  display:block;
		  line-height: 3em;
		}


		#primaryNavigation ul li a.current {
  		border-bottom: 3px solid #fff;
		  background: url("../images/header/primary_navigation_on.gif") no-repeat 0 1.25em;
	  }


		#primaryNavigation ul li a:hover {
		  background: url("../images/header/primary_navigation_on.gif") no-repeat 0 1.25em;
  		border-bottom: 3px solid #fff;
		}

		#primaryNavigation ul li a.home {
		  width: 33px;
	  }

		#primaryNavigation ul li a.cheatsheets {
		  background-position: -53px 1.25em;
		  width: 79px;
	  }

		#primaryNavigation ul li a.tags {
		  background-position: -152px 1.25em;
		  width: 28px;
	  }

		#primaryNavigation ul li a.submit {
		  background-position: -201px 1.25em;
		  width: 42px;
	  }

		#primaryNavigation ul li a.about {
		  background-position: -263px 1.25em;
		  width: 38px;
	  }

#footer {
	background: url("../images/footer_bg.png") no-repeat 0 0;
}

	#footer .grid_12 {
		padding-top: 1em;
	}

	#footer p {
		padding-top: 1em;
	  text-align: center;
		color: #666666;
	}

		#footer p a {
			color: #666;
			text-decoration: none;
			border-bottom: 1px dotted #666;
		}

		#footer p a:hover {
			text-decoration: underline;
		}

#homead {
	text-align: center;
	margin-bottom: 2em;
}

	#homead img {
		padding: 0;
		margin: 0;
	}






.comments {
	margin: 1em 0;
}

	.comments ul { 
		list-style: none;
		padding: 0 0 2em 0 ;
		margin: 0;
		border-bottom: 1px solid #ccc;
	}

		.comments ul li { 
			padding: 0;
			margin: 0;
			margin: 1em 0 0 0;
		}
	

		.comments ul li .comment .avatar { 
			padding: 0;
			margin: 0;
			float: left;
			width: 4em;
		}


		.comments ul li .comment .info { 
			padding: 0;
			margin: 0;
			float: left;
			width: 41.2em;
		}

		.comments ul li .comment .author { 
			padding: 0 1em;
			background: #f0f0f0;
			margin-bottom: 1em;
			line-height: 40px;
			font-size: 12px;
		}

		.comments ul li .comment p { 
			padding: 0 1em;
			font-size: 12px;
			margin-bottom: 0;
		}

.addComment {
	margin-top: 2em;
}

	.addComment ul {
		list-style: none;
	}

	.addComment label {
		display: block;
	}

	.addComment input {
		width: 22em;
	}

	.addComment textarea {
		width: 44em;
	}


ul.status {
	margin:0; padding: 0;
}

	ul.status li {
		display: inline;
		margin:0; padding: 0;
	}

		ul.status li em {
			font-style: normal;
			font-weight: bold;
		}

#submit {
  border: none;
    display: block;
    width: 63px;
    height: 29px;
    text-indent: -5000px;
		background: url("../images/submit_btn.png") no-repeat !important;
}

#search {
  width: 268px;
  float: right;
 }
  #search label { 
    text-indent: -5000px;
    float: left;
    background: url("../images/label_search.png") no-repeat;
    width: 42px;
    margin-right: 1em;
    margin-top: 1.25em;
  }
  #search input { 
    float: left;
    width: 200px;
    margin-top: 0.75em;
    border: 1px solid #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
  }


.tagcloud {
    background: #fff;
}
  .tagcloud ol {
    background: #f7f7f7;
  }

    .tagcloud ol li {
      float: left;
      border: none;
    }

    .tagcloud ol li a {
    }
