/* @override http://naagapp:8888/css/home.css */

/* @override http://naagapp:8888/css/home.css */

/* @override http://naagapp:8888/css/home.css */

/* @override http://dev.designedmemory.com/c7/workspace/css/home.css */

/* @override http://dev.designedmemory.com/c7/workspace/css/home.css */

/* @override http://dev.designedmemory.com/c7/workspace/css/home.css */

/* @override http://dev.designedmemory.com/c7/workspace/css/home.css */

/* @override http://dev.designedmemory.com/c7/workspace/css/home.css */

/* @override http://dev.designedmemory.com/c7/workspace/css/home.css */

/* @override http://dev.designedmemory.com/c7/workspace/css/master.css */

/* @override http://dev.designedmemory.com/c7/workspace/css/master.css */

/* @override http://dev.designedmemory.com/ao_blog/workspace/css/master.css */

/* @override http://dev.designedmemory.com/ao_blog/workspace/css/master.css */

/* @override http://dev.designedmemory.com/ao_blog/workspace/css/master.css */

/* @override http://dev.designedmemory.com/ao_blog/workspace/css/master.css */

/* @override http://localhost:8888/ao_blog/workspace/css/master.css */

/* @override http://localhost:8888/ao_blog/workspace/css/master.css */

/* @override http://localhost:8888/ao_blog/workspace/css/master.css */

/* @override 
	http://localhost:8888/koobaBlog/wp-content/themes/koobablog/style.css
	http://localhost:8888/piano-sonata-ensemble/workspace/css/master.css
*/

/* 
Theme Name: Naag
Description: NAAG 
Author: Liam Rutherford
Version: 0.3;


*/

/*  The following CSS Reset was written by Dejan Cancarevic
http://stylizedweb.com/2008/02/14/10-best-css-hacks/         */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;}caption, th, td {text-align:left;font-weight:normal;}table {border-collapse:separate;border-spacing:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}
{margin:0;padding:0;}

/*
FONT
*/



@font-face {
	font-family: 'NAAGMain';
	src: url('../fonts/RNS_Camelia.otf') format('opentype');
}

@font-face {
	font-family: 'NAAGDidot2';
	src: url('../fonts/DidotLTPro-Roman.otf') format('opentype');
}

body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #333;
}

h1, h2, h3, h3, h4, h5, h6, p, a {
	font-family: "HelveticaNeue", Arial, Helvetica, Geneva, sans-serif;
}

h2 {
	font-size: 20px;
	line-height: 30px;
}

h3 {
	font-weight: 100;
	font-size: 22px;
}

h4{
	font-size: 11px;
	color: #5b5b5b;
}

p {
	font-size: 14px;
	line-height: 18px;
}

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




/*
Here is a list of all the <DIV>s in Whiteboard.
*/



#wrapper{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
	
/*
HEADER
*/
#header{
	padding-top: 40px;
	height: 160px;
	min-width: 1150px;
	max-width: 1400px;
	margin: auto;
	padding: 20px 20px 0 20px;
	
}

/* Logo  */

#logo {
	float: left;
	padding-top: 40px;
}

/* SPLASH */


#popContainer {
	z-index: 9999000;
	width: 100%;
	overflow: hidden;
}
#logoContainer {
	z-index: 99999;
	width: 100%;
	overflow: hidden;
}


/* Nav */

#nav ul li {
	display: inline;
	padding: 0;
	color: #060606;
	font: 14px NAAGMain, "Helvetica Neue", Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}

#nav ul li a{
	display: inline;
	padding: 0 17px 0 0;
	color: #060606;
	font: 14px NAAGMain, "Helvetica Neue", Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}

#nav ul.right li a{
	display: inline;
	padding: 0 0px 0 25px;
	color: #060606;
	font: 14px NAAGMain, "Helvetica Neue", Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}

#nav {
	height: 20px;
}

#nav .left {
	float: left;
}

#nav .right {
	float: right;
}


/* Search Box */

#search {
	width: 460px;
	margin: 0 auto;
	
}



#search form input#box {
	padding: 0px;
	border: 1px solid #c9c9c9;
	height: 10px;
	margin-right: 5px;
	padding: 5px;
	float: left;
	width: 180px;
	color: #656565;
}

#search form input#btn  {
	padding: 0px;
	height: 22px;
	display: inline;
}


/* Subscribe */

#mailinglist {
	padding-top: 20px;
	float: right;
	padding-right: 15px
}

#mailinglist input#box {
	padding: 0px;
	border: 1px solid #c9c9c9;
	height: 12px;
	margin-right: 5px;
	padding: 5px;
	float: left;
	width: 180px;
	color: #656565;
}

#mailinglist input#btn  {
	padding: 0px;
	height: 22px;
	display: inline;
}

/*
CONTENT
*/

#content{
	min-width: 1150px;
	max-width: 1400px;
	margin: 0 auto auto;
	padding: 0 20px;
	
	
}



/* Left, Centre, Right */
#left {

}


/*
FOOTER
*/
#footer{
	
	margin: auto;
	min-width: 1150px;
	max-width: 1400px;
	height: 50px;
	
	padding: 50px 20px 20px 20px;

	
}

#footer a{
	
	color: #999999;
	
}

/* Sub Nav */

#sub-nav {
	
	float: left;
	padding: 20px 0 ;
	
}

#sub-nav ul li {
	
	list-style: none;
	display: inline;
	padding: 0 10px 0 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #a2a2a2;
	font-size: 11px;
}

#footer #version, #footer #version p {
	
	
	float: right;
	font-size: 9px;
}

/* INDIVIDUAL CAT INDEX*/

#catList {
	
}

#catList .catIndexArticle{
	width: 300px;
	
	float: left;
	padding: 25px;
	float: left;
}

#catList h2{
	margin-bottom: 5px;
	font-weight: bold;
}

/* PANEL */

/* Beauty */

#beautyPanel {

}

#beautyPanel h2 {

}

#beautyPanel h3, #beautyPanel h3 a {

}

#beautyPanel p {

	

}

/* Places */

#placesPanel {

}

#placesPanel h2 {
	
}

#placesPanel h3 {

}

#placesPanel p {


}

/* Culture */

#culturePanel {

}

#culturePanel h2 {

}

#culturePanel h3 {

}

#culturePanel p {

}

/* Fashion */

#fashionPanel {
	
}

#fashionPanel h2 {

}

#fashionPanel h3 {

}

#fashionPanel p {

	padding-bottom: 35px;

}

#fashionPanel #featured-small {

	padding-top: 20px
	
}

/* Classes */

/* Columns */
.leftColumn {
	float: left;
}

.rightColumn {
	float: right;
}

.centreColumn {
	margin: 0 auto;
}

.column {
	width: 350px;

}

/* HOME PAGE CAT PANEL */


.catPanel {
	
	float: left;
	padding: 15px 0 0 0;
	margin-bottom: 10px;
	min-height: 520px;

}

.catPanel #title h2 {
	font: 14px NAAGDidot, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	
	font-weight:100;
	
	color: #656565;
	padding-bottom: 15px;
}


.catPanel li{
	list-style: none;
	margin-bottom: 5px;
}

.catPanel h2{
	
	font-size: 25px;
	text-transform: uppercase;
}

.catPanel p{
	color: #666666;
}

.catPanel .read-btn {
	
	font-size: 11px;
	color: #FF00FF;
	padding-left: 10px;
}

.catPanel .read-btn:hover {
	text-decoration: underline;
}

.catPanel .rolloverPinkMain h2{
	color: #333;
}

.catPanel .rolloverPinkMain:hover h2{
	color: #666666;
}

.catPanel .rolloverPinkMain:hover {
	
	color: #FF00FF;
}

.catPanel .rolloverPink {
	
	color: #959595;
	
}

.catPanel .rolloverPink:hover {
	
	color: #FF00FF;
	text-decoration: underline;
	
}

/* Featured */
.catPanel #featured-main {
	
}

.catPanel #featured-main h2{
	/*font: 23.5px NAAGDidot, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;*/
	font-size: 23.5px;
	
	letter-spacing: 0px;
	padding-bottom: 7px;
}

.catPanel #featured-main p{
	
	font-size: 11px;

	padding-bottom: 20px;
	
}

.catPanel #featured-main #pic {
	
	padding: 0px 0 10px 0px;
	
}

.catPanel #featured-main #pic img {
	
	width: 355px;
	
}

.catPanel #featured-main #frame {
	display: none;
	position: absolute;
	height: 70px;
	width: 290px;
	margin: 0px 0 10px 0px;
	background: url(../images/home/frame_large.png) no-repeat;
	
}

.catPanel #featured-small {
	
}

.catPanel #featured-small li{
	margin: 0;
	width: 350px;
	padding: 10px 5px 10px 0px;
	float: left;
	text-align: left;
	border-top: 1px solid #ebebeb;
}

.catPanel #featured-small li:last-child{
	border-bottom: 1px solid #ebebeb;
}

.catPanel #featured-small li p{	
	font-family: Helvetica, Verdana, Arial, sans-serif;	
	text-align: left;
	padding: 0;
	margin: 0;
	font-size: 11px;	
	color: #959595;
}

.catPanel #featured-small li a{
	font-size: 11px;	
}




.clearfix
{
	display: inline-table;
/* Hides from IE-mac \*/
	height: 1%;
	display: block;
/* End hide from IE-mac */
}
 
html>body .clearfix
{
	height: auto;
}
 
.clearfix:after
{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}



