/*  
Theme Name: MyStroke
Theme URI: www.mystroke.org
Description: A design for MyStroke.org
Version: 1
Author: FFantasy	
Author URI: http://queanh-vian.com
*/

/*========= SETUP =========*/

*{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
	color: #555;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

input,select,textarea{
	border: #dddddd 1px solid;
	font-size: 12px;
	padding: 5px;
}
select{
	padding: 0;
}


/*========= LAYOUT =========*/

#page{
	width: 960px;
	background-color: #FFFFFF;
	margin: 0px auto;
}
/*--- Main Columns ---*/
#columns{
	padding:15px 15px 25px;
	background-color: #FFFFFF;
	margin: 0px;
}
.col1{
	float: left;
	width: 250px;
	padding-right:15px;
}

.col1 ul {
}

.col1 ul li {
	border-bottom: 1px solid #999;
	width: 250px;
	height: 30px;
	font-size:15px;
	text-transform:uppercase;
	padding-top: 10px;
	padding-left:10px;
	color:#49494b;
	list-style:none;
}

.col1 ul li:hover{
	background:#eeeeee;
}

.col1 ul li a {
	text-decoration:none;
	color:#575757;
}
.col1 ul li a:hover{
	text-decoration:underline;
}

.col1 #tagcloud {
	margin: 0px 10px;
}

.col1 #tagcloud a {
	color: red;
}

.col1 #wpcumuluscontent {
	background: #000;
}
.col2{
	float: left;
	width: 630px;
	margin-left:35px;
}

.latestEntries {
	width:600px;	
		
}
.latestEntries h1{
	background: #333333;
	height: 30px;
	color:#FFF;
	font-size:20px;
	text-transform:uppercase;
	font-weight:normal;
	padding-top: 10px;
	padding-left: 15px;
	border-top:1px solid #333333;	
	border-left:1px solid #333333;	
	border-right:1px solid #333333;	
}
.latestEntries ul {
	text-decoration:none;	
	margin-bottom:15px;
}
.latestEntries ul li {
	height: 100px;	
	padding: 10px 10px;
	border-left:1px solid #dddddd;	
	border-right:1px solid #dddddd;	
	border-bottom:1px #dddddd solid;
	display:block;
	background:#f1f6f6;
}

.latestEntries ul li:hover {
	background: #eeeeee;
}

.latestEntries ul li .category {
	font-size: 16px;
	color:#333;
	font-weight:normal;	
}
.latestEntries ul li .title {
	font-size: 14px;
	color:#333;
	font-weight:normal;
}
.latestEntries ul li a {	
	color:#333;
	text-decoration:none;
}
.latestEntries ul li a:hover {
	text-decoration:underline;
}
.recentEntries{
	clear:left;
	width:290px;
	height:300px;	
	margin-top: 20px;
	float:left;
}
.recentEntries h1, .calendar h1{
	font-size:20px;
	color:#263248;
	font-weight:normal;
	margin-bottom:10px;
	text-transform:uppercase;
}
.recentEntries .category{
	font-size: 16px;
	color:#333;
	font-weight:normal;
	margin:6px 0px;
}
.recentEntries .category a{
	color:#333;
	text-decoration:none;
}

.recentEntries .category a:hover{
	text-decoration:underline;
}

.recentEntries .title{
	font-size: 12px;
	color:#666;
	font-weight:normal;
	margin-left: 30px;
}
.recentEntries .title a{
	color:#666;
	text-decoration:none;
}

.recentEntries .title a:hover {
	text-decoration:underline;
}

.latestEntries .category a, .latestEntries .title a, .recentEntries .category a{
	color:#116eb0;
}

.calendar {
	width:290px;
	height:300px;	
	margin-top:20px;
	margin-left:20px;
	float:left;
	text-align:center;
}

.entryBox0 {
	position:relative;
	clear:left;
	float:left;
	width:290px;
	height:250px;	
	margin: 10px 10px 10px 10px;
	
}
.entryBox1 {
	float:left;
	width:290px;
	height:225px;	
	margin: 10px 10px 10px 10px;
}

.entryBox0 h1, .entryBox1 h1 {
	font-size:18px;
	color: #333;
	margin:5px 5px 5px 5px;
	font-weight:normal;
}
.entryBox0 h1 a, .entryBox1 h1 a{
	text-decoration:none;
	color: #000;
	
}
.entryBox0 h1 a:hover, .entryBox1 h1 a:hover{
	text-decoration:underline;
}

.entryBox0 p, .entryBox1 p{
	margin: 5px 5px 5px 5px;
}
.entryBoxContent {
	height:200px;
	width:290px;
	border-top: 1px #dddddd solid;
	border-left: 1px #dddddd solid;
	border-right: 1px #dddddd solid;
	padding:5px;
}
.entryBoxFooter {	
	background:#eee;
	border :1px solid #ddd;	
	font-size:11px;
	height:20px;		
	width:290px;
	text-align:center;	
	padding: 0 5px;
}

.comments {
	padding-bottom:0px !important;
}
.comments a{
	background: url(images/ico-comm.gif) no-repeat left;
	color: #666666;
	font-weight:normal;
	font-size:11px;
	padding:0px 0px 0px 18px;
	margin-left:5px;
	text-decoration:none;
}
.comments a:hover{
	text-decoration:underline;
}

.blogEntry{
	margin: 0 0 15px 0;
	
}
.blogEntry .tools {
	font-size:11px;
	color:#555;
	margin:0 5px;
}
.blogEntry .tools a{
	text-decoration:none;
	color:#555;
	text-transform: lowercase;
}
.blogEntry .tools a:hover{
	text-decoration:underline;
}

.blogEntry h2{
	font-size: 24px;
	padding: 0;
	color:#000000;
	line-height: 26px;
}
.blogEntry h3{
	font-size: 13px;
	padding-bottom: 5px;
	line-height: 18px;
	color: #000000;
}
.blogEntry h4{
	font-size: 14px;
	padding-bottom: 5px;
	line-height: 16px;
}
.blogEntry h3 a, .post-alt h2 a{
	color: #000000;
}
.blogEntry p{
	padding: 0 0 15px;
}
.blogEntry h3.post_date{
	color: #999999;
	padding: 5px 0px 10px;
	font-size: 12px;
	font-weight: normal;
}


/*========= HEADER =========*/

/*- Page Navigation -*/
#nav-bg {
	height: 30px;
	padding: 0px 0px !important;
	background-color: #333333;
}
#nav{	
	width:960px;
	margin: 0 auto;	
}
#nav-left {
	float:left;
	display:inline;
	width:600px;
	}
#nav-right {
	float:right;
	display:inline;
	width:330px;
	margin:0px !important;
	padding:0px !important;
	}



/*- Search -*/
#search{
	float: right;
	height: 27px;
	width:310px;
	margin: 3px 0px 0px !important;
	padding:0px !important;
}
* html #search{
	margin-right: 8px;
}
#search input{
	background: #ffffff;
	border: 1px solid #dddddd;
	color: #000000;
	float: left;
	font-size: 11px;
	width:223px;
	margin:1px 0px 0px;
	padding: 3px 4px 4px;
}
#search .btn{
	padding: 0;
	height:22px;
	width: auto;
	margin:1px 0px 0px 5px !important;
	border:none;
	width:69px;
}
/*- Header -*/

#header {
	width:900px;
	height:63px;
	margin: 50px 0px 25px 25px;
			
}
#header img{
	float:left;
	margin-right:15px;
}
#header h1 {
	font-size:20px;
	text-transform:uppercase;
	color:#666;	
	padding-top:25px;
	font-weight:normal;
}
#header a {
	color: #666;
	text-decoration:none;
}
#header a:hover{
	text-decoration:underline;
}

/*- RSS -*/
#rss a{
	color: #666666;
}
#rss h2{
	padding:10px;
	font-size:14px;
	margin-bottom:10px;
}
#rss ul{
	margin: 0px;
	padding: 10px;
	float:left;
}
#rss li{
	margin: 0px;
	border:none !important;
	padding: 5px;
}
#rss img{
	float: right;
	padding-left: 10px;
	margin-top: 5px;
}


/*========= BLOG POST STYLING =========*/

/*=== Small Box Post ===*/
.post{
	margin: 0;
}
.post h2{
	font-size: 18px;
	padding: 0 0 5px;
}
.post h3{
	font-size: 14px;
}
.post h3 a{
	color: #000000;
}
.post p{
	padding: 0 0 15px;
	line-height: 15px;
}

/*- Box -*/
.box{
	clear: both;
	height: 1%;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	margin: 0;
}
.box .post{
	width: 288px;
	background-color: #ffffff;
	border:1px solid #ddd;
}
.box .post h2 a{
	color:#333333;
}
.box .post h2{
	font-size: 18px;
	padding: 10px;
	line-height: 20px;
}
.box .post p{
	font-size: 11px;
	line-height: 16px;
	padding: 0px 10px 10px;
}

.box .post img{
	border: 1px solid #dddddd;
	float: right;
	padding: 5px;
	background-color: #FFFFFF;
	margin: 10px;
}

/*=== Traditional Blog Post ===*/
.post-alt{
	margin: 0 0 15px 0;
	
}
.post-alt h2{
	font-size: 24px;
	padding: 0;
	color:#000000;
	line-height: 26px;
}
.post-alt h3{
	font-size: 13px;
	padding-bottom: 5px;
	line-height: 18px;
	color: #000000;
}
.post-alt h4{
	font-size: 14px;
	padding-bottom: 5px;
	line-height: 16px;
}
.post-alt h3 a, .post-alt h2 a{
	color: #000000;
}
.post-alt p{
	padding: 0 0 15px;
}
.post-alt h3.post_date{
	color: #999999;
	padding: 5px 0px 10px;
	font-size: 12px;
	font-weight: normal;
}
h3.posted{
	font-size: 11px;
	color: #666666;
	font-style: normal;
	font-weight: normal;
	line-height: 15px;
	background-color: #eeeeee;
	padding: 5px;
	margin-top: 10px;
	text-align: right;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	clear:both;
}
h3.posted a {
	color: #000;
	font-size:11px;
	text-decoration:none;
}
h3.posted a:hover{
	text-decoration:underline;	
}

.box .post h3.posted {
	border-bottom:none;
}
/*=== Buttons ===*/
.continue{
	background: url(images/ico-arrow.gif) no-repeat left;
	font-weight:bold;
	padding-left: 15px;
	float:right;
}
.continue a {
	color:#555;
	text-decoration:none;
}
.continue a:hover{
	text-decoration:underline;
}

a.more{
	background: url(images/ico-arrow2.gif) no-repeat right;
	color: #c0c0c0;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0 20px 0 0;
}
/*=== Traditional Blog Post ===*/
.navigation {
	width:595px;
	margin-bottom:15px;
	float:left;
}
.navigation a {
	color: #000000;
	font-size: 1em;
	font-weight: bold;
	text-decoration:none;
}
.navigation a:hover{
	text-decoration:underline;
}

.alignleft{
	display:inline;
	float:left;
	margin-right:15px;
}
.alignright{
	display:inline;
	float:right;
	margin-left:15px;
}

/*========= ARCHIVE SPECIFIC =========*/

#archivebox {
	margin-bottom:15px;
	padding:10px;
	color:#000 !important;
}
#archivebox h4, #archivebox h3, #archivebox h2{
	color:#333333;
}
#archivebox h4 em, #archivebox h2 em, #archivebox h3 em{
	font-weight: normal;
}
#archivebox a, #archivebox h2 {
	color:#000;
}
.archivefeed {
	margin-top:10px;
	padding-bottom:0px;
}
.archivefeed a {
	background:url(images/ico-arcfeed.gif) center left no-repeat;
	height:20px;
	color:#000;
	font-weight:bold;
	font-size: 11px;
	font-weight: normal;
	padding:3px 0px 1px 22px;
}
.arclist{
	width: 260px;
	margin:0px 0px 25px;
	padding:5px 0px 0px;
	border-bottom: 1px solid #eee;
}
.arclist h2{
	color: #000;
	padding:0px 0px 15px;
}

.arclist ul li{
	color:#c0c0c0;
	font-size:12px;
	padding:8px 0 8px 10px;
	border-top:1px solid #eee;
}

/*========= SINGLE POST SPECIFIC =========*/

.singletags {
	margin-top:5px;
}
.singletags a { font-weight: normal !important; text-decoration:underline;color:#000000; }
.entry p{
	text-align:left;
	font-size:12px;
	line-height:18px;
	}
.entry blockquote {
	padding: 10px;
	border: 1px solid #ddd;
	color:#000;
	width:85%;
	background-color: #f7f7f7;
	font-style: italic;
	margin:5px auto 15px;
	}
.entry blockquote p {
	font-size:12px;
	padding: 5px 0px;
	margin: 5px 0px;
	line-height: 20px;
	}
.entry img {
	padding: 4px;
	border: 1px solid #dddddd;
	background-color: #FFFFFF;
	}
.wp-caption img {
	margin-bottom:15px;
}
p.wp-caption-text {
	text-align:center;
	padding: 0 0 15px 0;
	margin:0px;
	font-size:1.2em;
	font-style:italic;
	color:#000000;
}
.entry ul, .entry ol {
	margin-bottom:15px;
	font-size:12px;
	line-height:20px;
	}
.entry ul li ul, .entry ol li ol{
	margin-bottom:0px;
	padding-top:3px;
	}
.entry ul li {
	list-style:circle inside !important;
	margin-left:15px;
	padding:3px 0px;
	}
.entry ul li ul li {
	list-style:disc inside !important;
	}
.entry ol li {
	list-style:decimal inside !important;
	font-size:12px;
	padding:3px 0px;
	}
.entry ol li ol li {
	list-style:decimal-leading-zero inside !important;
	}


/*========= COMMENTS =========*/

h2.commh2{
	font-size: 1.5em;
	padding: 0 0 5px;
	margin: 0 0 15px 0;
	font-weight:bold !important;
	color:#000000;
}
ol.commentlist{
	margin: 10px 0 20px;
	padding: 0;
	list-style: none;
	font-size: 12px;
	line-height: 20px;
}
ol.commentlist p{
	margin-bottom:10px;
	line-height: 20px;
}
ol.commentlist cite{
	font-style: normal;
	font-weight: bold;
}
ol.commentlist li{
	/*padding: 20px 10px 10px 10px;*/
	adding: 10px 10px 0 10px !important;
	background: #eceff5;
	border-bottom:1px solid #e5eaf1;	
	margin-top: 10px;
}
ol.commentlist li.alt{
	padding: 10px 10px 0 10px !important;
	background: #eceff5;
	border-bottom:1px solid #e5eaf1;	
	margin-top: 10px;
}

ol.commentlist .avatar {
	float: left; 
	width: 32px; 
}

ol.commentlist .context {
	margin: 0px 0px 0px 45px;
}
#comment {
	width: 583px;
}
#comment a {
	color:#000;
	text-decoration:none;
}
#comment a:hover {
	text-decoration:underline;
}

/*========= FOOTER =========*/

#footer{
	clear: both;	
	height: 40px;	
	padding-top:10px;
	background-color: #333333;
	font-size:11px;
	text-align:center
}

#footer img {
	vertical-align:middle;
	margin-left:5px;
}

#footer a {
	color:#999;
	text-decoration:none;
}
#footer a:hover{
	color:#CCC;
}
/*========= MISC =========*/

.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}
.hl{
	border-bottom: 2px solid #eee;
}
.hl-full{
	float:left;
	clear:both;
	height:1px;
	width:100%;
	padding:0 !important;
	margin:0px 0px 15px;
}
.hl2{
	border-bottom: 3px solid #c0c0c0;
}
.hl3{
	border-bottom: 1px solid #eee;
}
.blog{
	width:100% !important;
	float:left;
}
.between{
	height:2px;
	margin-bottom:15px;
	}
.fl{
	float: left;
}
.fr{
	float: right;
}
.ac{
	text-align: center;
}
.ar{
	text-align: right;
}
.th{
	border: 1px solid #dddddd;
	float: left;
	padding: 5px;
	background-color: #FFFFFF;
	margin: 5px 10px 5px 5px;
}

table#wp-calendar {
	border-collapse: collapse;
	margin: 0px auto;
	padding: 0px;
}

table#wp-calendar a {
	color:#000000; 
}

table#wp-calendar caption { 
	font-weight: normal; 
	font-size: 16px; 
	line-height: 1.72727em; 
	text-transform: uppercase; 
	letter-spacing: 2px; 
	background: #FFF; 
	border-bottom: 1px solid #ddd; 
}
table#wp-calendar th { 
	width: 26px; 
	font-size: 0.91667em; 
	line-height: 1.72727em; 
	background: #FFF; 
	border-bottom: 1px solid #ddd; 
	text-align: center;  
	color:#263248;
}
table#wp-calendar td { 
	width: 26px; 
	line-height: 1.66667em; 
	color: #555; 
	text-align: center; 
}
table#wp-calendar td#next, table#wp-calendar td#prev { 
	width: 78px; 
	font-size: 0.83333em; 
	letter-spacing: 1px; 
	text-transform: uppercase; 
}

<!-- SUPERFISH CSS -->


/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	14px;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			150px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
	padding: 		8px 15px;
	list-style: none;
	cursor:pointer;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			180px; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			180px; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	color:#FFF;
	margin-bottom:	1em;
}
.sf-menu a {	
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#FFF;
}
.sf-menu li {
	background:		#333;	
}
.sf-menu li li {
	background:		#333;
	opacity:0.9;
	
}
.sf-menu li li li {
	background:		#333;
	
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#11a7d9;
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

#entrytags a, #entrytags a:hover, #entrytags a:active, #entrytags a:visited {
	font-style: normal;
	font-weight: bold;
	text-decoration: none; 
	color:#333;
}
