/*   
Theme Name: Gurock Software 2009
Template: thematic2
*/

@import url('http://www.gurock.com/styles/reset.css');
@import url('http://www.gurock.com/styles/site.css');

/* Widgets */
.blog-toolbox,
.widget_links ,
.widget_categories,
.widget_thematic_search,
.widget_archive {
	background: #f4f4f4;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;	
	padding: 1.5em !important;
	margin-bottom: 2em !important;
	font-size: 13px;

	background: #F9F9F9 url(http://www.gurock.com/images/global/overlay.png) bottom left repeat-x scroll;
	border: 1px solid #E3E3E3;
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
	-webkit-border-radius: 5px;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
	border-radius: 5px;
}

.blog-toolbox-empty {
	margin-bottom: 2em;
	font-size: 13px;
}

.blog-toolbox h3.widgettitle,
.widget_links h3.widgettitle,
.widget_categories h3.widgettitle,
.widget_thematic_search h3.widgettitle,
.widget_archive h3.widgettitle {
	font-weight: bold;
	color: #666666;
	font-size: 1.1em;
	font-family: arial, sans-serif;
	margin-top: 0;
}

.navigation {
	margin-top: 2.5em;
	padding: 12px;
	font-size: 0.8125em;
	background: #F7EFD2;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;	
	overflow: auto;
	width: 576px;
	margin-bottom: 2em;
}

#nav-above {
	display: none;
}

.nav-previous {
	float: left;
}

.nav-next {
	float: right;
}

.entry-title {
	font-size: 18px;
	line-height: 1.3;
	color: #666666;
	font-weight: bold;
	font-family: arial, sans-serif;
	margin-bottom: 1em;
	border-bottom: 1px solid silver;
	margin: 0;
}

.entry-meta {
	margin-bottom: 2em;
	color: #666666;
	font-size: 10px;
	margin-top: 0.2em;
}

.entry-meta a {
	color: #666666;
}

.entry-title a {
	color: #666666;
	text-decoration: none;
}

.post {
	margin-bottom: 5em;
}

.entry-utility {
	margin-bottom: 2em;
	color: #666666;
	font-size: 10px;
	margin-top: 1.5em;	
}

.entry-utility a {
	color: #666666;
}

/* Comments */
/* =Comments
-------------------------------------------------------------- */

#comments {
    
}
#comments,
#comments input,
#comments textarea {
    font-size:13px;
    line-height:18px;
}
#comments code {
    font-size:12px;
    line-height:18px;
}
#comments h3 {
    font-family:Arial,sans-serif;
    font-size:15px;
    font-weight:bold;
    line-height:22px;
    padding:0 0 5px 0;
	margin-top: 0;
}

#comment-notes {
	display: none;
}

#comments-list {
    padding:0 0 18px 0;
}
#comments-list ol,
#comments-list ul {
    list-style:none;
    margin:0;	
}

#comments-list ul li,
#comments-list ol li
{
	margin: 0;
}

#comments-list ol {
    border:1px solid #ccc;
    border-bottom:none;
    margin:0 0 18px 0;
}
#comments-list li {
    background:#fafafa;
    border-bottom:1px solid #ccc;
    padding:18px 1.5em 1.5em 1.5em;
    position:relative;
}
#comments-list li.alt {
    background:#fff;
}
#comments-list li.bypostauthor {
    background:#FFFFCC;
}
#comments-list ul li {
    border:1px solid #ccc;
    margin:0 0 18px 0;
}
#comments-list li .avatar {
    position:absolute;
    top:22px;
    left:1.5em;
    width:36px;
    height:36px;
}
#comments-list .comment-author {
    font-weight:bold;
    padding:9px 0 0 46px;
}
#comments-list .comment-meta {
    color:#666;
    font-size:11px;
    padding:0 0 9px 46px;
}
#comments-list .comment-meta a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
#comments-list .comment-meta a:active,
#comments-list .comment-meta a:hover {
    color: #FF4B33;
}
.comment-reply-link {
    font-size:11px;
    padding:0 0 18px 0;
    text-align:right;
}
.comment-reply-link a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.comment-reply-link a:active,
.comment-reply-link a:hover {
    color: #FF4B33;
}
.comment-navigation {
    font-weight:bold;
    padding:0 0 0 0;
    margin-right:0.5em;
}
.comment-navigation a {
    border:1px solid #ccc;
    color:#666;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.comment-navigation a:active,
.comment-navigation a:hover {
    color: #FF4B33;
}
.comment-navigation a,
.comment-navigation span {
    margin-right:0.5em;
}
#trackbacks-list .comment-content {
    position:absolute;
    left:-9000px;
}

.comment-content {
	font-size: 11px;
}

#respond {
    background:#fff;
    margin-bottom:22px;
    overflow:hidden;
    padding: 0 0 0 0;
    position:relative;
}
#comments-list #respond {
    border-bottom:1px solid #ccc;
    margin:0 0 18px 0;
    padding:18px 1.5em;
}
#comments-list ul #respond {
    border:1px solid #ccc;
    margin:0;
}
#cancel-comment-reply {
    font-size:11px;
    position:absolute;
    top:18px;
    right:1.5em;
}
#cancel-comment-reply a {
    color:#666;
}
#respond .required {
    color:#FF4B33;
    font-weight:bold;
}
.form-section label {
    font-size:11px;
}
.form-section input {
    margin:0 0 18px 0;
    width:98%;
}
.form-section textarea {
    width:99%;
}
#form-allowed-tags p {
    color:#666;
    font-size:11px;
    margin:0;    
}
#form-allowed-tags span {
    font-style:italic;
}
#form-allowed-tags code {
    font-size:11px;
    line-height:normal;
}
.form-submit {
    padding:18px 0 0 0;
    text-align:right;
}
.subscribe-to-comments {
    color:#666;
    float:left;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}
.solo-subscribe-to-comments {
    color:#666;
    font-size:11px;
    padding:18px 0 0 0;
}
.comment_license {
    color:#666;
    clear:both;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}

.solo-subscribe-to-comments {
	display: none;
}

#trackbacks-list {
	padding: 12px;
	font-size: 0.8125em;
	background: #F7EFD2;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;	
	overflow: auto;
	width: 576px;
	margin-bottom: 2em;
}

#trackbacks-list ol li {
	margin: 0;
	list-style: none;
}

#login {
	margin: 0.5em 0;
	font-size: 11px;
}

#respond .form-section {
	padding: 5px 10px;
	border: none;
	width: 580px;
}

#respond .form-section input {
	margin: 0;
	width: 340px;
}

#searchform input {
	margin-top: 0.5em;
}

#searchform input[type=text] {
	color: #999999;
}

.entry-content blockquote {
	margin: 0 3em;
	font-style: italic;
	color: #303030;
}


