/*
Theme Name: Kashmir Travels
Theme URI: http://KashmirTravelsOnline.com/
Description: Custom WordPress theme developed for Kashmir Travels.
Version: 1.0
Author: PIN
Author URI: http://www.pin.com.pk/
*/

/* -----------------------------------------------------------------------
OVERRIDING - Default Styles
----------------------------------------------------------------------- */
body {
    background: #e1c05f;
    margin: 0 auto;
    padding:0;
}
.shadow_bg {
    width:950px;
    background: #fff url(images/bg.jpg) repeat-y top center;
    margin:0 auto;
    padding:0px;
    padding-left:25px;
    padding-right:25px;
}
.footercurve {
    background: url(images/footer.jpg) no-repeat top center;
    height: 60px;
}

.leftcolumn_bg {
    background: #fff url(images/leftcolumn_bg.gif) repeat-y top left;
}

h1 {
    font-size:2.4em;
    letter-spacing:-1px;
    line-height:100%;
    color: #000;
    padding-bottom:10px;
}
h2 {
    font-size:1.8em;
    line-height:100%;
    font-weight:bold;
    color: #666;
}
h3 {
    font-size:1.4em;
    font-weight:bold;
    line-height:100%;
    color: #000;
}

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

/* -----------------------------------------------------------------------
OVERRIDING - Grid / Layout Classes
----------------------------------------------------------------------- */
.column { float: left; margin-right: 10px; }
.last { margin-right: 0; }

/* ---------------------------------------------------------------------------*/
/* SELECTED TEXT BACKGROUND COLOR                                             */
/* ---------------------------------------------------------------------------*/
::selection                         { background: #000; color: white; /* Safari */ }
::-moz-selection                    { background: #000; color: white; /* Firefox */ }

/* -----------------------------------------------------------------------
CUSTOM Classes
----------------------------------------------------------------------- */
.logo {
    padding-top:20px;
}

.header {
    background: #000 url(images/header.jpg) no-repeat top;
    margin:0px;
    margin-left:20px;
    height:250px;
}
.headerbanner {
/*    border: 1px #b7ac98 solid;
*/
    width:900px;
    height:240px;
}
.footer {
   color:#e1c05f;
   margin:20px;
   margin-bottom:0px;
   font-size:0.9em;
}
.footer a { color:#e1c05f; text-decoration: underline; }
.footer a:hover { color:#e1c05f; text-decoration: underline; }

.contentarea {
    padding:25px;
}
.contentareabox {
    background: #fff;
    margin:20px;
    margin-right:0px;
    margin-top:0px;
    min-height:500px;
}
.sidebarboxcontainer {
    margin:20px;
}
.sidebarbox {

}
.sidebarbox ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
.sidebarbox li {
	list-style:none;
    border-left:1px #454545 solid;
    border-right:1px #454545 solid;
    border-bottom:1px #454545 solid;
	margin:0px;
    padding:0px;
    font-size:1.0em;
    font-weight:bold;
    line-height:125%;
}
.sidebarbox li a {
	padding:10px;
    display:block;
    text-decoration: none;
    background-color:#333;
    color:#f1d874;

}
.sidebarbox li a:hover {
    background-color:#000;
    color:#f1d874;
}
.sidebarboxhighlighttitle {
    background:#000;
    color:#fff;
    padding:10px;
}

.sidebarboxtitle {
    background: #e1c05f;
    color:#000;
    padding:10px;
}

.sidebarboxtitle h3, .sidebarboxhighlighttitle h3 {
    margin:0px;
    font-size:1.4em;
    font-weight:bold;
}

div.newsbox_container {
    background-color:#333; border-left:1px #454545 solid; border-right:1px #454545 solid; border-bottom:1px #454545 solid;
	float:left;
	padding:0;
	margin:0;

}

div.newsbox_container ul {
	list-style:none;
    margin:0px;
    padding:0px;
}
div.newsbox_container li {
    margin:0px;
    padding:0px;
	list-style:none;
    font-size:1.0em;
    font-weight:bold;
    line-height:125%;
}
div.newsbox_container li a {
    display:block;
    padding:20px;
    text-decoration: none;
    color:#f1d874;
}
div.newsbox_container li a:hover {
    text-decoration: underline;
    display:block;
    padding:20px;
    color:#f1d874;
}

/*
    ----------------------------------------------------------------------------
    SEARCH FORM
    ----------------------------------------------------------------------------
*/
#searchform #s {
    padding:5px;
    width:110px;
    border:1px #454545 solid;
    background-color:#333;
    color:#fff;
}
#searchsubmit {
    border:0px;
    width:105px;
    height:35px;
    color:#000;
    padding:0px;
    margin:0px;
    padding-left:7px;
	font-size: 1.4em;
    font-weight: bold;
    background: #352b26 url('images/button_search.png') 0 0 no-repeat;
}



/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

