@import url("/css/cc.css");


/*************************************/
/*Blog Index                         */
/*************************************/

#content-left-blog
{
	position: relative;
	
	width: 678px;

	background-color: #ffffff;

	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
	color: #1e1e1e;

	line-height: 20px;

	float: left;
}



.blog-container
{
	position: relative;
	
	width: 595px;
	
	left: 0px;
	
	margin-top: 0px;
	
	text-align: justify;
	
	overflow: hidden;
	
}

.blog-left
{
	position: relative;
	
	width: 80px;
	
	float: left;
}

.blog-right
{
	position: relative;
	
	width: 485px;
	
	margin-left: 30px;
	
	float: left;

}


.blog-post-date-wrapper
{
	position: relative;
	
	width: 80px;
	
	padding-bottom: 5px;
	
	background-color: #d8dde2;
	
	border-top: 4px solid #08223e;
}


.blog-post-date-month
{
	position: relative;
	
	width: 80px;

	text-align: center;
	
	text-height: 20px;
	
	font-size: 20px;
	font-style: bold;
	font-weight: 700;
}


.blog-post-date-day
{
	position: relative;
	
	width: 80px;

	padding-top: 5px;
	padding-bottom: 5px;

	text-align: center;

	text-height: 35px;

	font-size: 35px;
	font-style: bold;
	font-weight: 700;
}


.general-blog-title
{
	position: relative;
	
	padding-bottom: 5px;

	font-size: 20px;
	color: #08223e;
	font-weight: 700;
}


.general-blog-title a:link
{
	color: #08223e;
	text-decoration: none;
}

.general-blog-title a:visited
{
	color: #08223e;
	text-decoration: none;
}

.general-blog-title a:hover 
{
	color: #08223e;
	text-decoration: underline;
} 

.general-blog-title a:active
{
	color: #08223e;
	text-decoration: none;
}


.postmetadata
{
	position: relative;
	
	margin-top: 5px;
	
	color: #da6f10;
}


.postmetadata a:link
{
	color: #da6f10;
	text-decoration: none;
}

.postmetadata a:visited
{
	color: #da6f10;
	text-decoration: none;
}

.postmetadata a:hover 
{
	color: #da6f10;
	text-decoration: underline;
} 

.postmetadata a:active
{
	color: #da6f10;
	text-decoration: none;
}

.navigation
{
	position: relative;
	
	left: 490px;
	
	padding-bottom: 15px;
	
	font-size: 15px;
	font-weight: 700;
	color: #da6f10;
}



.navigation a:link
{
	color: #da6f10;
	text-decoration: none;
}

.navigation a:visited
{
	color: #da6f10;
	text-decoration: none;
}

.navigation a:hover 
{
	color: #da6f10;
	text-decoration: underline;
} 

.navigation a:active
{
	color: #da6f10;
	text-decoration: none;
}


.posted-by-header
{
	position: relative;
	
	margin-top: 0px;
	padding-bottom: 10px;
	
	font-size: 14px;
	color: #da6f10;
	font-weight: 700;
}


/*************************************/
/*Blog Single                        */
/*************************************/


.navigation-2
{
	position: relative;
	
	left: 0px;
	
	padding-bottom: 15px;
	
	font-size: 15px;
	font-weight: 700;
	color: #da6f10;
}



.navigation-2 a:link
{
	color: #da6f10;
	text-decoration: none;
}

.navigation-2 a:visited
{
	color: #da6f10;
	text-decoration: none;
}

.navigation-2 a:hover 
{
	color: #da6f10;
	text-decoration: underline;
} 

.navigation-2 a:active
{
	color: #da6f10;
	text-decoration: none;
}


.single-post-title
{
	position: relative;
	
	padding-bottom: 5px;

	font-size: 20px;
	color: #08223e;
	font-weight: 700;
}

.commentlist
{
	position: relative;
		
	list-style: none
}

.comment-body
{
	position: relative;
	
	margin-top: 15px;
	
	border-bottom: 1px solid #d8dde2;
	
	padding-bottom: 15px;

}

.comment-body p
{
	position: relative;
	
	margin-top: 10px;
}

.comment-body a:link
{
	color: #da6f10;
	text-decoration: none;
}

.comment-body a:visited
{
	color: #da6f10;
	text-decoration: none;
}

.comment-body a:hover 
{
	color: #da6f10;
	text-decoration: underline;
} 

.comment-body a:active
{
	color: #da6f10;
	text-decoration: none;
}

.content-derk {
 display:none;
}

.comment-author
{
	position: relative;
	
	padding-bottom: 7px;
}

.commentmetadata
{
	position: relative;
	
	padding-bottom: 7px;
}

.entry
{
	font-family: "Trebuchet MS", Helvetica, sans-serif !important;
	font-size: 14px !important;
	color: #1e1e1e !important;

	line-height: 20px;
}

.entry p
{
	position: relative;
	margin-top: 15px !important;
}

.entry ul
{
	position: relative;
	
	margin-top: 15px !important;
	
	list-style-position: inside;
}



.entry a:link
{
	color: #da6f10;
	text-decoration: none;
}

.entry a:visited
{
	color: #da6f10;
	text-decoration: none;
}

.entry a:hover 
{
	color: #da6f10;
	text-decoration: underline;
} 

.entry a:active
{
	color: #da6f10;
	text-decoration: none;
}




#commentform input
{
	position: relative;

	border: 1px solid #08223e;
	
	margin-top: 5px;
}

#commentform textarea
{
	position: relative;

	width: 400px;

	border: 1px solid #08223e;
	
	margin-top: 5px;
}


#submit
{
	position: relative;

	margin-top: 5px;
	padding: 5px;

	background-color: #da6f10;
	
	color: #000000;
}



#content-right-header-blog
{
	position: relative;

	width: 272px;
	height: 44px;
	
	background: url('http://www.pixelwebconstructor.com/CC/images/content-right-header-blog.jpg');
	
}

#content-right-header-links
{
	position: relative;

	width: 272px;
	height: 44px;
	
	background: url('http://www.pixelwebconstructor.com/CC/images/content-right-header-links.jpg');
	
}

#content-right-header-recent-posts
{
	position: relative;

	width: 272px;
	height: 44px;
	
	background: url('http://www.pixelwebconstructor.com/CC/images/content-right-header-recent-posts.jpg');
}

#content-right-header-recent-comments
{
	position: relative;

	width: 272px;
	height: 44px;
	
	background: url('http://www.pixelwebconstructor.com/CC/images/content-right-header-recent-comments.jpg');
}


#blog-categories-header
{
	position: relative;

	width: 272px;
	height: 44px;
	
	background: url('http://www.pixelwebconstructor.com/CC/images/blog-categories-header.jpg');
}


.my-sidebar-list
{
	position: relative;
	
	margin-top: 15px;
	margin-left: 22px;
	
	list-style: none;
	
	font-size: 12px;
	color: #08223e;
	font-weight: 700;
	
	padding-bottom: 5px;
}

.my-sidebar-list li
{
	position: relative;
	
	width: 212px;
	
	margin-top: 10px;
}


.my-sidebar-list a:link
{
	color: #08223e;
	text-decoration: none;
}

.my-sidebar-list a:visited
{
	color: #08223e;
	text-decoration: none;
}

.my-sidebar-list a:hover 
{
	color: #08223e;
	text-decoration: underline;
} 

.my-sidebar-list a:active
{
	color: #08223e;
	text-decoration: none;
}


.postmetadata
{
	position: relative;
	
	margin-top: 50px;
	
	border-top: 1px solid #d8dde2;
}


a 
{
   outline: none;
}
