/*  
Theme Name: Student Direct
Theme URI: http://www.student-direct.co.uk
Description: Student Direct theme
Version: 1.0
Author: Lellie
Author URI: http://www.onebluesquare.com

	SD theme - partially based upon Kubrick v1.5
	http://binarybonsai.com/kubrick/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

.alignleft{
float: left;
text-align: left;
}
.headerimg{
border: 0;
}
#center{
text-align: center;
}
.centered{
text-align: center;
}
.alignright{
float: right;
text-align: right;
}

.clear {
	clear:both;
        padding-bottom: 5px;
}
.alt{
	background-color: #BCBDC0;
padding: 5px;
	}
.alt2{
	padding: 5px;
	}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}
h1 {letter-spacing: -2px;
}
h1 a{letter-spacing: -2px; color: black;
}
h1 a:hover{color: #C7242C;
}
a {
color: #C7242C;
text-decoration: none;
}

a:hover {
	color: #000000;
	}
	
/* End Typography & Colors */


/* Begin Form Elements */
#searchform {
	margin: 0;
	padding: 0; 
	}

#searchform #s {
	padding: 0px;
	}

#searchsubmit {
        margin: 2px;
        background-color: white;
        border: 1px solid black;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform input {
	font-size: 0.9em;
	}

#commentform textarea {
	width: 95%;
	padding: 2px;
        font-size: 1em;
        font-family: verdana, arial, helvetica, sans-serif;
	}

#commentform #submit {
	margin: 0;
	float: right;
        background-color: white;
        border: 1px solid black;
	}
/* End Form Elements */



/* Begin Comments*/
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* Begin Calendar */
#wp-calendar {
empty-cells: show;
background-color: #ffffff;
color:#000;
font-size: 90%;
text-align: center;
}

#wp-calendar #next a {
padding-right: 1px;
text-align: right;
text-decoration: none;
background-color: #ffffff;
}

#wp-calendar #prev a {
padding-left: 1px;
text-align: left;
text-decoration: none;
background-color: #ffffff;
}

#wp-calendar a {
display: block;
}

#wp-calendar caption {
text-align: center;
font-size: 120%;
font-weight: bold;
}

#wp-calendar td {
padding: 0px;
text-align: center;
background-color: #ffffff;
}

#wp-calendar #today {
color: #A04444;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
background-color: #ffffff; }
}
/* 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;
	}

/* End Various Tags & Classes*/

/* THIS IS MY CSS!!!!! DELETE FROM ABOVE! */ 

/* Colours and formatting CSS */
body {
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000;
	background-image: url("http://www.student-direct.co.uk/images/background.gif");
	background-repeat: repeat-y;
	background-position: center;
	line-height: 140%;
}

#header {
	text-align: right;
}

#navbar {
	background-color: #BCBDC0;
}

#content {
	border-right: 1px solid #000;
}

#footer {
	background-color: #C7242C;

}

.postmeta {
	border-bottom: 1px solid black;
}


h1 { 

	margin-bottom: 0px;
	padding-bottom: 4px;
	font-size: 250%;
	border-bottom: 4px solid #C7242C;
        line-height: 105%;
}

h2 { 
	margin-bottom: 0px;
        line-height: 130%;
        text-align: left;
	font-size: 160%;
}

h1 .pagetitle { 
	margin-bottom: 0px;
	padding-bottom: 10px;
	font-size: 250%;
	border-bottom: 1px solid black;
        text-align: right;
}

.imgright {
	float: right;
	margin-left: 5px;
	border: 1px solid black;
	padding: 2px;
}
.imgleft {
	float: left;
	margin-right: 5px;
	border: 1px solid black;
	padding: 2px;
}
.line {
	border-bottom: 1px solid black;
	margin-top: 5px;
	margin-bottom: 10px;
}

.navhead {
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: none;
	color: #000000;


	line-height: 140%;
	margin: 0;
}

#rightsidebar h2 {
	margin: 0;
	font-weight: bold;
	font-size: 175%;
	color: #000;
	border-bottom: 4px solid #C7242C;
	padding: 0;
	line-height: 120%;
        letter-spacing: -1px;
        text-align: left;
}
/* End Colours and Formatting */

/* NAV CSS */

.navlist {
	padding: 0;
	margin: 0;
}

.navlist li {
	padding: 0;
	list-style: none;
}

.navlist a {
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: none;
	color: #000000;
	line-height: 140%;
	margin: 0;
}

.navlist a.active, .navlist a:hover {
	color: #FFFFFF;
}

/* GUIDE NAV CSS */
.guidelist {
	padding: 0;
	text-align: right;

	margin: 0;
}

.guidelist li{
	list-style: none;
}

.guidelist a {
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: none;
	line-height: 130%;

	margin: 0; 



	color: #C7242C;
	padding-right: 5px;
}


.guidelist a.active, .guidelist a:hover {
	color: #FFFFFF;
}

/* ISSUE NAV CSS */
.issuelist {
	padding: 0;
	text-align: right;
	margin: 0;
}

.issuelist li{
	list-style: none;
}
.issuelist a {
	font-weight: bold;
	font-size: 1em;
	text-decoration: none;
	color: #000000;
	line-height: 130%;
	margin: 0; 
	color: #C7242C;
}

.issuelist a.active, .issuelist a:hover {
	color: #FFFFFF;
}

/* ISSUE POST LIST CSS */

.issuepostlist {
	padding: 5px;
	text-align: left;
	margin: 0;
}

.issuepostlist li{
	list-style: square;
        font-weight: bold;
	text-decoration: none;
	margin-left: 10px; 
	color: #C7242C;
}
.issuepostlist a {
	font-weight: bold;
	font-size: 1em;
	text-decoration: none;
	line-height: 130%;
	margin: 0;
}

.issuepostlist a.active, .issuepostlist a:hover {
	color: #FFFFFF;
}

/* Links List CSS */
.linkslist {
	padding: 0px 5px 5px 5px;
	margin-left: 5px;
	width: 46%;
	text-align: left;
	float: left;
}

* html .linkslist{
width: 200px;
}
#rightsidebar .linkslist {
width: 149px;
}
* html #rightsidebar .linkslist {
width: 149px;
w\idth: 120px;
}
.linkslist li {
	list-style-type: square;
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: none;
	margin-left: 10px; 
	color: #C7242C;
}
.linkslist a {
	font-weight: bold;
	font-size: 1em;
	text-decoration: none;
	color: #000000;
	line-height: 130%;
	margin: 0; 
	color: #C7242C;
}

.linkslist a.active, .linkslist a:hover{
color: #FFFFFF;
}

/* order List CSS */
.orderlist {
        padding: 0px 0px 5px 5px;
	margin-left:0px;
	width: 100%;
	text-align: left;
	float: left;
}

* html .orderlist{
width: 200px;
}
#rightsidebar .orderlist {
width: 145px;
}
* html #rightsidebar .orderlist {
width: 149px;
w\idth: 135px;
}
.orderlist li {
        list-style-type: decimal;
	font-weight: bold;
	font-size: 1em;
	text-decoration: none;
	margin-left: 25px; 
	color: #C7242C;
}
.orderlist a {
	font-weight: bold;
	font-size: 1em;
	text-decoration: none;
	color: #000000;
	line-height: 130%;
	margin: 0; 
	color: #C7242C;
}

.orderlist a.active, .orderlist a:hover{
color: #FFFFFF;
}

/* ISSUE POST LIST CSS */

.listings {
	padding: 5px;
	text-align: left;
	margin: 0;
}

.listings li{
	list-style: none;
        font-weight: bold;
	text-decoration: none;
	margin-left: 5px; 
	font-size: 1.1em;
}
.listings li li{
	list-style: square;
        font-weight: bold;
	text-decoration: none;
	margin-left: 5px; 
	color: #C7242C;
        font-size: 1em;
}
.listings a {
	font-weight: bold;
	font-size: 1em;
	text-decoration: none;
	line-height: 130%;
	margin: 0;
}

.listings a.active, .listings a:hover {
	color: #FFFFFF;
}


/* Structure CSS */
body {
	margin: 0px 0px; 
	padding: 0px;
	text-align: center;

	height: 100%;
        background-color: white;
}

.outer {
    width: 758px;
	margin: 0px auto;
	text-align: justify;
	padding: 0px;

	position: relative;
    height: 100%;
}

#header {
	margin: 0px;
	padding: 0px; 
	height: 130px;
}

#navbar {
        float: left;
        position: relative;
	width: 100px;
	padding: 5px;
	text-align: right;
}
/* box model hack */
* html #navbar
{
	width: 110px;
	w\idth: 100px;
}

#contentouter {
        padding: 0;
	width: 648px;
	float: left;
	margin: 0;
        position: relative;
}

#top_features {
	position: relative;
	height: 100px;
	padding: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	left: 0;
	top: 0;
}
 

#rightsidebar {
	float: right;
        width: 159px;
	padding: 5px;
        padding-top: 0;
	margin: 0;
        margin-bottom: 5px;
        margin-left: -1px;
        border-left: 1px solid black;
}
/* box model hack */
* html #rightsidebar {
	width: 170px;
	w\idth: 159px;
}

#content {
	padding: 5px;
        padding-top: 0px;
	float: right;
	width: 468px;
	margin: 0;
	margin-bottom: 5px;
}

/* box model hack */	
* html #content {
	width: 479px;
	w\idth: 468px;
}
	
#footer {
	padding: 0px;
	clear: both;
	margin-top: 5px;
}
#footer a{
        color: white; text-decoration: underline;
}
#footer a:hover{color: white;
}
#footer p{
        text-align: center;
        padding: 5px;
        color: white;
}

/* Featured Story CSS */
.rightfeature {
	margin-top: 5px;
	padding-bottom: 5px;
        width: 155px;
}

.rightfeature h3, .feature h3, .featureright h3 {
	margin: 0;
	font-weight: bold;
	font-size: 120%;
        text-align: left;
	color: #000;
}

.rightfeature p, .feature p, .featureright p {
	margin: 0;
	font-size: 110%;
	line-height: 120%;
	font-style: italic;
	color: #000000;
	text-align: left;
}

.rightfeature p {
	color: #000000;
}

.feature {
	width: 229px;
	float: left;
	margin: 5px 0 5px 0;
	padding: 0px;
        padding-left: 0px;
}
/* box model hack */
* html .feature {
	width: 229px;
	w\idth: 229px;
}

/* for understanding browsers */
.feature, .featureright {
min-height:90px; 
height:auto;
}
/* for Internet Explorer */
/*\*/
* html .feature, * html .featureright{
height: 90px;
}
/**/

.featureright {
	width: 229px;
	float: left;
	margin: 5px 0 0 0;
	padding: 5px;

        padding-right: 0;


}
/* box model hack */
* html .featureright {
	width: 239px;

	w\idth: 229px;
}

#featured {

	margin: 0;
	margin-top: 10px;
        padding: 0;
}





#featured .feature p, #featured .featureright p {
color: black;
}
#featured .feature, #featured .featureright {
        border-top: 1px solid black;

        padding-top: 10px;
}

#clearit {
clear: both;
}

/* End feature CSS */