/*
Theme Name: The Art Tickle
Description: A custom theme for The Art Tickle from the Small Business Development Center hosted by Long Beach City College
Version: 1.0
Author: SR for the SBDC
*/


@import "css/typography.css";
@import "css/layout.css";


*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, blockquote, th, td { 
margin:0; 
padding:0; 
}

table { 
border-collapse:collapse; 
border-spacing:0;
}

fieldset, img { 
border:0; 
}

address, caption, cite, code, dfn, em, strong, th, var { 
font-style:normal; 
font-weight:normal;
}

ol, ul, li { 
list-style:none: 
}

caption, th { 
text-align:left; 
}

h2, h3, h4, h5, h6 { 
font-size:100%; 
font-weight:normal;
 }

q:before, q:after { 
content:'';
}

strong { 
font-weight:bold;
}

em { 
font-style:italic;
}

a img { 
border:none;
} 

@font-face {
	font-family: Calligrapher;
	src: url('calligr0.ttf');
}

@font-face {
	font-family: Calligrapher;
	font-weight: bold;
	src: url('calligr0.ttf');
}

body {
background: #000;
font-family: Calligrapher, Arial;
	color: #996600;
	font-size: 18px;
	line-height: 22px;
}

a {
	color: #996600;
}

a:hover {
color: #ffcc00;
}

.tat-sitenav {
	height: 35px;
	width: 820px;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #996600;
	border-bottom-color: #996600;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}




/* TEXT STYLES  */
p {
font-size: 1em;
margin-bottom: 10px;
}


/* HEADLINE STYLES */ 
h1 {
font-size: 130%;
margin-bottom: 20px;
margin-top: 20px;
}

h1 a {
text-decoration: none;
}

h2 {
	font-size: 120%;
	margin-bottom: 20px;
	text-align: center;
	margin-top: 20px;
}

h2 a {
text-decoration: none;

}


/* STRUCTURE */
#wrapper {
margin: 0 auto;
width: 800px;
padding: 00px;
}



/* HEADER */

#header {
	width: 820px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}


.menu-header ul {
list-style: none;
}

.menu-header ul {
margin: 0; padding: 0; 
	list-style-type: none; list-style-image: none; 
	}
	
.menu-header li {
display: inline; 
}


/* CONTENT */

#content {
margin: 0 auto;
width: 800px;
}

#content img {
clear: both;
}

#content h1 {
margin-bottom: 10px;
}

.alignleft {
margin: 10px 20px 20px 0;
}

.alignright {
margin: 10px 0px 20px 20px;
}

.entry {
margin-bottom: 30px;
overflow: hidden;
}

.meta {
font-size: 80%;
}


/* HOME */

#hometext {
text-align: center;
}

.homebox, .homeboxlast {
margin-top: 75px;
width: 245px;
height: 250px;
float: left;
margin-right: 25px;
border-right: 1px solid #996600;
text-align: center;
}


.homeboxlast {
margin-right: 0px;
border-right:0px solid #996600;
}

/* SIDEBAR  */

#sidebar {
width: 200px;
float: left;
}

/* FOOTER */
#footer {
	text-align: center;
	clear: left;
	border-bottom: 1px solid #996600;
	border-top: 1px solid #996600;
	width: 820px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}


/* additions done by CJ's Web Services */
/* =Menu
-------------------------------------------------------------- */

#access {
	height: 35px;
	width: 820px;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #996600;
	border-bottom-color: #996600;
	margin-top: 10px;
	margin-bottom: 10px;
}
#access .menu-header,
div.menu {
	width: 820px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	display: block; /*background of tabs (default state)*/
	color: #000000;
	text-decoration: none;
	background-color: #000000;
	background-image: url(images/brown-mainnav-bg.jpg);
	background-repeat: repeat;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 13px;
	padding-left: 0px;
	text-align: center;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	width: 101px;
	margin-top: 2px;
	margin-bottom: 2px;
	font-weight: bold;
	font-size: 14px;
	height: 15px;
	margin-right: 7.75px;
	margin-left: 7.75px;
}
#access ul ul {
	display: none;
	position: absolute;
	top: 35px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
	margin:0;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #000000;
	color: #FFCC00;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	/*color: #000000;*/
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a
 {
	color: #000000;
}
* html #access ul li a:hover {
    color: #FFCC00;
}
#access li > a:after {
color: #fff;
content:url(images/down.png);
margin-left: 4px;
}

#access li > a:only-child:after {
content: '';
} 
.heading-text {
	text-align: center;
	font-size: 36px;
	font-family: Calligrapher, Arial;
	color: #996600;
}
.heading-textsm {
	text-align: center;
	font-size: 30px;
	font-family: Calligrapher, Arial;
	color: #996600;
}
