/*
Theme Name: UCI APAMSA
Theme URI: http://www.uciapamsa.com
Description: Built on Thematic Theme
Author: Chales Minh
Author URI: http://CharlesMinh.com/
Template: thematic
Version: 0.3

*/

/* @group Imports */

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
@import url('default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');


/* @end */

/* @group General */
body{
	background:#d3d3d3 url(images/body_bg.jpg) top left repeat-x ;
	text-align: center;
	color:#494a4b;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	line-height: 18px;
}
h1, h2, h3, h4, h5, h6{
	font-weight: normal;
	clear: none;
}
h1 span{
	text-transform:none;
}
#wrapper{
	width: 1000px;
	background:url(images/wrapper_bg.gif) top left repeat-y;
	margin:0 auto;
	text-align: left;
	border:none;
}
#header{
	background:url(images/header_bg.jpg) top left no-repeat;
	height:190px;
	/*overflow:hidden;*/
}

#blog-description{
	position:absolute;
	top:10px;
	padding:0 0 0 10px;
	margin:0;
	border:none;
	color:#989796;
}
#blog-title{
	/*background:url(images/logo.gif) 0px 63px no-repeat;*/
	/*width:205px;*/
	height:83px;
	text-indent:0px;
	padding:0px;
	padding-top:60px;
	border:none;
}
#blog-title a{
	display:block;
	height:60px;
	font-size:60px;
	color:#2772b3;
	font-family:"Trebuchet MS";
	font-weight:normal;
	/*filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity:0;*/
}

.wp-caption p.wp-caption-text {
	font-size: xx-small;
	line-height: 1.5em;
	padding: 3px;
}
/* @end */

/* @group Main */

#main{
	background:url(images/main_bg.gif) top left no-repeat;
	padding:0px 10px 20px 20px;
	width:auto;
	height:1%;
}
#container{
	width: 710px;
}
#content{
	width: 700px;
}
.post{
	border:1px solid #e6e5e5;
	background:url(images/post_bg.gif) 0px 0px repeat-x #f6f6f6;
	* background:url(images/post_bg.gif) 0px 1px repeat-x #f6f6f6;
	margin-bottom:10px;
	padding:10px;
}
h1.entry-title, h2.entry-title{
	font-family: Arial, Helvetica, sans-serif;
	text-transform:none;
	color:#4378ae;
	font-size:28px;
	font-weight:normal;
}
h2.entry-title a{
	color:#4378ae;
}
h2.entry-title a:hover{
	text-decoration:underline;
}
a.more-link{
	width:89px;
	height:22px;
	padding:2px 0 0 0;
	text-align:center;
	text-decoration:none;
	float:right;
}
a.more-link:hover{
	text-decoration:none;
	color:#4378AE;
}
div.entry-utility{
	display: none;
}
span.comments-link a{
	color:#da7f13;
}
.hentry ol{
	list-style-position:inside;
}
.hentry ul{
	list-style-position:inside;
}

/* @end */

/* @group Footer */

#footer{
	background:url(images/footer_bg.gif) top left no-repeat #d3d3d3;
	border:none;
	width:1000px;
	padding:40px 0 0px 0;
	margin:0;
	color:#323232;
}
#footer a{
	color:#2772b3;
}
#footer a:hover{
	color:#000;
}
#subsidiary{

}
#siteinfo{
	text-align:center;
	width:800px;
	color:#323232;
	padding:0 0 20px 0;
}
#siteinfo a{
	color:#323232;
}
#ll{}

/* @end */


