/*
Name: skin2.css
Purpose: This stylesheet controls the layout, fonts, colors, etc. of Skin 2.
Last Updated: 2008-05-20
*/

/*------------------------------------------------------------------
[Table of contents]

1. Body / #containerInside, #containerOutside
2. Header / #header, #relatedSites, #headerBanner, #navigation
3. Summary / #moduleSummary
4. Content / #contentContainer, #contentColumn1, #contentColumn2,
5. Modules / .moduleVideo, .moduleFreeCode, .moduleImage, .modulePoll, .moduleEditorialContent, .moduleQuiz, .moduleVentorContent, .moduleBlog, .moduleFreeForm, etc.
6. Forms / 
7. Advertisements / .adBigAd, .adLeaderBoard
8. Footer / #footer
9. HTML Element Defaults / a, p, etc.
10. Custom Classes / 

------------------------------------------------------------------*/

/***** BODY *****/
body {
	background-color: #fff;
	font: normal 12px Arial, Tahoma, Verdana, sans-serif;
	line-height: 1.4em;
	padding-top: 10px;
}

#containerOutside {
	margin: 0 auto;
	width: 800px;
}

#containerInside {	
}
/***********************/

/***** HEADER *****/
#header {
}

#relatedSites {
	padding: 7px 0 2px;
	text-align: right;
}

#relatedSites h3 {
	color: #000;
	display: inline;
	font-size: 11px;
	font-weight: normal;
	padding: 0 4px 0 0;
	text-transform: uppercase;
}

#relatedSites ul {
	display: inline;
}

#relatedSites ul li {
	border-left: 1px solid #fff;
	display: inline;
	font-size: 10px;
	padding: 0 6px 0 6px;
}

#relatedSites ul li.first {
	border: none;
	padding: 0 6px 0 0;
}

#relatedSites ul li a {
	color: #3366cc;
	font-size: 11px;
}

#headerBanner {
	clear: both;
	height: 135px;
	width: 800px;
}

#pslAd {
	background:url("http://media.techtarget.com/digitalguide/images/Misc/platinum_site_sponsor.gif") no-repeat scroll left center transparent;
	background-color:#fff;
	border:1px solid #CCCCCC;
	display:block;
	height:45px;
	line-height:10px;
	margin:0;
	padding-left:76px;
}

#pslAd table {height:45px;}
#pslAd table, #pslAd td, #pslAd tr {vertical-align:middle;}

#navigation {
	background: #5a79b7 url(../images/background_navigation.png) repeat-x bottom;
	padding: 5px 8px 10px;
}

#navigation ul {
}

#navigation ul li {
	color: #99cc33;
	display: inline;
}

#navigation ul li:before {
	content: "\003A \0020";
}

#navigation ul li.first:before {
	content: "";
}

#navigation ul li a {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 4px 0 0;
	text-decoration: none;
}

#navigation ul li a:hover {
	text-decoration: underline;
}
/***********************/

/***** SUMMARY *****/
#moduleSummary {
	background-color: #fff;
	border-top: none;
	margin-bottom: -15px;
	padding: 14px 20px 0 ;
}

#moduleSummary h3 {
	color: #99cc33;
	font-size: 13px;
}
/***********************/

/***** CONTENT *****/
#contentContainer {
	background-color: #fff;
	padding: 20px 20px 25px;
}

#contentColumn1 {
	float: left;
	width: 370px;
}

#contentColumn2 {
	float: right;
	width: 370px;
}
/***********************/

/***** MODULES *****/
.moduleContainer {
	border: 1px solid #efefef;
	margin-bottom: 25px;
}

.moduleContainer ul {
	margin-left: -10px;
}

.moduleContainer ul li {
	background: transparent url(../images/background_bullet.png) no-repeat 2px 6px;
	margin-bottom: 15px;
	padding-left: 10px;	
}

.moduleContainer ul li.videoContent {
	background: none;
	min-height: 100px;	
}

.moduleContainer ul li.videoContent p {
	margin-left: 130px;
}

.moduleContainer ul li.videoContent img.videoThumbnail {
	float: left;
}

.moduleArticle {
	background-color: #fff; 
	padding: 5px; 
	margin-bottom: 25px;
}

.moduleArticleHeader {
	font-size: 11px;
	margin-bottom: 15px; 
}

.moduleArticleHeader h1 {
	font-size: 16px;
	margin-bottom: 5px; 
}

.moduleArticleHeader .articleAuthor {
	display: block;
	margin-bottom: 5px; 	
}

.moduleArticleHeader .articleSite {
	
}

.moduleArticleHeader .articleDate {
	--border-right: 1px solid #999;
	padding-right: 5px;
}

.moduleImage {
	margin-bottom: 25px;
	text-align: center;
}

.moduleVideo {
	margin: 0 -20px 25px;
	text-align: center;
}

.moduleFreeCode {
	margin-bottom: 25px;
}

#contentColumn1 .moduleVideo, #contentColumn2 .moduleVideo {
	margin: 0 0 25px;	
}

.moduleEditorialContent, .moduleVendorContent, .modulePoll, .moduleQuiz, .moduleBlog, .moduleFreeForm, .moduleRSS {
	background: #fff url(../images/background_moduleHeader.png) repeat-x top;
	border: 1px solid #ccc;
	border-top: none;
	padding: 15px;	
}

.moduleEditorialContentHeader, .modulePollHeader, .moduleQuizHeader, .moduleBlogHeader, .moduleFreeFormHeader, .moduleVendorContentHeader, .moduleRSSHeader {
	background-color: #99cc33;
	color: #fff;
	padding: 7px 10px;
	text-transform: uppercase;	
}

#modulePollForm input[type="radio"] {
	margin-right: 3px;
	position: relative;
	top: 2px;
}

.moduleVendorContent {
	background-image: none;
}

.moduleVendorContentHeader {
	background-color: #5a79b7;
}

a.moduleHeaderIcon {
	display: none;
}

.moduleVendorLogoContainer {
	background: #fff url(../images/background_moduleHeader.png) repeat-x top;
	border: 1px solid #ccc;
	border-top: none;
	padding: 13px 10px 5px;
	text-align: right;
}

.moduleVendorLogoContainer h4 {
	color: #999;	
	display: inline;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
}

.moduleVendorLogoContainer img {
	padding-left: 6px;
}	

.moduleVendorContent h4 {
	font-size: 13px;
	padding-top: 10px;
}

.moduleBlog p {
	margin-left: 95px;
}

.moduleBlogAuthorPhoto {
	border: 1px solid #ccc;
	float: left;
}

/***** FORMS *****/
.moduleButton {
	margin-bottom: 15px;
	text-align: center;
}

.moduleButton button {
	background-color: #5a79b7;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 10px;
	padding: 5px;
	text-align: center;
	text-transform: uppercase;
}
/***********************/

/***** ADVERTISEMENTS *****/
.adBigAd {
}

.adLeaderBoard {
}

.adHalfPage {
}	
/***********************/

/***** FOOTER *****/
#footer {
	background-color: #fff;
	border-top: 1px solid #ccc;
}

#footerColumn1 {
	border-right: 1px solid #ccc;
	float: left;
	padding: 15px 20px;
}

.footerVendorLogoContainer {
	text-align: center;
}

.footerVendorLogoContainer img {
	display: block;
	margin: 0 auto 10px;
}

#footerColumn2 {
	background: transparent url(../../../global/images/background_footerTechTargetLogo.png) no-repeat 20px 44px;
	border-left: 1px solid #ccc;
	float: left;
	margin-left: -1px;
	padding: 15px 20px;
}

#footerColumn1 h4, #footerColumn2 h4 {
	color: #999;
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 10px;
	text-transform: uppercase;
}

#footerColumn2 p {
	font-size: 11px;
	padding-left: 65px;
}
/***********************/

/***** HTML ELEMENTS *****/
a:link {
	color: #3366cc;
}

a:visited {
	color: #663399;
}

p {
	line-height: 17px;
	margin-bottom: 15px;
}
/***********************/

/***** CUSTOM CLASSES *****/
.contentLabel {
	color: #999;
	font-size: 11px;
	text-transform: uppercase;	
}

.sourceSite {
	color: #999;
	font-size: 11px;
}

dl.webcast {
	margin-bottom: 15px;
}

dl.webcast dt {
	color: #999;
	font-size: 11px;
	margin-top: 0;	
	text-transform: uppercase;	
}

dl.webcast dd {
	margin-left: 6em;
	margin-top: -1.4em;
}

dl.webcast dd a {
	color: #000;
}
/***********************/