/*
THEME NAME: Jim Strong Blog
THEME URI: http://www.masterlink.com
DESCRIPTION: Custom Blog Design for Jim Strong by MasterLink
VERSION: 1.0
AUTHOR: <a href="http://www.masterlink.com">MasterLink</a>
AUTHOR URI: http://www.masterlink.com
*/

@import "styles/reset.css";


/* ----------------------------------- default ----------------------------------- */
html {
	margin: 0;
	padding: 0;
	height:100%;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif !important;
	min-width:975px;
	color:#333;
	font-size:13px;
	line-height:20px;
}

body {
	min-height:100%;
	margin:0;
	padding:0;
	text-align:left;
}



a {			color:#c60; text-decoration:underline; }
a:hover {	color:#0055a4; text-decoration:underline; }

strong, b { font-weight:bold;}
i, em { font-style:italic;}

blockquote { padding:0 25px;}

input, textarea {
	color:#666;
	border:1px solid #cecece;
	background:#fff url(images/bg-input.gif) left bottom repeat-x;
}
input#submit {
	color:#fff;
	border-color: #ccc !important;
	background:#c60;
	width:auto !important;
	padding:3px 10px !important;
	font-size:12px !important;
	line-height:14px !important;
}


input.button {
	border-color: #ccc !important;
	background:#c60;
	color:#fff;
}

.radio {
	background:none;
	border:none;
}
.check {
	background:none;
	border:none;
}


.clear {	clear:both !important;	font-size:0; height:0; overflow:hidden; }


/* this makes anything with the attribute of type="hidden" to actually be hidden. ff was not behaving properly. */
[type="hidden"] {
	display:none !important;
	visibility:hidden !important;
}




/* ------------------------------------------------- header ------------------------------------*/
#header {
	position:relative;
	margin:0 auto;
	padding:0;
	width:975px;
	height:80px;
	z-index:5;
}



/* ------------------- logo ------------------- */
#header h1 {
	position:relative;
	float:left;
	display:inline;
	margin:0;
	padding:0;
	width:225px;
	height:80px;
	z-index:100;
}
#header h1 a, #header h1 a span {
	position:absolute;
	top:0;
	left:0;
	width:225px;
	height:80px;
	margin:0;
	padding:0;
	display:block;
}
#header h1 a span {
	background:url(images/bg.gif) 0 0 no-repeat;
	cursor:pointer;
}



/* ------------------- contact info ------------------- */
#header h2#address {
	float:right;
	display:inline;
	width:155px;
	height:45px;
	margin:10px 0 15px;
	padding:5px 5px 5px 15px;
	border-left:1px solid #e2e2e2;
	color:#124b74;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	line-height:15px;
}

#header h2#phone {
	float:right;
	display:inline;
	width:155px;
	height:45px;
	margin:10px 0 15px;
	padding:5px 5px 5px 15px;
	color:#c60;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	line-height:15px;
	text-align:center;
}
#header h2#phone span {
	font-size:18px;
	line-height:20px;
}




/* ------------------------------------------------- general layout divs ----------------------------------- */
#wrapper {
	width:975px;
	min-height:450px;
	overflow:hidden;
	margin:0 auto;
	padding:0;
	background:url(images/bg.gif) center 0 no-repeat;
}

#sidebar {
	float:left;
	display:inline;
	width:224px;
	min-height:180px;
	margin:0;
	padding:40px 1px 25px 0;/*
	background:url(images/bg-sidebar.jpg) right top no-repeat;*/
}

#content {
	float:right;
	display:inline;
	width:720px;
	margin:0;
	padding:15px 10px 0 20px;
	overflow:hidden;
	background:url(images/bg-content.jpg) 0 0 no-repeat;
}












/*---------------------- general subpage styles -------------------------*/
h1, h2, .heading2, h3, .heading3, h4, .heading4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	padding-left:40px;
	font-size:24px;
	line-height:30px;
	margin-bottom:10px;
	font-weight:normal;
	color:#002d62;
	background:url(images/bg-h1.gif) 0 0 no-repeat;
}

h2, .heading2 {
	font-size:21px;
	line-height:30px;
	margin-bottom:10px;
	color:#333;
	font-weight:normal;
}

h3, .heading3 {
	clear:left;
	font-size:18px;
	line-height:20px;
	margin-bottom:10px;
	color:#333;
	font-weight:normal;
}

h4, .heading4 {
	font-size:14px;
	line-height:20px;
	margin-bottom:10px;
	color:#333;
	font-weight:bold;
}


hr {
	color:#cecece;
	background:#cecece;
	border:0;
	height:1px;
}

p,
ul,
ol { 
    margin-bottom: 10px; 
}

ol, ul {
    list-style:outside;
    margin-left: 2em;
}

#content ul li {
	list-style:none;
	background:url(images/bullet-orange-square.gif) 0 8px no-repeat;
	padding-left:1em;
}


#content img {
	border:1px solid #ccc;
	padding:5px;
	background:#fff;
	margin:10px;
}

#content form img,
#content form input.image {
	border:none;
	padding:0;
	background:none;
	margin:0;
}



/* ------------------------------------------------ sidebar ------------------------------------------------ */

/* ----------------- promo styles from strong travel site ----------------- */ 
#sidebar .promo {
	clear:both;
	display:block;
	padding:20px 24px 0 0;
	text-align:center;
}
#sidebar .promo h2 {
	display:block;
	font-size:13px;
	line-height:18px;
	border-bottom:1px solid #cecece;
	text-align:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}
#sidebar .promo p {
	color:#777;
	font-size:12px;
	line-height:15px;
	margin:0 0 5px;
	padding:0;
}

/* -------------------------------- widgets ------------------- */
.sidepanel { 
	width:224px;
	position:relative;
	font-weight:normal;
	font-size:13px;
	margin:0;
	padding:0;
	z-index:5;
	clear:both;
	display:block; }

.sidepanel h3 {
	display:block;
	padding:15px 25px 5px 0;
	margin:0;
	font-size:18px;
	font-weight:bold;
	text-align:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	text-transform:uppercase;
}

/* ----------------- main links ----------------- */ 
.sidepanel ul {
	display:block;
	margin: 0 0 25px;
	padding: 0;
	font-size:13px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	line-height:30px;
	color:#013e6a;
	text-decoration:none;
}
.sidepanel ul li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float:right;	/* move all main list items into one row, by floating them */
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */
	font-size:13px;
	line-height:30px;
	color:#013e6a;
	text-align:right;
}

.sidepanel ul li:hover {
	z-index: 5;		/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */ 
}
.sidepanel ul a {
	margin:0; 
	width:188px;
	padding:1px 24px 1px 0;
	text-decoration: none;
	color:#013e6a; 
	display: block;
	position: relative;
	z-index: 5;
	text-transform:uppercase;
}
.sidepanel ul a:hover, .sidepanel ul li:hover>a {
	color:#fff;
	background:#013e6a url(../images/bg-nav-hover.png) right top repeat-y; 
	padding:0 24px 0 0;
	border-top:1px solid #013e6a;
	border-bottom:1px solid #013e6a;
	z-index: 5;	
}



/* ------------------- search ------------------- */
.sidepanel form#searchform {
	margin:0;
	padding:10px 0;
}
.sidepanel form#searchform fieldset {
	margin:0;
	padding:0;
	border:0;
	height:24px;
	overflow:hidden;
	vertical-align:top;
	display:block;
}
.sidepanel form#searchform input {
	float:left;
	display:inline-block;
	font-size:12px;
	line-height:16px;
	width:160px;
	overflow:hidden;
	padding:1px 2px;
	margin:0 3px 0 0;
	vertical-align:top;
	background:#eee;
}
.sidepanel form#searchform input#searchsubmit {
	width:auto;
	border:none;
	color:#fff;
	background:#900;
	vertical-align:top;
}



/* ------------------------------------------------ blog ------------------------------------------------ */

/* ------------------- posts ------------------- */
.post-title a {	text-decoration:none; }

#content ul, .post ul, .post-content ul { margin:inherit; }

.post-meta {
	font-size: 85%;
	color: #999;
	margin-top: 5px;
}
.post-meta a { color: #333; }
.post-meta a:hover { color: #000; }
.post-meta span.sep { margin:0 8px; }

.post-comments {
	float: right;
	background: url(images/cbubble_left.gif) no-repeat top left;
	padding: 3px 0 7px 7px;
}

.post-comments a {
	background: url(images/cbubble_right.gif) no-repeat top right;
	padding: 3px 7px 7px 0;/
}

.post-content img.alignnone {
	background: #FFF;
	border: 1px solid #EFEFEF;
	padding: 4px;
}

.post-content img.alignleft {
	float: left;
	border: 1px solid #EFEFEF;
	margin: 0 25px 15px 0;
	padding: 4px;
}

.post-content img.alignright {
	float: right;
	border: 1px solid #EFEFEF;
	margin: 0 0 15px 25px;
	padding: 4px;
}

.more-link {
	font-weight: 700;
	display: block;
	margin-top: 10px;
}

.navleft {
	float: left;
	margin: 0 15px 15px 0;
}
.navright {
	float: right;
	margin: 0 0 15px 15px;
}
.navigation div a {
	font-size: 110%;
}



/* ------------------- comments ------------------- */
#comments ol {
	margin:0;
	padding:0;
}

#comments ol li {
	margin:0;
	padding:0;
	border-bottom: 1px dashed #ccc;
	padding: 10px 0;
	overflow: hidden;
	height: 1%;
	display:block;
}

.comment-gravatar {
	float:left;
	display:block;
	margin-right: 10px;
	padding: 3px;
	width:70px;
}

#content .comment-gravatar img {
	border:1px solid #ccc;
	padding:3px;
	background:#fff;
	margin:0;
	position:relative;
}

.comment-data {
	float:left;
	display:inline-block;
	width: 600px;
}

.comment-author {
	font-weight: 700;
	margin-bottom: 3px;
}

.comment-meta {
	color: #666;
	margin-bottom: 5px;
}

.unapproved {
	font-style: italic;
}

#respond {
	margin-top: 30px;
}

#comment-form {
	margin-top: 15px;
	margin-bottom: 10px;
}

#comment-form label {
	clear:both;
	display:block;
	margin:10px 0 0;
}

#comment-form input {
	clear:both;
	display:block;
}

#comment-form textarea {
	clear:both;
	display:block;
	width:500px;
	margin:10px 0 0;
}



/* ------------------- misc ------------------- */
.ico-small {
	vertical-align: middle;
	margin: 0 5px 2px 0;
}

	







/*------------------------------------ footer ------------------------------------*/

#footer {
	position:relative;
	clear:both !important;
	margin:10px auto;
	padding:15px 25px 25px;
	width:950px;
	font-size:11px;
	color:#666;
	border-top:1px solid #cecece;
}
#footer a {
	color:#666;
	text-decoration:none;
}
#footer a:hover {
	color:#333;
	text-decoration:underline;
}


#footer ul {
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	display:inline-block;
}
#footer ul li {
	padding:0;
	width:100%;
}

#footer ul.links {
	width:710px;
}
#footer ul.links li { 
	margin:0 20px 0 0;
	display:inline;
}

#footer ul.copyright {
	width:215px;
	text-align:right;
}
#footer ul.copyright li { margin:0 0 0 10px; }

#footer ul li.masterlink,
#footer ul li.masterlink a { color:#999; }

#footer ul li.masterlink a:hover { color:#333; }


