/*

	
	corporattica // free CSS template
	
	=================================
	
	Author: Luka Cvrk
	
	Solucija - Awesome web templates
	www.solucija.com
	
	---------------------------------

*/

@charset "utf-8";

/* reset */
*{
	margin:0;
	padding:0;
	outline:0;
}
img {
	border: 0;
	text-align: center;
}
.clear { 
	clear: both; 
}
.line {
	clear: both;
	padding: 15px 0 0;
	margin: 0 0 25px;
	border-bottom: 1px solid #ddd;
}

body { 
	font: 0.8em Arial, Verdana, Tahoma, Sans-Serif; 
	background: #f4f4f4 url(../images/bgtile150.jpg) repeat-x; 
	color: #555; 
}

/* typography and links */
a { 
	text-decoration: dotted;
	color: #333;
}



.ebg {
	background-image: url(../images/ebg.gif);
	background-repeat: no-repeat;
}


p  {
	margin: 0 0 17px;
	line-height: 1.6em;
	text-align: left;
}

/* headings */
h1, h2, h3, h4, h5 {
	font-weight: normal;
	font-size: 16em;
}
h1 { 
	float: left; 
	font-size: 2.3em; 
	color: #fff;
	letter-spacing: -1.4px;	
	margin: 0 0 15px 0;
	padding: 20px 0 0 10px;
}
h1 a { 
	color: #fff; 
}
h2 { 
	margin: 0 0 16px; 
	font-size: 2.0em; 
	color: #000; 
}
h2.inner { 
	border-bottom: 1px solid #ddd; 
	margin: 0 0 25px; 
	padding: 0 0 10px; 
}
h3 { 
	margin: 0 0 7px;  
	font-size: 1.5em; 
	clear: both; 
	color: #000; 
	line-height: 1.8em; 
}

h3.inner { 
	border-bottom: 1px solid #ddd; 
	margin: 0 0 25px; 
	padding: 0 0 10px; 
}

h4 {
	margin: 0 0 10px;
	font-size: 1.3em;
	color: #000;
	text-align: center;
}
h5 {
	font-size: 1.2em;
	color: #eee; 
	margin: 0 0 14px;
}

h6 {
	font-size: 1.1em;
	color: #990000;
	margin: -10px 0 20px 0px;
}





#bgtitles { 
	background: url(../images/bg150.jpg) no-repeat center top; 
}

/* content holder */
.wrap { 
	margin: 0 auto; 
	width: 960px;
}

/* menu */
#mainmenu { 
	float: right; 
	padding: 73px 0 0; 
}
#menu ul { 
	float: right; 
}
#menu li { 
	display: inline; 
	float: left; 
	margin: 0 0 0 18px; 
}
#menu li a { 
	display: block; 
	color: #999; 
	padding: 7px; 
	font-size: 1.1em; 
	border: 1px solid transparent; 
}
#menu a:hover, #menu li.current a { 
	border-color: #879A24;  
}
#menu li ul { 
	top: 110px;
	background: url(../images/dot1.png); 
	padding: 3px;
	font-size: .92em; 
	position: absolute; 
	display: none; 
	z-index: 100; 	
}
#menu li ul li { 
	float: none; 
	display: inline; 
	margin: 0; 
	padding: 0; 
	clear: left;
}

#menu li ul li a { 
	color: #ffffff;
	margin: 4px; 
	white-space: nowrap;
	padding: 7px;	
}
#menu li ul li a:hover {
	background: #879A24;
	border-color: #BED62F;
}

/* pitch slideshow */
#pitch { 
	clear: both; 
	height: 150px; 
	margin: 0 0 25px;
}
#pitch-title { 
	clear: both; 
	height: 150px; 
	background: url(../images/shadow.png) no-repeat left bottom;
	margin: 0 0 25px;
}
#slideshow {
    position:relative;
    height: 310px;
}
#slideshow img {
	float: left;
}
#slideshow div {
	position: absolute;
	top: 2px;
	left: 0px;
	z-index: 8;
}
#slideshow div.active {
    z-index: 10;
}
#slideshow div.last-active {
    z-index: 9;
}

#zoom { 
	z-index: 11; 
}

/* pitch overlay */
.overlay {
	clear: both;
	float: left; 
	z-index: 100;
	position: relative; 
	margin: 100px 0 0; 
}
.overlay h2{ 
	color: #fff; 
	font-size: 2em;
	background: url(../images/dot.png);
	padding: 16px;
	margin: 0;
	float: left;
	width: 400px;
}
.overlay p {
	clear: both;
	background: #fff;
	padding: 16px;
	width: 400px;
}

#slideshow:hover .arrow {
	background: url(../images/dot.png);
}

.arrow { 
	float: right;
	position: relative;
	width: 65px;
	height: 63px;
	margin: -180px 0 0;
	z-index: 100;
}

.arrow a { 
	float: left;
	background: url(../images/pitcharrow.gif) no-repeat center center; 
	width: 15px;
	height: 24px;
	padding: 19px 25px;
}


/* inner pitch */
#inner-pitch {
	clear: both;
}
#inner-pitch .overlay {
	margin: 0;
	width: 920px;
}

/* main content */
#main { 
	clear: left; 
	float: left; 
	width: 650px;
	border-right: 1px dotted #ddd;
	padding: 0 30px 0 0;
	margin: 0 0 30px;
}

#intro { 
	padding: 0 0 20px; 
	margin: 0 0 25px;
	border-bottom: 1px dotted #ddd; 
}

/* holder for page content */
#page { 
	
}
.justify { 
	text-align: justify; 
}

/* images align */
.left { 
	float: left; 
	margin: 0 15px 5px 0; 
}
.right { 
	float: right; 
	margin: 0 0 5px 15px; 
}

/* tables */
.table { 
	border-collapse: collapse;
	width: 100%;
	margin: 0 0 30px;	
}
.table td {
	padding: 10px;
	border-bottom: 1px solid #ddd;
}
.table thead td {
	font-weight: bold;
	border-bottom: 3px double #ddd;
	border-top: 1px solid #ddd;
	background: #fff;
}
.table .odd td { background: #fff; }

/* blog posts */
.blog-post  { 
	border-bottom: 1px solid #ddd; 
	margin: 0 0 30px; 
}
.blog-date { 
	float: left; 
	width: 40px; 
	text-align: right; 
	font-size: .9em; 
	padding: 4px 0 0;
}
.blog-date span { 
	font-size: 1.8em; 
}
.blog-body { 
	float: right; 
	width: 590px; 
	border-left: 1px solid #ddd;
	padding: 0 0 0 22px;
}

/* lists */
#page ul, #page ol { 
	margin: 0 0 25px 27px; 
}
#page li { 
	padding: 6px 0; 
	list-style: square; 
}

/* boxes */
.half, .third { 
	float: left; 
	width: 292px; 
	background: #fff; 
	padding: 15px; 
	margin: 0 30px 30px 0; 
}
.third {
	width: 175px;
}

.last { 
	margin-right: 0; 
}

/* home page bits */
#bits {
	clear: both;
	margin: 0 0 25px; 
}

.bit {
	float: left;
	width: 203px;
	padding: 0 35px 0 0;
}
.bit h4 {
	margin: 0 0 18px;
}
.bit img { margin: 0 0 8px; }

.bit p {
	font-size: .9em;
}
.bit.last { padding-right: 0; }
.more { margin: 0; }


/* sidebar */
#side { 
	float: right; 
	width: 260px; 
	font-size: .9em;
}
#side h4 {
	margin: 0 0 23px;
	font-size: 1.3em;
}

.news { 
	border-bottom: 1px dotted #ddd;
	margin: 0 0 11px;
 
}
.news h5 { 
	margin: 0 0 5px; 
	font-size: 1.2em;
}
.news p {
	margin: 0 0 11px;
}


.sidestrips { 
	border-bottom: 1px dotted #ddd;
	margin: 0 0 11px;
 
}
.sidestrips h6 { 
	margin: 0 0 5px; 
	font-size: 1.0em;
}
.sidestrips p {
	margin: 0 0 11px;
}


.isbnbar {
	font-size: 12px;
	line-height: 16px;
	color: #999999;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	background-repeat: no-repeat;
	background-position: 10px;
		text-indent: 10px;

		margin: 0 0 11px;
}


.buy {
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
	text-indent: 10px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	background-repeat: no-repeat;
	background-position: 10px;
}

.bulletslash {
	font-size: 11px;
	line-height: 25px;

	color: #999999;
	text-indent: 20px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	background-image: url(http://www.vividpublishing.com.au/images/buy-rt.gif);
	background-repeat: no-repeat;
	background-position: 10px;

}
.bulletslash a:visited { color: #006699; text-decoration: none; }
.bulletslash a:link { color: #006699; text-decoration: none; }
.bulletslash a:hover {
	color: #FF3300;
	text-decoration: underline;
	background-color: #EEEEEE;
	background-image: url(http://www.vividpublishing.com.au/images/buy-rt.gif);
	background-repeat: no-repeat;
	background-position: 5px;
}
.bulletslash a:active { color: #666565; text-decoration: underline; }

.ebulletslash {
	font-size: 11px;
	line-height: 25px;

	color: #999999;
	text-indent: 20px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	background-image: url(http://www.vividpublishing.com.au/images/buy-rt.gif);
	background-repeat: no-repeat;
	background-position: 10px;
	border-left: 1px dotted #ddd;

}
.ebulletslash a:visited { color: #006699; text-decoration: none; }
.ebulletslash a:link { color: #006699; text-decoration: none; }
.ebulletslash a:hover {
	color: #FF3300;
	text-decoration: underline;
	background-color: #EEEEEE;
}
.ebulletslash a:active { color: #666565; text-decoration: underline; }





#quote {
	margin: 0 0 30px;
	padding: 20px 0 0 0;
	font-size: .94em;
}

/* side menu */
.side-menu li { 
	list-style: none; 
	padding: 10px 4px; 
	border-bottom: 1px solid #ddd; 
}


/* forms */
fieldset {
	border: 0;
}
label { 
	display: block;
	color: #444;
	padding: 0 0 2px;
}
input.text, textarea.text {
	width: 250px;
	padding: 15px;
	border: 0;
	border: 1px solid #ddd;
	margin: 0 0 3px;
}
textarea.text  {
	width: 400px;
	height: 220px;
}
input.submit {
	color: #fff;
	padding: 7px 10px;
	border: 0;
	font-weight: bold;
	background: #777;
}
	

/* footer */
#footer { 
	clear: both; 
	color: #999; 
	background: url(../images/footertile.jpg) repeat-x;
	font-size: .9em;
}
#footerbg {
	padding: 35px 0 15px 0;
	background: url(../images/footer.jpg) no-repeat center top;
}
#footer p { 
	margin: 0 0 12px;
	padding: 6px 0;
}
#footer_menu {
	float: right;
	padding: 4px 0 0;
}
#footer a { 
	color: #999; 
	text-decoration: none;
	margin: 0 5px 0 0; 
	padding: 6px 10px;
	background: url(../images/dot.png) no-repeat left center; 
	border: 1px solid transparent;
}
#footer a:hover {
	border-color: #555;
}
#fleft {
	clear: both;
	padding: 25px 0 0;
	font-size: .94em;
}

#copy { 
	color: #777; font-size: 1.1em; 
}
#copy span { 
	color: #999; 
}



.buybulletslash {
	font-size: 11px;
	line-height: 25px;

	color: #666666;
	text-indent: 10px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	background-repeat: no-repeat;
	background-position: 10px;

}
.buybulletslash a:visited { color: #006699; text-decoration: none; }
.buybulletslash a:link { color: #006699; text-decoration: none; }
.buybulletslash a:hover {
	color: #FF3300;
	text-decoration: underline;
	background-color: #EEEEEE;
}
.buybulletslash a:active { color: #666565; text-decoration: underline; }

.buyebulletslash {
	font-size: 11px;
	line-height: 25px;

	color: #666666;
	text-indent: 10px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	background-repeat: no-repeat;
	background-position: 10px;
	border-left: 1px dotted #ddd;

}
.buyebulletslash a:visited { color: #006699; text-decoration: none; }
.buyebulletslash a:link { color: #006699; text-decoration: none; }
.buyebulletslash a:hover {
	color: #FF3300;
	text-decoration: underline;
	background-color: #EEEEEE;
}
.buyebulletslash a:active { color: #666565; text-decoration: underline; }



/* forms ======= */
#contact p, label, legend { font: 1.1em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; }

#contact h1 { margin: 10px 0 10px; font-size: 24px; color: #333333; }
#contact hr { color: inherit; height: 0; margin: 6px 0 6px 0; padding: 0; border: 1px solid #d9d9d9; border-style: none none solid; }

#contact { display: block; width: 650px; margin: 50px auto; padding: 35px; border: 1px solid #cbcbcb; background-color: #FFF; -webkit-border-radius:5px;  }

/* Form style */

#contact label { display: inline-block; float: left; height: 26px; line-height: 26px; width: 155px; font-size: 1.2em; -webkit-border-radius:5px; }
#contact input, textarea, select { width: 280px; margin: 0; padding: 5px; color: #666; background: #f5f5f5; border: 1px solid #ccc; margin: 5px 0; font:1.2em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; webkit-border-radius:5px; }   
#contact input:focus, textarea:focus, select:focus { border: 1px solid #999; background-color: #fff; color:#333; }
#contact input.submit { width: 85px; cursor: pointer; border: 1px solid #222; background:#333; color:#fff; }
#contact input.submit:hover { background:#444; }
#contact input[type="submit"][disabled] { background:#888; }
#contact fieldset { padding:20px; border:1px solid #eee; -webkit-border-radius:5px; -moz-border-radius:5px; }
#contact legend { padding:7px 10px; font-weight:bold; color:#000; border:1px solid #eee; -webkit-border-radius:5px; -moz-border-radius:5px; margin-bottom:0 !important; margin-bottom:20px; }

#contact span.required{ font-size: 12px; color: #ff0000; } /* Select the colour of the * if the field is required. */

#message { margin: 10px 0; padding: 0; }

.error_message { display: block; height: 22px; line-height: 22px; background: #FBE3E4 url('../assets/error.gif') no-repeat 10px center; padding: 3px 10px 3px 35px; color:#8a1f11;border: 1px solid #FBC2C4; -webkit-border-radius:5px; }

.loader { padding: 0 10px; }

#contact #success_page h1 { background: url('../assets/success.gif') left no-repeat; padding-left:22px; }

acronym { border-bottom:1px dotted #ccc; }

.cvroutline {
	background-color: #FFFFFF;
	padding: 5px;
	border: thin dotted #CCCCCC;
}




.vertsp {
	background-image: url(../px/sp-ltgrey.gif);
	background-repeat: repeat-y;
	background-position: center;
}


.insets {
	background-image: url(http://www.vividpublishing.com.au/px/sp-ltgrey.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 11px;
}
.insets a:visited { color: #006699; text-decoration: none; }
.insets a:link { color: #000000; text-decoration: none; }
.insets a:hover {
	color: #FF0000;
	text-decoration: none;
}


.divide {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	background-image: url(px/totop.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 10px;
}
.divide a:visited { color: #006699; text-decoration: none; }
.divide a:link { color: #999999; text-decoration: none; }
.divide a:hover {
	color: #FF0000;
	text-decoration: underline;
	}
	
	.dividelineonly {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}






#page-wrap {
	width: 600px;
	background: white;
	padding: 15px 40px 15px 40px;
	margin: 20px auto;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

#contact-area {
	width: 550px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 451px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 80px;
	float: right;
}


.bookdescr {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11.4px;
	color: #666666;
	line-height: 13px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 128px;
}

.bookdescrHCB {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 13.5px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.categories_sep {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #85989A;
	background-color: #D2D8DA;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 15px;
	text-transform: uppercase;
}

.categories_sep a:visited { text-decoration: none; }
.categories_sep a:link { text-decoration: none; }
.categories_sep a:hover {
	color: #FF3300;
	text-decoration: underline;
	background-color: #EEEEEE;
}
.categort-moretxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	background-position: right center;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-decoration: none;
}

.categort-moretxt a:visited { color: #006699; text-decoration: none; }
.categort-moretxt a:link { color: #006699; text-decoration: none; }
.categort-moretxt a:hover {
	color: #FF3300;
	text-decoration: underline;
	background-color: #EEEEEE;
}
.categort-moretxt a:active { color: #666565; text-decoration: underline; }


.newspub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-position: right center;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	
}

.newspub a:visited { color: #006699; text-decoration: none; }
.newspub a:link { color: #006699; text-decoration: dotted; }
.newspub a:hover {
	color: #FF3300;
	text-decoration: dotted;
	background-color: #EEEEEE;
}
.newspub a:active { color: #666565; text-decoration: dotted; }



.titles {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	color: #267CA7;
	text-decoration: none;
	margin: 0px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	border-bottom-width: thin;
}
.titles a:visited { color: #333333; text-decoration: none; }
.titles a:link { color: #267CA7; text-decoration: none; }
.titles a:hover {
	color: #333333;
	text-decoration: underline;
	}

.authors {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 33px;
	color: #333333;
}







.titlesindex {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #267CA7;
	text-decoration: none;
	margin: 0px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	border-bottom-width: thin;
}
.titlesindex a:visited { color: #333333; text-decoration: none; }
.titlesindex a:link { color: #267CA7; text-decoration: none; }
.titlesindex a:hover {
	color: #333333;
	text-decoration: underline;
	}

.authorsindex {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 33px;
	color: #333333;
}









.title-author {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #869099;
	text-decoration: none;
	margin: 0px;
	
	
}


.footforbooks {
	font-size: 11px;
	line-height: 25px;

	color: #999999;
		text-align: center; 
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	background-repeat: no-repeat;

}

.footforbooks1 {
	font-size: 11px;
	line-height: 25px;

	color: #999999;
		text-align: center; 
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	background-repeat: no-repeat;
	border-left: 1px dotted #ddd;

}



.readmore {
	font-size: 11px;
	line-height: 25px;

	color: #000000;
	text-indent: 10px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	background-repeat: no-repeat;
	background-position: 10px;
	border-left: 1px dotted #ddd;
	background-image: url(http://www.vividpublishing.com.au/images/edge.jpg);
	background-repeat: no-repeat;
	background-position: 0px;

}
.readmore a:visited { color: #006699; text-decoration: none; }
.readmore a:link { color: #006699; text-decoration: none; }
.readmore a:hover {
	color: #FF3300;
	text-decoration: underline;
	background-color: #EEEEEE;
}
.readmore a:active { color: #666565; text-decoration: underline; }



.readmoreindex {
	font-size: 11px;
	line-height: 25px;
	color: #000000;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	border-bottom-color: #CCCCCC;


}
.readmoreindex a:visited { color: #006699; text-decoration: none; }
.readmoreindex a:link { color: #006699; text-decoration: none; }
.readmoreindex a:hover {
	color: #FF3300;
	text-decoration: underline;
	background-color: #EEEEEE;
}
.readmoreindex a:active { color: #666565; text-decoration: underline; }
