/*
Theme Name: icollegeweb premium
Theme URI: http://icollegeweb.com/
Description: Default theme for Icollegeweb
Version: 1.0
Author: J. ROcela
Author URI: http://gurucs.com/
*/

* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Sans-Serif;
	background: #f8f8f8 url('../img/bg.jpg') repeat-y center scroll;
	color: #000000;
}
a {
	outline: none;
	color: #0000ff;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
p {
	margin: 10px 0;
}




.left {float: left;text-align:left;}
.right {float: right;text-align:right;}
.clear {clear:both;}

.assess {
	background: #fffcd5;
	border: 1px solid #fbaf5d;
	width: 100px;
	float: right;
	position: relative;
	top: 4px;
	margin-left: -8px;
	height: 30px;
}
.assess.correct {
	background: #e1f3c4;
	border: 1px solid #197b30;
}
.assess.wrong {
	background: #ffc1c3;
	border: 1px solid #ed1c24;
}





/* Frontpage */
#index-menu {
	height: 30px;
	border-bottom: 1px solid #9e9e9e;
	background: #f1f1f1;
	margin: 0 AUTO;
}
#index-menu li {
	list-style-type: none;
	float: left;
	padding: 8px;
	font-size: 11px;
}
#index-searchbox {
	width: 600px;
	margin: 50px AUTO 0;
	height: 56px;
}
.home#index-searchbox {
	height: auto;
}
#index-searchbox input.text {
	background: #ffffff url('../img/searchbox.jpg') repeat-x top left scroll;
	width: 444px;
	border: 1px solid #cccccc;
	color: #a0a0a0;
	padding: 7px 150px 7px 8px;
	font-size: 25px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Sans-Serif;
	font-style: italic;
}
#index-about {
	background: #ffffff url('../img/aboutbubble.jpg') no-repeat top left scroll;
	height: 164px;
	visibility: hidden;
}
#index-submit {
	position: relative;
	top: -45px;
	margin-left: 456px;
}
#search #index-submit {
	margin-left: 430px;
}
.index-footer, #index-about {
	width: 600px;
	margin: 0 AUTO;
}
.index-footer {
	text-align: center;
	margin: 20px AUTO;
}
.index-footer a {
	font-weight: bold;
}
#index-searchbox p {
	margin: 4px 0;
}
.index-logo {
	margin-right: -20px;
}
#whyby h2 {
	margin: 20px 0;
	font-size: 16px;
}
#whyby li {
	padding: 10px 0 10px 20px;
	font-size: 12px;
	list-style-type: none;
	background: #ffffff url('../img/check.jpg') no-repeat 0 14px scroll;
}
#latest {
	width: 600px;
	margin: 0 AUTO;
	padding: 10px 0;
}
#latest, #whyby {
	border-bottom: 2px solid #ebebeb;
}
#fromblog li {
	margin-left: 15px;
	padding: 2px 0;
}

/* Login & Register*/
#index-register {
	width: 600px;
	margin: 10px AUTO;
}
#index-login {
	width: 600px;
	margin: 10px AUTO;
	border-bottom: 2px solid #ebebeb;
}
#index-login input, #index-login label, #index-register input, #index-register label {
	font-size: 18px;
}
#index-login input.text, #index-register input.text, #index-register textarea {
	margin: 4px 0;
	padding: 4px;
	width: 250px;
	border: 1px solid #9e9e9e;
}
#index-login input.submit, #index-register input.submit {
	padding: 2px 12px;
}
#index-register h2 {
	font-size: 24px;
	font-family: arial, verdana;
}
#searches li {
	margin: 4px 0;
	font-size: 14px;
	list-style-type: none;
}

/* Faqs */
#index-faqs, #index-archive {
	width: 900px;
	padding: 10px;
	margin: 0 AUTO;
	font-size: 12px;
	line-height: 16px;
}
#index-faqs h2 {
	font-size: 20px;
	font-family: arial, verdana;
	padding: 12px;
	margin: 20px 0 10px;
	background: #4598ff;
	color: #ffffff;
}

/* Search, Category, Archive */
.listtype {
	background: #4598ff;
	color: #ffffff;
	padding: 12px;
	margin-bottom: 10px;
}
.listtype .list {
	display: block;
	float: left;
	background: url('../img/list.jpg') no-repeat top left scroll;
	height: 12px;
	width: 12px;
	margin: 4px;
}
.listtype .box {
	display: block;
	float: left;
	background: url('../img/box.jpg') no-repeat top left scroll;
	height: 12px;
	width: 12px;
	margin: 4px;
}
.box .item {
	float: left;
	width: 215px;
	background: #fafafa;
	margin-right: 10px;
	margin-bottom: 10px;
	height: 290px;
	text-align: center;
	overflow: hidden;
}
.box .item:hover {
	background: #efefef;
}
.box .item .view {
	display: block;
	background: url('../img/view.png') no-repeat top left scroll;
	width: 56px;
	height: 42px;
	margin-top: 2px;
}
.title {
	margin: 5px 0;
}
.box .item .inner {
	padding: 8px;
}
.box .item:nth-child(5n+4) {
	margin-right: 0;
}






#profile {
	padding: 20px 0;
	border-bottom: 1px dashed #c0c0c0;
}
#profile .detail {
	width: 475px;
	padding: 20px 0 20px 10px;
}
#profile .detail h1 {
	font-weight: normal;
	font-size: 20px;
}
#profile .actions {
	width: 212px;
	margin-left: 10px;
	border: 1px solid #c0c0c0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-moz-border-radius: 6px;
	background: #efefef;
}
.price {
	font-size: 20px;
	color: #ed1c24;
}
.sprice {
	font-size: 14px;
}
.gray {
	color: #c0c0c0;
	font-size: 11px;
}
.red {
	color: red;
}
.green {
	color: green;
}
#bookdetails {
	margin: 20px 0;
	padding: 0 0 10px;
	border-bottom: 1px dashed #c0c0c0;
}
#bookdetails p {
	margin: 2px 0;
}
.comments {
	margin:10px 0;
	padding:0 10px;
	border: 1px solid #f0f0f0;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	-khtml-border-radius: 16px;
}



#dashboard-menu li {
	float: left;
	list-style-type: none;
}
#dashboard-menu li a {
	padding: 10px 20px;
	display: block;
	font-size: 12px;
	text-decoration: none;
	color: #ffffff;
}
#dashboard-menu li a:hover {
	background: #4598FF url('../img/dashboardmenuh.jpg') repeat-x top left scroll;
}
#dashboard-menu li.selected a {
	background: #4598FF url('../img/dashboardmenus.jpg') repeat-x top left scroll;
}
#dashboard-menu li.selected a:hover {
	background: #4598FF url('../img/dashboardmenuh.jpg') repeat-x top left scroll;
}
#dashboard-menu ul {
	background: #4598FF url('../img/dashboardmenu.jpg') repeat-x top left scroll;
	border-bottom: 1px solid #085fcb;
	height: 35px;
	width: 900px;
}
#dashboard-menu ul.submenu {
	background: #4598FF url('../img/submenu.jpg') repeat-x top left scroll;
	border-bottom: 1px solid #ababab;
}
#dashboard-menu ul.submenu a {
	color: #000000;
}
#dashboard-menu ul.submenu li.selected a {
	background: #4598FF url('../img/submenuh.jpg') repeat-x top left scroll;
}
#dashboard-menu ul.submenu li a:hover {
	background: #eeeeed;
}
#newmessage {
	position: absolute;
	background: #ed1c24;
	display: block;
	padding: 2px 6px;
	font-weight: bold;
	color: #ffffff;
	margin-top: -36px;
	margin-left: 85px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-box-shadow: 0 0 1px #c40a11;
	cursor: pointer;
}


#profileedit, #notificationedit {
	border: 1px solid #f0f0f0;
	padding: 8px 12px;
	background: #fafafa;
	font-size: 12px;
	-moz-border-radius:6px;
	-khtml-border-radius:6px;
	-webkit-border-radius:6px;
}
#profileedit table tr td table tr td:first-child, #notificationedit table tr td table tr td:first-child {
	text-align:right;
	padding-right: 10px;
}
#profileedit td {
	padding: 4px 0;
}
#profileedit p, #notificationedit p {
	margin: 10px 0;
}
#profileedit table, #notificationedit table {
	margin: 0 10px;
}
#profileedit input[type=text], #profileedit input[type=password], #profileedit textarea {
	border: 1px solid #c0c0c0;
	padding: 4px;
	margin: 2px;
}
#profileedit #username {
	width: 120px;
}
#profileedit #email {
	width: 200px;
}
#profileedit #displayname {
	width: 160px;
}
#profileedit #password, #profileedit #rpassword {
	width: 140px;
}
#profileedit #school {
	width: 200px;
}
#profileedit #firstname, #profileedit #lastname {
	width: 150px;
}
#profileedit #about {
	width: 250px;
	height: 50px;
	font-family: arial;
	font-size: 11px;
}
#profileedit #purpose {
	margin: 8px 2px;
}
#profileedit #deactivate {
	margin: 20px 0;
}

#notificationedit table {
	margin-bottom: 20px;
}
#notificationedit td {
	padding: 8px 0;
	border-bottom: 1px dotted #c0c0c0;
}
.required {
	color: red;
}





.tablelist th {
	background: #ededed;
	color: #888888;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #dddddd;
	text-shadow: 0 1px 0 #ffffff;
}
.tablelist td {
	padding: 15px 8px;
	color: #888888;
	border-top: 1px dotted #ffffff;
	border-bottom: 1px dotted #dddddd;
	text-shadow: 0 1px 0 #ffffff;
}
.tablelist tr:nth-child(odd) {
	background: #f9f9f9;
}
.tablelist tr:nth-child(even) {
	background: #fcfcfc;
}
.hasnew {
	position: relative;
	background: #2e73a7;
	display: block;
	float: left;
	padding: 2px 6px;
	font-weight: bold;
	color: #ffffff;
	font-size: 10px;
	font-weight: normal;
	margin-right: 5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	cursor: pointer;
}



#overlay {
	background: rgba(255, 255, 255, 0.4);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 90;
}
#thumbnailoverlay {
	position: relative;
	top: 50%;
	left: 50%;
	margin-top: -260px;
	margin-left: -250px;
	background: #fff;
	border: 12px solid rgba(0, 0, 0, 0.2);
	width: 500px;
	font-size: 12px;
	text-align: center;
	-moz-border-radius: 12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
}
#thumbnailcontainer {
	overflow: auto;
	height: 360px;
}
#thumbnailcontainer img {
	margin: 10px;
	cursor: pointer;
}
#thumbnailoverlay a {
	font-weight: bold;
	color: #ffffff;
}
#thumbnailoverlay .alignleft {
	float: left;
}
#thumbnailoverlay .alignright {
	float: right;
	font-weight: bold;
	color: #ffffff;
}
#thumbnailcustom {
	padding: 3px;
	border: 1px solid #000000;
}
#usecustomthumbnail {
	padding: 2px;
}
pre {
	white-space: pre-wrap;
	font-family: arial;
	font-size: 11px;
}
.thread {
	margin: 10px 2px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #c0c0c0;
	background: #fafafa;
	padding: 10px;	
}
.thread:nth-child(odd) {
	background: #ffffff;
}

