/*
THEME NAME: UrgentLogo Classic
THEME URI: http://www.urgentlogo.com
DESCRIPTION: A base theme for UrgentLogo based on the Sandbox theme
VERSION: 0.0
AUTHOR: Luke Petterson
AUTHOR URI:
TAGS: absolute
*/

/* Import the Blueprint CSS stylesheet */
@import url('blueprint/src/reset.css');

/* Two-column with sidebar on left from the /examples/ folder
@import url('examples/2c-l.css');  */


/* ------------------------------------------------------------------------- */
/* Body */

body {
	margin:0;
	padding:0;
	background-color:#404040;
	font-family:verdana;
	font-size:85%;
}

#wrapper {
	margin:0;
	padding:0;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	background-color:#fff;
	background-image:url("images/page_bg.jpg");
}

h4 {
	font-size:1.3em;
	font-weight:bold;
	color:#666;
}

p {
	margin:10px 0px 15px 0px;	
}

a {
	text-decoration:none;	
}

a:hover {
	color:darkred;
}

.page_content ul {
	margin-left:18px;	
}

/* ------------------------------------------------------------------------- */
/* Center Column */

#center_column {
	position:relative;
	width:746px;
	margin-left:77px;
	margin-right:77px;
}


/* ------------------------------------------------------------------------- */
/* Left Column */

#left_column {
	text-align:left;
	float:left;
	width:463px;
}


/* ------------------------------------------------------------------------- */
/* Right Column */

#right_column {
	text-align:left;
	float:right;
	width:283px;
	background-image:url("images/side_red_bg.jpg");
}



/* ------------------------------------------------------------------------- */
/* Header */

#header {
	width:463px;
	height:219px;
}


/* ------------------------------------------------------------------------- */
/* Home Portfolio Blocks */

#home_portfolio_blocks {
	margin:0px;
	padding:0px;
}

#home_portfolio_blocks img {
	margin:0px;
	padding:0px;
	border:0;
}

#home_portfolio_blocks .left {
	float:left;
	width:142px;
	height:135px;
}

#home_portfolio_blocks .right {
	float:left;
	width:141px;
	height:135px;
}


/* ------------------------------------------------------------------------- */
/* Post */

#content_container h2 {
	font-size:1.4em;
	font-weight:bold;	
}

#content_container h3 {
	font-size:1.2em;
	font-weight:bold;	
}

#content_container ul {
	margin:10px 10px 15px 22px;
}


/* ------------------------------------------------------------------------- */
/* Sidebar Content */

.sidebar_content {
	padding:20px;
	color:white;	
}

.sidebar_content a {
	color:white;
	text-decoration:underline;
}

.sidebar_content a:hover {
	color:yellow;
}

p.sidebar_blog_headline a {
	text-decoration:none;
	font-weight:bold;
}

p.sidebar_blog_headline small {
	display:block;
	font-weight:normal;
	color:#ccc;
}


/* ------------------------------------------------------------------------- */
/* Footer */

#footer_container {
	text-align:center;
	padding:20px;
	clear:both;
	
}

#footer {
	text-align:center;
	padding:20px;
	
}


/* ------------------------------------------------------------------------- */
/* Main Menu */

#main_menu {
	height:29px;
	text-align:center;
}


/* ------------------------------------------------------------------------- */
/* Portfolio */

.portfolio_section {
	margin:30px;
	padding:20px;
	text-align:center;
	background-color:#404040;
	-moz-border-radius: 10px;
}

.portfolio_section h3 {
	margin-bottom:15px;
	color:#ccc;
}


/* ------------------------------------------------------------------------- */
/* Products */

.products_section {
	margin:30px;
	padding:20px;
	text-align:left;
	background-color:#404040;
	color:#fff;
	-moz-border-radius: 10px;
}

.products_section h3 {
	font-size:1.4em;
	margin-bottom:15px;
	color:#e8e8e8;
}




/* ------------------------------------------------------------------------- */
/* Forms */

label.hide {
	visibility:hidden;
}

#box_form input, #box_form select {
	margin-top:3px;	
	margin-bottom:3px;	
	width:180px;
	border:0;
	font-weight:bold;
	color:#999;
	padding:4px;
}

#box_form input.submit {
	margin-top:6px;	
	margin-bottom:2px;	
	width:120px;
	border:0;
	background-color:#333;
	color:#ccc;
	font-size:1em;
	padding:5px;
}

.contact_form_box {
	padding:20px;
	background-color:#fff;	
}


/* ------------------------------------------------------------------------- */
/* Portfolio Home Page */

.portfolio_row {
	padding:20px;
	text-align:center;
}

.portfolio_category_box {
	width:185px;
	float:left;
}

.portfolio_category_item {
	text-align:center;
	padding:20px;
}

.portfolio_category_item a {
	font-size:1.1em;
	color:#666;
	text-decoration:none;
	display:block;
	padding-bottom:5px;
	font-weight:bold;
}

.portfolio_category_item a:hover {
	color:darkred;
}


/* ------------------------------------------------------------------------- */
/* Portfolio View Pages */

.portfolio_item {
	padding:10px;
}

.portfolio_image {
	float:left;
	width:370px;
	text-align:left;
	border:0px solid black;
}

.portfolio_image img {
	border:0px solid #ccc;
	margin:0;
	padding:0;
}

.portfolio_content {
	float:right;
	width:340px;
	text-align:left;
	border:0px solid black;
}

#portfolio_menu {
	margin-bottom:5px;
	text-align:center;
	width:780px;
	padding:4px 0 4px 0;
	background-color:#e8e8e8;
}

#portfolio_menu a {
	font-size:1.1em;
	color:#666;
	text-decoration:none;
	font-weight:normal;
}

#portfolio_menu a:hover {
	color:darkred;
}





