/*
------------------------------------------------------------------------
Theme Name: 	WP Remix 2.0
Author URI:		http://www.premiumthemes.net/
Description:   	The WordPress Master Theme. One Theme, Many Possiblities
Version:       	2.0
Author:        	R.Bhavesh
Author URI:    	http://cssace.com/
------------------------------------------------------------------------

Support:       WP Remix, http://wpremix.com/support
Updated:       July 15, 2008
Copyright:     (c) 2008 WP Remix, an endeavour by R.Bhavesh

All rights reserved.
*/

@import url("css/misc.css");		/* css reset - do not edit this */
@import url("css/dropmenu.css");	/* styling dropdown menu */
@import url("css/homepages.css");	/* styling homepage templates */
@import url("css/innerpages.css");	/* styling innerpage templates */
@import url("css/blog-common.css");		/* styling blog */
@import url("css/header.css");		/* header option styling blog */
@import url("css/sidebars.css");		/* styling blog */
@import url("css/footer.css");		/* footer option */
@import url("css/blog.css");		/* styling blog */
@import url("css/color-default.css");		/* styling color schemes css  */

body {
text-align:center;
font: 12px Arial, Helvetica, sans-serif;
}
/* Links -----------------------------------------------------------------------*/
a {
outline:none;
}
ul {
list-style:none;
}
.clear {
clear:both;
}
.bold {
font-weight:bold;
}
p.aright {
text-align:right;
}
.italic {
font-style:italic;
}
/* section alignment --------- */

.alignleft {
float:left;
}
.alignright {
float:right;
}
/* image alignment left, right & center --------- */

.imgleft {
float:left;
margin:0 12px 12px 0;
padding:3px;
}
.imgright {
float:right;
margin:0 0 12px 12px;
padding:3px;
}
.imgleft_n {
float:left;
margin:0 40px 12px 0;
padding:3px;
}
.img_center {
margin:10px 0;
padding:5px;
}
code {
font-size:12px;
}
/* blog & content css common ---------------------------------------------------- */

h1 {
font-size:28px;
font-weight:400;
margin:0 0 12px;
padding:0 0 5px;
}
h2 {
font-size:22px;
font-weight:400;
margin:0 0 8px;
padding:0;
}
h2 a {
text-decoration:none;
}
h2 a:hover {
text-decoration:none;
}
h3 {
font-size:18px;
font-weight:400;
margin:0 0 10px;
padding:0;
}
h4 {
font-size:16px;
font-weight:700;
margin:15px 0 5px;
padding:0 0 5px;
}
h5 {
font-size:14px;
font-weight:700;
margin:0 0 10px;
padding:0;
}
h6 {
font-size:12px;
font-weight:700;
margin:5px 0;
padding:0 0 5px;
}
p {
font-size:12px;
line-height:18px;
margin:0 0 12px;
}
p a {
text-decoration:none;
}

ul {
font:12px Arial, Helvetica, sans-serif;
margin:0 0 15px 6px;
padding:0;
}
ul li ul {
margin:8px 0 5px;
padding:0;
}
ol {
line-height:18px;
font-size:12px;
background:none;
margin:0 0 0 5px;
padding:0 0 10px 20px;
}
ol li {
background:none;
list-style-type:decimal;
margin:0 0 5px;
padding:0;
}
ol li ol {
margin:8px 0 5px 24px;
padding:0;
}
blockquote {
	background:url(images/quote2.png) no-repeat;
	background-position:5px 8px;
	margin-bottom:10px;
	font:bold 12px Arial, Helvetica, sans-serif;
	line-height:18px;
	padding:5px 0px 5px 30px;
	margin-bottom:10px;
}
blockquote p { font:bold 12px Arial, Helvetica, sans-serif;  }
.clientname {
	font-size:11px; font-weight:normal; color:#666;
	margin-bottom:12px;
}

li,ul li ul li {
line-height:18px;
margin:0 0 5px;
padding:0 0 0 12px;
}
/* instruction elements -------------------------------------- */
address {
font-style:italic;
}
p.alert,p.download,p.info,p.note {
margin:10px 0 0;
padding:10px 10px 10px 36px;
}
p.alert {
padding:10px 10px 10px 36px;
}

/* STRUCTURE ----------------------------------*/
#header {
height:65px;
margin:0 auto;
}
#main {
overflow:hidden;
clear:both;
}
#main .subcolumns {
width:400px;
}
#content {
width:700px;
padding-bottom:10px;
margin-right:20px;
}
#content2 {
width:560px;
}
#content, #content2 { 
float:left;
}
#sidebar, #sidebar2 {
float:right;
}
#sidebar {
	width:230px;
	margin-bottom:15px;
}
#sidebar2 {
width:260px;
margin-bottom:15px;
background-color: #666;
}

#footer {
	clear:both;
	overflow:hidden;
	text-align:left;
	width:960px;
	background-image: url(/wp-content/themes/wpremix/images/footer-bg2.png);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 39px;
	padding-left: 39px;
}
#sidebar span {
font-size:12px;
}
#content .subcolumns,#sidebar .subcolumns {
width:280px;
}
/* Header Section  ----------------------------------*/
#header .logo {
font:25px "Arial Black", Arial, Helvetica, sans-serif;
color:#fff;
margin-top:5px;
text-transform:uppercase;
float:left;
}
#header .h_left {
float:left;
width:320px;
}
#header .description {
font:12px Arial, Helvetica, sans-serif;
clear:both;
margin-top:-5px;
}
/* ------------------------------  footer ---------------------------------------  */

#footer p {
font-size:12px;
line-height:20px;
float:left;
font-family:Arial, Helvetica, sans-serif;
margin:5px 0;
padding:0;
}
#footer span {
margin-top:-8px;
font-size:12px;
padding-left:1px;
}
#footer span a {
text-decoration:none;
}
#footer span a:hover {
text-decoration:none;
}
#flinks {
list-style:none;
float:right;
}
#flinks li {
display:inline;
line-height:26px;
text-align:right;
padding:0 5px;
}
#flinks li a {
font-size:12px;
text-decoration:none;
}
#flinks li a:hover {
display:inline;
}
/* TOP SEARCH FORM -----------------------------------------------------------------------*/
#search {
float:right;
margin-top:20px;
width:205px;
height:21px;
padding:2px 0 0 15px;
}
* html #search {
width:208px;
overflow:hidden;
}
#search .s {
font:12px Arial, Helvetica, sans-serif;
width:170px;
float:left;
margin-right:5px;
padding:2px;
}
#searchform .sgo {
width:26px;
height:23px;
margin:-2px 0 0;
}
/* Root = Horizontal, Secondary = Vertical ------------------------------------------------ */

#nav {
width:855px;
height:29px;
position:relative;
margin-left: 135px;
}
#nav .rss {
font:bold 12px Arial, Helvetica, sans-serif;
padding-left:18px;
position:absolute;
top:7px;
right:8px;
}

/* breadcrumb start -----------------------------------------------------------------------*/
 
#content-wrap .breadcrumb{
font:10px Arial, Helvetica, sans-serif;
text-transform:uppercase;
text-align:left;
clear:both;
line-height:25px;
padding-left:5px;
margin-bottom:10px;
}
a.button {
margin-bottom:8px;
font-weight:700;
font-size:12px;
padding:3px 15px 3px 10px;
}

.submit {
margin-bottom:8px;
font-weight:700;
font-size:12px;
cursor:pointer;
padding:3px 15px 3px 10px;
}
.postads {
text-align:center;
overflow:hidden;
height:100%;
margin-bottom:25px;
}
.small { font-size:11px; color:#666; }
.small a { color:#666; }
.small a:hover { color:#000; }

/*------------Profile Login---------------*/

#user-profile {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 240px;
	font-size: 11px;
	line-height: 18px;
	color: #000000;
}
#user-profile img {
	border: 5px solid #ffffff!important;
	float: left;
	padding:2px;
}
#user-profile a {
	color: #0099CC;
	text-decoration: underline;
}
#user-profile a:hover {
	color: #000000;
	text-decoration: underline;
}
#user-profile p {
	margin: 0px 0px 5px;
	float: left;
	width: 200px;
	font-size: 11px;
	line-height: 18px;
	color: #000000;
}

#homeheadline p {
	font-size: 18px;
	color: #0066cc;
}
#featuredmember {
	width: 224px;
	height: 32px;
	background-image:url(/wp-content/themes/wpremix/images/featured-box2.jpg);
	background-repeat: no-repeat;
	margin: 0px;
}
#featuredmember h3 {
	font-size: 20px;
	color: #0066cc;
	padding: 3px 0 3px 20px;
	margin: 0;
	border-bottom: none;
}
	
.featuredbox {
	padding: 10px;
	height: auto;
	width: 200px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 1px solid #CCC;
}
#featuredphotos {
	width: 224px;
	height: 32px;
	background-image:url(/wp-content/themes/wpremix/images/featured-box2.jpg);
	background-repeat: no-repeat;
	margin: 0px;
}
#featuredphotos h3 {
	font-size: 20px;
	color: #0066cc;
	padding: 3px 0 3px 20px;
	margin: 0;
	border-bottom: none;
}
.slate {
	width: 580px;
	margin: 0 0 10px 50px;
	padding: 10px;
}
.slate ul li {
	list-style-type:square;
}

.positions-needed {
	float: right;
	background-color:#00AEEF;
	padding: 5px;
	width: 200px;
	height: 100px;

}

.positions-needed b {
	margin: 0 0 5px 0;
}
.positions-filled h3 {
	color: #00AEEF;
	font-weight: bold;
	font-size: 14px;
}
.positions-filled {
	float: left;
	padding: 5px;
	width: 390px;
	margin: 0 0 10px 25px;
}
.positions-needed ul li {
	color: #000;
}
.positions {
	border-top: 2px solid #ccc;
	width: 650px;
	height: 110px;
	margin: 0 10px 10px 0;
}
#ps-left {float: right; border: 1px solid #ccc; margin: 10px; padding: 10px; width: 300px;}

.bdr {padding: 2px; margin: 10px; border: 1px solid #00AEEF;}

.video {margin: 0 0 0 150px;}

.posts img {padding: 1px; margin: 0 10px 5px 0; border: 2px solid #00AEEF;}
img.nobdr {border: none;}
.checkmark {margin:0 0 0 25px;}
.checkmark a {text-decoration:underline; color: #333;}
.checkmark a:hover {color: #00AEEF;}
.checkmark ul li {background: url(/wp-content/themes/wpremix/images/checkmark-black2.png); background-repeat:no-repeat; background-position:top left; padding: 0 0 0 23px;}

/*Mid Year Retreat Code by Adam*/
#content-wide {
	width:940px; 
	margin:10px;
}

#rotator {
	background:#FFF;
	color:#222;
	position:relative;
	padding-bottom:2.6em;
	margin:0; 
	font-size:16px;
}

#rotator .left {float: left; width: 300px;}
#rotator .right {float: right; width: 30px;}

/* Tabs */
ul.ui-tabs-nav, li.ui-tabs-nav-item, li.ui-tabs-nav-item a:link, li.ui-tabs-nav-item a:visited {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	line-height:1.3;
	text-decoration:none;
	font-size:100%;
	list-style:none;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
}

ul.ui-tabs-nav {
	position:absolute;
	top:0px;
	left:0;
	z-index:1;
	width:100%;
	background:#222 url(/wp-content/themes/wpremix/images/uiactivetabbg.gif) repeat-x bottom right;
	border-bottom:1px solid #FFF;
	border-top: 1px solid #222;
	color: #ccc;
}

/* Non-Selected Tabs */
li.ui-tabs-nav-item a:link,
li.ui-tabs-nav-item a:visited {	
	font-size:.8em;
	font-weight:bold;
	color:#222;
	background:#222 url(/wp-content/themes/wpremix/images/uiactivetabbg.gif) repeat-x bottom left; 
	border-left:1px solid #fff;
	border-right:1px solid #999;
}

/* Hovered Tab */
#rotator .ui-tabs-nav-item a:hover,
#rotator .ui-tabs-nav-item a:active {
	background:#FFF url(/wp-content/themes/wpremix/images/uitabsbg.gif) repeat-x bottom left;
	color:#ccc;
}

#rotator .ui-tabs-nav-item a span {
	float:left; 
	padding:1em; 
	cursor:pointer;
}

/* Active Tab */
#rotator .ui-tabs-selected a:link,
#rotator .ui-tabs-selected a:visited,
#rotator .ui-tabs-selected a:hover,
#rotator .ui-tabs-selected a:active {
	background:#fff url(/wp-content/themes/wpremix/images/uitabsbg.gif) repeat-x bottom left;
	color:#fff;
}

/* Content Panels */
#rotator .ui-tabs-panel {
	font-family:Arial, Helvetica, sans-serif;
	clear:left;
	color:#000;
	height: 850px;
	margin: 20px 0 0 0;
	padding: 50px 0 0 0;
}

#rotator .ui-tabs-hide {
	display:none;
}

#rotator h2 {
	color:#333;
	font-weight:normal;
	margin:0;
	font-size:1.4em;
	line-height:1.2em;
}

#rotator p {
	font-size:1em;
	margin:.5em 0;
	color:#333;
}

#rotator .btn_get_started {
	float:left;
	height:30px;
	width:99px;
	text-indent:-9999em;
	margin-right:7px; 
	overflow:hidden; 
	background:transparent url(/wp-content/themes/wpremix/images/getstarted.gif) no-repeat
}

#rotator .btn_learn_more {
	float:left;
	height:26px;
	font-size:.9em;
}

/* Background Images */
img.myr {margin: 10px 0 15px 0; border: 2px solid #0099ff; padding: 2px;}
.hotel {border: 1px solid #ccc; padding: 10px; width: 250px; float: right; margin: 0 0 0 10px;}
.imgleft {float: left; border: 1px solid #0099ff; padding: 2px; margin: 0 10px 0 0;}
.imgleft {float: right; border: 1px solid #0099ff; padding: 2px; margin: 0 10px 0 0;
.iframe {border: 2px solid #0099ff; padding: 2px; margin: 0 10px 0 0; width: 640px; float: left;}

/*Monitor Twitter Feed*/
.tweet
{
display: block;
clear: both;
padding: .6em;
margin: .3em;
overflow: hidden;
}
.tweet img
{
float: left;
margin-right: 1em;
border: 2px solid #0099ff;
background: #444;
}
.tweet p.text
{
margin: 0;
padding: 0;
padding-left: 70px;
}
.monitter{
float: left;
width: 400px;
height: 800px;
margin: 5px;
overflow:hidden;}

.posts .events {width: 320px; padding: 10px;float: right; background: #99cccc; border: 1px dashed #669999; color: #222;}
#blog_content #anywhere {background: url(/wp-content/themes/wpremix/images/thankyou.png) no-repeat; margin:20px 0; padding:20px 40px;; font-size:16px; color:#efefef; width:500px;}