/*
File:			custom.css
Description:	Custom styles for the270.com
Author:			Alvin Borromeo (c) 2010
*/

/* General */
.clearall { clear: both; }

/* Form Styling */
.custom input, .custom textarea { background: #f9f9f9; border: 1px solid #bbb; -moz-border-radius: 2px; -webkit-border-radius: 2px; }
.custom input:focus, .custom textarea:focus { border-color: #888; }
.custom input.button, .custom input[type=submit], .custom #commentform input.form_submit { background: #fff url(images/bg-input.png) bottom repeat-x; padding:5px 15px; text-shadow: 0 1px 0 #fff; color:#222; width: auto; -moz-border-radius: 3px; -webkit-border-radius: 3px; border: 1px solid #bbb; font-weight: normal; }
.custom input.button:hover, .custom input[type=submit]:hover, .custom #commentform input.form_submit:hover { background: #fff url(images/bg-input_active.png) top repeat-x; border: 1px solid #aaa; cursor: pointer; }
.custom input.button:active, .custom input[type=submit]:active, .custom #commentform input.form_submit:active { border: 1px solid #888; }

/* Header */

.custom #header {border-style: none;}

/* Nav */

.custom a {
outline: none;
}

.custom #menu_area {
border-width: 0 0 1px;
border-style: solid;
}

.custom #menu_area .page {
background-color: transparent;
}

.custom .menu {
border: 0;
}

.custom #menu_area, .custom .menu {
background-color: #FFCF00;
}

.custom #menu_area, .custom .menu a, .custom .menu .submenu a {
border-color: #FFCF00;
}

/* Fold */

/* Home Specific */

/* Content */

/* this code changes the background color of the image frame when there is a caption */
.custom .wp-caption {
background-color: #000063;
}

/* Sidebars */

/* Footer */

.custom #footer {border-style: none;}
