/*
Theme Name:   Up &amp; Connected
Theme URI:    http://upandconnected.com
Description:  Up & Connected run workshops that show Irish companies how to effectively use social networking tools to grow their business, enhance communications & build long term relationships.
Version:      1.0
Author:       Francisco Chaves
Author URI:   http://wikichaves.com
*/



/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1, h2, h3, h4, h5, h6 ´´{
	font-weight:normal;
}



/* MAIN STYLES */

html {
	background: #f1f1f1;
}

body {
	font-family:"Lucida Grande", "Lucida Sans Unicode", sans-serif;
}

p {
	color:#666;
	font-size:14px;
	line-height:19px;
}

a {
	color:#1D5992;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}


/* TOP */

#top {
	
	width:100%;
	margin: auto;
	background: #fff url(images/bg.png) repeat-x;

}





/* HEADER */


#header {	
	width:920px;
	margin:auto;
	overflow:hidden;
	height:100%; /* IE6 */
	padding-top:40px;
}

#header h1 {
	float:left;
	position:relative;
	
}

#header h1 a {
	width: 366px; 
	height: 53px;
	display:block;
}


h1.logo {
	background: url(images/upandconnected-logo.png) no-repeat;
	width:340px;
	height:53px;
	text-indent: -9999px;
	
}


#nav {
	float:right;
	font-size:13px;
	top:6px;
	padding:54px 0 10px 0;
	position:relative;
}

#nav li {
	display:inline;
	margin-left:6px;
}

#nav li a {
	color:#666;
	padding:5px 16px 5px 16px;
	background:#d8d8d8;
	border: 1px solid #e6e6e6;
	height:300px;
	background:url(images/btn_nav_bg.png)  repeat-x;
	background-position:left top;
	border-bottom:none;
	
	-moz-border-radius-topright: 5px;  
    -moz-border-radius-topleft: 5px;  
    -webkit-border-top-right-radius: 5px;  
    -webkit-border-top-left-radius: 5px;   
    border-top-right-radius: 5px;  
    border-top-left-radius: 5px;  
}
/*
#nav li a:hover {
	text-decoration:none;
	background: url(images/btn_nav_bg.png) 0 -36px repeat-x;
	border: 1px solid #ccc;
	border-bottom:none;	
}
*/

#nav li a:active {
	color:#fff;
	background: url(images/btn_nav_bg.png) 0 -72px repeat-x;
	border-bottom:none;
}


#nav li a:active, #nav .current_page_item a {
	color:#fff;
	padding:5px 16px 5px 16px;
	border: 1px solid #e6e6e6;
	border-bottom:none;
	height:300px;
	background-position:left top;
	
	background:#3BB4E8 url(images/btn_nav_bg.png) 0 -72px repeat-x;
	
	-moz-border-radius-topright: 5px;  
    -moz-border-radius-topleft: 5px;  
    -webkit-border-top-right-radius: 5px;  
    -webkit-border-top-left-radius: 5px;   
    border-top-right-radius: 5px;  
    border-top-left-radius: 5px;  
}






/* MEDIUM */


#medium {
	background:#3BB4E8;
	margin-top:-13px;
	border-bottom: 5px solid #1D5B94;
	min-height:5px;
	
}




#spot {
	width:920px;
	margin:auto;
	height:400px;
	padding-top:40px;
	
	
}

#video {
	float:left;
	background:#1D5B94;
	width:430px;
	height:348px;
	padding:5px;

}

#introduction {
	float:left;
	margin-left:40px;
	width:440px;
}

#introduction h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:36px;
	color:#fff;
}

#introduction p {
	padding-top:16px;
	font-size:16px;
	color:#036;
	line-height:24px;
}




#booknow  {
	background:url(images/btn_booknow.png) no-repeat;
	width:350px;
	height:70px;
	padding:45px;
	

	}

#booknow:hover {
	text-decoration:none;
	background:url(images/btn_booknow.png) no-repeat;
	background-position:0 -160px;
	
	
	}
	
#booknow:active {
	background:url(images/btn_booknow.png) no-repeat;
	background-position:0 -320px;
	
	}
	
	
#booknow p span.title {
	font-size:14px;
	font-weight:bold;
	
	}

#booknow p {
	width:160px;
	color:#F2F7E8;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	margin-left:17px;
	line-height:normal;
	
	
	}
	
#introduction a:hover {
	text-decoration:none;
	}

	

/* BOTTOM */

#bottom {
	width:920px;
	margin: auto;
	
}

.clearer {
	clear:both;
	}


#main {
	width:850px;
	min-height:330px;
	float:left;
	padding:35px;
	margin-top:25px;
	background: #fff url(images/main-top_bg.png) repeat-x;
	border: 1px solid #e6e6e6;
	color:#666;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 5px;  
    -webkit-border-radius: 5px;     
    border--radius: 5px;
}

#main-content {
	width:560px;
	color:#333;
	float:left;
}

#main-content h2, .post-categories {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:44px;
}



#main-content h3 {
	font-size:16px;
	margin-top:10px;
	line-height:20px;
}

#main-content div.member, #main-content div.post {
	clear:both;
	padding-top:10px;
	padding-bottom:10px;
	width:560px;
}




#main-content img.alignleft {
	background:#f1f1f1;
	padding: 6px;
	margin: 0 12px 2px 0;
	display: inline;
	}

#main-content .alignleft {
	float: left;
	}

#main-content h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:26px;
	margin-top:30px;	
}

#main-content ul, 
#main-content ol {
	
	list-style:outside;
	margin-top:10px;
	margin-left:13px;
	font-size:14px;
}

#main-content li {
	margin-top:10px;
}


#main-content p {
	font-size:14px;
	margin-top:10px;
	line-height:20px;
	color:#333;
	
}


#main-content ul.socialmedia {
	margin-top:10px;
	padding:10px;
	background:#f1f1f1;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	
}

div.member li {
	font-size:12px;
	margin-right:4px;
	list-style:none;
	display:inline;
	
	
}

#main-content li.twitter a  {
	background:url("images/ico_twitter.png") no-repeat;
	padding-left:20px;
	padding-bottom:2px;
	
}

#main-content li.facebook a  {
	background:url("images/ico_facebook.png") no-repeat;
	padding-left:20px;
	padding-bottom:2px;
}

#main-content li.linkedin a  {
	background:url("images/ico_linkedin.png") no-repeat;
	padding-left:20px;
	padding-bottom:2px;
}

#main-content li.youtube a  {
	background:url("images/ico_youtube.png") no-repeat;
	padding-left:20px;
	padding-bottom:2px;
}

#main-content li.delicious a  {
	background:url("images/ico_delicious.png") no-repeat;
	padding-left:20px;
	padding-bottom:2px;
}
	
#main-content li.flickr a  {
	background:url("images/ico_flickr.png") no-repeat;
	padding-left:20px;
	padding-bottom:2px;
}

#main-content .meta {
	font-size:11px;
	}



/* SIDEBARS */

#main-sidebar {
	float:right;
	width:260px;
	
	}

#main-sidebar div.widget, #mc_signup_container {
	float:right;
	width:230px;
	padding:15px;
	margin-bottom:20px;
	background:#f8f8f8;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	border-left: 1px solid #fcfcfc;
	border-right: 1px solid #fcfcfc;
	}

#mc_signup_container legend {
	font-size:16px;
	font-weight:bolder;
	}
	
#mc_signup_container input {
	width:220px;
	float:left;
	
	}
	
	
.mc_var_label {
	margin-top: 15px;
	}
	
#mc-indicates-required {
	margin-top: 10px;
	}
	
#mc_signup_submit {
	margin-top: 10px;
	}

#main-sidebar div.widget, #mc_signup_container {
	font-size:12px;
	}
	
	
#main-sidebar div.widget li {
	margin-left:12px;
	list-style-image:url(images/li_col290.gif);
	}
	
#main-sidebar div.widget h4 {
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
	}

	

#main-content div.next {
	width:300px;
	margin-top:25px;
	padding:15px;
	background:#F2F2DF;
	border-top: 1px solid #CBCCA7;
	border-bottom: 1px solid #CBCCA7;
	border-left: 1px solid #F8F8E8;
	border-right: 1px solid #F8F8E8;
	}

#main-content div.next p{
	margin-bottom:15px;
	}
	
#main-content div.next h4{
	margin:0;
	}

img.btn_booknow {
	
	}



	
#main-sidebar div.next {
	background:#F2F2DF;
	border-top: 1px solid #CBCCA7;
	border-bottom: 1px solid #CBCCA7;
	border-left: 1px solid #F8F8E8;
	border-right: 1px solid #F8F8E8;
	}
	
#main-sidebar div.next img {
	margin-top:15px;
	}
	
img.btn_learnmore {
	margin-right:10px;
	}



/* FOOTBAR */


#footbar {
	margin-top:25px;
	float:left;
}

#footbar .col290 {
	width:290px;
	float:left;
}

#footbar .col290 h4 {
	float:left;
	color:#fff;
	font-size:14px;
}

p.rss a, p.twitter a {
	color:#fff;
	font-size:12px;	
	float:right;
	text-align:left;
	padding-left:19px;
}

p.rss a:hover, p.twitter a:hover {
	text-decoration:none;
}

p.rss a {
	background:url(images/ico_rss.gif) 0 0;
	background-repeat:no-repeat;
}

p.rss a:hover {
	background:url(images/ico_rss.gif) 0 -16px no-repeat;
	color:#fc0;
}

p.twitter a {
	background:url(images/ico_twitter.gif) 0 0;
	background-repeat:no-repeat;
}

p.twitter a:hover {
	background:url(images/ico_twitter.gif) 0 -16px no-repeat;
	color:#34C2F0;
}



#footbar .col290-top {
	padding:10px 15px 0 15px;
	background: url(images/col290-top.png) repeat-x;
	height:24px;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius-topright: 7px;  
    -moz-border-radius-topleft: 7px;  
    -webkit-border-top-right-radius: 7px;  
    -webkit-border-top-left-radius: 7px;   
    border-top-right-radius: 7px;  
    border-top-left-radius: 7px;  
}



#footbar .col290-bottom {
	background: #fff url(images/col290-bottom.png) repeat-x;
	padding:14px;
	height:200px;
	border: 1px solid #e6e6e6;
	border-top: none;
	font-size:14px;
	color:#666;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius-bottomright: 5px;  
    -moz-border-radius-bottomleft: 5px;  
    -webkit-border-bottom-right-radius: 5px;  
    -webkit-border-bottom-left-radius: 5px;   
    border-bottom-right-radius: 5px;  
    border-bottom-left-radius: 5px;
}





#logos {
	background:url(images/contact_us_logos_bg.png) no-repeat;
	width:260px;
	height:180px;
}

.logo {
	width:100px;
	height:45px;
	padding:20px 15px 20px 15px;
	float:left;
}


#footbar .col290-bottom a {
	color:#1D5A93;
	
}


#footbar .col290-bottom li {
	line-height:19px;
	margin-left:11px;
	list-style-image:url(images/li_col290.gif);
	margin-bottom:15px;
}

#col2, #col3 {
	margin-left:25px;
}




/* FOOTER */

#footer {
	font-size:12px;
	text-align:center;
	margin-top:25px;
	margin-bottom:15px;
	padding-top:15px;
	color:#999;
	border-top: 3px solid #1D5B94;
	
	}
	
#footer p span {
	font-weight:bold;
	
	}
	
	
	
	
/* COMMENTS */

.comments_headers {
	clear:both;
	font-size:22px;
	color:#ccc;
	margin-bottom:20px;

}


.comment {
	background:#f1f1f1;
	margin-bottom:20px;
	padding:25px;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.content{
	margin-top: 10px;
	font-size:14px;
}

.from{
	font-size:18px;
	margin-left:7px;
	margin-right:3px;
	font-weight:normal;
}

.text_input {
	margin-bottom:10px;
}


.postcomment {
	margin-top:30px;
	float:left;
	text-align:left;
}


/* PREV NEXT */

#prev-next {
	margin-top:20px;
	clear:both;
	font-size:12px;
	float:left;
	width:560px;
}

#prev {
	float:left;
}

#next {
	float:right;
}

.banner {
	margin-bottom:15px;
}