@import "../custom/link.css";

/* Begin Typography & Colors */


* {
    font-family: trebuchet ms, verdana, tahoma, arial, sans-serif;
    font-size: 0.98em;
    line-height: 1.5em;

}



* {
    margin: 0;
    padding: 0;
}

.entry p {
  padding-bottom: 1em;
  text-indent: 0;
}
.widecolumn .entry p {
	font-size: 1em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
    }

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
/*	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;*/
	}

.error{
    color:red;
}

.entry pre {
  font-family: 'Courier New', Courier, monospace;
  padding: 1em 0.5em;
}

.entry small, #page .postmetadata small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.7em;
	line-height: 1.5em;
    color: #777;
    }



.entry{
    font-size:0.9em;
}


/*----- Links in general ----- */

a:link {
	color: #043DBC;
	border-bottom: 1px solid #3D7DC7;
	text-decoration: none;

	}

a:visited {
	color: #2277D9;
	border-bottom: 1px solid #3D7DC7;
	text-decoration: none;
	}

a:hover {
	color: #51A2FF;
	border-bottom: 1px dashed #2C8AF7;
	text-decoration: none;
	}

a:link.nol, a:visited.nol, a:hover.nol {
	border-bottom: 1px solid #fff;
    }

a.noborder {
	border: none;
}
a.noborder:hover  {
	border: none;
}

/*----- End of Links in general ----- */



/*----- Headers in general mean ----- */


h1, h2, h3 {
	font-weight: bold;
	}


h2 {
	font-size: 1.4em;
	}



h2.pagetitle {
	font-size: 1.6em;
	}


h3 {
	font-size: 1.3em;
	}

#content h2 a {
    font-weight: bold;
    font-size: 0.9em;

}





/*----- End of Headers in general mean ----- */


.entry p a:visited {
	color: #b85b5a;
	}



/*----- Comments styles ----- */

#content h2 {
    font-weight: normal;
    font-size: 1.5em;
    background: url( images/post_blt.gif ) 0 7px no-repeat;
    padding: 0 0 2px 30px;
    margin-bottom: 10px;
    letter-spacing:0.01em;
}




h3#respond{
    color: #aaa;
    background: url( images/pensil_onbg.gif ) 0 0 no-repeat;
    margin-left:5px;
    padding-left:30px;
    font-weight:normal;
    font-size:1.4em;
    letter-spacing:-0.05em;
    margin-top:10px;
    }

#content  h3#comments{
    margin-top:10px;
    padding-left:35px;
    margin-left:20px;
    background: url( images/comment.gif ) 0 0 no-repeat;
    font-size:1em;
    color:#777;
}

#commentform  p{
    padding-left:50px;
}

#commentform  p label{
    display:block;
    font-size:0.9em;
    color:#777;
}


#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
    }

#commentform textarea {
	width: 500px;
	padding: 2px;
    margin-top:20px;
    padding-bottom:2em;
    }

#commentform #submit {
     margin:10px 50px 60px 390px;
    }




input#name, input#email, textarea#text {
    width: 180px;
    height: 17px;
    border: 1px solid #bfbfbf;
    color: #565656;
    margin-bottom:10px;

}


#commentform input#email{
    margin-bottom:0;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em;
	}

.commentlist li {
     color:#777;
    font-size:0.9em;
    }


.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 0.9em;
	}

.commentlist li .comment_text{
        color:#333;

}

.commentlist p {
	font-weight: normal;
	line-height: 1.3em;
	text-transform: none;

    }

.commentmetadata {
	font-weight: normal;
    font-size:0.8em;
    float:right;
    }
.comment_pan{
    border-top:solid 10px #fff;
    margin-left:20px;
    padding: 0 10px 0 10px;
    background:#f3faff url(images/tc_comment_bg.gif) no-repeat 100% 0;

}



/*----- End of Comments styles ----- */



#content h2.pagetitle {
	margin-top: 10px;
    margin-left:20px;
    padding: 5px 0 5px 25px;
    font-size: 1.2em;
    font-weight:bold;
    text-align:left;
}

form#searchform{
    margin-left:20px;

}





small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	/*color: #06c;*/
    color: #043dbc;
    text-decoration: none;
	}


#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */

/* Begin Structure */


body {
	font-size: 75%; /* Resets 1em to 10px */
	font-family: trebuchet MS, Verdana, Arial, Sans-Serif;
	background: #d5d6d7 url('images/bg.gif');
	color: #333;
	text-align: center;
	}


#page {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 900px;
    background-color: #fff;
    margin-top:10px;
    text-align: left;

}

#header {
    height: 114px;
    background: url( images/tc_bg1.jpg ) left top repeat;
    border: 0;
    margin:0 1px;
    border-bottom:solid 20px #fff;

}

#header #headerimg {
    padding: 30px 12px 0 110px;
    font-weight: bold;
    color: #fff;
}

#header #headerimg a{
    color:#fff;
    text-decoration:none;
    border:0;
}

#header .description {
    margin-top: -8px;
    padding: 0 12px 0 0;
    letter-spacing: 0;
    color: #a7d9ff;
    font-weight:normal;
}








/*----- Home nav styles ----- */

#home_nav{
    position:absolute;
    top:0;
    right:0;
    width: 20.6em;
    font-weight: normal;
    font-size: 1em !important;
}

#home_nav #button_container2 {
    position:absolute;
    top:0;
    right:13px;
    background: url("images/button.jpg") no-repeat center center;
    width: 9.2em;
    height: 114px;

}

#home_nav #button_container1 {
    background: url("images/button.jpg") no-repeat center center;
    width: 9.2em;
    height: 114px;
    margin-left: 5px;
}

#home_nav #button_container2 #home_button2 {
    padding-top: 70px;
    background: url("http://blogs.jetbrains.com/mps/wp-content/themes/jetbrains/images/community_logo.gif") no-repeat 50% 65%;
    text-align:center;
}

#home_nav #button_container1 #home_button1 {
    text-align:center;
    padding-top: 70px;
    background: url("images/tc_sign.gif") no-repeat 50% 65%;

}

#home_nav a:link, #home_nav a:visited {
    color: #9bd3ff;
    border-bottom: solid 1px #9bd3ff;

}

#home_nav a:hover {
    color: #d2dcff;
    border-bottom: dashed 1px #d2dcff;
}

/*----- End of Home nav styles ----- */



#content {
    font-size: 1.3em;
    margin: 0 0 10px 0;
    padding-top:0;
 }


.narrowcolumn {
	float: left;
	margin: 0;
	width: 650px;


    }

.widecolumn {
    float: left;
    margin: 0;
	width: 650px;

    }

.post {
    margin: 0 0 10px 20px;
    padding: 0 10px 1em 10px;
    text-align: justify;
    border: dashed 1px #6eaef0;
    background-color: white;

}


.post small{
    font-size: 0.75em;
    color: #eb6d1a;
}



.comments {
    border: dashed 1px #6eaef0;
}


.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0 0 10px 20px;
    padding-bottom:0;
    }

.narrowcolumn .postmetadata {
	padding-top: 5px;
    text-align: right;
    font-size: 0.75em;
    color: #eb6d1a;
    background: #fff url(images/cloud_light.gif) no-repeat center center;
    }

.widecolumn .postmetadata {
    padding:20px;
	margin: 20px 0 0px 0;
    background: #fff url(images/cloud.gif) no-repeat center center;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
    padding:10px;
	clear: left;
}

/* Begin Sidebar */

#sidebar{
	margin-left: 680px;
    width: 215px;
    padding-top:20px;
    font-size:1em;
}


/*----- Sidebar styles ----- */
#sidebar h2 {
    color: #eb6d1a;
	font-size: 1.1em;
	}


/*----- End of Sidebar styles ----- */







#sidebar form {
	margin: 0;
	}


.info{
    color:gray;
    font-size:1.1em;
}

.info .error{
    background-color:red;
    color:white;

}

/* End Sidebar */





/*----- Footer ----- */

#footer {
    background: #1e3ca0 url(images/footer_bg.gif) repeat-x 0 0;
    height: 35px;
    color: #fff;
    font-size: 1.2em;
    padding: 15px;

    clear:both;
    margin:0 1px;

    border-top:solid 20px #fff;
}

.rss {
    font-size: 0.9em;
    float: left;

}
#footer .rss a.feed{
    background: url( images/rssFeed.gif ) no-repeat 1px center;
    padding-left: 20px;

}
#footer .rss a, #footer .nota a{
    color: #9bd3ff;
    border-bottom: solid 1px #9bd3ff;
    padding-right: 2px;
}
#footer .rss a:hover, #footer .nota a:hover{
    color: #d2dcff;
    border-bottom: dashed 1px #d2dcff;
}
.nota {
    float:right;
}

#footer p{
    padding: 0
}
#footer a{
 color: #e5edff;
 border-bottom-color: #c5d4f6;
}

#footer a:hover{
 color: #fff;
 border-bottom-color: #c5d4f6;
}



/*----- End of Footer ----- */


/* End Structure */



/*	Begin Headers */
h1 {
	font-size:2.5em;
	margin: 0;
	}

h2 {
	margin: 20px 0 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
    color:#555;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;

    }
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

.entry ul {
	margin-left: 0px;
	padding: 0 0 0 2em;
	}

.entry li {
	margin: 7px 0 8px 1em;
	}

.entry ul li:before, #sidebar ul ul li:before {
	/*content: "\00BB \0020";*/
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#page #sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 20px 20px 20px 10px;
    /*background-color:#eceff5;*/

}
#page #sidebar ul ul{
    margin:0 0 0 5px;
	padding: 0;
	}




#sidebar ul{
    margin-right:0px;


}

#sidebar ul li{
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
    font-size:1em;
    border-top:dashed 1px #ccc;
    padding:0;

    }

#searchform label {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
    font-size:1em;
    padding:0;

    }


#sidebar .search{
    border:0;
}

 #page #sidebar #searchform label{
     font-weight:bold;
     font-size:1em;
     border:0;
 }

#sidebar ul li li{
    border-top:0;

}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 0;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */


#sidebar input#s {
    width: 130px;
    height: 17px;
    border: 1px solid #bfbfbf;
    color: #565656;
}



#sidebar form input#searchsubmit{
    position:absolute;
    width: 45px;
    height: 19px;
    border: 1px outset #bfbfbf;
    color: #565656;
    margin-left: 5px;
    padding:0;
}

#sidebar .search, #sidebar .specials{
    border-top:0;
}

#sidebar  #text-230335502{
    padding-right:40px;

}


#sidebar  #text-230335502 p, #sidebar  #text-230335502 label {
    font-size:1em;
}

#sidebar  #text-230335502 label{
    font-weight:bold;
    color:#555;
}

#sidebar  #text-230335502 input, #sidebar  #text-230335502 textarea{
    width:180px;
}

#sidebar #text-230335502 img{
    display:block;
    float:left;
   }

#sidebar #text-230335502 input.captcha-sb-input{
    margin: 0 0 10px 0;

}



#sidebar #text-230335502 textarea {
    height:100px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}




textarea#text {
    margin-bottom: 30px;
    color: #565656;
    height: 80px;

}


button#sendContactEmail {
    width: 50px;
    height: 19px;
    float: right;
    margin-top: -20px;
    margin-right: 0px;
    border: 1px outset #bfbfbf;
    color: #565656;

}



/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
    margin-left:20px;
    }

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: -20px 0 0 0;
	display: block;
	}
/* End Comments */






/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
    font-size:0.7em;
    margin-left:20px;
    border-bottom:solid 20px #fff;
    }


.navigation a{
    border:0;
}
/* End Various Tags & Classes*/



#sidebar  .wpcf7 p, #sidebar .wpcf7 label {
    font-size:1em;
}

#page #sidebar  .wpcf7 label{
    font-weight:bold;
    color:#555;
}

#sidebar .wpcf7-validates-as-required{
width:180px;
}

#page #sidebar .wpcf7 textarea{
width: 180px;
height:100px;

}

#sidebar .captcha-sb-input{
width:70px;
margin-right: 5px;
}

#sidebar .wpcf7 {
padding:0;
}

#search {
border:0;
}

#recaptcha_widget_div{
margin-left:50px !important;
margin-left:20px;
margin-bottom:-40px;
width:330px;
float:left;
}

/*-- AddThis --*/
.snap_noshots {
float:left;
border-bottom: none !important;
margin-top: 15px;
margin-bottom: 5px;
}

#addthis_services a {
border-bottom: none !important;
}

/*Error 404*/

#page .error404 h2{
    text-align:left;
    position:relative;
    margin: 0 0 0 250px;
    padding:0;
    padding-top:30px;
    padding-left:45px;
    display:block;
    width:199px;
    height:196px;
    background: url(images/e404.gif) no-repeat 0 0 ;
}

a[href="http://blogs.jetbrains.com/teamcity/wp-login.php?action=register"]{
	display:none;
}
