/*
Theme Name: Alyeska
Description: A simple business theme by Theme Blvd.
Author: Jason Bobich
Author URI: http://jasonbobich.com
Version: 2.1.0
License: Partial GNU General Public License, please reade license file for more details.
License URI: license.txt
*/

/* This theme's primary styles can be found in /assets/css/theme.css */

/* Table Styles */

#minimalist-b
{
	font-size: 12px;
	background: #fff;
	margin: 15px;
	width: 280px;
	border-collapse: collapse;
}
#minimalist-b th
{
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	border-bottom: 2px solid #99cc66;
}
#minimalist-b td
{
	border-bottom: none;
        border-top: none;
	padding: 6px 8px;
}
#minimalist-b tbody tr:hover td
{
	color: #009;
}

/* Castlestone Table */
#castlestone
{
	font-size: 12px;
	background: #fff;
	margin: 15px;
	width: 90%;
	border-collapse: collapse;
}
#castlestone th
{
	font-size: 13px;
	font-weight: bold;
	padding: 0;
	border-bottom: 2px solid #99cc66;
}
#castlestone td
{
	border-bottom: none;
        border-top: none;
	padding: 6px 8px;
}
#castlestone tbody tr:hover td
{
	color: #009;
}

/* Contact Form */
#two-column{
}
#two-column #left{
    float: left;
}
#two-column #right{
    float: right;
}

#two-column #leftleft {
float:left;
}
#two-column p{
    margin-bottom: 12px;
}
#two-column input[type="text"]{
    border:none;
    border:1px solid #000;
    font-size :14px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 400px;
    padding: 5px;
}
#two-column #right input[type="text"], #two-column #left input[type="text"]{
    width:240px;
}
#two-column #leftleft input[type="text"] {
    width:60px !important;
}
#two-column textarea {
    position: relative;
    padding: 5px;
    border:1px solid #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 400px;
}

.redify {color:#ff0000 !important;}


/* no ul */
.noulno {list-style: none outside none;}