/*
Theme Name: GDC Kupwara
Theme URI: http://www.gdckupwara.com
Description: Customized theme for GDC Kupwara
Version: 1.0
Author: Freshcode
Author URI: http://www.freshcode.in
*/

/*------------------------------------------------
		GLOBAL BROWSER RESET / Eric Meyer
------------------------------------------------*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
	outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family:Georgia, "Times New Roman", Times, serif;
  vertical-align: baseline;
}

body { 
  line-height: 1.6;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

/*----------- END OF BROWSER RESET --------------*/

/*------------------------------------------------
								GLOBAL STYLING
------------------------------------------------*/

a{color:#1873A5;text-decoration:none;}
a:hover {color:#C85612;}

body {
	background:url(picx/bg.gif) repeat-x #B1D7F7;
	color:#333333;
}

#wrapper {
	width:960px;
	margin:10px auto 0 auto;
	background:url(picx/transparency-black.png);
	padding:8px;
}

#wrapper-inner {
	background:#fff;
	padding:10px;
}

header, article, section, aside, nav, footer, hgroup {display:block;}
h1, h2, h3, h4, h5, h6{font-weight:normal;}

.fixed-width {width:978px; margin:0 auto;}
/*----------- END OF GLOBAL STYLING ------------*/

/*------------------------------------------------
								HEADER STYLING
------------------------------------------------*/
header {position:relative; z-index:200;}

#primary-links {height:35px; position:relative;}
#primary-links li {
	float:left;
	list-style:none; 
	margin:5px 4px 0 0;
	position:relative;
}

#primary-links ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}

#primary-links ul li {
	width:100%;
	position:relative;
}

#primary-links li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}

#primary-links li a {
	display:block;
	float:left;
	background:url(picx/primary-links-bg.gif) repeat-x left -5px; 
	height:30px; 
	padding:0 10px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:0.7em;
	line-height:30px;
	text-transform:uppercase;
	text-decoration:none;
	color:#FFF;
	text-shadow:#333 1px 1px 2px;
	position:relative;
}

#primary-links li:hover ul,
#primary-links li.sfHover ul {
	left:			0;
	top:			30px; /* match top ul list item height */
	z-index:		99;
}

#primary-links li:hover li ul,
#primary-links li.sfHover li ul {
	top:			-999em;
}
#primary-links li li:hover ul,
#primary-links li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
#primary-links li li:hover li ul,
#primary-links li li.sfHover li ul {
	top:			-999em;
}
#primary-links li li li:hover ul,
#primary-links li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

#primary-links li a:hover {
	background:url(picx/primary-links-bg.gif) repeat-x left -40px; 
}

#primary-links li.current_page_item a,
#primary-links li.sfHover a
{
	background:url(picx/primary-links-bg.gif) repeat-x left -74px;
	color:#333;
	text-shadow:none;
}

#primary-links li.sfHover ul {
	border-right:1px solid #999;
	border-left:1px solid #666;
	border-bottom:2px solid #666;
	background:url(picx/menu-dropdown-bg.gif) bottom repeat-x #FFF;
	
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
}

#primary-links li.sfHover ul li {
	border-bottom:1px solid #CCC;
}

#primary-links li.sfHover ul li a {
	background:none;
	text-shadow:#CCC 1px 1px 1px;
	overflow:hidden;
}

#primary-links li.sfHover ul a:hover {
	text-shadow:#CCC 1px 1px 1px;
	color:#893A01;
}

#site-name {
	margin:20px 0 0 20px;
}
#site-name a {
	text-indent:-9999px;
	background:url(picx/site-logo.jpg) no-repeat;
	width:295px;
	height:63px;
	display:block;
}
/*----------- END OF HEADER STYLING ------------*/

/*------------------------------------------------
								MAIN CONTENT
------------------------------------------------*/
#main {
	background:url(picx/main-bg.png) repeat-y;
}

.top-corner {background:url(picx/main-bg-top.png) no-repeat; height:24px;}
.bottom-corner {background:url(picx/main-bg-bottom.png) no-repeat;height:24px;margin-bottom:10px;}

.main-inner {
	margin:0 9px;
}

#intro {
	position:relative;
	z-index:1;
	top:-12px;
	width:960px;
}

#intro li {
	list-style:none;
	position:relative;
}

#intro li img {position:relative;z-index:1;}

#intro p {
	position:absolute;
	bottom:0px;
	left:0;
	width:760px;
	background:url(picx/background-overlay.png) repeat;
	background:rgba(0, 0, 0, 0.8);
	color:#CCC;
	padding:3px 0 3px 200px;
	font-size:0.9em;
	font-style:italic;
	z-index:10;
}

.carousel-controls {
	position:relative;
	bottom:53px;
	left:30px;
	z-index:10;
}

.carousel-controls a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	background:#FFF;
	padding:0 4px;
	margin:0 1px;
	color:#333;
}

.carousel-controls a:hover, .carousel-controls a.hover {
	background:#881226;
	color:#FFF;
}

.content {
	margin:0 20px;
}

.three-cols section {
	float:left;
	width:31%;
	margin:0 1.5%;
	border-right:1px dotted #CCC;
}

.section-content {
	width:96%;
	font-size:0.9em;
}

.three-cols .first {margin-left:0;}
.three-cols .last {margin-right:0; border-right:0;}

.heading { margin-bottom:10px;}

.heading span {
	font-family:Georgia, "Times New Roman", Times, serif; font-size:1.5em;
	font-style:italic;
	background:url(picx/heading-underline.gif) no-repeat left bottom;
	color:#094A7B;
	text-shadow:#CCC 1px 1px 2px;
	padding-bottom:6px;
}

.more-link,
.post-details a {
	background:#FF9;
	border:1px solid #CCC;
	border-top:none;
	border-left:none;
	font-size:0.8em;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#666;
	padding:0 6px;
	float:right;
}

.more-link:hover,
.post-details a:hover{
	border-color:#999;
	color:#04386C;
}

.vision-mission {font-style:italic;}
.vision-mission strong{color:#834201;}

.row-item {
	border-bottom:1px solid #E1E3DF;
	padding:5px 0;
	margin:5px 0;
}

.events-row { background:url(picx/events-icon-bw.png) no-repeat 1px 7px;padding-left:24px;}
.events-row:hover { background:url(picx/events-icon.png) no-repeat left 6px;}

.news-row { background:url(picx/news-icon.png) no-repeat left 6px;padding-left:24px;}

.downloads-row {background:url(picx/downloads-icon-bw.png) no-repeat left 6px;padding-left:24px;}
.downloads-row:hover {background:url(picx/downloads-icon.png) no-repeat left 6px;padding-left:24px;}

.date {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:0.9em;
	letter-spacing:0.02em;
	text-transform:uppercase;
	color:#A6A6A6;
	line-height:1.1em;
}

.section-content h4 {line-height:1.1em;padding-top:3px;}
.section-content h4 a {
	text-decoration:none;
	font-style:italic;
}

.slideshow {display:inline-block;border:1px solid #E4E4E4; margin:6px 4px;}
.slideshow:hover{border-color:#99D6F7;}
.slideshow img {margin:4px; vertical-align:bottom;}


/* SINGLE PAGE */
.single {width:65%; float:left; margin-right:2%;}
aside {float:left; width:30.5%; padding-left:2%; border-left:1px solid #CCC;}

.title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.6em;
	line-height:1.2em;
	font-weight:bold;
	letter-spacing:-0.02em;
	color:#1873A5;
	border-bottom:1px solid #CCC;
	margin-bottom:4px;
}

.post-content {margin-top:30px;font-size:0.9em; line-height:1.4em; text-align:justify; color:#444;}
.post-content h4 {margin:10px 0; font-style:italic; font-size:1.3em; color:#813701;}
.post-content p{margin:10px 0;}
.post-content em {font-style:italic;color:#666;}
.post-content string{font-weight:bold;}
.post-content ul,
.post-content ol{margin-left:30px;}
.post-content blockquote {font-style:italic; color:#666; margin:10px;}
.post-content .intro {font-size:1.2em;font-style:italic; color:#222;}
.post-content img {border:1px solid #CCC; padding:5px; margin:5px;}
.post-content table {width:100%; border-collapse:collapse;}
.post-content td {border:1px solid #CCC; padding:5px;}
.post-content thead td{background:#D7F5FF; color:#015492;}

.download-link {font-size:1.2em; float:left;}

/*----------- END OF MAIN CONTENT --------------*/

/*------------------------------------------------
									SIDEBARS
------------------------------------------------*/
.block{}
.block .heading span{background:none;font-size:1.2em;}
.block .section-content{width:100%;}

/*------------- END OF SIDEBARS ---------------*/

/*------------------------------------------------
								FOOTER CLASSES
------------------------------------------------*/
footer {
	background:url(picx/footer-bg.gif) repeat-x;
	height:196px;
}

.footer-content {height:151px; padding-top:15px;}
.footer-content li {float:left; width:19%; margin-right:1%; list-style:none;}
.footer-content li li {float:none;width:100%;margin:0;}
.footer-content h5 {color:#FFF; font-style:italic;font-size:1.2em; text-shadow:#000 1px 1px 2px; margin-bottom:10px;}
.footer-content li li {line-height:1.3em;}
.footer-content li li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#CCC;
}

li.newsletter-col {background:url(picx/newsletter-text.gif) no-repeat left; padding-left:3%; width:14%}
.newsletter-picx {border:3px solid #666; display:inline-block;}
.newsletter-picx:hover {border-color:#777;}
.newsletter-picx img {vertical-align:bottom;}

.footer-content li li a:hover {color:#FFF; border-bottom:1px solid #666;}

.credits, .credits * {font-family:Arial, Helvetica, sans-serif; line-height:23px;}
.credits {font-size:0.7em;color:#666;position:relative;}
.credits a{color:#999;}
.credits a:hover{text-decoration:underline;}
.credits .copyright {position:absolute; right:0;}

.overlay-window{
	background:#333;
	filter: alpha(opacity = 90);
	position:absolute;
	z-index:999;
	left:0;
	top:0;
	display:none;
}

.window-box {
	width:300px;
	height:90px;
	background:#FFF;
	margin:auto;
	padding:40px 20px;
	font-style:italic;
	font-size:0.9em;
	text-align:center;
}

/*----------- END OF FOOTER CLASSES ------------*/

/*------------------------------------------------
								UTILITY CLASSES
------------------------------------------------*/
.round-corner {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

.clear-both {
	clear:both;
}

.hr {margin:0 0 10px 0; padding:10px 0 0 0; border-bottom:1px dotted #CCC;clear:both;}

.img-border{padding:5px; border:1px solid #DDD;}

.alignright{float:right;}

/*----------- END OF UTILITY CLASSES ------------*/
