/*  
Theme Name: Focus My Practice
Theme URI: http://focusmypractice.com/
Description: Theme made for this site
Version: 1.0
Author: Brett Bergmann
Author URI: http://placementdepartment.com/

*/


/*RESET*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight:normal;
	text-decoration:none;
	font-style:normal;
}
body {
	line-height: 1.5em;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* HTML Elements */
* {
	margin:0;
	padding:0;
	}

html{
margin:0;
padding:0;
}





a:link, a:visited {
	color: #3c78a7;
	text-decoration:none
	}

a:hover, a:active {
	color: #3c78a7;
	text-decoration:underline;
	}

a img {
	border:0;
	}

code {
	font: 1.0em 'Courier New', Courier, Fixed;
	background:#ececec;
	}	

acronym, abbr, span.caps {	
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}			

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	padding: 10px 10px 0 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #eee;
	font:1.0em Arial;
	line-height:1.5em;
	margin:10px 0px;
	}

select {
	width: 130px;
	}	


body {
	font: 100% Arial, Helvetica;
	font-size:12px;
	line-height:1.5em;
	background: #111;
	color: #000;
	margin:0;
	padding:0;
	}


/* HEADER */



#head{
background:#fff url(images/header.png) top left no-repeat;
width:960px;
height:108px;
}

#head_link{
display:block;
width:120px;
height:108px;
margin:0 auto;
}

#focusmypractice{
padding:0;
padding-top:0.5em;
width:185px;
margin:0 auto;
text-align:center;
border:0;

}

h2#tagline{
display:block;
margin-top:-2px;
text-align:center;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:1em;
}

/* TOP */
#top,#contact_info{
background-color:#fff;
border-top:1px solid #000;
border-bottom:1px solid #000;
margin-top:3em;
padding-top:0.3em;
padding-bottom:0.3em;
}

#top h3{
display:block;
font-size:1.25em;
xcolor:#009cff;
color:#333;
font-family:Georgia, "Times New Roman", Times, serif;
xtext-transform:uppercase;
letter-spacing:1px;
}

#top_article_container{
margin-top:1em;
}

.top_article{
text-align:justify;
}

.top_article h2 a, .top_article-author h2{
display:block;
color:#333;
font-weight:bold;
height:3.5em;
text-align:left;
padding-right:1.5em;
font-size:1.2em;
text-decoration:none;
}

.top_article-author h2{
height:2em;
}

.top_article p, .top_article-author p{
vertical-align:top;
line-height:1.4em;
height:10em;
padding-right:0.5em;
overflow:hidden;
}

.top_article-author p{
text-align:left;
height:11.5em;
}


.top_article a.permalink, .top_article-author a.permalink{
color:#009cff;
float:right;
font-size:1.1em;
margin-bottom:0.5em;
padding-right:0.5em;
}
.top_article-author a.permalink{
padding-right:0em;
}



.top_article-author img{
float:right;
padding-top:0.5em;
padding-left:0em;
padding-bottom:1em;
}





/*Contact*/
#contact_info{
margin-top:2em;
border-top:1px solid #333;
border-bottom:1px solid #333;

}

.twitter,#twitter_blurb,#most_viewed{
height:8em;
margin-top:1em;
margin-bottom:1em;
}

#twitter_blurb{
border-right:1px solid #333;
}

.twitter{
text-align:center;
}


.twitter a img{
display:block;
margin:0 auto;
text-align:center;
width:96px;
height:55px;
}

.twitter h2{
display:block;
clear:both;
padding-top:1em;
line-height:1em;

}

.twitter h2 a,.twitter h2 a#twitter-link{
text-decoration:none;
font-size:0.9em;
color:#000;
font-weight:bold;
}

.twitter h2 a#twitter-link{
color:#009cff;
}

#twitter_blurb p{
display:block;
float:left;
font-size:1em;
font-family:Georgia, "Times New Roman", Times, serif;
line-height:1.75em;
}


#most_viewed h3,#sidebar h3{
letter-spacing:1px;
background-color:#222;
text-align:center;
margin-bottom:0.5em;
font-weight:bold;
color:#fff;
}
#sidebar h3{
text-align:left;
padding:1px 0px 1px 7px;
margin-bottom:1em;
}

#most_viewed a, #sidebar a{
color:#222;
}

#sidebar li,#most_viewed li{
	list-style:none;
	display:block;
	padding:0px 0px 1px 13px;
	background:url(images/sub.png) no-repeat 0 0px;
	}

#sidebar-right,#sidebar-comments,#sidebar-bottom{
margin-bottom:3em;
}
#sidebar-left,#sidebar-top{
margin-bottom:2em;
}

#sidebar .twitter{
padding-top:1.5em;
border-bottom:1px solid #999;
border-top:1px solid #999;
margin-bottom:2em;
}

#sidebar #searchsubmit{
float:right;
}
#sidebar #s{
margin-left:5px;
}

#most_viewed #sidebar-top{
margin-bottom:0em;
}

#middle_header,#middle_header-page{

height:auto;
text-align:center;
border-bottom:1px dotted #999;
}

#middle_header h3, #middle_header-page h3{
margin:1em 0em;
font-family:Georgia, "Times New Roman", Times, serif;
text-transform:uppercase;
font-size:1.25em;
letter-spacing:1px;
color:#333;
}

#middle_header-page{

margin-top:2.5em;
border-top:1px solid #000;
}

#middle_header-page h3{

}

/* Middle */
#middle{
margin-top:2em;
}

/*Full Articles */
#full_articles, #full_articles-page{
font-size:12px;
margin-right:0;
border-right:1px dotted #999;
margin-bottom:1.5em;
line-height:1.5em;
}

#full_articles h2 a{
font-size:1.5em;
color:#000;
text-decoration:none;
}

#full_articles-page h2{
margin-top:0;
padding-top:0;
font-size:2em;
color:#000;
text-decoration:none;
line-height:1em;
margin-bottom:0.25em;
}



#full_articles-page h3,#full_articles h3{
font-size:1.25em;
margin-bottom:1em;
font-weight:bold;
} 


#full_articles-page p,#full_articles p{
margin-bottom:1em;
}

.meta{
margin-bottom:0.5em;
color:#555;
}

.meta a{
color:#333;
}

.tools{
margin-bottom:2em;
}

.tools a{
display:block;
margin-right:2px;
}

#full_articles p{
margin-top:1em;
line-height:1.5em;
}

#full_articles a.permalink{
display:block;
margin-bottom:2em;
padding-bottom:2em;
border-bottom:1px dotted #000;
color:#009cff;
}

#sidebar-container{

}

/*Comments*/
#respond{
font-size:1.5em;
margin-bottom:10px;
}

#comments-page{
margin-top:20px;
padding-top:20px;
border-top:1px dotted #000;
}

#commentform input {
	width: 140px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 99%;
	margin-top:5px;
	}



/* Comments*/

.commentlist cite {
	font-style:normal;
	margin-bottom:4px;
	display:block;
	}	

.commentlist blockquote {
	background:#ededed;
	}
			
.commentlist li {
	padding: 10px 0px 10px 0px;
	list-style:none;
	margin-bottom:3px;
	}

.commentlist li li {
	background:none;
	border:none;
	list-style:square;
	margin:3px 0 3px 20px;
	padding:3px 0;
	}

.commenttext {
	padding: 10px 10px 0px 10px;
	background:#f2f2f2;
	border-top:1px solid #ddd;
	border-bottom: 1px solid #ddd;
	width:495px;
	float:right
	}
	
.my_comment-text{
border-top:1px solid #000;
	border-bottom: 1px solid #000;
	background:#EEFFFF;
}	
	
		
.commentlist cite strong {
	font-size:1.1em;
	}
	
li.my_comment {
	background: #FFF;
	border:none;
	}

li.my_comment cite strong {
	font-size: 1.3em;
	color:#313228;
	}
	
#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	color:#4d4d4d;
	display: block;
	margin-top:3px;
	text-align:right;
	font-size:0.9em;
	}

.commentmetadata a, .commentmetadata a:visited {
	color:#959382;
	}
	
.commentlist small {
	background:#e9e9e9;
	}

.avatar {
	border:1px solid #bbb;
	margin:0px 10px 0px 0px;
	float:left;
	padding:2px;
	width:55px;
	height:55px;
	}	

#comment {
	width:590px;
	background:#fff;
	}
h3#comments {
	margin-top:32px;
	padding-left:0px;
	}
	
	.date{
	width:40px;
	padding:1px 0px;
	text-align:center;
	xbackground-color:#000000;
	xcolor:#fff;
	xtext-transform:uppercase;
	}
	
	#rss{
	display:block;
	color:#eee;
	text-decoration:none;
	
		width: 960px;
		margin:0 auto;
	}
	
	#rss a{
	color:#eee;
	text-decoration:none;
	font-size:0.8em;
	float:right;
	}