/*
 * -----Layout CSS-------
 * CSS default project file
 * aab-web - 2009
 * 
 * author: Aram Balakjian
 * date: 24th January 2009
 * 
 * Layout Framework for starting project
 * 
 */

/**** Reset *****/
* {
	margin: 0;
	padding: 0;
}
html {
	background: #1d1d1d url(../images/SSB_html_bg.jpg) repeat-x top left;
}
	body {
		color: #333;
	 	font-size: 62.5%; 
	 	margin-bottom: 40px;
		font-family: Verdana, Lucida, sans-serif; 
	}
.clear{
	clear:both;
}
/**** Containers *****/
#container { /*contains everything except footer */
	width: 980px;
	margin: 0 auto;
	}
#layout {	/* contains sidebar & content */
	width: 980px;
	clear: both;
	overflow: hidden;
	margin: 0 auto;
	background: #FFFFFF;
	background: #fff url(../images/SSB_body_bg.png) repeat-y;
}
#content {
	width: 743px;
	float: left; 	
	margin-left: 10px;
	text-align: left;
	padding: 0;
}
/* ****************
 * 
 * Logo / Home link
 * 
 *********************/
a#home{ 
	 	width: 255px; 
		height: 102px;
		display:block;
		background: url(../images/SSB_logo.png) no-repeat top left;
		float: left;
	}
	a#home span { 
			display:none;
		}
#loginLinks{
	float: right;
	color: #bbb;
	margin: 10px 10px 0 0;
	font-size: 1.2em;
}
/******************************
 * 
 * Navbar
 * 
 ******************************/	
#navbar {
	width: 980px;
	height:52px;
	margin: 0 auto;
	overflow: hidden;
	background: url(../images/SSB_navbar_bg.png) no-repeat left top;
	clear: left;
}

#navbar ul { 
	width: 677px;
 	float:left; 
	margin-left: 75px;
	}
	#navbar ul li { 
	 	list-style: none; 
		float: left;
		display: block;
		margin-left:1px;
		}
	#navbar ul li a { 
		float: left;
		text-decoration: none;
		text-align:center;
		display: block; 
		width:111px;
		height: 30px; 
		font-size: 1.4em; 
		padding-top: 22px;
		color: #bfbfbf;
		background: url(../images/SSB_navbar_buttons.png) repeat-x left top;
		}
		#navbar ul li a.last {
		} 
		#navbar ul li a:hover{
			background-position: 0 -52px;
		}	
		#navbar ul li a.current, 
		#navbar ul li a.current:hover, 
		#navbar ul li a.section:hover, 
		#navbar ul li a.section { 
			color: #333;
			background-position: 0 -104px;
			width:116px;
		}	

/******************************
 * 
 * Breadcrumbs
 * 
 ******************************/	
#Breadcrumbs { 
	color: #000000;
	text-align: left;
	font-size: 0.9em; 
	margin: 20px 5px 0 5px;
}
	#Breadcrumbs p {
			padding:0;
	}

/******************************
 * 
 * Sidebar
 * 
 ******************************/	
#sidebar {
 	width: 217px; 
	float: left;
	padding: 20px 0;  
}
		#sidebar a:hover {
			text-decoration:underline;
		}
		#sidebar a {
			text-decoration:none;
			color: #2f98d3;
		}
		#sidebar h3 { 		
			width:197px;
			text-transform: lowercase;
			color: #3f3f3f;
			font-weight: bold; 
			font-size: 1.4em; 
			margin-top: 30px;
			padding: 4px 0 6px 20px;
			background: #d5d5da;
			border-top: 1px solid #8f8f8f;
			border-bottom: 1px solid #8f8f8f;
		}
		#sidebar ul {
			width: 174px;
			margin: 5px 0 5px 20px;
		}
			#sidebar ul li {
				
				list-style: none;
				border-bottom: 1px dashed #3f3f3f;
			}
					#sidebar ul li a {
						display: block;
						width: 160px;
						font-size: 1.4em;
						padding: 10px 0;
					}
					#sidebar ul li a.current, 
					#sidebar ul li a.current:hover,
					#sidebar ul li a.section, 
					#sidebar ul li a.section:hover {
						font-weight: bold;
						text-decoration:none;
						cursor: default;
					}								
a#starterLink span,
a#submitLink span{
	display: none;
}
a#starterLink{
	background: url(../images/SSB_newbies_button.png) no-repeat top left;
	display: block;
	margin: 0 0 0 20px;
	height: 56px;
	width: 177px;	
}
	a#starterLink:hover{
		background-position: 0 -56px;
	}
a#submitLink{
	background: url(../images/SSB_submit_snippet_button.png) no-repeat top left;
	display: block;
	margin: 15px 0 0 20px;
	height: 73px;
	width: 177px;
}
	a#submitLink:hover{
		background-position: 0 -73px;
	}
a#pcityourself {
	background: url(../images/SSB_pcityourself.png) no-repeat center top;
	display: block;
	font-size: 16px;
	height: 30px;
	padding: 220px 10px 0 10px;
	width: 195px;
	text-align: center;
	border-top: 1px solid #8f8f8f;
}
	a#pcityourself strong{
		color: #e4770b;
	}
a#aabweb {
	background: url(/assets/Uploads/SSB_aab_add_v01_01.png) no-repeat center top;
	display: block;
	height: 228px;
	width: 100%;
	padding-bottom: 20px;
}
a#aabweb span{
	display: none;
}
a#archiveLink  {
	font-size: 1.4em;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	display:block;
}	
	a#starterLink:hover,
	a#archiveLink:hover {
		text-decoration: underline;	
	}
a#archiveLink {
	margin-top:15px;
}
#sidebar a.blogTitle{
	font-size: 12px;
	padding: 15px 20px 5px 20px;
	display: block;
}
#sidebar #blogImage{
	margin-left: 20px;
}
#sidebar a.blogMore{
	font-size: 12px;
	padding: 5px 20px 0 20px;
	display: block;
}
#sidebar p	{
	color: #555;
 	line-height: 1.4em;
 	font-size: 1.2em;
	padding: 0px 20px;
}
#sidebar ul#popularPosts a{
	font-size: 10px;
}
/******************************
 * 
 * Footer
 * 
 ******************************/	
#footer { 
 	clear: both;  
	width: 980px; 
	height:139px; 
	background: url(../images/SSB_footer_bg.png) no-repeat top left; 
	margin: 0 auto;
	}
  	#footer p { 
		color: #fff;
		font-size: 1.1em;
		text-align: left;
		padding: 0 0 0 20px;
	}
	#footer h2{
		padding: 20px 60px 10px 110px;
		color: #ccc;
		font-size: 19px;
	}
	#footer p.ssLinks { 
		font-size: 1.4em;
		width: 677px;
		height:88px;
		margin: 0 0 0 60px;
	}
  	#footer p.ssLinks a { 
	   	color: #222; 
	   	text-decoration: none;
		float:left;
		width: 90px;
		padding: 5px 40px 5px 30px;
		border-right: 1px dashed #555;
	}
		#footer p.ssLinks a.last {
			border:none;
			} 
	#footer a:hover, #footer p.ssLinks a:hover {
		text-decoration: underline;
	}
	#footer a{
		color: #2f98d4; 
		text-decoration: none;
	}
#footer p.unaffiliated{
	float: right;
	margin-right: 20px;
}
/******************************
 * 
 * Post areas
 * 
 ******************************/		

div.postBlock{
border-bottom: 1px solid #8f8f8f;
clear:left;
padding: 10px 0;
}
div.postBlock.last{
border-bottom: none;
}
div.postDate{
	width: 46px;
	float:left;
	clear:left;
	padding: 10px 10px ;
}
	div.postDate p{
		padding: 0;
		line-height: 1em;
		font-weight: bold;
		text-align: center;
	}
		div.postDate p.day{
			font-size: 29px;
			margin-top:10px;
		}
		div.postDate p.month{
			font-size: 19px;
			margin-top:3px;					
		}
		div.postDate p.commentsCount{
			font-size: 15px;
			width:37px;
			height: 36px;
			margin:20px 0 0 3px;
			padding-top: 5px;
			background: url(../images/SSB_comments.gif) no-repeat top left;	
			display:block;	
			color: #f1f1f8;
			text-align:center;
		}
div.postContent{
	width:635px;
	float:left;
	padding: 10px 20px 10px 20px;
}		
div.postContent a.readMore{
	font-size:1.6em;
	font-weight:bold;
	float:right;
}	
a.coverImage img{
	border:none;
	padding: 25px 0;
}
a.attachedFile{
	font-size: 1.2em;
	display:block;
	margin: 5px 10px;
}
div.articleDetails p{
	padding: 5px 0;
}
div.articleDetails img{
	float:left;
	margin: 15px 10px 10px 0;
}
/******************************
 * 
 * Mashup Submissions
 * 
 ******************************/
#previewBox{
	clear: both;
	padding: 33px;
}	
#preview{
	font-size: 1.6em;
	padding: 10px 20px;
	text-align: right;
	display: block;
	margin-right: 14px;
	cursor: pointer;
}
.typography  h4.previewTitle {
	padding-top: 30px;
	clear: both;
}
#loginMessage{
	width: 90%;
	font-size: 1.4em;
}
/******************************
 * 
 * Search Results
 * 
 ******************************/	
ul#SearchResults {
	margin: 10px 0;
}
	ul#SearchResults li {
		list-style: none;
		margin: 15px 0;
		padding: 15px 0;
		font-size: 1em;
		border-bottom: 1px dashed #888;
	}
	ul#SearchResults li a.readMoreLink{
		font-size: 1.2em;
		margin: 10px;
		clear:both;
	}
/* COMMENTS
---------------------------------------- */
#PageComments_holder {
	padding: 10px;
	margin: 20px;
}
#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
	font-size: 1.2em;
}
#PageComments li {
	margin: 0 auto;
	padding: 1px;
	width: 88%;
}
	#PageComments li.odd {
		background: #f2f2f8 url(../images/commentBg.png) no-repeat 1% 10%;
		padding-left: 40px;
		padding-right: 10px;
		border-bottom: 2px solid #BCE4FE;
	}
	#PageComments li.even {
		background: #fff url(../images/commentBgAlt.png) no-repeat 99% 10%;
		padding-right: 40px;
		padding-left: 10px;
		border-bottom: 2px solid #BCE4FE;
	}

		#PageComments li.odd p.info {
			color: #3AA0C3;
		}

		.actionLinks li {
		   display: inline;
		   border-right: 1px solid;
		}
			.actionLinks li a {
				padding-right: 3px;
				font-size: 12px;
			}
   			.actionLinks li.last {
      			border-right: none;
   			}

.commentrss {
	background: transparent url(../images/feed-icon-14x14.png) no-repeat;
	padding: 0 10px 0 20px;
	margin-left: 10px;
	font-size: 1em;
	line-height: 1.6em;
}
#PageCommentsPagination p {
	text-align: center;
	font-size: 1.2em;
}
#PageComments p {
	font-size: 1em;
}
	#PageComments p.info {
		color: #999;
		margin: 0px;
		padding: 0;
		line-height: 1em;
		font-size: 0.9em;
	}
/******************************
 * 
 * Archive
 * 
 ******************************/		
 #layout ul.archive {
 	list-style: none;
	font-size: 1.1em;
 }
#layout ul.archive ul{
	font-size: 1.1em;
 }