/*
Theme Name: Night City
Theme URI: http://valery.bgit.net/
Description: Night City. Widgetized. Localized. Valid XHTML 1.0 Transitional.
Author: Valery Dachev
Author URI: http://valery.bgit.net/
Version: 1.0
.
	This theme is based upon GetTempalte's Night City theme available at
	http://www.oswd.org/design/information/id/2996/ .

	This work is licensed under the terms of the
	Creative Commons Attribution-Noncommercial-Share Alike 2.5 License
	available at http://creativecommons.org/licenses/by-nc-sa/2.5/ .
.
*/

@import url('general.css');

h2
{
	margin-bottom: 10px;
	background: transparent;
	text-align: left;
	font-size: 12px;
	color: #7a7a7a;
	border-bottom: 1px solid #CCCCCC;
	font-weight: bold;
	font-variant: small-caps;
}
h2 a:link, h2 a:visited, h2 a:hover
{
	color: #82A2CB;
	text-decoration: none;
	border: none;
}
input, select
{
	background-color: #FFFFFF;
	border: 1px solid #666666;
	padding: 2px;
	color: #666666;
	font-size: 11px;
	margin: 2px;
}
textarea
{
	background-color: #FFFFFF;
	border: 1px solid #666666;
	padding: 2px;
	color: #666666;
	font-size: 11px;
	margin: 2px;
	width: 98%;
}
#wp-calendar
{
	font-size: 13px;
	text-align: center;
	width: 150px;
}
.post .title, .post .title a
{
	font-weight: normal;
	font-size: 14pt;
	color: #225680;
	text-decoration: none;
}
.post .title
{
	margin-bottom: 10pt;
}
.post .content
{
	font-weight: normal;
	font-size: 12pt;
	text-decoration: none;
}
.post .metadata
{
	padding: 10px 0 10px 0;
	background: transparent;
	text-align: left;
	color: #3E6C99;
	font-size: 10pt;
}
.post .metadata a
{
	font-size: 10pt;
}
.popup
{
	background-color: White;
	font-size: 11px;
	color: #7a7a7a;
	text-align: left;
	padding: 5px;
}
blockquote
{
	background-color: #f5f5f5;
	color: #4a88b0;
	border: 1px dashed #CCCCCC;
	font-size: 10px;
	padding: 5px;
	margin: 5px 10px 5px 5px;
}
.commentmetadata
{
	padding: 10px 0 10px 0;
	background: transparent;
	text-align: left;
	color: #3E6C99;
	font-size: 10pt;
}
.commentmetadata a
{
	font-size: 10pt;
}
.post img {
	border-style: solid;
	border-width: 1px;
	border-color: #000;
	margin: auto;
	margin-right: 8px;
}

div.alert {
height: 137px;
background: #ff00ff url(images/highriskbanner.jpg) center no-repeat;
background-position: 0 50%; /* x-pos y-pos http://www.w3.org/TR/CSS21/colors.html */
padding: 0;
margin: 0;
}

div.alert div.alert-inside {
height: 135px;
background: url(images/highriskbanner.jpg) center no-repeat;
background-position: 100% 50%; /* x-pos y-pos http://www.w3.org/TR/CSS21/colors.html */
border-top: 2px solid #ff00ff;
border-bottom: 2px solid #ff00ff;
padding: 0 180px 0 180px;
margin: 0;
}

div.alert div.alert-inside div.alert-text {
height: 135px;
overflow: hidden;
}

div.alert-text p {
padding: 10px 0 10px 0;
margin: 0;
}