/*
** Name: blogstyle.css
** Author: Matt Gifford (AKA ColdFuMonkeh) - http://www.ugccreative.com
** Date: 26th September 2009
** Purpose: blog style sheet for Fuzzy Orange Ltd
*/

/* blog layout columns */
#content { margin: 35px 0px 0 55px; width: 625px; float: left; margin-bottom: 20px; font-family: "Trebuchet MS"; font-size: 13px; color: #4b4b4b; }
#content h2 { margin-top: 0; }
#menu { float: right; width: 235px; position: relative; top: 0px; right: 45px; font-family: "Trebuchet MS"; font-size: 13px; color: #4b4b4b; }
.menuBody { width: 200px; }

a { color: #dd4312; text-decoration: none;}
a:hover{ color: #3a3a3a; }

#footer a { color: #27D2CB; text-decoration: none; }
#footer a:hover { color: #27D2CB; text-decoration: underline; }

.entry h1 a, .entryLast h1 a { font-size: 29px; color: #4B4B4B; }
.entry h1 a:hover, .entryLast h1 a:hover { text-decoration: underline; }

.byline { margin-top: 10px; }
.byline a { text-decoration: none; color: #dd4312; font-weight: bold; }
.byline a:hover { color: #3a3a3a; }

/* comment styles */
.commentHeader { border: 1px solid #4B4B4B; margin: 15px 0 15px 0; }
.commentTitle { margin: 10px; font-size: 12px; }
.commentBody { margin-top:15px; margin-left: 15px;  }
.commentBy { margin-bottom: 20px; }
.commentAuthor { text-transform: uppercase; }
.commentNumber { font-size: 16px; float: right; font-weight: bold; }
.commentNumber  a { text-decoration: none; }
.addCommentLink { margin-top: 20px; text-align: right; }
.commentUnderline { border-bottom: 1px dashed #ccc; width: 100%;  }
#postComments { background: url(/assets/images/blog/comment.png) no-repeat; width: 32px; height: 22px; position: relative; left: -20px; top: 28px; }

/* sidebar styles */
.menuTitle { font-size: 18px; font-family: "Trebuchet MS"; margin: 10px 0 -2px 0; }
.menuTitleInline { font-size: 18px; font-family: "Trebuchet MS"; }
.entryCount { float: right; position: relative; right: 0px; }
.rssIcon { float: right; margin-top: -5px; position: relative; right: 25px; }

#blogSearchCharacter { background: url(/assets/images/blog/searchCharacter.png) no-repeat; width: 88px; height: 84px; 
						position: relative; left: 110px; top: 20px; }
#blogSearch { top: 4px; position: relative; }
.searchButton { position: relative; left: -110px; top: 20px; }

.searchResults { background: url(/assets/images/pages/searchResults/title.png) no-repeat; width: 285px; height: 35px; }

div#sorryTitle { background: url(/assets/images/pages/sorry/title.png) no-repeat; width: 108px; height: 35px; }
div#sorryTitle p { visibility: hidden; }
