/*
Theme Name: Bakka
Theme URI: NA
Description: Theme for Bakka Phoenix Book Store
Version: 1.0
Author: Mos Marketing
Author URI: http://www.mosmarketing.com
*/


/* CSS Document */

body  {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin: 0; 
	padding: 0; 
	background:#0a172e url(images/bakka-bg-stars.jpg) no-repeat scroll center top;
	
	width: 100%;
  	display: table;

}

#container { 
	width: 960px; 
	background: #FFFFFF none repeat scroll 0 0;
	margin: 160px auto 0; /* the auto margins (in conjunction with a width) center the page */
	background:transparent url('images/paper.gif') top;
	background-repeat:repeat-y;
	
} 

/* Header */


#navbar {
	width: 960 px;
	height:31px;
	background-color: #006699;
	padding: 0px 10px 0px 10px;
	margin: 0px;
	background-image:url('images/navbar.jpg');
}

#navbar a {
	color: #fff;
	text-decoration: none;
	padding: 0px 5px 0px 5px;
}

#navbar ul {	
	margin: 0px;
	padding: 0px 0px 0px 0px;

	font-size: 12px;
	font-weight: bold;
	overflow:hidden;
	line-height: 30px;
	white-space: nowrap;
}

#navbar li {
	border-left: 1px #0099cc solid;
	color:#FFF;
	list-style-type: none;
	display: inline;
}

/*
#navbar li:last-child {
	border-left: 0px;
}
*/

#navbar li:first-child {
	border-left: 0px;
}

#navbar a:hover {
	color:#ccffff;
}

#navbar li#currentPgLnk a {
	color:#ccffff;
}

/* Horizontal Nav Bar End */

.address {
	
	color:#FFF;
	font-size: 12px;
	font-weight: bold;
	width:350px;
	height:21px;
	float:left;
	border: 0px;
	padding:7px 0px 0px 10px; 
}
	
.menu
{
	float:right;
}

/* Main Content Start */

#mainContent { 
	padding: 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	margin: 10px 10px 20px 40px;
	width: 565px;
	min-height: 600px;
	float:left;
} 

.commentlist {
	border: 1px solid #ccc;
	width: auto;
	padding-top: 1em;
}

#tec-content { /* Reposition the Calendar display */
	width: 900px;
	padding-left: 32px;
}

.post {
	padding-bottom: 1em;
	margin-bottom: 1.5em;
	border-bottom:1px dotted #CCCCCC;
}

.attachment {
	padding: 0px 50px;
}

/* Main Content End */

/* Sidebar Start */

#sidebarwrap {
	width: 290px;
	margin: 12px 35px 20px 10px;
	float:right;
	border: 1px solid #ccc;
	background-color:#FFF;
}

.sidebartop {
	height: 24px;
	padding: 0px;
	margin: 0px 15px 0px 15px;
	border-bottom: #ccc solid 1px;
}

.sidebarcontent {
	background: #fff;
	padding: 5px 15px 15px 15px;
	height: 100%;
}

.sidebarcontentevent {
	background: #fff;
	padding: 15px 15px 15px 40px;
	height: 100%;
}

.sidebarcontentevent ul {
	padding-left: 25px;
	color:#0a172e;
}

.sidebarcontentevent li {
	padding-bottom: 3px;
	color: #cc6633;
	
	font-size:.75em;
}

.sidebarcontent ul {
	padding-left: 25px;
	color:#0a172e;

}

.sidebarcontent li {
	padding-bottom: 3px;
	color: #cc6633;
	
	font-size:.75em;
}

/*
#login {
	width: 100px;
	padding-top: 3px;
	padding-left: 2em;
	float: left;
}

#register {
	width: 100px;
	padding-top: 3px;
	float:right;
	}
*/

#respond {
	margin-left: 60px;
	
}


#sidebarwraptwo {
	width: 290px;
	margin: 12px 30px 0px 10px;
	float:right;
}

#login {
	font-size: 11px;
	color: #006699;
	margin: 0px 10px 0px 0px;
	padding: 2px 0px 0px 20px;
	float:right;
	text-align: right;
}

#login li{
	display: inline;
	color: #cc6633;
	text-align: right;
}

#register {
	font-size: 11px;
	color: #006699;
	margin: 10px 0px;
	padding: 2px 0px 0px 15px;
}

#register li{
	display: inline;
	color: #cc6633;
	text-align: right;
}

#searchbox {
	
	font-size:12px;
	padding: 25px 0px 15px 10px;
	width: 290px;
}

#searchbox  label {
 	font-size: 10px;
}

#searchbox  input {
 	background-color: #DFDFDF;
}

#searchsubmit {
	margin: 10px 22px 10px 0px;
	float: right;
	color: #006699;
}

/* Sidebar End */

/* Footer Start */

#footer { 
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url('images/footer.jpg') no-repeat top #0a172e;

	font-size: .7em;	
	margin: 10px 0px 10px 0px;
	clear:both;
	width:960px;
	height: 24px;
} 

#footer p { 
	padding: 5px;
	color:#FFF;
}

/* Footer End */

/* ----- Floats -------- */

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
}

.clearleft { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:left;
}

.clearright { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:right;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
}


/* ---- End Floats -------- */

/* Text and Image Styling Start */

h1 {
	
	font-size:24px;
	color: #006699;
	font-weight:100;
}

h1.first {
	
	font-size:24px;
	color: #006699;
	font-weight:100;
	float:left;
}

h1.second {
	
	font-size:24px;
	color: #006699;
	font-weight:100;
	padding: 0px 0px 0px 10px;
	float:left;
}

/* coding for making h1 subhead links 

h1.first a {
	color: #006699;
	text-decoration:none;
}

h1.first a:hover {
	color: #006699;
	text-decoration:none;
}

h1.second a {
	color: #999;
	text-decoration:none;
}

h1.second a:hover {
	color: #006699;
	text-decoration:none;
}

coding for making h1 subhead links, end */

h2 {

	font-size: 18px;
	color: #006699;
	font-weight:100;
	line-height: 125%;
}

h2.sidebar {

	font-size:1em;
	color: #CC6633;
	font-weight: bold;
}

h3 {

	font-size: 0.9em;
	color: #000;
	font-weight: bold;
	line-height: 120%;
}

p {
	
	font-size: 0.8em;
	line-height: 145%;
	color:#000;	
}

a {
	color: #006699;
	text-decoration:none;
}

a:hover {
	color: #0099cc;	
}

.bullet {
	
	font-size: 0.8em;
	line-height: 145%;
	color:#000;	
}

.NoBullet {
  list-style-type: none}

.image {
	border: 0px;
	padding: 5px 0px 10px 0px;
}

.padding {
	padding-top: 75px;
}

.bold {
	font-weight:bold;
}

.risecap {
	color:#006699;
	font-size:2em;
}


/* Text and Image Styling End */

