/*==============================
       McMillan
       www.thinkmcmillan.com
       Layout

       Project: CIR 14044
       Author: L. Rodriguez
       Date: 2009/08/17

	   TABLE OF CONTENTS

==============================*/

body
{
	background: #fff url( ../images/body-bg.jpg ) no-repeat center 0px;
	font-family: Arial, Helvetica, sans-serif;

}

#page
{
	width: 970px;
	margin: 0 auto;
}

h4
{
	font-size: 18px;
	color: #f00;
}

h5
{
	font-size: 14px !important;
	font-weight: bold;
}

a
{
	color: #e30000;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

/*==============================
	1. HEADER
==============================*/
#header
{
	width: 915px; /* 915 - 335 */
	padding: 10px 0 0 0;
	margin: 0 0 0 56px;
}

#header img.banner
{
	margin: 0 0 0 200px;
}

#header a
{
	outline: none;
}

#header h1
{
	padding: 0 0 0 335px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #a0a0a0;
}

/*==============================
	2. BLOG DATE
==============================*/
.blogDate
{
	width: 55px;
	height: 396px;
	background: url(../images/date-bar.gif) 0 0 no-repeat;
	float: left;
	clear: left;
}

.blogDateContent
{
	width: 55px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ccc;
	text-align: center;
	background: url(../images/blog-date-bottom-bg.gif) 396px 0 no-repeat;
}

.blogDay
{
	font-size: 34px;
	font-weight: bold;
}

.blogMonth
{
	font-size: 16px;
}

/*==============================
	3. CONTENT
==============================*/
#contentWrapper
{
	padding: 0px 0 50px 0;
	width: 680px;
	/*width: 600px;*/
	float: left;
}
.pagetitle
{
	font-size: 14pt;
	color: #333333;
	padding: 0 0 1em 40px;
}
/*==============================
	4. BLOG ENTRY
==============================*/
.blogMetaWrapper
{
	width: 600px;
	padding-left: 55px;
	float: left;
}

.blogEntryWrapper
{
	width: 600px;
	background: #eee url(../images/blog-content-top-bg.gif) top left no-repeat;
	float: left;
}

.post
{
	font-size: 12px;
	color: #333;
	background: url(../images/blog-content-bottom-bg.gif) bottom left no-repeat;
	padding: 30px 40px 30px 40px;
	min-height: 336px;
	height: auto !important;
	height: 336px;
}

.blogEntryWrapperSmall
{
	margin-bottom: 20px;
}

.blogEntryWrapperSmall .post
{
	min-height: 0 !important;
	height: auto !important;

}

.post h3
{
	font-size: 26px;
	padding-bottom: 5px;
	margin-bottom: 0;
}

.post h3 a
{
	color: #333;
	text-decoration: none;
}

.post h3 a:hover
{
	text-decoration: underline;
}

.post p.nopad
{
	padding-top: 0;
}

.post p
{
	padding-top: 10px;
}

.post p.author
{
	padding-bottom: 10px;
}

.post .categoryTitle
{
	font-weight: bold;
	padding-bottom: 10px;
}

.post .categoryTitle span
{
	font-weight: normal;
}

/*==============================
	#. SHARE TOOLS
==============================*/
.shareTools
{
	width: 560px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	margin: 30px 0;
	padding-left: 40px;
	float: left;
	clear: both;
}

.shareTools p
{
	display: block;
	float: left;
	padding-right: 5px;
}

/*==============================
	#. COMMENTS
==============================*/
#comments
{
	width: 600px;
	height: 40px; /* 50 - 10 */

	padding: 10px 0 0 0;
	border-top: 1px dotted #efefef;
	border-bottom: 1px dotted #efefef;
}

.totalComments
{
	display: block;
	width: 33px;
	height: 33px;
	font-size: 21px;
	color: #fff;
	text-align: center;
	line-height: 33px;
	background: url(../images/comments-total-bg.gif) 0 0 no-repeat;
	float: left;
	margin-left: 40px;
}

#comments h4.title
{
	display: block;
	padding: 5px 0 0 80px;
}

.commentBox
{
	width: 600px;
	font-size: 12px;
	clear: left;
	float: left;
	background: url( ../images/comment-top-bg.gif ) #f4f4f4 0 0 no-repeat;
	margin-top: 15px;
}

.commentBox h4
{
	padding: 10px 40px 0 40px;
}

.commentPad
{
	margin: 10px 40px;
}

#commentform
{
	padding: 0;

}

#commentform p
{
	padding: 0.5em 0;
}

.commentDate
{
	float: left;
	clear: right;
}

.commentContent
{
	margin-top: 20px;
	padding: 10px 0 10px 0;
	background: url( ../images/comment-bottom-bg.gif ) #f4f4f4 bottom 0 no-repeat;
}

.commentData
{
	margin: 0 10px 0 85px;
}

.commentData h5
{
	float: left;
	padding: 0 0.5em 0 0;
}

.commentData p
{
	clear: left;
	margin: 0.5em 0;
}

.commentNumber
{
	width: 85px;
	font-size: 16px;
	text-align: center;
	float: left;
}

/*==============================
	#. CONTACT
==============================*/
#contactWrapper
{
	width: 255px;
	float: right;
	padding: 0px 20px 0 0;
}

#contactInfo
{
	padding: 10px 20px 0 0 ;
	text-align: right;
	padding-bottom: 10px;
}

#contactInfo li
{
	display: inline;
}

#contactInfo a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-decoration: none;
}

#contactInfo a:hover
{
	text-decoration: underline;
}

#contactProfile
{
	width: 235px; /* 255 - 235 */
	height: 19px; /* 174 - 155 */
	font-size: 16px;
	color: #fff;
	line-height: 20px;
	background: url(../images/profile-pic.jpg) 0 0 no-repeat;
	padding: 150px 0 0 20px;
}

#contactProfile a
{
	color: #fff;
	text-decoration: none;
}

#contactDescription
{
	width: 215px; /* 255 - 20 - 20 */
	font-size: 12px;
	background-color: #f5f5f5;
	padding: 5px 20px 10px 20px;
}

#contactDescription h6
{
	font-weight: normal;
	padding-bottom: 15px;
}

/*==============================
	#. SEARCH
==============================*/
#contactWrapper #search
{
	width: 215px;
	font-size: 12px;
	color: #666;
	padding: 20px 20px 0 20px;
}

#contactWrapper #search p
{
	display: block;
	float: left;
}

#contactWrapper #searchBox
{
	width: 162px;
	height: 18px;
	background: url(../images/search-box.gif) 0 0 no-repeat;
	float: right;
	margin-bottom: 5px;
}

#s
{
	position: relative;
	top: 1px;
	border: 0px none transparent;
	background: transparent;
	margin-left: 0.5em;
	width: 140px;
	float: left;
	font-size: 0.96em;
}

#searchsubmit
{
	border: 0px none transparent;
	background: transparent;
	float: left;
}

#rssWrapper
{
	width: 100%;
	clear: left;
}

#rssWrapper p
{
	display: block;
	float: left;
}

#rssWrapper p a
{
	display: block;
	float: left;
	color: #666;
	text-decoration: none;
}

#rssWrapper img
{
	padding-left: 5px;
}

/*==============================
	#. LATEST POSTS
==============================*/
#postsWrapper
{
	width: 235px;
	height: 100%;
	border: 1px solid #efefef;
	margin-top: 25px;
	float: left;
	padding: 15px 10px 0 10px;
	font-size: 12px;
}

#postsWrapper ul
{
	margin-top: 0.5em;
}

#postsWrapper h2
{
	color:#ff0000;
	font-size:18px;
}

#postsWrapper li
{
	padding: 0.5em 0 0.5em 0.3em;
	list-style: none;
}

.view-all
{
	margin-top: 16px;
	float: right;
	color: #666666;
}

.closed a
{
	display: block;
	width: 190px;
	background: url(../images/arrow-right.gif) 0 5px no-repeat;
	border-top: 1px dotted #efefef;
}

.collapse,
.expand
{
	position: relative;
	right: 4px;
	bottom: 2px;
}

.collapsArch a,
.monthCount,
.yearCount
{
	color: #333;
}
.collapsArchPost,
.collapsArch
{
	padding: 0.5em 0.2em;
	border-top: 1px dotted #ddd;
}
.collapsArch
{
	font-size: 13px;
	font-weight: bold;
}
.collapsArchPost
{

	margin-left: 0.8em;
	font-size: 12px;
	font-weight: normal;
}
.collapsArchPost a
{
	color: #666;
}
.sym
{
	cursor: pointer;
}
.postmetadata strong
{
	font-weight: bold;
}

.submit-comment
{
	background: url( "../images/submit.gif" ) top right no-repeat;
	border: 0px transparent none;
	color: #fff;
	height: 25px;
	line-height: 25px;
	width: 104px;
	cursor: pointer;
}

#siteInfo
{
	clear: both;
	font-size: 9pt;
	color:#C1C1C1;
	width: 940px;
	margin: 0 auto;
	padding: 20px 0;
}
#siteInfo p a
{
	color:#C1C1C1;
	text-decoration: underline;
}
.copyright
{
	float: left;
	width: 250px;
	line-height:16px;
	
}
.terms
{
	clear: right;
	float: right;
	width: 600px;
}

.commentData em,
.dim
{
	color: #666;
	font-size: 0.86em;
}

label small
{
	font-size: 1em
}
