/* Start of CMSMS style sheet 'Layout' */
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
margin:0;
padding:0;
}

/*
Set initial font styles
*/
body {
   text-align: left;
 font-family:Arial, Helvetica, sans-serif;
   font-size: 75.01%;
   line-height: 1em;
}

/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 1em;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}

/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link 
a:active {
   text-decoration: underline;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   color: #669900; 
}

a:visited {
   text-decoration: underline;
  color: #669900;                /* a different color can be used for visited links */
background:transparent;
border:0px;
}


/* remove underline on hover and change color */
a:hover {
   text-decoration:none;
   color: #669900;
}

/*****************
basic layout 
*****************/
body {
background:#000 url(images/kashmir/body-bg.gif) no-repeat left top;
   color: #333333;
   margin:0 0 50px 0;    /* gives some air for the pagewrapper */
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
}

/* center wrapper, min max width */
div#pagewrapper {
   border: 0px solid black;
   margin: 0 auto;       /* this centers wrapper */
width:900px;
background:#fff;
   color: #333333;
overflow:hidden;
}

div#pagewrapper2 {
   margin: 0 auto;       /* this centers wrapper */
   width:860px;
}


/*** header ***
we will hide text and replace it with a image
we need to assign a height for it so that the image wont cut off
*/
div#header {
   height: 203px;    /* adjust according your image size */
   background: #fff url(images/kashmir/banner.jpg) no-repeat;    
   padding:0 0 20px 0;
   margin:0;       
}

#header h1{display:none;}

div#banner{
   height: 203px;    /* adjust according your image size */
   background: #fff;     
   padding:0;
   margin:0;            
}

div#bannerpage {
   height: 81px;    /* adjust according your image size */
   background: #1C4577;     
padding:0;
margin:0;            
}

div#content {
   margin: 0px auto 0px 0;   /* some air above and under menu and content */
padding:0px 0 0px 0;
width:860px;
}

div#main {
 margin:0 0 10px 220px;

#main #pad{padding-right:20px;}


/*background:yellow;*/
}

div#main p {
line-height:1.8em;
padding:0 0 9px 0;
margin:0;
}

div#main a, a:link, a:visited {
   color: #98012E;
text-decoration:underline;
}


div#main a:hover{
   color: #98012E; /* needed becouse footer link would be same color as background otherwise */
text-decoration:none;
}

div#panel {
padding:0px 0px 0 10px;
margin:0px 0 0 0;
border-top: 0px solid #B1BFCB;
width:500px;
float:left;
}

div#panel img{
padding:0px 0px 10px 10px;

}

div#leftpanel {
padding:0px 0px 0 10px;
margin:0px 0 0 0;
/*background:pink;*/
width:374px;
float:left;
}

#club{
   width:182px;
   padding:45px 170px 0 22px;
   margin:44px 0 0 0;
   height:104px;
   background:url(images/kashmir/kash-club.gif);
}

#club h2 span{
   display:none;
}

div#main #club p{
   line-height:1.2em;
}

div#rightpanel {
padding:0px 0px 0 0;
margin:0px 0 0 0;
float:right;
width:226px;
text-align:center;
}

div#box1{
   width:186px;
   height:299px;
   margin-bottom:20px;
}

div#box2{
   width:226px;
   height:151px;
   background:url(images/kashmir/box2.gif) no-repeat;
   text-align:left;
}

div#main div#box2 ul, div#main div#box2 ul li{
   margin:0; padding:0;
   text-align:left;
}

div#main div#box2 ul{
   padding:55px 0 0 33px;
}

div#main div#box2 ul li{
   color:#fad539;
   list-style:disc;
}

div#main div#box2 ul li a{
   color:#fff;
   text-decoration:none;
}

div#bottom {
background:url(images/dog/bottom-bg.gif) repeat-y;
width:556px;
padding:0px 0px 0 0;
margin:0;
}

div#faq{
padding:0px 0px 0 0;
margin:0px 0 0 0;
background:url(images/dog/bottom-bg.gif) repeat-y;
width:286px;
float:left;
}

div#faq p  {
padding:10px 20px 10px 20px;
margin:0px 0 0 0;
}


div#feature{
padding:0px 0px 0 0;
margin:0px 0 0 0;
float:right;
width:270px;
text-align:left;

}

div#feature p {
padding:20px 20px 10px 20px;
margin:0px 0 0 0;
}

div#featurenews p{
padding:0px 20px 10px 20px;
margin:0px 0 0 0;
}

div#leftul {
float:left;
padding:0px 0 0 0;
}

div#rightbutton {
float:right;
padding:7px 5px 0 0;
}


.clear2 {
clear:both
}



div#sidebar {
   float: left;        /* set sidebar on the left side. Change to right to float it right instead. */
   width: 220px;     /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX IE double margin bug */
   margin-left: 0;
   background:url(images/kashmir/sidebar.gif) no-repeat right top;
   padding-bottom:150px;
}

div#links {
background:#F0F0F0;
padding:10px;
margin:0;
border-bottom:1px solid #D1E0B2;
}

div#links a, a:links, a:visited {

color:#6D8E2B;
text-decoration:underline;
border-bottom:0px solid #D1E0B2;
}

div#links a:hover {
background:#F0F0F0;
color:#6D8E2B;
text-decoration:none;
border-bottom:1px solid #D1E0B2;
}

div#footer {
   clear: both;       /* keep footer below content and menu */
   color: #333;
   background: #fff url(images/dog/footer.gif) no-repeat;
padding:25px 10px 0 10px;
text-align:left;
width:840px;
height:31px;
background:url(images/kashmir/footer-bg.gif) no-repeat;
margin:20px 0 20px 0;

}

/*div#impact {
   color: #608F01;
font-size:0.9em;
line-height:2em;
padding:10px 0 0 20px;
text-align:center;
margin:0 auto;
width:760px;
}*/

div#impact a, a:link, a:visited {
text-decoration:none;
   color: #608F01;
}

div#impact a:hover{
text-decoration:underline;
   color: #608F01;
}

div#footer p {
   font-size: 0.8em;
   padding: 1.5em;       /* some air for footer */
   text-align: center;  /* centered text */
   margin: 0;
}

div#footer a, a:link, a:visited {
   color: #98012E;
text-decoration:underline;
}


div#footer a:hover{
   color: #98012E; /* needed becouse footer link would be same color as background otherwise */
text-decoration:none;
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   padding: 1em;
   border-bottom: 1px dotted black;
   margin: 1em;
}

/* relational links under content */
div.left49 {
  width: 49%; /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}




/********************
CONTENT STYLING
*********************/
div#content {
}

/* HEADINGS */
div#content h1 {
   font-size: 2.3em; /* font size for h1 */
   line-height: 1.3em;
   margin: 0 0 10px 0;
color:#9C002C;
font-family: "Times New Roman", Times, serif;
font-weight:normal;
}

div#panel h1 {
   font-size: 2.3em; /* font size for h1 */
   line-height: 1.3em;
   margin: 0 0 10px 0;
font-weight:normal;
}

div#content h2 {
color:#333333;
   font-size: 20px;
   line-height: 1.3em;
   margin: 0 0 1em 0;

}
div#content h3 {
color:#9C002C;
   font-size: 1em;
   line-height: 1.4em;
   margin: 0.5em 0 1em 0;

}
div#content h4 {
   color: #629201; 
   font-size: 1em;
   line-height: 2em;
   margin: 0.5em 0 1em 0;
}
div#content h5 {
color:#9C002C;
   font-size: 1em;
   line-height: 1.5em;
   margin: 0.5em 0 0em 0;
font-weight:bold;
}

div#faq h5 {
color:#629201;
   font-size: 1em;
   line-height: 1.3em;
   margin: 24px 0 0.25em 20px;
font-weight:normal;
}


h6 {
   color: #294B5F; 
   font-size: 1em;
   line-height: 1.5em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 1.5em 0; /* some air around p elements */
   line-height: 1.2em;
   padding: 0;
}

blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;


}

/* Separating the divs on the template explanation page, with some bottom-border */
div.templatecode {
  margin: 0 0 2.5em;
}

/* END TEXT */

/* LISTS */
/* lists in content need some margins to look nice */
div#main ul,
div#main ol,
div#main dl {
	font-size: 1.0em;
	line-height: 1.4em;
	margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {
	margin: 0 0 0.25em 3em;
}
/* definition lists topics on bold */
div#main dl {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #c0c0c0;
}
div#main dl dt {
	font-weight: bold;
	margin: 0 0 0 1em;
}
div#main dl dd {
	margin: 0 0 1em 1em;
}
/* END LISTS */

textarea.user {
width:200px;
height:150px;

}

.formwidth {
margin:4px 0 4px 4px;

}

textarea.user {
width:200px;
height:100px;
}
/* End of 'Layout' */

