/*
Theme Name: United Italian Society
Theme URI: http://www.uiscincinnati.org
Description: Custom Theme for the Cincinnati UIS
Version: 1.0
Author: UIS Cincinnati
*/

/* ---------------------------------------------------------------------------------------- */
/* Redefine global HTML tags
/* ---------------------------------------------------------------------------------------- */
* { margin:0; padding:0; }

body {
	background:url(images/bg.gif) top repeat-x #f5f2e2;
	font-size:76%;
	line-height:1.6em;
	color:#333333;
	font-family:Georgia, "Times New Roman", Times, serif;
}

p {
	margin-bottom:1em;
}

h1 {
	font-size:3em;
	margin-bottom:.3em;
}

h2 {
	font-size:2em;
	margin-bottom:.5em;
}

h3 {
	font-size:1.5em ;
	font-weight:bold;
	margin-bottom:.3em;
}

h4 {
	font-size:1.2em;
	font-weight:bold;
}

h5 {
	font-size:1em;
	font-weight:bold;
}

ul, ol {
	margin-left:30px;
}

li {
}

a, a:link, a:visited, a:active {
	text-decoration:none;
	color:#817c44;
}

a:hover {
	text-decoration:underline;
}

a img {
	border:none;
}

/* ---------------------------------------------------------------------------------------- */
/* Container area, wraps around the entire page
/* ---------------------------------------------------------------------------------------- */
#uis {
	background:url(images/UIS_masthead.jpg) top center no-repeat;
	height:365px;
	overflow:visible;
}
/* ---------------------------------------------------------------------------------------- */
/* Container area, wraps around the entire page
/* ---------------------------------------------------------------------------------------- */
#container {
	/* Set width to a percentage to make this a variable-width layout */
	width:740px;
	position:relative;
	margin:auto;
	display:block;
}

/* ---------------------------------------------------------------------------------------- */
/* Masthead area
/* ---------------------------------------------------------------------------------------- */
#header {
	display:block;
	padding:271px 10px 20px 10px;
	text-align:center;
	font-style:italic;
	font-size:12px;
}
#header h1 {
	display:none;
}
#header a {
	padding:0 1em 0 1em;
}
#header a, #header a:link, #header a:visited, #header a:active {
	color:#c30c30;
}
#header a:hover {
	color:#ff315a;
}

/* ---------------------------------------------------------------------------------------- */
/* Content area
/* ---------------------------------------------------------------------------------------- */
#content {
	display:block;
	padding:20px;
	padding-left:200px;
}

/* ---------------------------------------------------------------------------------------- */
/* Post area
/* ---------------------------------------------------------------------------------------- */
.post {
}

.post h3 {
	/* titles for articles in the loop */
}

.post h3 a, .post h3 a:link, .post h3 a:visited, .post h3 a:active {
	color:#c30c30;
}
.post h3 a:hover {
	color:#ff315a;
}

.post .meta {
	/* author and date info for articles in the loop */
	font-size:.8em;
	line-height:1.2em;
}

.post .content {
	/* text of the post */
}

.post .edit {
	/* the 'edit this post' link */
	font-size:.8em;
}

.post .commentLink {
	/* link to comments */
}

/* ---------------------------------------------------------------------------------------- */
/* Sidebar area
/* ---------------------------------------------------------------------------------------- */
#menu {
	display:inline;
	float:left;
	width:140px;
	padding:20px;
	font-size:.9em;
	line-height:1.3em;
	background:url(images/navLine.gif) right top no-repeat;
	height:474px;
	overflow:visible;
}

#menu ul {
	/* outer menu */
	list-style-type:none;
	margin:0;
}

#menu li {
	/* outer menu item */
	margin-bottom:10px;
	font-weight:bold;
}

#menu ul ul {
	/* inner menu lists */
	list-style-type:square;
	margin-left:20px;
}

#menu ul ul li {
	/* inner menu items */
	margin-bottom:5px;
	font-weight:normal;
}

/* ---------------------------------------------------------------------------------------- */
/* Comments area in full post view
/* ---------------------------------------------------------------------------------------- */
#comments {
	/* wrapper around entire comments zone */
}
#comment {
	/* text box for typing a comment */
	width:300px;
	height:100px;
}
/* ---------------------------------------------------------------------------------------- */
/* Footer area
/* ---------------------------------------------------------------------------------------- */
#footer {
	background:url(images/footer.jpg) top center no-repeat;
	text-align:center;
	padding:10px;
	display:block;
	clear:both;
	font-size:.8em;
	font-family:Arial, Helvetica, sans-serif;
}
#footer a, #footer a:link, #footer a:visited, #footer a:active {
	color:#c30c30;
}
#footer a:hover {
	color:#ff315a;
}