/* 
Theme Name:Drifting
Theme URI:http://www.themesdemo.com/
Design Name:Samir
Description:Drifting inspired Wordpress theme by themesdemo.com
Version:1.0
Author:Samir Kamble
Author URI:http://www.samirkamble.com
*/

body {  
  font-family: arial, helvetica, arial, sans-serif;
  font-size: 80%;
  color: #234163;
  background-color: #EEF3FA;
  margin: 30px;
}

a {
  color: #5A799D;
}

a:hover {
  text-decoration:none;
  /*background-color: #EEEEEE;*/
}

acronym {
  cursor: help;
  border-bottom: 1px dashed #AAAAAA;
}

img {
  border: 0px;
}

ul {
  list-style-image:  url(images/bullet.gif);  
}


/* -- MAIN CONTAINER -- */

#layoutBox {
  float: left;
  border: 1px solid #5A799D;
  background-color: #FFFFFF;
  padding: 10px;  
}


/* -- HEADER CONTAINER -- */

#headerBox {
  height: 4em;
  border: 1px solid #5A799D;
  background: #7897BB url(images/hdr_bg.jpg) repeat-x bottom;
}

#headerLeftBox {
  float: left;
  width: 40%;
  height:4em;
  background:  url(images/hdr_left.jpg) no-repeat bottom left;
  text-align: right;
  text-transform:capitalize;
  text-decoration:none;
}
#headerLeftBox a{
  text-transform:capitalize;
  text-decoration:none;
}
#headerRightBox {
  float: right;
  width: 40%;
  height: 4em;
  background:  url(images/hdr_right.jpg) no-repeat bottom right;
}
 
 
/* -- HEADER STYLES -- */

.title {
  font-family: times new roman, helvetica, arial, sans-serif;
  font-size: 280%;
  font-weight: bold;
  font-style: italic;
  color: #FFFFFF;
  line-height: 0.9em;
}

.subTitle {
  font-size: 90%;
  color: #5A799D;
}


/* -- MENU CONTAINER -- */

#menuBox {
  float: left;
  width: 15em;
  margin: 10px 0 0 0;
  border-right: 1px solid #5A799D;  
  text-align: left;
}

#menuBox p {
  margin: 5px 0 0px 2px;
}

#menuBox br {
  margin-top: 30px;
}


/* -- CONTENT CONTAINER -- */

#mainContent {
  margin: 10px 0 0 16em;
  border-left: 1px solid #5A799D;
}

#mainContent br {
  margin-top: 10px;
}

#mainContent p {
  padding: 0px 5px 2px 10px;
}

.spacer {
  height: 1px;
  clear: both;
}

/* Used by items meant for text only rendering */

.noDisplay {
  display: none;
}


/* -- HEADER/FOOTER STYLES (menuBox & mainContent) -- */

#mainContent h1, #menuBox h1, .menuFooter, .footer {
  font-family: times new roman, helvetica, arial, sans-serif;
  font-size: 125%;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #5A799D;
  background: #EEF3FA url(images/hdr_icon.gif) no-repeat bottom right;
  border-top: 1px solid #5A799D;
  border-bottom: 1px solid #5A799D;  
  display: block; 
  padding: 2px 2px 2px 10px;
  margin: 0 0 10px 0;
  text-decoration:none;
}

#mainContent h1, .footer {
  /*border-right: 1px solid #5A799D;*/
  text-transform:capitalize;
    text-decoration:none;
} 
#mainContent h1 a, .footer {
 /* border-right: 1px solid #5A799D;*/
  text-transform:capitalize;
    text-decoration:none;
} 

.menuFooter, .footer {
  margin-bottom: 0px;
}

#menuBox h1, .menuFooter {
 /* border-left: 1px solid #5A799D;*/
  text-transform:capitalize;
}
#menuBox h1 a{

  text-transform:capitalize;
}
#mainContent h2, #menuBox h2 {
  font-size: 100%;
  font-weight: bold;
  background-color: #EEEEEE;
  display: block;
  padding: 0px 0px 0px 5px;
  margin-bottom: 0px;
}

html>body .entry ul {
	margin-left: 22px;
	padding: 10 50 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 10px 0 15px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {

	}
.entry ol {
	padding: 0 10 10 35px;
	margin: 0;
	}

.entry ol li {
	margin: 10px;
	padding: 0px;
	}

#mainContent h2 {
  margin-left: 10px;
}

#mainContent h1, #mainContent h2, .footer {
  clear: right;  /* Set to both if you don't care about Internet Explorer */
}

.footer {
  font-family: arial, helvetica, arial, sans-serif;
  font-size: 80%;
  font-weight: normal;
  border-right: 1px solid #5A799D;
  border-left: 0px;
}

.footer a:hover {
  background-color: #D6E1F1;
}

.footer br {
  margin: -20px;
}


/* -- MENU/NEWS ITEM STYLES -- */

.newsGroup {
  padding: 0px 5px 0px 5px;
  margin-bottom: 30px;
}

.menuGroup {
  padding: 0px 0 0px 0;
 /* margin-bottom: 10px;*/
}

.menuGroup a {
  color: #35567C;
  text-indent: 3em;
  text-decoration: none;
  margin-bottom: 0px;
  display: block;  
}

.menuGroup ul{
  color: #35567C;
  text-indent: 3em;
  text-decoration: none;
  margin-bottom: 0px;
  display: block;  
}
.menuGroup ul li{
margin-bottom:2px;
margin-top:2px;

}
.menuGroup a:hover {
  /*color: #FFFFFF;*/
 /* background-color: #5A799D;*/
}

/* -- IMAGE STYLES -- */

.imgRight, .imgLeft {
  padding: 10px 5px 5px 10px;
  border: 1px solid #FFFFFF;
}

.imgRight {
  float: right;
}

/* Below style will not work correctly unless clear = "both" on the
   #mainContent h1, #mainContent h2, .footer class */

.imgLeft {
  float: left;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 0px 0px 0px 0;
	}

#commentform textarea {
	width: 96%;
	padding: 2px;

	}

#commentform #submit {
	margin: 0;
	float: right;
		margin-right:20px;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 0px 0px 0px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



