@import url("../../Tools/Comments/Comments.css");

body {
}
/*	==============
	MAIN CONTAINER
	==============  */
#content {
	padding: 60px 0px 0px 0px;
	background: #FFF url(../images/common/background.jpg) no-repeat top left;
}

/*	==============
	BLOG CONTAINER
	==============  */
#Blog_Container {
	width: 960px;
	margin: 0px auto;
	padding: 0px 0px 50px 0px;
}
#Blog_Container {
	font-size: 11px;
}
#Blog_Container p {
	font-size: 11px;
	padding: 0px 0px 15px 0px;
}
#Blog_Container .Title {
	margin: 0px 0px 10px 0px;
}
#Blog_Container ul {
	list-style: none;
}

/*	========
	ARTICLES
	========  */
#Articles {
	float: left;
	width: 660px;
	background: url(../images/common/articles_background.jpg) no-repeat top left;
}
/*	ARTICLE
	=======  */
#Articles .Article {
	padding: 25px 25px;
}
#Articles .BorderAndBackground {
	border-top: 2px dotted #106ab2;
	background: #ffffff url(../images/common/article_item_background.jpg) repeat-x top;
}
#Articles .Article h2 {
	font-size: 20px;
	text-transform: capitalize;
}
#Articles .Article h2 a {
	text-decoration: none;
}
/*	THUMBNAIL
	=========  */
#Articles .Article .Thumbnail img {
	float: left;
	margin: 0px 10px 15px 0px;
	border: 1px solid #106ab2;
}
/*	DATETIME AND AUTHOR NAME
	========================  */
#Articles .Article .ByLine {
	color: #22aa22;
}
#Articles .Article .ByLine a {
	color: #22aa22;
	text-decoration: underline;
}
/*	PERMALINK | COMMENTS
	====================  */
#Articles .Article .Permalink_Comments {
	padding: 15px 0px 0px 0px;
}


/*	===========
	RIGHT PANEL
	===========  */
#Panel {
	float: left;
	width: 300px;
	background: #a6cfea url(../images/common/panel_background.jpg) repeat-x top;
}
#Panel_Content {
	padding: 10px 10px;
}
/*	ABOUT THIS BLOG
	===============  */
#Panel_Content #AboutThisBlog {
	padding: 20px 20px 10px 20px;
}
#Panel_Content #AboutThisBlog p {
	color: #FFF;
}
/*	FOLLOW IMAX ON TWITTER / FACEBOOK / YOUTUBE
	====================== */
#Panel_Content #FollowImaxOnTwitter,
#Panel_Content #FollowImaxOnFacebook,
#Panel_Content #FollowImaxOnYoutube{
	padding: 0px 0px 15px 0px;
}
/*	RSS FEEDS
	=========  */
#Panel_Content #RSSFeed {
	padding: 20px 0px 0px 20px;
	background-color: #e1eef7;
	border: 1px solid #6e9bc9;
}
#Panel_Content #RSSFeed img {
	margin-right: 5px;
}
#Panel_Content #RSSFeed .OtherReadersBlurb {
	display: block;
	padding: 10px 0px;

	color: #22aa22;
	font-size: 10px;
}
#Panel_Content #RSSFeed ul li {
	float: left;
	width: 40%;
	margin-bottom: 10px;
	padding: 2px 0px 2px 25px;
}
#Panel_Content #RSSFeed ul li.Google {
	background: url(../images/common/feed_icons/feed_Google.gif) no-repeat 3px;
}
#Panel_Content #RSSFeed ul li.MyYahoo {
	background: url(../images/common/feed_icons/feed_MyYahoo.gif) no-repeat 3px;
}
#Panel_Content #RSSFeed ul li.MSN {
	background: url(../images/common/feed_icons/feed_MSN.gif) no-repeat 3px;
}
#Panel_Content #RSSFeed ul li.Bloglines {
	background: url(../images/common/feed_icons/feed_Bloglines.gif) no-repeat 3px;
}
#Panel_Content #RSSFeed ul li.Newsgator {
	background: url(../images/common/feed_icons/feed_Newsgator.gif) no-repeat 3px;
}
/*	SEARCH THIS BLOG
	================  */
#Panel_Content #SearchThisBlog {
	padding: 20px 20px;
}
#Panel_Content #SearchThisBlog input.input_text,
#Panel_Content #SearchThisBlog select.input_option {
	width: 96%;
	padding: 4px 4px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #7ab0d6;

	color: #106ab2;
	font-size: 11px;
}
#Panel_Content #SearchThisBlog select.input_option {
	width: 100%;
}
/*	CATEGORIES AND ARCHIVE
	======================  */
#Panel_Content #Categories_and_Archives {
	padding: 15px 20px;
	background-color: #e1eef7;
}
#Panel_Content #Categories_and_Archives ul {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 15px 0px;
	border-bottom: 2px dotted #106ab2;
}
#Panel_Content #Categories_and_Archives ul.NoPaddingOrBorder {
	padding: 0px 0px;
	border: none;
}
#Panel_Content #Categories_and_Archives ul li {
	margin: 0px 0px 5px 0px;
	padding: 3px 0px 3px 25px;
	background: url(../images/common/list_item_icon.gif) no-repeat left center;
}


/*----------- PAGINATION -----------*/
#Blog_Container .pages {
    font-size: 12px;
    margin: 10px 0px;
}
#Blog_Container .pages a,
#Blog_Container .pages span {
    display: block;
    float: left;
    padding: 2px 5px;
    margin-right: 1px;
    border: 1px solid #1577B6;
}
#Blog_Container .pages a {
    text-decoration: none;
    border: 1px solid #1577B6;
}
#Blog_Container .pages a:hover {
    border-color: #6d547a;
}
#Blog_Container .pages a.nextprev {
    font-weight: bold;
}
#Blog_Container .pages .current {
	color: #FFF;
    font-weight: bold;
    background: #064E9A;
	border: 1px solid #1577B6;
}
#Blog_Container .pages .nextprev {
	border: 1px solid #1577B6;
}



/*	    COMMENTS COLOURS   */
/*=========================*/
#Comments_Area {
	padding: 15px 15px;
	background-color: #ebf6fa;
}
#Comments_Area .Comment {
	padding: 5px 10px;
}
#Comments_Area .Reply .Comment {
	padding: 25px 10px 5px 10px;
	background: #c8e2f2 url(../../Tools/Comments/images/Reply_bg.jpg) no-repeat top left;
}
#Comments .Add {
	background: url(../../Tools/Comments/images/Post_button.jpg) no-repeat;
}
#Comments .More {
	background: transparent url(../images/icons/arrow_kitchen.gif) no-repeat scroll left center;
}
#Comments .More a {
	color: #ebb518;
}
#Comments .Options a {
	color: #0096d7;
}
#Comments .Comment .Add, #Comments .Comment .Preview {
	background-color: #003366;
}