/*
THEME NAME: Galeria
THEME URI: http://themeforest.net/user/ruderic
DESCRIPTION: A Premium Theme for Wordpress.
VERSION: 1.0
AUTHOR: Ruderic
AUTHOR URI: http://www.ruderic.com/
TAGS: portfolio, modern, gallery, single page
*/

/* ========================== CSS Reset ========================== */
* {
	border: 0 none;	
	font-family: "Lucida Sans", "Arial Narrow", Arial, sans-serif;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

/* ========================== General Styles ========================== */
body {
	background-color: #e7e7e7 !important;
	background-image: none !important;
	color: #666;
	font-size: 14px;
	line-height: 18px;
}

body #wrapper {
	width: 940px;
}

h2 {
	color: #000;
	font-size: 61px;
	padding-bottom: 15px;
	padding-top: 25px;
	margin-top: 0px;
	margin-bottom: 25px;
	letter-spacing: -4px;
	text-align: center;
	text-transform: none;
	border-top: 0px;
}

body .box_270 h2 {
	padding-top: 25px;
	margin-bottom: 0px;
}


h3 {
	color: #000;
	font-size: 40px;
	margin-bottom: 20px;
	letter-spacing: -2px;
}


h4 {
	color: #222;
	font-size: 35px;
	margin-bottom: 20px;
	letter-spacing: -2px;
}

h5 {
	color: #333;
	font-size: 30px;
	margin-top: 10px;
	margin-bottom: 0px;
	letter-spacing: -2px;
	font-weight: normal;
}

h6 {
	color: #666;
	font-size: 20px;
	margin-bottom: 5px;
	letter-spacing: -1px;
	font-weight: normal;
}

.details li,
p {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 20px;
}

small {
	color: #888;
	font-size: 10px;
	line-height: 16px;
}

p.small {
	margin-top: 25px;
}

.sub {
	color: #888;
	font-size: 12px;
	line-height: 16px;
}

p.sub {
	margin-top: 15px;
	margin-bottom: 25px;

}

ol.sub,
ol.sub li,
ul.sub li,
ul.sub {
	color: #888;
	font-size: 12px;
	line-height: 20px;
}

ol.sub li,
ul.sub li {
	margin-left: 5px;
}

.title {
	color: #888;
	font-size: 12px;
	line-height: 16px;
	margin-top: 0px;
	margin-bottom: 0px;

}

.featured {
	background-color: #000;
	color: #888;
	font-size: 15px;
	line-height: 24px;
	padding: 15px 20px;
	width: 180px;
}

p.featured.right {
	margin-left: 15px;
}

img {
	border: none;
}

.alignleft {
	float: left;
	display: inline-block;
}

.alignright {
	float: right;
	display: inline-block;
}

.clear {
	clear: both;
}

#centered {
	margin: auto;
	text-align: center;
	width: 33%;
}


/* ========================== Form Elements Styles ========================== */

body .fsSubmitButton,
form button {
	background-color: #000;
	border-bottom-left-radius:10px 10px;
	border-bottom-right-radius:10px 10px;
	border-top-left-radius:10px 10px;
	border-top-right-radius:10px 10px;	
	-moz-border-radius: 10px 10px;
	color: #666;
	font-size: 12px;
	padding: 10px 12px;
	text-transform: uppercase;
}

body form.fsForm {
	width: 98%;
}

body form.fsForm div {
	display: inline-block;
}

.button {
	background: #000;
	border-bottom-left-radius:10px 10px;
	border-bottom-right-radius:10px 10px;
	border-top-left-radius:10px 10px;
	border-top-right-radius:10px 10px;
	-moz-border-radius: 10px 10px;
	width: 225px;
	height: 75px;
	margin: auto;
	display: block;
	color: #666;
	font-size: 10px;
	text-align: center;
	margin-bottom: 15px;
}

body .button:hover,
body .fsSubmitButton:hover {
	color: #fff;
	cursor: auto;
	background-color: #BA0000;
}

.button span {
	color: #fff;
	padding-top: 10px;
	font-size: 35px;
	margin-bottom: 0px;
	letter-spacing: -2px;
	display: block;	
}

.table {
	background: #000;
	border-bottom-left-radius:10px 10px;
	border-bottom-right-radius:10px 10px;
	border-top-left-radius:10px 10px;
	border-top-right-radius:10px 10px;
	display: block;
	color: #666;
	font-size: 12px;
	padding: 25px;
}

.last .table {
	margin-left: 15px;
}

body .box_620 {
	margin: 0px auto !important;
	width: 660px;
}


.table h3 {
	text-align: center;
	color: #ddd;
}

.table b {
	text-align: left;
	color: #bbb;
	font-size: 14px;
}

input, textarea {
	width: auto !important;
}

body td.fsRowBody,
body .fsSection table,
body .fsSection tr,
body .fsSection td {
	border: 0px;
}

body .fsCurrency,
body .fsField,
body .fsSection {
	float: left;
	display: inline-block;
}

body .fsLabel {
	color: #000;
}

body .fsField {
	margin-right: 10px;
}

body .fsRowTop,
body h2.fsSectionHeading {
	display: none;
}

body .fsSubmitButton {
	width: 250px !important;
	height: 75px !important;
	text-transform: none !important;
	color: #fff;
	cursor: auto;
}

body .fsPage {
	margin-bottom: 0px;
}

body .fsSubmit {
	display: block !important;
	clear: both;
	margin: auto;
}

body .fsCaptcha {
	display: block !important;
	clear: both;
	margin: auto;
	margin-bottom: 20px;
}

body .fsLabelHorizontal .fsLabel {
	width: 220px;
}

body label.fsOptionLabel {
	width: 500px;
	margin-bottom: 0px;
}

body .fsForm select {
	font-size: 12px;
}

body .fsFormatNumber {
	font-size: 20px !important;
	color: #BA0000 !important;
	background: transparent !important;
}


/* ========================== Layout Styles ========================== */
.page {
	border-top: 1px solid #ccc;
	margin-top: 50px;
	padding-top: 50px;
	margin-bottom: 50px;
	overflow: hidden;
}

#Intro {
	padding-top: 50px;
	border: 0px;
}


#fancy_inner {
	z-index: 9;
}

/* ========================== Header Styles ========================== */
#header {
	background: #000;
	border-bottom-left-radius:10px 10px;
	border-bottom-right-radius:10px 10px;
	-moz-border-radius-bottomleft: 10px 10px;
	-moz-border-radius-bottomright: 10px 10px;
	padding: 0 20px;
	position: fixed;
	top: 0;
	width: 900px;
	height: 50px;	
	overflow: visible;
	z-index: 7;
	
}

#header h1 {
	float: left;
	padding: 0px;
	width: 350px;
	margin-top: 5px;
	background-color: transparent;
	overflow: hidden;	
	height: auto;
}

#header h1 cufon {
	display: none !important;	
}

#header h1 a {
	background: url("http://almostwinterdesigns.com/wp-content/themes/customv6/images/logo.png") no-repeat top left;
	display: block !important;
	height: 55px;
	width: 350px;		
}

#header ul {
	float: right;
	margin: 0;	
	padding: 0;	
}

#header ul li {
	background: #000;
	float: left;
	line-height: 41px;
	margin: 0;	
	padding: 0;
	color: #666;
	padding: 0 15px;
}


#header ul li a {
	background: #000;
	color: #ccc;
	font-size: 20px;
	letter-spacing: -1px;
	text-transform: uppercase;
	margin: 0;	
	padding: 0px;
}

#header ul li a:hover {
	color: #fff;
	text-decoration: none;
	margin: 0;	
	padding: 0;	
}

#header ul li ul {
	background-color: #000;
	margin: 0;	
	padding: 0;
	-webkit-box-shadow: rgba(0, 0, 0, 0.199219) 0px 3px 3px;
}


#mm_nav .mm_sub_nav {
	border: 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.199219) 0px 3px 3px;
	background-color: #000;
	margin: 0;	
	padding: 0;	
	margin-top: 8px;
}

#header ul li ul li:hover,
#header ul li ul li a:hover {	
	background-color: #333 !important;
}






/* ========================== Intro text Styles ========================== */


#Intro h2 cufon {
	height: 50px !important;
}

body .nivo-imageLink a {
	background-color: #000;
}



body #slider1 {
	width: 640px !important;
	overflow: hidden !important;
	background: #202834 url(http://almostwinterdesigns.com/wp-content/themes/customv6/presentation/Light-Slider/images/loading.gif) no-repeat 50% 50%;
	margin: 0px 0px 50px;
	position: relative;
	z-index: 5;
}

#slider2 {
	width: 640px !important;
	background: #202834 url(http://almostwinterdesigns.com/wp-content/themes/customv6/presentation/Light-Slider/images/loading.gif) no-repeat 50% 50%;
	margin: 0px 0px 50px;
	position: relative;
	z-index: 5;
}


#slider3 {
	width: 640px !important;
	background: #202834 url(http://almostwinterdesigns.com/wp-content/themes/customv6/presentation/Light-Slider/images/loading.gif) no-repeat 50% 50%;
	margin-right: 50px;
	position: relative;
	z-index: 5;	
}

#slider4 {
	width: 640px !important;
	height: 460px !important;
	background: #202834 url(http://almostwinterdesigns.com/wp-content/themes/customv6/presentation/Light-Slider/images/loading.gif) no-repeat 50% 50%;
	margin: 0px 0px 50px;
	position: relative;
	z-index: 5;	
}



/* ========================== Custom  Styles ========================== */

body .box_270 {
	width: 260px !important;
	margin-right: 20px;
	float: left;
}


body .box_300 {
	width: 290px;
	margin-right: 30px;
	float: left;
}


body .last {
	margin-right: 0px;
	float: right !important;
	margin-left: 0px;
}

#Services .box_300 div {
	margin: auto;
	text-align: center;
}

.box_300 div {
	display: block;
	clear: both;
}

.avatar {
	width: 80px;
	height: 80px;
	overflow: hidden;
	border: #000 solid 5px;
	margin-right: 10px;	
	margin-bottom: 10px;		
}

.wpcf7 p {
	margin-bottom: 5px;
}

body div#portfolio {
	margin: 10px !important;
	margin-right: 10px !important;
	margin-bottom: 25px;	
	width: 640px !important;
	height: 480px !important;
	overflow: hidden;
	border: 5px solid #000;
	padding-top: 0px;
}

body div#portfolio li {
	width: 640px !important;
}

body ul#portfolio {
	margin-top: 0px;
	margin-bottom: 25px;
	display: block;
}

body ul#portfolio li {
	width: 290px;
	height: 217px;
	overflow: hidden;
	border: 5px solid #000;	
}


body ul#portfolio li:hover img,
body ul#portfolio li img,
body ul#portfolio li img:hover {
	border: 0px solid #000;
}

body ul#portfolio li .description,
body ul#portfolio li .description:hover {
	width: 270px;
	height: 25px;
	margin:0px;
	padding: 5px 15px;
	padding-bottom: 25px;
	background-color: #000;
	bottom: 0px;
	opacity: 0.7;
}


body td#fancy_title_left,
body td#fancy_title_main,
body td#fancy_title_right,
body td.fancy_title {
	background-image: none;
}

body .icons {
	text-align: center;
	margin: auto;
}

body .icons a img {
	border: 0px;
	margin: 0px;
	margin-top: 15px;
}



body .box_270 p img {
	display: none;
}

