/* @group General Styles */

body {
	color: #515151;
	text-align: center;
	padding: 0;
	font: 0.9em/1.6em "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0;
	background-color: #2B2B2B;
}

body #bodyGrad {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	width: 100%;
	overflow: hidden;
	background: url(http://www.macosxtips.co.uk/rw_common/themes/alpha/images/body_grad.png) repeat-x;
	height: 100%;
}

a:link, a:visited {
	color: #296CD8;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

.image-left {
	float: left;
	margin: 3px 10px 3px 0;
	z-index: 29;
}

.image-right {
	float: right;
	margin: 3px 0 3px 10px;
	z-index: 29;
}
	
/* @end */

/* @group Layout */

#container {
	margin: 0px auto;
	text-align: justify;
	position: relative;
	z-index: 1;
	background-color: #EBEBEB;
}

.clearer {
	clear: both;
}

#pageHeader {
	height: 70px;
	position: relative;
	background-image: url(http://www.macosxtips.co.uk/images/bluelogo4.jpg);
	margin-bottom: 10px;
	background-color: #4790E9;
}

#pageHeader h1 {
	color: #fff;
	margin: 0;
	position: absolute;
	top: 5px;
	left: 20px;
	letter-spacing: normal;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-color: rgba(0,0,0,0.4);
	padding: 4px 10px 5px;
	font: normal 2.8em/normal "Lucida Grande", Lucida, Verdana, sans-serif;
}

#pageHeader h1:hover {
	background-color: rgba(0,0,0,0.5);
}

#pageHeader h1 a, #pageHeader h1 a:hover {
	color: #ffffff;
}

#searchbox {
	background-color: rgba(0,0,0,0.4);
	float: left;
	padding: 3px 10px;
}

#searchbox #searchfield {
	background-color: transparent;
	font-size: 0.9em;
	padding: 2px;
	margin: 0;
	color: #fff;
	width: 145px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right:none;
}

#searchbox #submit {
	border: 1px solid #ccc;
	background-color: transparent;
	font-size: 0.9em;
	margin: 0 0 0 -4px;
	color: #fff;
	padding: 2px 5px;
}

input::-moz-focus-inner /*Remove button padding in FF*/
{ 
    border: 0;
    padding: 0;
}

#searchbox #submit:hover {
	background-color: #425bb8;
}

#contentContainer {
	border-width: 1px;
	position: relative;
	z-index: 2;
	background-color: #EBEBEB;
}

#contentContainer #content {
	margin-left: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	padding-top: 1px;
	padding-bottom: 15px;
}

#sidebarContainer {
	width: 270px;
	font-size: 0.97em;
	line-height: 1.6em;
	margin-bottom: 20px;
	background-color: #EBEBEB;
	text-align: left;
}

#sidebarContainer img {
	border:0px;
}



#sidebarContainer #sidebar {
	font-size: 0.8em;
	padding: 5px 5px 10px;
}

#sidebarContainer #sidebar #subscribebox {
	padding-right: 5px;
	padding-left: 5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	background: #36C url(http://www.macosxtips.co.uk/images/subscribe.jpg) no-repeat;
	background: -webkit-gradient(linear, center top, center bottom, from(#2b7ce5), to(#2a5da1));
	background: -moz-linear-gradient(top, #2b7ce5, #2a5da1);
	width: 245px;
	border: 0 solid #515151;
	height: 80px;
}

#sidebarContainer #sidebar #subscribebox a {
	color: #fff;
	text-decoration: none;
	line-height: 30px;
	padding-top: 20px;
	font-size: 1.3em;
	position: relative;
	display:block;
	width: 81px;
	text-align:center;
	float: left;
	margin-top: 5px;
}

#sidebarContainer #sidebar #subscribebox h2 {
	text-align: center;
	color: #fff;
	padding-top: 5px;
	margin-top: 0px;
}

#sidebarContainer #sidebar #subscribebox #rss {
	background: url(http://www.macosxtips.co.uk/images/rssorange.png) no-repeat center 0;
}

#sidebarContainer #sidebar #subscribebox #twitter {
	background: url(http://www.macosxtips.co.uk/images/twitterblue.png) no-repeat center 0;
}

#sidebarContainer #sidebar #subscribebox #email {
	background: url(http://www.macosxtips.co.uk/images/email.png) no-repeat center 0;
}

#sidebarContainer .sideHeader, #sidebarContainer h1, #sidebarContainer h2, #sidebarContainer h3, #sidebarContainer h4, #sidebarContainer h5 {
	font-size: 1.5em;
	margin-bottom: 0;
	margin-top: 5px;
	color: #424242;
}

#footer {
	background-color: #222222;
	color: #ffffff;
}

#footer p {
	color: #fff;
	margin: 0;
	padding: 15px 15px 5px;
	text-align:center;
}

#footer a:link, #footer a:visited {
	color: #fff;
}
	
/* @end */

/* @group Toolbar */

#navcontainer {
	position: absolute;
	right: 0px;
	bottom: 0px;
	margin: 0;
	padding: 0;
	width: 400px;
}

#navcontainer #current {
}

#navcontainer #current:hover {
}

#navcontainer .currentAncestor {
}

#navcontainer ul{
	list-style: none;
	padding: 0;
	z-index: 3;
	margin: 0;
}

#navcontainer ul a {
	color: #fff;
	border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	background-color: rgba(0,0,0,0.4);
}

#navcontainer ul a:hover {
	color: #fff;
	background-color: rgba(0,0,0,0.6);
}

#navcontainer li {
	position: relative;
	display: inline;
	float: right;
	font-weight: bold;
	margin-top: 0;
	margin-right: 0px;
	margin-left: 0px;
}

#navcontainer form {
	float: right;
}

#navcontainer a {
	display: block;
	float: left;
	text-decoration: none;
	padding: 3px 6px;
}

#navcontainer a:hover {
}

#navcontainer a:active {
}

/* @end */

/* @group Global Classes */

blockquote, .standout {
	color: #919191;
	margin: 10px;
	border-left: 2px solid #5784cf;
	padding-left: 10px;
	font-size: 0.9em;
}

h1, h2, h3, h4, h5 {
	color: #333333;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.3;
	text-align: left;
}

h1 {
	margin-bottom: 5px;
	letter-spacing: -1px;
	font: bold 2.5em Helvetica, Arial, sans-serif;
	margin-top: 10px;
}

pre {
	margin-left: 5px;
	border: 1px solid #ddd;
	margin-right: 5px;
	padding: 5px;
	background-color: #f2f2f2;
	white-space: pre-wrap;       /* css-3 */
 	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
 	white-space: -o-pre-wrap;    /* Opera 7 */
 	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

.as2 {
	font-weight: bold;
	color: #2800FF;
}
.as3 {
	color: #000000;
}
.as4 {
	color: #0000FF;
}
.as5 {
	color: #000000;
}
.as6 {
	color: #4F7F00;
}
.as7 {
	font-weight: bold;
	color: #000000;
}
.as8 {
	color: #000000;
}
.as9 {
	font-style: italic;
	color: #0000FF;
}
.as10 {
	font-weight: bold;
	color: #0000FF;
}
.as11 {
	font-weight: bold;
	color: #0015A0;
}
.as12 {
	color: #251151;
}
.as13 {
	color: #0000FF;
}
.as14 {
	color: #4F7F00;
}
.as15 {
	color: #6B04C3;
}


/* Main content area unordered list styles */

ul.disc {
	list-style-type: disc;
}

ul.circle {
	list-style-type: circle;
}

ul.square {
	list-style-type: square;
}

ol.arabic-numbers {
	list-style-type: decimal;
}

ol.upper-alpha {
	list-style-type: upper-alpha;
}

ol.lower-alpha {
	list-style-type: lower-alpha;
}

ol.upper-roman {
	list-style-type: upper-roman;
}

ol.lower-roman {
	list-style-type: lower-roman;
}

/* @end */

/* @group Blog */

.blog-entry-summary {
	margin-bottom: 10px;
}
.blog-archive-headings-wrapper {
	margin-bottom: 20px;
	padding-bottom: 10px;
	margin-top: 20px;
}

.blog-entry {
	background-color: #FFFFFF;
	border: 1px solid #ccc;
}.blog-archive-month {
	letter-spacing: 0px;
	font: bold 2.5em Helvetica, Arial, sans-serif;
	display: inline;
	color: #ffffff;
	background-color: #333;
	padding: 3px 5px 5px;
}

.blog-archive-link {
	display: none;
}

.blog-entry {
	margin-bottom: 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.blog-entry-title {
	margin-bottom: 5px;
	margin-right: 20px;
	margin-left: 20px;
}

.blog-entry-title a {
	color: #333333;
}

.blog-entry-title a:hover {
	text-decoration: none;
	color: #296CD8;
}

.blog-entry-date {
	margin-right: 20px;
	margin-left: 20px;
	text-align: left;
	font-size: 0.8em;
}

.blog-read-more {
	display: block;
	padding-top: 10px;
	font-style: italic;
}

.blog-entry-body {
	padding: 10px 20px;
	border-top: 1px solid #cccccc;
	margin-top: 10px;
}

.blog-entry-body img {
	padding: 1px;
	border: 5px solid #ebebeb;
	background-color: #ccc;
	border-radius: 4px;
}

/*.blog-entry-body img {
	padding: 10px;
	border: 1px solid #ddd;
	background-color: #f2f2f2;
}*/

.blog-entry-comments-inline img {
	padding: 0px;
	border: none;
	background-color: transparent;
}


.blog-entry-comments {
	margin-top: 10px;
	margin-right: -20px;
	margin-left: -20px;
	padding-right: 20px;
	padding-left: 20px;
	border-top: 1px solid #cccccc;
	padding-top: 10px;
}

/* styles the category link in the main entry */
.blog-entry-category {
	background: #eaeaea url(images/category.png) no-repeat 3px center;
	margin-left: 8px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #787878;
	padding: 3px 10px 3px 16px;
}
.blog-entry-category:hover {
	background-color: #d5d5d5;
}

.blog-entry-category a:hover {
	text-decoration: none;
}

.download-button {
	background-color: #eaeaea;
	margin-left: 20px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #787878;
	padding: 3px 10px;
}

.download-button:hover {
	background-color: #d5d5d5;
}

.download-button a:hover {
	text-decoration: none;
}

/* styles the archives in the blog sidebar */
#blog-archives {
	display: none;
}

.blog-archive-link-enabled {
	padding-left: 16px;
	background: no-repeat left center url(images/category.png);
}

.blog-archive-link-disabled {
	padding-left: 16px;
	background: no-repeat left center url(images/category.png);
}

/* Styles the blog categories in the blog sidebar */
#blog-categories {
	margin-bottom: 10px;
	line-height: 1.8;
	padding-left: 10px;
}

#featured-sites {
	margin-bottom: 10px;
	line-height: 1.3;
	padding-left: 10px;
}

/* Styles the blog RSS feeds in the blog sidebar */
#blog-rss-feeds {
	display: none;
}

/* Comment links */
a[href^="javascript:HaloScan"] {
	background: no-repeat left center url(images/comments.png);
	padding-left: 18px;
	margin-right: 5px;
}

/* Trackback links */
a[href^="javascript:HaloScanTB"] {
	background: url(images/trackback.png) no-repeat left center;
	padding-left: 16px;
}

/* @end */

/* @group Contact Form */
.message-text { 
	background-color: #FFFFFF;
	border: 1px solid #ccc;
	padding: 10px 20px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
} 

.required-text {
} 

.form-input-field {
	background: #f4f4f4;
	width: 98%;
} 

.form-input-button { 
}

/* @end */

/* @group Js-Kit Echo Comments */

.blog-entry-comments-inline {
	float: left;
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: 20px;
	width: 674px;
}

.js-poweredBy { display: none; }
.jsk-HeaderInfoBox { display: none; }
.jsk-HeaderMenu { display: none; }

.jsk-HeaderWrapper {
	background: url(http://www.macosxtips.co.uk/images/comments.png) no-repeat 20px;
	height: 29px;
}

.js-kit-comments {
	background-color: white !important;
	border: 1px solid #CCC !important;
	margin-top: 20px !important;
	-moz-border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
	border-radius: 4px !important;
}

.jsk-PrimaryFont { font-size: 0.9em !important; }

.jsk-ItemContentWrapper {
	padding: 5px 10px;
}

.jsk-ItemName {
	font-size: 1.2em !important;
}

.jsk-ItemWrapper {
	background-image: none !important;
	padding: 10px !important;
	border-bottom: 1px solid #cccccc !important;
	border-top: 1px solid #cccccc !important;
}

.jsk-ItemWrapper:hover {
	background-color: #fefac7;
}

.jsk-SecondaryFontColor {
	color: #afb2b2 !important;
}

.jsk-PrimaryBackgroundColor {
	background-color: transparent !important;
	padding: 0 !important;
}

.jsk-CommentFormSurface {
	border-style: none !important;
	background-color: transparent !important;
}

.jsk-StreamWrapper {
	background-image: none !important;
	border-bottom: 1px solid #cccccc !important
}

.js-OldComments {
	margin-bottom: 0 !important;
}

.js-singleCommentDepth1 {
	margin-left: 40px !important;
	border-left: 1px solid #cccccc !important;
}

/* @end */
