/* base
----------------------------------------------- */

body {
	background:transparent url(/images/kubrickbgcolor.jpg) repeat scroll 0%;
	margin: 0;
	padding: 0;
	background-color:#D5D6D7;
	color:#333333;
	font-family:'Lucida Grande',Verdana,Arial,Sans-Serif;
	font-size:62.5%;
}

li {
	font-size: 1.0em;
	line-height: 1.6em;
}

blockquote, p, h3 {
	padding-right: 10px;
	padding-left: 10px;

}

blockquote * {
	font-family: 'Courier New', Courier !important;
	margin-right: 0;
	padding-left: 20px;
}

hr {
	margin: 2em auto;
	width: 370px;
	height: 1px;
	color: #7a7e7d;
	background-color: #7a7e7d;
	border: none;
}


small, .small {
	font-family:Arial,Helvetica,Sans-Serif;
	font-size:1.0em;
	line-height:1.5em;
}

h1, h2, h3 {
	font-family:'Lucida Grande',Verdana,Arial,Sans-Serif;
	font-weight:bold;
}

/* links
----------------------------------------------- */

a {
	text-decoration: none;
	color:#4C4743;
        font-weight: bold;
}

a:visited {
	color:#4C4743;
}

a:hover {
	color: black;
}
a img {
	border: none;
}

h1 a, h2 a, h3 a {
	border: none;
}

h3 a {
	font: 1.5em Georgia, Times, serif;
}

#site-name a {
	border: none;
}

#sidebar-2 a, #sidebar-1 a {
	/*color: #c00;*/
	border: none;
}

/* layout
----------------------------------------------- */

#accessibility {
	position: absolute;
	top: -10000px;
}

#container {
	background:transparent url(/images/kubrickbg.jpg) repeat-y scroll center top;
	border:medium none;
	background-color:white;
	margin:20px auto;
	padding:0pt;
	width:760px;
}

#head {
	background:transparent url(/images/kubrickheader.png) no-repeat scroll center bottom;
	text-align: center;
	height:198px;
	padding:1px;
	width:758px;
	background-color:#73A0C5;
	margin:0pt auto;
}

#headerimg {
	height:192px;
	margin:7px 9px 0pt;
	width:740px;
}

#site-name {
	margin: 15px 0;
	font: 3em Georgia, Times, serif;
}

#site-slogan {
	font: italic 1em Georgia, Times, serif;
}

#sidebar-1, #sidebar-2 {
	padding-top: 50px;
	width: 150px;
}

#sidebar-1 {
	margin-right: 5px;
	float: left;
	text-align: right;
}

#sidebar-2 {
margin-left:545px;
padding:20px 0pt 10px;
width:190px;
}

.section_list {
	left:0pt;
	margin:0pt;
	padding:0px;
	position:relative;
	top:160px;
	width:auto;
}

.section_list li {
	border-color:#BDBFBE;
	border-style:none solid none none;
	border-width:1px;
	display:block;
	float:left;
	padding:10px 10px 5px;
}

.section_list ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#content {
float:left;
margin:0px 0pt 0pt;
padding:25px 0pt 20px 45px;
width:450px;
text-align: justify;
line-height: 1.5em;
}


#foot {
background:transparent url(/images/kubrickfooter.jpg) no-repeat scroll center bottom;
border:medium none;
clear:both;
margin:0px auto;
padding:0px;
width:760px;
background-color:#EEEEEE;
	text-align: center;
height: 20px;
}

/* box model hacks
http://archivist.incutio.com/viewlist/css-discuss/48386
----------------------------------------------- */

#container {
\width: 770px;
w\idth: 760px;
}

#sidebar-1, #sidebar-2 {
\width: 150px;
w\idth: 150px;
}

/* overrides
----------------------------------------------- */

#sidebar-2 p, #sidebar-1 p {
	font-size: 1.0em;
	line-height: 1.5em;
}

category_list a{

}

sidebar-2 h2{
font-family:'Lucida Grande',Verdana,Sans-Serif;
font-size:1.2em;
}

.caps {
	font-size: 0.9em;
	letter-spacing: 0.1em;
}

div.divider {
	margin: 2em 0;
	text-align: center;
}

/* articles
----------------------------------------------- */

.directory {
	list-style-type: circle;
}

.author {
	font-style: normal;
	font-size: 1.0em;
}

.published {
	font-size: 1.0em;
}

.entry-title
{
font-size:1.6em;
}
/* comments
----------------------------------------------- */

.comments_error {
	color: #000;
	background-color: #fff4f4;
}

ul.comments_error {
	padding : 0.3em;
	list-style-type: circle;
	list-style-position: inside;
	border: 2px solid #fdd;
}

div#cpreview {
	color: #000;
	background-color: #f1f1f1;
	border: 2px solid #ddd;
}

form#txpCommentInputForm td {
	vertical-align: top;
}

#comments-help {
	margin: 2px 0 15px 0;
	font-size: 0.7em;
}

/* error page
----------------------------------------------- */

.error-status {
	font: 1.3em Georgia, Times, serif;
}
