/*  
Theme Name: RUSHJOURNAL
Theme URI: http://numberonedesigner.com/
Description: Theme specially designed for blog RUSHJOURNAL
Version: 1.0
Author: Number One
Author URI: http://numberonedesigner.com/

	based on Kubrick v1.5
	 http://binarybonsai.com/kubrick/

*/


/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Tahoma, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #000;
	color: #333;
	
	}

#page {
	background:#FFF url(images/bg1.gif) repeat-y;

	text-align: left;
	}

#header {
	background-color: #FFF; display:none;
	}

#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}
	
.narrowcolumn .postmetadata {
	text-align: left;
	}


#footer {
	background-color: #FFF;
	}

small {
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: Tahoma, 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

.description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: Tahoma, 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Tahoma, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Tahoma, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em Tahoma, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

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;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}
	
#wp-calendar #prev a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
	}

#page {

	margin: 0px auto;
	padding: 0;
	width: 900px;

	}
	
#header {
	padding: 0;
	margin: 0 auto;
	height: 200px;
	width: 100%;
	background-color: #FFF;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	float: left;

	margin: 0;
	width: 700px;
	}






.narrowcolumn .postmetadata {
	padding-top: 5px;
	}


	
#footer {

	margin: 0 auto;
	width: 900px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {/*padding-top: 70px;*/
	margin: 0;
	}

.description {
	text-align: center;
	}

h2 {
	margin: 30px 0 0;
	}


#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. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.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;
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#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 */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 115px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}



#commentform #submit {
	margin: 0;

	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist { 
	padding: 20px;; 
	text-align: justify; margin-left:30px;
	}

.commentlist li {

	padding: 0px 5px;  list-style-type: decimal-leading-zero

	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin:0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar form {
	margin: 0;
	}
/* End Sidebar */







/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}




.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;

	}
/* End Various Tags & Classes*/

/*new styles*/


#headerimg h1 { width:900px; height:200px; background:url(images/header.jpg) no-repeat; margin:0; cursor:pointer; cursor:hand;}
#headerimg h1 span { display:none;}
.description { display:none;}

#menu { text-align:center; padding:25px 0; font-size:11px; background:url(images/bg2.gif) no-repeat 50% 100%; font-weight:bold; color:#4F4F4F; margin-bottom:10px;}
#menu a { text-decoration:none;color:#4F4F4F; padding:0 7px;}
#menu a:hover { text-decoration:underline; color:#000;}

.post { padding:10px 20px;}
.post h2 {color:#023E7B; margin:0; font-size:24px; text-align:left; font-family: Arial, Helvetica, sans-serif; margin:3px 0; font-weight: normal; letter-spacing:-1px;}
.post h2 a {color:#023E7B;}
.post h2 a:hover { color:#000;}
.post h2 a:visited {color:#023E7B;}
.widecolumn .post h2 {color:#023E7B; margin:0; font-size:24px; background:none; padding:0;  text-align:left; letter-spacing:-1px; }


.cat { font-size:9px; color:#BBB; margin-bottom:3px; padding-left:5px;font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;}
.cat a { color:#BBB; text-decoration:none;}
.cat a:hover { color:#000000; text-decoration:underline;}


.narrowcolumn { padding-top:10px;}
.narrowcolumn .post {color:#1C1F2E; font-size:11px; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;}
.narrowcolumn .post p { margin-bottom:20px;}
.narrowcolumn .entry blockquote { padding:0 10px 0 40px; color:#777; }

.comm {  font-size:11px; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-weight:bold; color:#023E7B; text-align:right}
.comm a { color:#023E7B; text-decoration: underline; }
.comm a:hover { color: #000; text-decoration:none;}

.entry {margin-bottom:10px; }
.entry a {color:#023E7B; text-decoration:underline;}
.entry a:hover {color:#000; text-decoration:none;}

.entrytext { font-size:12px; color:#000; line-height:180%;}
.entrytext em, .entrytext i { font-family:Verdana, Arial, Helvetica, sans-serif}
.entrytext a {color:#023E7B; text-decoration:underline;}
.entrytext a:hover {color:#000; text-decoration:none;}
.entrytext blockquote { padding:5px; text-align:left;color:#777; border-left:1px dotted #777; margin:10px;}
.entrytext blockquote p { margin:0;}

#sidebar { background:#000 url(images/side.gif) no-repeat 0 100%; padding-bottom:320px;float:right;width: 200px; margin:0;}
#sidebar h1 { width:200px; height:157px; text-indent:-9999px; margin:0; padding:0;}
#sidebar h1 a {width:200px; height:157px; display:block; background:url(images/logo.gif) no-repeat;}

#sidebar ul li h2 { color:#5E5E5E;  font-size:12px; text-align:right; text-transform:uppercase; margin:0;}
#sidebar ul { margin-right:10px;}
#sidebar ul li { color:#0AB202; padding:2px; padding-bottom:4px;}
#sidebar ul li a { color:#5E5E5E; text-decoration:none;}
#sidebar ul li ul { text-align:right;}
#sidebar ul li ul li, #sidebar ul li ol li { border:none; color:#5E5E5E;}
#sidebar ul li a:hover { color:#FFF; text-decoration:none;}

#searchform #s {width: 110px; border:1px solid #9E9E9E; padding:0; margin-top:1px;font-size:10px; background:#000; color:#FFF;}
#searchsubmit {padding: 1px; border:1px solid #9E9E9E; background-color:#222; color:#FFF; font-size:10px; font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif; cursor:pointer; cursor:hand;}
	
#footer { background:url(images/bg1.gif) repeat-y; font-size:9px;}	
#footer p {	margin: 0;	padding: 20px 0;	text-align: center; color:#7F7F7F; width:560px;}
#footer p a { color:#7F7F7F; text-decoration:underline;}
#footer p a:hover { color:#000; text-decoration: none;}

#commentform { padding:20px;}
#commentform input {border:1px solid #9E9E9E; width:480px; margin-bottom:10px; padding:2px;}
#commentform textarea {border:1px solid #9E9E9E; overflow:auto; width:480px; margin-bottom:10px; padding:2px;}
#commentform input.btn {border:3px double #9E9E9E; background-color:#666; color:#FFFFFF; font-weight:bold;  cursor:pointer; cursor:hand;}

input:focus { background-color: #FAFAFA; color:#000; }
textarea:focus { background-color: #FAFAFA; color:#000;}


.navigation {color:#9E9E9E; margin:10px 0; font-size:10px;}
.navigation a {color:#9E9E9E; text-decoration:underline}
.navigation a:hover {color:#000; text-decoration:none}

.altmeta { font-size:10px; padding:10px;}
.altmeta a {color:#767676;}
.altmeta a:hover {color:#000; text-decoration:none}



.postmetadata {color:#9E9E9E;}
.postmetadata a {color:#9E9E9E; text-decoration:underline}
.postmetadata  a:hover {color:#000; text-decoration:none}

.arch, .pagetitle {color:#414141; font-size:36px; text-align:center; font-family: Georgia, "Times New Roman", Times, serif; margin:3px 0; font-weight:normal; letter-spacing:-1px; padding:5px 20px; line-height:90%; text-transform:uppercase;}

.post h3 { margin-bottom:10px;}
.post h3 a:hover {color:#000;}

.commentlist a {color:#9E9E9E; text-decoration:none;}
a:focus { outline:0; -moz-outline:0;}

#comments, #respond { padding:0 20px; margin:0;}

.login {background:url(images/lock.gif) no-repeat; display:block; margin:0 auto; width:75px; padding:2px 0 5px 0;}